-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotnet-rest-serializer.sln
39 lines (39 loc) · 2.25 KB
/
dotnet-rest-serializer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "dotnet-rest-serializer", "dotnet-rest-serializer\dotnet-rest-serializer.xproj", "{EDC29470-C772-408D-B52F-3EA8DFD07B6F}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "dotnet-rest-serializer-test", "dotnet-rest-serializer-test\dotnet-rest-serializer-test.xproj", "{95E4BD41-1FA0-4D0B-B1C1-16F786CE3982}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "dotnet-rest-serializer-example", "dotnet-rest-serializer-example\dotnet-rest-serializer-example.xproj", "{87437930-3D1B-4E16-81ED-2EC749657E2E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{52ADAD96-A0B7-4213-A483-B5E0DD6113E1}"
ProjectSection(SolutionItems) = preProject
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
{EDC29470-C772-408D-B52F-3EA8DFD07B6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDC29470-C772-408D-B52F-3EA8DFD07B6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDC29470-C772-408D-B52F-3EA8DFD07B6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDC29470-C772-408D-B52F-3EA8DFD07B6F}.Release|Any CPU.Build.0 = Release|Any CPU
{95E4BD41-1FA0-4D0B-B1C1-16F786CE3982}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95E4BD41-1FA0-4D0B-B1C1-16F786CE3982}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95E4BD41-1FA0-4D0B-B1C1-16F786CE3982}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95E4BD41-1FA0-4D0B-B1C1-16F786CE3982}.Release|Any CPU.Build.0 = Release|Any CPU
{87437930-3D1B-4E16-81ED-2EC749657E2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87437930-3D1B-4E16-81ED-2EC749657E2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87437930-3D1B-4E16-81ED-2EC749657E2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87437930-3D1B-4E16-81ED-2EC749657E2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal