Advertisement
Guest User

Untitled

a guest
Nov 7th, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. Microsoft Visual Studio Solution File, Format Version 12.00
  2. # Visual Studio 2012
  3. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApplication1", "TestApplication1\TestApplication1.csproj", "{27CDEA21-800C-4293-8C2B-4C83C7482782}"
  4. EndProject
  5. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApplication2", "TestApplication2\TestApplication2.csproj", "{2F77D387-A9BC-456E-B08A-E685694CAB47}"
  6. EndProject
  7. Global
  8. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  9. Debug|Any CPU = Debug|Any CPU
  10. Debug|App1 = Debug|App1
  11. Debug|App2 = Debug|App2
  12. Release|Any CPU = Release|Any CPU
  13. Release|App1 = Release|App1
  14. Release|App2 = Release|App2
  15. EndGlobalSection
  16. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  17. {27CDEA21-800C-4293-8C2B-4C83C7482782}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  18. {27CDEA21-800C-4293-8C2B-4C83C7482782}.Debug|Any CPU.Build.0 = Debug|Any CPU
  19. {27CDEA21-800C-4293-8C2B-4C83C7482782}.Debug|App1.ActiveCfg = Debug|Any CPU
  20. {27CDEA21-800C-4293-8C2B-4C83C7482782}.Debug|App1.Build.0 = Debug|Any CPU
  21. {27CDEA21-800C-4293-8C2B-4C83C7482782}.Debug|App2.ActiveCfg = Debug|Any CPU
  22. {27CDEA21-800C-4293-8C2B-4C83C7482782}.Release|Any CPU.ActiveCfg = Release|Any CPU
  23. {27CDEA21-800C-4293-8C2B-4C83C7482782}.Release|Any CPU.Build.0 = Release|Any CPU
  24. {27CDEA21-800C-4293-8C2B-4C83C7482782}.Release|App1.ActiveCfg = Release|Any CPU
  25. {27CDEA21-800C-4293-8C2B-4C83C7482782}.Release|App1.Build.0 = Release|Any CPU
  26. {27CDEA21-800C-4293-8C2B-4C83C7482782}.Release|App2.ActiveCfg = Release|Any CPU
  27. {27CDEA21-800C-4293-8C2B-4C83C7482782}.Release|App2.Build.0 = Release|Any CPU
  28. {2F77D387-A9BC-456E-B08A-E685694CAB47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  29. {2F77D387-A9BC-456E-B08A-E685694CAB47}.Debug|Any CPU.Build.0 = Debug|Any CPU
  30. {2F77D387-A9BC-456E-B08A-E685694CAB47}.Debug|App1.ActiveCfg = Debug|Any CPU
  31. {2F77D387-A9BC-456E-B08A-E685694CAB47}.Debug|App2.ActiveCfg = Debug|Any CPU
  32. {2F77D387-A9BC-456E-B08A-E685694CAB47}.Debug|App2.Build.0 = Debug|Any CPU
  33. {2F77D387-A9BC-456E-B08A-E685694CAB47}.Release|Any CPU.ActiveCfg = Release|Any CPU
  34. {2F77D387-A9BC-456E-B08A-E685694CAB47}.Release|Any CPU.Build.0 = Release|Any CPU
  35. {2F77D387-A9BC-456E-B08A-E685694CAB47}.Release|App1.ActiveCfg = Release|Any CPU
  36. {2F77D387-A9BC-456E-B08A-E685694CAB47}.Release|App1.Build.0 = Release|Any CPU
  37. {2F77D387-A9BC-456E-B08A-E685694CAB47}.Release|App2.ActiveCfg = Release|Any CPU
  38. {2F77D387-A9BC-456E-B08A-E685694CAB47}.Release|App2.Build.0 = Release|Any CPU
  39. EndGlobalSection
  40. GlobalSection(SolutionProperties) = preSolution
  41. HideSolutionNode = FALSE
  42. EndGlobalSection
  43. EndGlobal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement