-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWinton.Extensions.Serialization.Json.sln
58 lines (58 loc) · 2.87 KB
/
Winton.Extensions.Serialization.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5FFC14FE-9832-4057-B016-8D19FB98A26A}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
GitVersion.yml = GitVersion.yml
icon.jpg = icon.jpg
LICENSE = LICENSE
README.md = README.md
Rules.ruleset = Rules.ruleset
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winton.Extensions.Serialization.Json", "src\Winton.Extensions.Serialization.Json\Winton.Extensions.Serialization.Json.csproj", "{719309C1-9D06-425E-A6EF-F07BF3942AA5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winton.Extensions.Serialization.Json.Tests", "test\Winton.Extensions.Serialization.Json.Tests\Winton.Extensions.Serialization.Json.Tests.csproj", "{0E020472-4EBB-451E-AA79-38DED05576EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DA79939C-7A87-4B6C-8E8F-A0D61C65E874}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{F7E3D4D1-0059-480B-A204-BB43C2F73C74}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
test\Rules.ruleset = test\Rules.ruleset
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{719309C1-9D06-425E-A6EF-F07BF3942AA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{719309C1-9D06-425E-A6EF-F07BF3942AA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{719309C1-9D06-425E-A6EF-F07BF3942AA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{719309C1-9D06-425E-A6EF-F07BF3942AA5}.Release|Any CPU.Build.0 = Release|Any CPU
{0E020472-4EBB-451E-AA79-38DED05576EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E020472-4EBB-451E-AA79-38DED05576EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E020472-4EBB-451E-AA79-38DED05576EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E020472-4EBB-451E-AA79-38DED05576EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{719309C1-9D06-425E-A6EF-F07BF3942AA5} = {DA79939C-7A87-4B6C-8E8F-A0D61C65E874}
{0E020472-4EBB-451E-AA79-38DED05576EE} = {F7E3D4D1-0059-480B-A204-BB43C2F73C74}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BCC14634-2FB9-4A0B-A3BC-48A59F475093}
EndGlobalSection
EndGlobal