forked from jennings/SemVerHarvester
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSemVerHarvester.sln
39 lines (39 loc) · 2.19 KB
/
SemVerHarvester.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SemVerHarvester.Net40", "SemVerHarvester\SemVerHarvester.Net40.csproj", "{AE222838-13A6-46A8-A411-3F848617432C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SemVerHarvester.Test", "SemVerHarvester.Test\SemVerHarvester.Test.csproj", "{F364D759-CFCC-47EA-8418-1F7521A6111C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B28A3A56-DBF1-43E3-BCE6-EBB236CE3811}"
ProjectSection(SolutionItems) = preProject
NOTICE.md = NOTICE.md
README.md = README.md
SemVerHarvester.nuspec = SemVerHarvester.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SemVerHarvester.Net20", "SemVerHarvester\SemVerHarvester.Net20.csproj", "{9345CE5F-FEE3-4195-88DB-2DCA21428986}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE222838-13A6-46A8-A411-3F848617432C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE222838-13A6-46A8-A411-3F848617432C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE222838-13A6-46A8-A411-3F848617432C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE222838-13A6-46A8-A411-3F848617432C}.Release|Any CPU.Build.0 = Release|Any CPU
{F364D759-CFCC-47EA-8418-1F7521A6111C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F364D759-CFCC-47EA-8418-1F7521A6111C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F364D759-CFCC-47EA-8418-1F7521A6111C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F364D759-CFCC-47EA-8418-1F7521A6111C}.Release|Any CPU.Build.0 = Release|Any CPU
{9345CE5F-FEE3-4195-88DB-2DCA21428986}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9345CE5F-FEE3-4195-88DB-2DCA21428986}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9345CE5F-FEE3-4195-88DB-2DCA21428986}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9345CE5F-FEE3-4195-88DB-2DCA21428986}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal