-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSemVer.sln
40 lines (40 loc) · 2.01 KB
/
SemVer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26206.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EC282BDA-A24D-405E-B67D-F25BDD320A8F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{86B28F18-3449-428A-A16B-0152CC490877}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build.ps1 = build.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SemVer", "src\SemVer\SemVer.csproj", "{6134977B-D8E3-470F-A8DD-ADA98B7C6494}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SemVer.Tests", "src\SemVer.Tests\SemVer.Tests.csproj", "{D32302E3-19FE-466B-922C-7A2936F6F4E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6134977B-D8E3-470F-A8DD-ADA98B7C6494}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6134977B-D8E3-470F-A8DD-ADA98B7C6494}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6134977B-D8E3-470F-A8DD-ADA98B7C6494}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6134977B-D8E3-470F-A8DD-ADA98B7C6494}.Release|Any CPU.Build.0 = Release|Any CPU
{D32302E3-19FE-466B-922C-7A2936F6F4E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D32302E3-19FE-466B-922C-7A2936F6F4E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D32302E3-19FE-466B-922C-7A2936F6F4E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D32302E3-19FE-466B-922C-7A2936F6F4E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6134977B-D8E3-470F-A8DD-ADA98B7C6494} = {EC282BDA-A24D-405E-B67D-F25BDD320A8F}
{D32302E3-19FE-466B-922C-7A2936F6F4E7} = {EC282BDA-A24D-405E-B67D-F25BDD320A8F}
EndGlobalSection
EndGlobal