-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathSlnGen.sln
74 lines (74 loc) · 4.29 KB
/
SlnGen.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.1.31907.60
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9156D17E-A7B4-4A98-B031-8AB40D032062}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
azure-pipelines-official.yml = azure-pipelines-official.yml
azure-pipelines.yml = azure-pipelines.yml
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
Directory.Build.rsp = Directory.Build.rsp
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
Directory.Solution.targets = Directory.Solution.targets
global.json = global.json
LICENSE.txt = LICENSE.txt
NuGet.config = NuGet.config
README.md = README.md
stylecop.json = stylecop.json
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.SlnGen", "src\Microsoft.VisualStudio.SlnGen\Microsoft.VisualStudio.SlnGen.csproj", "{C8D336E5-9E65-4D34-BA9A-DB58936947CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.SlnGen.UnitTests", "src\Microsoft.VisualStudio.SlnGen.UnitTests\Microsoft.VisualStudio.SlnGen.UnitTests.csproj", "{E7E0C8DA-3265-480C-BBAB-165C94C3BE09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.SlnGen.Tool", "src\Microsoft.VisualStudio.SlnGen.Tool\Microsoft.VisualStudio.SlnGen.Tool.csproj", "{60521B49-A95C-4D24-92A1-45313F84FB73}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{5CA3348C-8F47-409C-89A4-B86AAADB02C8}"
ProjectSection(SolutionItems) = preProject
docs\FAQ.md = docs\FAQ.md
docs\README.md = docs\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SlnGen.Corext", "src\SlnGen.Corext\SlnGen.Corext.csproj", "{7E04B85F-7503-445D-9C38-99B8EE053C26}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.SlnGen.Extension", "src\Microsoft.VisualStudio.SlnGen.Extension\Microsoft.VisualStudio.SlnGen.Extension.csproj", "{DE1E923E-19C0-4142-9889-6C860AB66BF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8D336E5-9E65-4D34-BA9A-DB58936947CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8D336E5-9E65-4D34-BA9A-DB58936947CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8D336E5-9E65-4D34-BA9A-DB58936947CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8D336E5-9E65-4D34-BA9A-DB58936947CF}.Release|Any CPU.Build.0 = Release|Any CPU
{E7E0C8DA-3265-480C-BBAB-165C94C3BE09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7E0C8DA-3265-480C-BBAB-165C94C3BE09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7E0C8DA-3265-480C-BBAB-165C94C3BE09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7E0C8DA-3265-480C-BBAB-165C94C3BE09}.Release|Any CPU.Build.0 = Release|Any CPU
{60521B49-A95C-4D24-92A1-45313F84FB73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60521B49-A95C-4D24-92A1-45313F84FB73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60521B49-A95C-4D24-92A1-45313F84FB73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60521B49-A95C-4D24-92A1-45313F84FB73}.Release|Any CPU.Build.0 = Release|Any CPU
{7E04B85F-7503-445D-9C38-99B8EE053C26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E04B85F-7503-445D-9C38-99B8EE053C26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E04B85F-7503-445D-9C38-99B8EE053C26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E04B85F-7503-445D-9C38-99B8EE053C26}.Release|Any CPU.Build.0 = Release|Any CPU
{DE1E923E-19C0-4142-9889-6C860AB66BF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE1E923E-19C0-4142-9889-6C860AB66BF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE1E923E-19C0-4142-9889-6C860AB66BF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE1E923E-19C0-4142-9889-6C860AB66BF4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CFFC4187-96EE-4465-B5B3-0BAFD3C14BB6}
EndGlobalSection
EndGlobal