-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSharedSource-Build.sln
More file actions
68 lines (68 loc) · 4.11 KB
/
SharedSource-Build.sln
File metadata and controls
68 lines (68 loc) · 4.11 KB
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 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{9A97FBA1-143B-49DC-B68A-383F011A98FD}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E183529C-6003-4D4D-BA72-C865A710A31E}"
ProjectSection(SolutionItems) = preProject
license\Apache-2.0.licenseheader = license\Apache-2.0.licenseheader
license\Apache-2.0.txt = license\Apache-2.0.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Build", "Build\Build.csproj", "{6CBB099A-DE58-48A4-ADC7-D37725B0181C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BuildScript.Nuke", "BuildScript.Nuke\BuildScript.Nuke.csproj", "{B75C33F2-8261-4BB4-B5A8-B6B9C34EF07A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BuildScript.Nuke.UnitTests", "BuildScript.Nuke.UnitTests\BuildScript.Nuke.UnitTests.csproj", "{104261A0-74C4-4B41-BDFF-E82070AEEF91}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BuildScript.Nuke.IntegrationTests", "BuildScript.Nuke.IntegrationTests\BuildScript.Nuke.IntegrationTests.csproj", "{A86BAD1B-860E-4AB8-A813-46E37572549E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6CBB099A-DE58-48A4-ADC7-D37725B0181C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CBB099A-DE58-48A4-ADC7-D37725B0181C}.Debug|x86.ActiveCfg = Debug|Any CPU
{6CBB099A-DE58-48A4-ADC7-D37725B0181C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CBB099A-DE58-48A4-ADC7-D37725B0181C}.Release|x86.ActiveCfg = Release|Any CPU
{B75C33F2-8261-4BB4-B5A8-B6B9C34EF07A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B75C33F2-8261-4BB4-B5A8-B6B9C34EF07A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B75C33F2-8261-4BB4-B5A8-B6B9C34EF07A}.Debug|x86.ActiveCfg = Debug|Any CPU
{B75C33F2-8261-4BB4-B5A8-B6B9C34EF07A}.Debug|x86.Build.0 = Debug|Any CPU
{B75C33F2-8261-4BB4-B5A8-B6B9C34EF07A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B75C33F2-8261-4BB4-B5A8-B6B9C34EF07A}.Release|Any CPU.Build.0 = Release|Any CPU
{B75C33F2-8261-4BB4-B5A8-B6B9C34EF07A}.Release|x86.ActiveCfg = Release|Any CPU
{B75C33F2-8261-4BB4-B5A8-B6B9C34EF07A}.Release|x86.Build.0 = Release|Any CPU
{104261A0-74C4-4B41-BDFF-E82070AEEF91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{104261A0-74C4-4B41-BDFF-E82070AEEF91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{104261A0-74C4-4B41-BDFF-E82070AEEF91}.Debug|x86.ActiveCfg = Debug|Any CPU
{104261A0-74C4-4B41-BDFF-E82070AEEF91}.Debug|x86.Build.0 = Debug|Any CPU
{104261A0-74C4-4B41-BDFF-E82070AEEF91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{104261A0-74C4-4B41-BDFF-E82070AEEF91}.Release|Any CPU.Build.0 = Release|Any CPU
{104261A0-74C4-4B41-BDFF-E82070AEEF91}.Release|x86.ActiveCfg = Release|Any CPU
{104261A0-74C4-4B41-BDFF-E82070AEEF91}.Release|x86.Build.0 = Release|Any CPU
{A86BAD1B-860E-4AB8-A813-46E37572549E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A86BAD1B-860E-4AB8-A813-46E37572549E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A86BAD1B-860E-4AB8-A813-46E37572549E}.Debug|x86.ActiveCfg = Debug|Any CPU
{A86BAD1B-860E-4AB8-A813-46E37572549E}.Debug|x86.Build.0 = Debug|Any CPU
{A86BAD1B-860E-4AB8-A813-46E37572549E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A86BAD1B-860E-4AB8-A813-46E37572549E}.Release|Any CPU.Build.0 = Release|Any CPU
{A86BAD1B-860E-4AB8-A813-46E37572549E}.Release|x86.ActiveCfg = Release|Any CPU
{A86BAD1B-860E-4AB8-A813-46E37572549E}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA0ECCC3-E69E-43C6-BEB4-7CFF9834031D}
EndGlobalSection
EndGlobal