-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServeMeLib.sln
36 lines (36 loc) · 1.78 KB
/
ServeMeLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{CD6C27FC-DD5B-43B7-AE9C-F0566C79B3DE}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServeMeLib", "ServeMeLib\ServeMeLib.csproj", "{168B593A-D912-4CC0-B50F-ACEDADA43DCA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServeMe.Tests", "ServeMe.Tests\ServeMe.Tests.csproj", "{FA98A3CA-BE7D-408D-91F1-E3287BCD0CCA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{168B593A-D912-4CC0-B50F-ACEDADA43DCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{168B593A-D912-4CC0-B50F-ACEDADA43DCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{168B593A-D912-4CC0-B50F-ACEDADA43DCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{168B593A-D912-4CC0-B50F-ACEDADA43DCA}.Release|Any CPU.Build.0 = Release|Any CPU
{FA98A3CA-BE7D-408D-91F1-E3287BCD0CCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA98A3CA-BE7D-408D-91F1-E3287BCD0CCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA98A3CA-BE7D-408D-91F1-E3287BCD0CCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA98A3CA-BE7D-408D-91F1-E3287BCD0CCA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6BD6B3B-6819-45BB-B92E-0002A9E0ED67}
EndGlobalSection
EndGlobal