-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBnaya.BuilderPatternGenerator.sln
74 lines (74 loc) · 4.86 KB
/
Bnaya.BuilderPatternGenerator.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31825.309
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8E715A10-FF9D-4022-BF92-BC8CAD7DB8F9}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src-gen", "src-gen", "{8A7A929E-0494-48C4-953C-96BBEB6716C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{83922298-60B7-419F-A2C4-7164FBA8D8D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bnaya.BuilderPatternGenerator.Playground.Tests", "Tests\Bnaya.BuilderPatternGenerator.Playground.Tests\Bnaya.BuilderPatternGenerator.Playground.Tests.csproj", "{AF05D375-0FF0-4568-8C92-3A2E0AA54057}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bnaya.BuilderPatternGenerator.SrcGen", "src-gen\Bnaya.BuilderPatternGenerator.SrcGen\Bnaya.BuilderPatternGenerator.SrcGen.csproj", "{02311DC3-50DA-47A0-B4C8-27734BEDA981}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bnaya.BuilderPatternGenerator.SrcGen.Playground", "src-gen\Bnaya.BuilderPatternGenerator.SrcGen.Playground\Bnaya.BuilderPatternGenerator.SrcGen.Playground.csproj", "{B50DB76F-2A02-4C2B-A8FF-CCCCDCF208C7}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Bnaya.SourceCodeGenerator.Extensions.Shared", "Bnaya.SourceCodeGenerator.Extensions.Shared\Bnaya.SourceCodeGenerator.Extensions.Shared.shproj", "{AC507F29-16BE-4646-8FAA-768DEDF4E087}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bnaya.BuilderPatternGenerator.Abstractions", "Bnaya.BuilderPatternGenerator.Abstractions\Bnaya.BuilderPatternGenerator.Abstractions.csproj", "{D502A272-7E7E-4A70-956B-70E081231CAC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Gen|Any CPU = Gen|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF05D375-0FF0-4568-8C92-3A2E0AA54057}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF05D375-0FF0-4568-8C92-3A2E0AA54057}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF05D375-0FF0-4568-8C92-3A2E0AA54057}.Gen|Any CPU.ActiveCfg = Gen|Any CPU
{AF05D375-0FF0-4568-8C92-3A2E0AA54057}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF05D375-0FF0-4568-8C92-3A2E0AA54057}.Release|Any CPU.Build.0 = Release|Any CPU
{02311DC3-50DA-47A0-B4C8-27734BEDA981}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02311DC3-50DA-47A0-B4C8-27734BEDA981}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02311DC3-50DA-47A0-B4C8-27734BEDA981}.Gen|Any CPU.ActiveCfg = Gen|Any CPU
{02311DC3-50DA-47A0-B4C8-27734BEDA981}.Gen|Any CPU.Build.0 = Gen|Any CPU
{02311DC3-50DA-47A0-B4C8-27734BEDA981}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02311DC3-50DA-47A0-B4C8-27734BEDA981}.Release|Any CPU.Build.0 = Release|Any CPU
{B50DB76F-2A02-4C2B-A8FF-CCCCDCF208C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B50DB76F-2A02-4C2B-A8FF-CCCCDCF208C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B50DB76F-2A02-4C2B-A8FF-CCCCDCF208C7}.Gen|Any CPU.ActiveCfg = Gen|Any CPU
{B50DB76F-2A02-4C2B-A8FF-CCCCDCF208C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B50DB76F-2A02-4C2B-A8FF-CCCCDCF208C7}.Release|Any CPU.Build.0 = Release|Any CPU
{D502A272-7E7E-4A70-956B-70E081231CAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D502A272-7E7E-4A70-956B-70E081231CAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D502A272-7E7E-4A70-956B-70E081231CAC}.Gen|Any CPU.ActiveCfg = Gen|Any CPU
{D502A272-7E7E-4A70-956B-70E081231CAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D502A272-7E7E-4A70-956B-70E081231CAC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AF05D375-0FF0-4568-8C92-3A2E0AA54057} = {83922298-60B7-419F-A2C4-7164FBA8D8D3}
{02311DC3-50DA-47A0-B4C8-27734BEDA981} = {8A7A929E-0494-48C4-953C-96BBEB6716C0}
{B50DB76F-2A02-4C2B-A8FF-CCCCDCF208C7} = {8A7A929E-0494-48C4-953C-96BBEB6716C0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8BF75969-9D06-422C-9F05-0CAD668365B8}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Bnaya.SourceCodeGenerator.Extensions.Shared\Bnaya.SourceCodeGenerator.Extensions.Shared.projitems*{02311dc3-50da-47a0-b4c8-27734beda981}*SharedItemsImports = 5
Bnaya.SourceCodeGenerator.Extensions.Shared\Bnaya.SourceCodeGenerator.Extensions.Shared.projitems*{ac507f29-16be-4646-8faa-768dedf4e087}*SharedItemsImports = 13
EndGlobalSection
EndGlobal