-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCentralBuildOutput.sln
53 lines (53 loc) · 2.53 KB
/
CentralBuildOutput.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CentralBuildOutput", "src\CentralBuildOutput\CentralBuildOutput.csproj", "{7F38EBD6-9C20-4004-A186-38A9EB01D664}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CentralBuildOutput.Tests", "src\CentralBuildOutput.Tests\CentralBuildOutput.Tests.csproj", "{47E53D62-85C6-4156-B3FB-4313564D8AD4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AB50B135-6EDB-41F1-B9D1-09B7120024B7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.rsp = Directory.Build.rsp
Directory.Build.targets = Directory.Build.targets
global.json = global.json
LICENSE.txt = LICENSE.txt
nuget.config = nuget.config
packages.props = packages.props
README.md = README.md
version.json = version.json
xunit.runner.json = xunit.runner.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{EE34CA62-D647-4CC0-9AB1-53132C4048C3}"
ProjectSection(SolutionItems) = preProject
build\Defaults.props = build\Defaults.props
build\Defaults.targets = build\Defaults.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F38EBD6-9C20-4004-A186-38A9EB01D664}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F38EBD6-9C20-4004-A186-38A9EB01D664}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F38EBD6-9C20-4004-A186-38A9EB01D664}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F38EBD6-9C20-4004-A186-38A9EB01D664}.Release|Any CPU.Build.0 = Release|Any CPU
{47E53D62-85C6-4156-B3FB-4313564D8AD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47E53D62-85C6-4156-B3FB-4313564D8AD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47E53D62-85C6-4156-B3FB-4313564D8AD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47E53D62-85C6-4156-B3FB-4313564D8AD4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4501367A-EE89-48F0-B847-DC6D010340BA}
EndGlobalSection
EndGlobal