MobiParc.sln 1.2 KB

123456789101112131415161718192021222324252627
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio 14
  4. VisualStudioVersion = 14.0.25420.1
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D2B6958C-DD13-4ED8-83F9-DA2F6DE98BE9}"
  7. ProjectSection(SolutionItems) = preProject
  8. README.md = README.md
  9. EndProjectSection
  10. EndProject
  11. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MobiParc", "MobiParc\MobiParc.csproj", "{125C6568-4B8E-40E9-A29D-8577AA7C89F2}"
  12. EndProject
  13. Global
  14. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  15. Debug|Any CPU = Debug|Any CPU
  16. Release|Any CPU = Release|Any CPU
  17. EndGlobalSection
  18. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  19. {125C6568-4B8E-40E9-A29D-8577AA7C89F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  20. {125C6568-4B8E-40E9-A29D-8577AA7C89F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
  21. {125C6568-4B8E-40E9-A29D-8577AA7C89F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
  22. {125C6568-4B8E-40E9-A29D-8577AA7C89F2}.Release|Any CPU.Build.0 = Release|Any CPU
  23. EndGlobalSection
  24. GlobalSection(SolutionProperties) = preSolution
  25. HideSolutionNode = FALSE
  26. EndGlobalSection
  27. EndGlobal