-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathYoloDev.CodeGen.sln
More file actions
68 lines (68 loc) · 4.32 KB
/
YoloDev.CodeGen.sln
File metadata and controls
68 lines (68 loc) · 4.32 KB
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
59
60
61
62
63
64
65
66
67
68
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31512.422
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D593846D-CE50-45D3-9FA2-4F3BD2EDC21C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YoloDev.CodeGen", "src\YoloDev.CodeGen\YoloDev.CodeGen.csproj", "{E8417A11-C094-4C57-8B6B-997A64411B86}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5C6A2A4C-A587-4AE8-A0B4-7D825BD17090}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{102B1470-CAEA-418C-ABDE-E49FEA98B5D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YoloDev.CodeGen.Tests", "test\YoloDev.CodeGen.Tests\YoloDev.CodeGen.Tests.csproj", "{61A7363F-7120-421A-A6E8-61E17B0C7C7D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sourcegen", "sourcegen", "{A754D9E4-26C8-4A28-9B29-839277B82D96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YoloDev.CodeGen.SourceGenerator", "src\sourcegen\YoloDev.CodeGen.SourceGenerator\YoloDev.CodeGen.SourceGenerator.csproj", "{0B088EB1-CCA1-42EB-9FDF-31A83FD3F53B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YoloDev.CodeGen.Builders", "src\YoloDev.CodeGen.Builders\YoloDev.CodeGen.Builders.csproj", "{DE2F3DE3-B671-4278-AC6E-C98EB3C0CBB7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YoloDev.CodeGen.Builders.Tests", "test\YoloDev.CodeGen.Builders.Tests\YoloDev.CodeGen.Builders.Tests.csproj", "{127B13BA-D072-472F-B323-02A6EE6D35F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8417A11-C094-4C57-8B6B-997A64411B86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8417A11-C094-4C57-8B6B-997A64411B86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8417A11-C094-4C57-8B6B-997A64411B86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8417A11-C094-4C57-8B6B-997A64411B86}.Release|Any CPU.Build.0 = Release|Any CPU
{61A7363F-7120-421A-A6E8-61E17B0C7C7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61A7363F-7120-421A-A6E8-61E17B0C7C7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61A7363F-7120-421A-A6E8-61E17B0C7C7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61A7363F-7120-421A-A6E8-61E17B0C7C7D}.Release|Any CPU.Build.0 = Release|Any CPU
{0B088EB1-CCA1-42EB-9FDF-31A83FD3F53B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B088EB1-CCA1-42EB-9FDF-31A83FD3F53B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B088EB1-CCA1-42EB-9FDF-31A83FD3F53B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B088EB1-CCA1-42EB-9FDF-31A83FD3F53B}.Release|Any CPU.Build.0 = Release|Any CPU
{DE2F3DE3-B671-4278-AC6E-C98EB3C0CBB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE2F3DE3-B671-4278-AC6E-C98EB3C0CBB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE2F3DE3-B671-4278-AC6E-C98EB3C0CBB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE2F3DE3-B671-4278-AC6E-C98EB3C0CBB7}.Release|Any CPU.Build.0 = Release|Any CPU
{127B13BA-D072-472F-B323-02A6EE6D35F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{127B13BA-D072-472F-B323-02A6EE6D35F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{127B13BA-D072-472F-B323-02A6EE6D35F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{127B13BA-D072-472F-B323-02A6EE6D35F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E8417A11-C094-4C57-8B6B-997A64411B86} = {D593846D-CE50-45D3-9FA2-4F3BD2EDC21C}
{61A7363F-7120-421A-A6E8-61E17B0C7C7D} = {102B1470-CAEA-418C-ABDE-E49FEA98B5D8}
{A754D9E4-26C8-4A28-9B29-839277B82D96} = {D593846D-CE50-45D3-9FA2-4F3BD2EDC21C}
{0B088EB1-CCA1-42EB-9FDF-31A83FD3F53B} = {A754D9E4-26C8-4A28-9B29-839277B82D96}
{DE2F3DE3-B671-4278-AC6E-C98EB3C0CBB7} = {D593846D-CE50-45D3-9FA2-4F3BD2EDC21C}
{127B13BA-D072-472F-B323-02A6EE6D35F0} = {102B1470-CAEA-418C-ABDE-E49FEA98B5D8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24FD5F48-EF38-442B-969B-EF04EFB97D04}
EndGlobalSection
EndGlobal