12345678910111213141516171819202122232425262728293031323334353637 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio 15
- VisualStudioVersion = 15.0.28010.2046
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FF86ACF7-E4CB-4873-96CE-CE495873073E}"
- ProjectSection(SolutionItems) = preProject
- build.js = build.js
- Topten.JsonKit.nuspec = Topten.JsonKit.nuspec
- EndProjectSection
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Topten.JsonKit", "Topten.JsonKit\Topten.JsonKit.csproj", "{BCFB1B87-8E26-440B-B160-FD15CF02522F}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Topten.JsonKit.Test", "Topten.JsonKit.Test\Topten.JsonKit.Test.csproj", "{8CD7AEA0-F920-41EC-B57A-1D5653D0297B}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {BCFB1B87-8E26-440B-B160-FD15CF02522F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {BCFB1B87-8E26-440B-B160-FD15CF02522F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {BCFB1B87-8E26-440B-B160-FD15CF02522F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {BCFB1B87-8E26-440B-B160-FD15CF02522F}.Release|Any CPU.Build.0 = Release|Any CPU
- {8CD7AEA0-F920-41EC-B57A-1D5653D0297B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8CD7AEA0-F920-41EC-B57A-1D5653D0297B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8CD7AEA0-F920-41EC-B57A-1D5653D0297B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8CD7AEA0-F920-41EC-B57A-1D5653D0297B}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {C898F1A3-55A4-4C7A-AA78-DF6A99610454}
- EndGlobalSection
- EndGlobal
|