-
Notifications
You must be signed in to change notification settings - Fork 0
/
JsonRepairUtils.sln
41 lines (41 loc) · 2.21 KB
/
JsonRepairUtils.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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonRepairUtils", "src\JsonRepairUtils\JsonRepairUtils.csproj", "{1C048ADB-471F-403B-B112-843431F4B5B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonRepairUtils.Tests", "src\JsonRepairUtils.Tests\JsonRepairUtils.Tests.csproj", "{D15AC1EA-B5B4-4629-991B-4F180EF361CF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{7D52062F-4872-4BAF-A72D-E6C4CEE44BDE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{04B9E56E-0841-432E-BEAA-82EE706CCE2B}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet_test.yml = .github\workflows\dotnet_test.yml
.github\workflows\dotnet_deploy.yml = .github\workflows\dotnet_deploy.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0161B4C3-5A0F-4963-BF6C-0D30891F770D}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
.gitignore = .gitignore
editorconfig = editorconfig
LICENSE.md = LICENSE.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C048ADB-471F-403B-B112-843431F4B5B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C048ADB-471F-403B-B112-843431F4B5B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C048ADB-471F-403B-B112-843431F4B5B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C048ADB-471F-403B-B112-843431F4B5B2}.Release|Any CPU.Build.0 = Release|Any CPU
{D15AC1EA-B5B4-4629-991B-4F180EF361CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D15AC1EA-B5B4-4629-991B-4F180EF361CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D15AC1EA-B5B4-4629-991B-4F180EF361CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D15AC1EA-B5B4-4629-991B-4F180EF361CF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{04B9E56E-0841-432E-BEAA-82EE706CCE2B} = {7D52062F-4872-4BAF-A72D-E6C4CEE44BDE}
EndGlobalSection
EndGlobal