forked from christianheld/mr-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMrRelease.sln
44 lines (44 loc) · 1.83 KB
/
MrRelease.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{A5181A0E-BE4A-49D7-9C35-F39629C82E18}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.globalconfig = .globalconfig
build.cake = build.cake
Directory.Build.props = Directory.Build.props
GitVersion.yml = GitVersion.yml
global.json = global.json
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3790292F-9B94-425F-AE4C-05A2201323FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MrRelease", "src\MrRelease\MrRelease.csproj", "{08339F22-F2BE-431F-BD2E-B6601EC0883E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08339F22-F2BE-431F-BD2E-B6601EC0883E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08339F22-F2BE-431F-BD2E-B6601EC0883E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08339F22-F2BE-431F-BD2E-B6601EC0883E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08339F22-F2BE-431F-BD2E-B6601EC0883E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{08339F22-F2BE-431F-BD2E-B6601EC0883E} = {3790292F-9B94-425F-AE4C-05A2201323FF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17E5D062-4C17-480F-99B1-7D981A79491A}
EndGlobalSection
EndGlobal