-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMcSherry.SemanticVersioning.sln
43 lines (43 loc) · 2.48 KB
/
McSherry.SemanticVersioning.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30104.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "McSherry.SemanticVersioning", "McSherry.SemanticVersioning\McSherry.SemanticVersioning.csproj", "{8C0FD5FE-7C51-45C7-A6B6-7D73FA74588F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "McSherry.SemanticVersioning.Testing", "McSherry.SemanticVersioning.Testing\McSherry.SemanticVersioning.Testing.csproj", "{1094D088-AAC1-457A-B515-652B09BC11BD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{41F18D65-5C24-468B-9912-CDB10DC31AD4}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
LICENCE.txt = LICENCE.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "McSherry.SemanticVersioning.Benchmarking", "McSherry.SemanticVersioning.Benchmarking\McSherry.SemanticVersioning.Benchmarking.csproj", "{3EF94069-1F11-458F-9A55-BCEF0F4FF00D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C0FD5FE-7C51-45C7-A6B6-7D73FA74588F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C0FD5FE-7C51-45C7-A6B6-7D73FA74588F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C0FD5FE-7C51-45C7-A6B6-7D73FA74588F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C0FD5FE-7C51-45C7-A6B6-7D73FA74588F}.Release|Any CPU.Build.0 = Release|Any CPU
{1094D088-AAC1-457A-B515-652B09BC11BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1094D088-AAC1-457A-B515-652B09BC11BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1094D088-AAC1-457A-B515-652B09BC11BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1094D088-AAC1-457A-B515-652B09BC11BD}.Release|Any CPU.Build.0 = Release|Any CPU
{3EF94069-1F11-458F-9A55-BCEF0F4FF00D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EF94069-1F11-458F-9A55-BCEF0F4FF00D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EF94069-1F11-458F-9A55-BCEF0F4FF00D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EF94069-1F11-458F-9A55-BCEF0F4FF00D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4592B2F5-1C58-4727-B027-95687D868F41}
EndGlobalSection
EndGlobal