Advertisement
Guest User

Untitled

a guest
Sep 20th, 2016
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Microsoft Visual Studio Solution File, Format Version 12.00
  2. # Visual Studio 14
  3. VisualStudioVersion = 14.0.24720.0
  4. MinimumVisualStudioVersion = 10.0.40219.1
  5. // !!!!! part on which I should make an expression
  6. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConsoleApplication1", "ConsoleApplication1\ConsoleApplication1.vcxproj", "{3136B732-9CB7-4B25-8CEA-3DCCD0634A6C}"
  7. EndProject
  8. // !!!!! Template looks like : Project("{letter/numbers}") = "letters/numbers", "letters/numbers and \ and .vcxproj", "{letters/numbers}"
  9. Global
  10. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  11. Debug|x64 = Debug|x64
  12. Debug|x86 = Debug|x86
  13. Release|x64 = Release|x64
  14. Release|x86 = Release|x86
  15. EndGlobalSection
  16. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  17. {3136B732-9CB7-4B25-8CEA-3DCCD0634A6C}.Debug|x64.ActiveCfg = Debug|x64
  18. {3136B732-9CB7-4B25-8CEA-3DCCD0634A6C}.Debug|x64.Build.0 = Debug|x64
  19. {3136B732-9CB7-4B25-8CEA-3DCCD0634A6C}.Debug|x86.ActiveCfg = Debug|Win32
  20. {3136B732-9CB7-4B25-8CEA-3DCCD0634A6C}.Debug|x86.Build.0 = Debug|Win32
  21. {3136B732-9CB7-4B25-8CEA-3DCCD0634A6C}.Release|x64.ActiveCfg = Release|x64
  22. {3136B732-9CB7-4B25-8CEA-3DCCD0634A6C}.Release|x64.Build.0 = Release|x64
  23. {3136B732-9CB7-4B25-8CEA-3DCCD0634A6C}.Release|x86.ActiveCfg = Release|Win32
  24. {3136B732-9CB7-4B25-8CEA-3DCCD0634A6C}.Release|x86.Build.0 = Release|Win32
  25. EndGlobalSection
  26. GlobalSection(SolutionProperties) = preSolution
  27. HideSolutionNode = FALSE
  28. EndGlobalSection
  29. EndGlobal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement