-
Notifications
You must be signed in to change notification settings - Fork 0
/
MSBuildProjectCreator.sln
63 lines (63 loc) · 3.11 KB
/
MSBuildProjectCreator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Build.Utilities.ProjectCreation", "src\Microsoft.Build.Utilities.ProjectCreation\Microsoft.Build.Utilities.ProjectCreation.csproj", "{0CCB62BE-922F-480F-B8EA-823CB8A9CBDC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Build.Utilities.ProjectCreation.UnitTests", "src\Microsoft.Build.Utilities.ProjectCreation.UnitTests\Microsoft.Build.Utilities.ProjectCreation.UnitTests.csproj", "{772A0EE5-6B57-4736-B387-A6E50B75DE5F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{8339FD67-CFE5-4951-B9DD-F7E6EAB77ADC}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
Directory.Build.rsp = Directory.Build.rsp
Directory.Packages.props = Directory.Packages.props
Directory.Solution.props = Directory.Solution.props
global.json = global.json
key.snk = key.snk
LICENSE = LICENSE
NuGet.config = NuGet.config
README.md = README.md
version.json = version.json
xunit.runner.json = xunit.runner.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{3F239E9A-CEB8-410A-BA63-4F860B9566E6}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{B7A3C6A3-30B4-4B86-8434-5865A70E2D7C}"
ProjectSection(SolutionItems) = preProject
.github\workflows\CI.yml = .github\workflows\CI.yml
.github\workflows\Official.yml = .github\workflows\Official.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CCB62BE-922F-480F-B8EA-823CB8A9CBDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CCB62BE-922F-480F-B8EA-823CB8A9CBDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CCB62BE-922F-480F-B8EA-823CB8A9CBDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CCB62BE-922F-480F-B8EA-823CB8A9CBDC}.Release|Any CPU.Build.0 = Release|Any CPU
{772A0EE5-6B57-4736-B387-A6E50B75DE5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{772A0EE5-6B57-4736-B387-A6E50B75DE5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{772A0EE5-6B57-4736-B387-A6E50B75DE5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{772A0EE5-6B57-4736-B387-A6E50B75DE5F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B7A3C6A3-30B4-4B86-8434-5865A70E2D7C} = {3F239E9A-CEB8-410A-BA63-4F860B9566E6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {570C6638-0C7D-40C6-90CF-2F02FACB2CD2}
EndGlobalSection
EndGlobal