-
Notifications
You must be signed in to change notification settings - Fork 0
/
JsonConverter.SourceGenerator.sln
56 lines (56 loc) · 3.81 KB
/
JsonConverter.SourceGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_SolutionFiles", "_SolutionFiles", "{9224D29C-14CD-4E48-B6F1-46BE4C1ACB89}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
GitVersion.yml = GitVersion.yml
README.md = README.md
src\WarningConfiguration.targets = src\WarningConfiguration.targets
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{93896F86-F44A-40FE-87D1-9D3F4E4E221C}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\nightly-release.yml = .github\workflows\nightly-release.yml
.github\workflows\pr-build.yml = .github\workflows\pr-build.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aviationexam.GeneratedJsonConverters.SourceGenerator", "src\Aviationexam.GeneratedJsonConverters.SourceGenerator\Aviationexam.GeneratedJsonConverters.SourceGenerator.csproj", "{026690F8-2C9D-4D94-8437-FE9B85007212}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aviationexam.GeneratedJsonConverters.SourceGenerator.Tests", "src\Aviationexam.GeneratedJsonConverters.SourceGenerator.Tests\Aviationexam.GeneratedJsonConverters.SourceGenerator.Tests.csproj", "{D7B44284-0307-4FB0-89D4-C7ABC00BA467}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aviationexam.GeneratedJsonConverters.SourceGenerator.Target", "src\Aviationexam.GeneratedJsonConverters.SourceGenerator.Target\Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.csproj", "{76849788-E61C-4367-BE57-B9A4F5A0D158}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.Tests", "src\Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.Tests\Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.Tests.csproj", "{B86C004E-145E-4952-A427-9048B5418A0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{93896F86-F44A-40FE-87D1-9D3F4E4E221C} = {9224D29C-14CD-4E48-B6F1-46BE4C1ACB89}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{026690F8-2C9D-4D94-8437-FE9B85007212}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{026690F8-2C9D-4D94-8437-FE9B85007212}.Debug|Any CPU.Build.0 = Debug|Any CPU
{026690F8-2C9D-4D94-8437-FE9B85007212}.Release|Any CPU.ActiveCfg = Release|Any CPU
{026690F8-2C9D-4D94-8437-FE9B85007212}.Release|Any CPU.Build.0 = Release|Any CPU
{D7B44284-0307-4FB0-89D4-C7ABC00BA467}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7B44284-0307-4FB0-89D4-C7ABC00BA467}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7B44284-0307-4FB0-89D4-C7ABC00BA467}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7B44284-0307-4FB0-89D4-C7ABC00BA467}.Release|Any CPU.Build.0 = Release|Any CPU
{76849788-E61C-4367-BE57-B9A4F5A0D158}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76849788-E61C-4367-BE57-B9A4F5A0D158}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76849788-E61C-4367-BE57-B9A4F5A0D158}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76849788-E61C-4367-BE57-B9A4F5A0D158}.Release|Any CPU.Build.0 = Release|Any CPU
{B86C004E-145E-4952-A427-9048B5418A0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B86C004E-145E-4952-A427-9048B5418A0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B86C004E-145E-4952-A427-9048B5418A0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B86C004E-145E-4952-A427-9048B5418A0A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal