generated from jmarolf/analyzer-start
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenerator.sln
68 lines (67 loc) · 3.58 KB
/
generator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31102.280
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8AD80C7C-448A-4A33-97BB-777972B59A58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Generator", "src\Generator\Generator.csproj", "{540EA240-B200-44A4-9A46-76994BE26CED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "tests\Tests.csproj", "{42917516-4301-4D45-BAB4-52B94DCD8F15}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ECD898F4-0CDF-4FB4-9DCC-DA305A834AD6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{540EA240-B200-44A4-9A46-76994BE26CED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{540EA240-B200-44A4-9A46-76994BE26CED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{540EA240-B200-44A4-9A46-76994BE26CED}.Debug|x64.ActiveCfg = Debug|Any CPU
{540EA240-B200-44A4-9A46-76994BE26CED}.Debug|x64.Build.0 = Debug|Any CPU
{540EA240-B200-44A4-9A46-76994BE26CED}.Debug|x86.ActiveCfg = Debug|Any CPU
{540EA240-B200-44A4-9A46-76994BE26CED}.Debug|x86.Build.0 = Debug|Any CPU
{540EA240-B200-44A4-9A46-76994BE26CED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{540EA240-B200-44A4-9A46-76994BE26CED}.Release|Any CPU.Build.0 = Release|Any CPU
{540EA240-B200-44A4-9A46-76994BE26CED}.Release|x64.ActiveCfg = Release|Any CPU
{540EA240-B200-44A4-9A46-76994BE26CED}.Release|x64.Build.0 = Release|Any CPU
{540EA240-B200-44A4-9A46-76994BE26CED}.Release|x86.ActiveCfg = Release|Any CPU
{540EA240-B200-44A4-9A46-76994BE26CED}.Release|x86.Build.0 = Release|Any CPU
{42917516-4301-4D45-BAB4-52B94DCD8F15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42917516-4301-4D45-BAB4-52B94DCD8F15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42917516-4301-4D45-BAB4-52B94DCD8F15}.Debug|x64.ActiveCfg = Debug|Any CPU
{42917516-4301-4D45-BAB4-52B94DCD8F15}.Debug|x64.Build.0 = Debug|Any CPU
{42917516-4301-4D45-BAB4-52B94DCD8F15}.Debug|x86.ActiveCfg = Debug|Any CPU
{42917516-4301-4D45-BAB4-52B94DCD8F15}.Debug|x86.Build.0 = Debug|Any CPU
{42917516-4301-4D45-BAB4-52B94DCD8F15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42917516-4301-4D45-BAB4-52B94DCD8F15}.Release|Any CPU.Build.0 = Release|Any CPU
{42917516-4301-4D45-BAB4-52B94DCD8F15}.Release|x64.ActiveCfg = Release|Any CPU
{42917516-4301-4D45-BAB4-52B94DCD8F15}.Release|x64.Build.0 = Release|Any CPU
{42917516-4301-4D45-BAB4-52B94DCD8F15}.Release|x86.ActiveCfg = Release|Any CPU
{42917516-4301-4D45-BAB4-52B94DCD8F15}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{540EA240-B200-44A4-9A46-76994BE26CED} = {8AD80C7C-448A-4A33-97BB-777972B59A58}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C4F626A-5A8F-46A6-8F5C-431E4D470D69}
EndGlobalSection
EndGlobal