forked from RocketSurgeonsGuild/Build
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBuild.sln
More file actions
76 lines (76 loc) · 3.87 KB
/
Build.sln
File metadata and controls
76 lines (76 loc) · 3.87 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
69
70
71
72
73
74
75
76
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27102.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rocket.Surgery.Build.Information", "src\Information\Rocket.Surgery.Build.Information.csproj", "{EDA86F18-40CE-4BC5-8153-EDD838C2D7EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{ABD90FA8-DF32-4D98-846F-64AE83C88386}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
test\Directory.Build.targets = test\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7C07D738-9CED-4DFA-8D3A-4B1B63F20A9B}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{591308B0-5584-4343-852F-F3C6240B17B1}"
ProjectSection(SolutionItems) = preProject
.appveyor.yml = .appveyor.yml
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.gitmodules = .gitmodules
.travis.yml = .travis.yml
cake.config = cake.config
GitVersion.yml = GitVersion.yml
global.json = global.json
NuGet.config = NuGet.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{09E63DBB-12D5-42CF-9D96-7C5B2CDB2081}"
ProjectSection(SolutionItems) = preProject
build.ps1 = build.ps1
cakefile.cake = cakefile.cake
Common.Build.props = Common.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rocket.Surgery.Build.Information.Tests", "test\Information.Tests\Rocket.Surgery.Build.Information.Tests.csproj", "{B04E06A2-6B8A-41C3-8060-7FFD87A8EA3B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rocket.Surgery.Build.Metadata", "src\Metadata\Rocket.Surgery.Build.Metadata.csproj", "{34EF2B33-BE94-40C4-8401-D068E19C42EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDA86F18-40CE-4BC5-8153-EDD838C2D7EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDA86F18-40CE-4BC5-8153-EDD838C2D7EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDA86F18-40CE-4BC5-8153-EDD838C2D7EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDA86F18-40CE-4BC5-8153-EDD838C2D7EC}.Release|Any CPU.Build.0 = Release|Any CPU
{B04E06A2-6B8A-41C3-8060-7FFD87A8EA3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B04E06A2-6B8A-41C3-8060-7FFD87A8EA3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B04E06A2-6B8A-41C3-8060-7FFD87A8EA3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B04E06A2-6B8A-41C3-8060-7FFD87A8EA3B}.Release|Any CPU.Build.0 = Release|Any CPU
{34EF2B33-BE94-40C4-8401-D068E19C42EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34EF2B33-BE94-40C4-8401-D068E19C42EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34EF2B33-BE94-40C4-8401-D068E19C42EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34EF2B33-BE94-40C4-8401-D068E19C42EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EDA86F18-40CE-4BC5-8153-EDD838C2D7EC} = {7C07D738-9CED-4DFA-8D3A-4B1B63F20A9B}
{B04E06A2-6B8A-41C3-8060-7FFD87A8EA3B} = {ABD90FA8-DF32-4D98-846F-64AE83C88386}
{34EF2B33-BE94-40C4-8401-D068E19C42EC} = {7C07D738-9CED-4DFA-8D3A-4B1B63F20A9B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C36EF4E4-5843-4A0F-B776-C273354C69F8}
SolutionGuid = {08BA8ABF-EC2B-42BE-8182-99B4E39A6127}
EndGlobalSection
EndGlobal