PetaJson.sln 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio 15
  4. VisualStudioVersion = 15.0.28010.2046
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FF86ACF7-E4CB-4873-96CE-CE495873073E}"
  7. ProjectSection(SolutionItems) = preProject
  8. build.js = build.js
  9. PetaJson.Debug.nuspec = PetaJson.Debug.nuspec
  10. PetaJson.nuspec = PetaJson.nuspec
  11. EndProjectSection
  12. EndProject
  13. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PetaJson", "PetaJson\PetaJson.csproj", "{BCFB1B87-8E26-440B-B160-FD15CF02522F}"
  14. EndProject
  15. Global
  16. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  17. Debug|Any CPU = Debug|Any CPU
  18. Release|Any CPU = Release|Any CPU
  19. EndGlobalSection
  20. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  21. {BCFB1B87-8E26-440B-B160-FD15CF02522F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  22. {BCFB1B87-8E26-440B-B160-FD15CF02522F}.Debug|Any CPU.Build.0 = Debug|Any CPU
  23. {BCFB1B87-8E26-440B-B160-FD15CF02522F}.Release|Any CPU.ActiveCfg = Release|Any CPU
  24. {BCFB1B87-8E26-440B-B160-FD15CF02522F}.Release|Any CPU.Build.0 = Release|Any CPU
  25. EndGlobalSection
  26. GlobalSection(SolutionProperties) = preSolution
  27. HideSolutionNode = FALSE
  28. EndGlobalSection
  29. GlobalSection(ExtensibilityGlobals) = postSolution
  30. SolutionGuid = {C898F1A3-55A4-4C7A-AA78-DF6A99610454}
  31. EndGlobalSection
  32. EndGlobal