-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTurnerSoftware.BuildVersioning.sln
64 lines (64 loc) · 3.46 KB
/
TurnerSoftware.BuildVersioning.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31025.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TurnerSoftware.BuildVersioning", "src\TurnerSoftware.BuildVersioning\TurnerSoftware.BuildVersioning.csproj", "{F7049F6B-9985-41A7-A911-EAE54EB8A708}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TurnerSoftware.BuildVersioning.Tool", "src\TurnerSoftware.BuildVersioning.Tool\TurnerSoftware.BuildVersioning.Tool.csproj", "{D796E0D8-9315-47F1-86BD-EA8958E5A7FA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1EFB8EBA-39B4-472E-9DE3-2B25E902EE2C}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global", "global", "{790239FE-AB99-45EE-B764-23F4F351C61E}"
ProjectSection(SolutionItems) = preProject
.appveyor.yml = .appveyor.yml
.codecov.yml = .codecov.yml
.editorconfig = .editorconfig
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
CodeCoverage.runsettings = CodeCoverage.runsettings
License.txt = License.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{EC91FA7D-31F4-4BB8-ABD1-2C142491D34C}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TurnerSoftware.BuildVersioning.Tests", "tests\TurnerSoftware.BuildVersioning.Tests\TurnerSoftware.BuildVersioning.Tests.csproj", "{F97BCD71-3D0E-4B36-8BE5-B401A05E0829}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7049F6B-9985-41A7-A911-EAE54EB8A708}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7049F6B-9985-41A7-A911-EAE54EB8A708}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7049F6B-9985-41A7-A911-EAE54EB8A708}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7049F6B-9985-41A7-A911-EAE54EB8A708}.Release|Any CPU.Build.0 = Release|Any CPU
{D796E0D8-9315-47F1-86BD-EA8958E5A7FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D796E0D8-9315-47F1-86BD-EA8958E5A7FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D796E0D8-9315-47F1-86BD-EA8958E5A7FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D796E0D8-9315-47F1-86BD-EA8958E5A7FA}.Release|Any CPU.Build.0 = Release|Any CPU
{F97BCD71-3D0E-4B36-8BE5-B401A05E0829}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F97BCD71-3D0E-4B36-8BE5-B401A05E0829}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F97BCD71-3D0E-4B36-8BE5-B401A05E0829}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F97BCD71-3D0E-4B36-8BE5-B401A05E0829}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F7049F6B-9985-41A7-A911-EAE54EB8A708} = {1EFB8EBA-39B4-472E-9DE3-2B25E902EE2C}
{D796E0D8-9315-47F1-86BD-EA8958E5A7FA} = {1EFB8EBA-39B4-472E-9DE3-2B25E902EE2C}
{F97BCD71-3D0E-4B36-8BE5-B401A05E0829} = {EC91FA7D-31F4-4BB8-ABD1-2C142491D34C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17BD2449-BDDF-40FB-A123-E2B7B927BF9C}
EndGlobalSection
EndGlobal