This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUltz.SimpleServer.Compatibility.sln
49 lines (49 loc) · 3.12 KB
/
Ultz.SimpleServer.Compatibility.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ultz.SimpleServer.Compatibility.v0", "Ultz.SimpleServer.Compatibility.v0\Ultz.SimpleServer.Compatibility.v0.csproj", "{29EB8A52-65E8-4DE0-ADA0-CAC42C2BFB85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ultz.SimpleServer.Minimal", "SimpleServer\Ultz.SimpleServer.Minimal\Ultz.SimpleServer.Minimal.csproj", "{D3862D8F-D773-4DBD-A5F4-BBBABD7025BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ultz.SimpleServer.Abstractions", "SimpleServer\Ultz.SimpleServer.Abstractions\Ultz.SimpleServer.Abstractions.csproj", "{FE30E1FA-9246-49AF-A39E-9A255E6D261A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ultz.SimpleServer.Compatibility.v0.TestApp", "Ultz.SimpleServer.Compatibility.v0.TestApp\Ultz.SimpleServer.Compatibility.v0.TestApp.csproj", "{5546B252-FCE2-4858-9177-E921A0540A6F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Submodules", "Submodules", "{0CB01A16-438F-4B5E-8CB0-EFC95D56CFBB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29EB8A52-65E8-4DE0-ADA0-CAC42C2BFB85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29EB8A52-65E8-4DE0-ADA0-CAC42C2BFB85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29EB8A52-65E8-4DE0-ADA0-CAC42C2BFB85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29EB8A52-65E8-4DE0-ADA0-CAC42C2BFB85}.Release|Any CPU.Build.0 = Release|Any CPU
{D3862D8F-D773-4DBD-A5F4-BBBABD7025BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3862D8F-D773-4DBD-A5F4-BBBABD7025BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3862D8F-D773-4DBD-A5F4-BBBABD7025BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3862D8F-D773-4DBD-A5F4-BBBABD7025BB}.Release|Any CPU.Build.0 = Release|Any CPU
{FE30E1FA-9246-49AF-A39E-9A255E6D261A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE30E1FA-9246-49AF-A39E-9A255E6D261A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE30E1FA-9246-49AF-A39E-9A255E6D261A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE30E1FA-9246-49AF-A39E-9A255E6D261A}.Release|Any CPU.Build.0 = Release|Any CPU
{5546B252-FCE2-4858-9177-E921A0540A6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5546B252-FCE2-4858-9177-E921A0540A6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5546B252-FCE2-4858-9177-E921A0540A6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5546B252-FCE2-4858-9177-E921A0540A6F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D3862D8F-D773-4DBD-A5F4-BBBABD7025BB} = {0CB01A16-438F-4B5E-8CB0-EFC95D56CFBB}
{FE30E1FA-9246-49AF-A39E-9A255E6D261A} = {0CB01A16-438F-4B5E-8CB0-EFC95D56CFBB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B5F63CF-76A2-45B1-8776-E5419D5C6FD0}
EndGlobalSection
EndGlobal