-
Notifications
You must be signed in to change notification settings - Fork 1
/
KGySoft.Json.sln
44 lines (44 loc) · 2.38 KB
/
KGySoft.Json.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31402.337
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KGySoft.Json", "KGySoft.Json\KGySoft.Json.csproj", "{36F8EC31-6E6E-4663-9BEF-6689857EE6AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KGySoft.Json.UnitTest", "KGySoft.Json.UnitTest\KGySoft.Json.UnitTest.csproj", "{31034A5D-C9BB-4F5C-830F-6550C00A18D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KGySoft.Json.PerformanceTest", "KGySoft.Json.PerformanceTest\KGySoft.Json.PerformanceTest.csproj", "{07CB4D66-4B38-4CB0-9ED0-3CC7FE03E48F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6278ED5C-3E7F-456D-9AB2-088B8ABB6052}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36F8EC31-6E6E-4663-9BEF-6689857EE6AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36F8EC31-6E6E-4663-9BEF-6689857EE6AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36F8EC31-6E6E-4663-9BEF-6689857EE6AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36F8EC31-6E6E-4663-9BEF-6689857EE6AC}.Release|Any CPU.Build.0 = Release|Any CPU
{31034A5D-C9BB-4F5C-830F-6550C00A18D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31034A5D-C9BB-4F5C-830F-6550C00A18D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31034A5D-C9BB-4F5C-830F-6550C00A18D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31034A5D-C9BB-4F5C-830F-6550C00A18D3}.Release|Any CPU.Build.0 = Release|Any CPU
{07CB4D66-4B38-4CB0-9ED0-3CC7FE03E48F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07CB4D66-4B38-4CB0-9ED0-3CC7FE03E48F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07CB4D66-4B38-4CB0-9ED0-3CC7FE03E48F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07CB4D66-4B38-4CB0-9ED0-3CC7FE03E48F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0DB745D-4ABB-46F2-B7F4-8F0529B58069}
EndGlobalSection
EndGlobal