-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCommonCodeGenerator.sln
50 lines (50 loc) · 2.75 KB
/
CommonCodeGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34616.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonCodeGenerator", "CommonCodeGenerator\CommonCodeGenerator.csproj", "{3D492F1B-B0E3-41B7-83A2-0BE378A36F99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EACA6ABB-589E-433B-AC76-458E72F96527}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Analyzers.ruleset = Analyzers.ruleset
CommonCodeGenerator.sln.DotSettings = CommonCodeGenerator.sln.DotSettings
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonCodeGenerator.SourceGenerator", "CommonCodeGenerator.SourceGenerator\CommonCodeGenerator.SourceGenerator.csproj", "{0314460C-82D2-4488-882D-2AD13D08BD4D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonCodeGenerator.SourceGenerator.Tests", "CommonCodeGenerator.SourceGenerator.Tests\CommonCodeGenerator.SourceGenerator.Tests.csproj", "{53CCE0A3-C9FD-4AB9-BFDC-264B0AA35EBE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D492F1B-B0E3-41B7-83A2-0BE378A36F99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D492F1B-B0E3-41B7-83A2-0BE378A36F99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D492F1B-B0E3-41B7-83A2-0BE378A36F99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D492F1B-B0E3-41B7-83A2-0BE378A36F99}.Release|Any CPU.Build.0 = Release|Any CPU
{0314460C-82D2-4488-882D-2AD13D08BD4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0314460C-82D2-4488-882D-2AD13D08BD4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0314460C-82D2-4488-882D-2AD13D08BD4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0314460C-82D2-4488-882D-2AD13D08BD4D}.Release|Any CPU.Build.0 = Release|Any CPU
{53CCE0A3-C9FD-4AB9-BFDC-264B0AA35EBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53CCE0A3-C9FD-4AB9-BFDC-264B0AA35EBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53CCE0A3-C9FD-4AB9-BFDC-264B0AA35EBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53CCE0A3-C9FD-4AB9-BFDC-264B0AA35EBE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {81651F12-BCDD-4092-86EE-8F334E3E9253}
EndGlobalSection
EndGlobal