-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathJson2Sharp.sln
52 lines (52 loc) · 2.97 KB
/
Json2Sharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Json2SharpApp", "Json2SharpApp\Json2SharpApp.csproj", "{84D287B1-1200-4732-8D35-0365A00CFF4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Json2SharpLib", "Json2SharpLib\Json2SharpLib.csproj", "{817FCF26-561B-43A5-AB39-994D716AAE12}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Json2SharpTests", "Json2SharpTests\Json2SharpTests.csproj", "{2F832455-75C4-4EA5-AFC2-32B888B1DDA6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EFBEB53F-459E-44EA-8913-DDE85F272E82}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
README.md = README.md
LICENSE = LICENSE
.github\FUNDING.yml = .github\FUNDING.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\publish_nightly.yml = .github\workflows\publish_nightly.yml
.github\workflows\publish_release.yml = .github\workflows\publish_release.yml
.github\PULL_REQUEST_TEMPLATE\pull_request_template.md = .github\PULL_REQUEST_TEMPLATE\pull_request_template.md
.github\ISSUE_TEMPLATE\feature_request.yml = .github\ISSUE_TEMPLATE\feature_request.yml
.github\ISSUE_TEMPLATE\bug_report.yml = .github\ISSUE_TEMPLATE\bug_report.yml
.github\workflows\codeql.yml = .github\workflows\codeql.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84D287B1-1200-4732-8D35-0365A00CFF4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84D287B1-1200-4732-8D35-0365A00CFF4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84D287B1-1200-4732-8D35-0365A00CFF4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84D287B1-1200-4732-8D35-0365A00CFF4F}.Release|Any CPU.Build.0 = Release|Any CPU
{817FCF26-561B-43A5-AB39-994D716AAE12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{817FCF26-561B-43A5-AB39-994D716AAE12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{817FCF26-561B-43A5-AB39-994D716AAE12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{817FCF26-561B-43A5-AB39-994D716AAE12}.Release|Any CPU.Build.0 = Release|Any CPU
{2F832455-75C4-4EA5-AFC2-32B888B1DDA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F832455-75C4-4EA5-AFC2-32B888B1DDA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F832455-75C4-4EA5-AFC2-32B888B1DDA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F832455-75C4-4EA5-AFC2-32B888B1DDA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {12E3DEB1-B8DD-4BDB-9707-D4DB5A18D4B9}
EndGlobalSection
EndGlobal