-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathHopSharp.sln
32 lines (32 loc) · 1.79 KB
/
HopSharp.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HopSharp", "HopSharp\HopSharp.csproj", "{EE7CE02E-3CA9-4D01-8D57-E98911466B44}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{9D9863D8-EDB6-4B34-94C1-3894B00EBF97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleWeb", "SampleWeb\SampleWeb.csproj", "{91EFAC45-916F-46D5-B96D-5C7F186DE3CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE7CE02E-3CA9-4D01-8D57-E98911466B44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE7CE02E-3CA9-4D01-8D57-E98911466B44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE7CE02E-3CA9-4D01-8D57-E98911466B44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE7CE02E-3CA9-4D01-8D57-E98911466B44}.Release|Any CPU.Build.0 = Release|Any CPU
{9D9863D8-EDB6-4B34-94C1-3894B00EBF97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D9863D8-EDB6-4B34-94C1-3894B00EBF97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D9863D8-EDB6-4B34-94C1-3894B00EBF97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D9863D8-EDB6-4B34-94C1-3894B00EBF97}.Release|Any CPU.Build.0 = Release|Any CPU
{91EFAC45-916F-46D5-B96D-5C7F186DE3CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91EFAC45-916F-46D5-B96D-5C7F186DE3CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91EFAC45-916F-46D5-B96D-5C7F186DE3CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91EFAC45-916F-46D5-B96D-5C7F186DE3CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal