-
Notifications
You must be signed in to change notification settings - Fork 5
/
CSharpScriptSerializer.sln
41 lines (41 loc) · 2.19 KB
/
CSharpScriptSerializer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B8D8928D-0CDF-4ED4-B449-796AC2EC8A55}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{83B31A66-395B-4AF7-B0C1-2D037901D152}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{27E730AF-EE56-4537-8296-CB205133018C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpScriptSerializer", "src\CSharpScriptSerializer\CSharpScriptSerializer.csproj", "{B618F170-1A14-4205-A372-98D98B34914A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpScriptSerializer.Tests", "test\CSharpScriptSerializer.Tests\CSharpScriptSerializer.Tests.csproj", "{041750C6-8CC1-4FDF-8F27-40630239A9F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B618F170-1A14-4205-A372-98D98B34914A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B618F170-1A14-4205-A372-98D98B34914A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B618F170-1A14-4205-A372-98D98B34914A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B618F170-1A14-4205-A372-98D98B34914A}.Release|Any CPU.Build.0 = Release|Any CPU
{041750C6-8CC1-4FDF-8F27-40630239A9F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{041750C6-8CC1-4FDF-8F27-40630239A9F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{041750C6-8CC1-4FDF-8F27-40630239A9F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{041750C6-8CC1-4FDF-8F27-40630239A9F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B618F170-1A14-4205-A372-98D98B34914A} = {B8D8928D-0CDF-4ED4-B449-796AC2EC8A55}
{041750C6-8CC1-4FDF-8F27-40630239A9F3} = {27E730AF-EE56-4537-8296-CB205133018C}
EndGlobalSection
EndGlobal