-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNosCore.Networking.sln
More file actions
35 lines (35 loc) · 1.94 KB
/
NosCore.Networking.sln
File metadata and controls
35 lines (35 loc) · 1.94 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28527.54
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NosCore.Networking", "src\NosCore.Networking\NosCore.Networking.csproj", "{8DC7839A-EB02-4E71-95DC-2D2BD9651E19}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NosCore.Networking.Tests", "test\NosCore.Networking.Tests\NosCore.Networking.Tests.csproj", "{BEEC67B8-A63B-43DE-87A5-73341AEFD62F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8DC7839A-EB02-4E71-95DC-2D2BD9651E19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DC7839A-EB02-4E71-95DC-2D2BD9651E19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DC7839A-EB02-4E71-95DC-2D2BD9651E19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DC7839A-EB02-4E71-95DC-2D2BD9651E19}.Release|Any CPU.Build.0 = Release|Any CPU
{BEEC67B8-A63B-43DE-87A5-73341AEFD62F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEEC67B8-A63B-43DE-87A5-73341AEFD62F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEEC67B8-A63B-43DE-87A5-73341AEFD62F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEEC67B8-A63B-43DE-87A5-73341AEFD62F}.Release|Any CPU.Build.0 = Release|Any CPU
{1906792E-B5D5-4303-8962-8A6788D865BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1906792E-B5D5-4303-8962-8A6788D865BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1906792E-B5D5-4303-8962-8A6788D865BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1906792E-B5D5-4303-8962-8A6788D865BD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D9A2E4CB-2146-4D11-8C4B-3955720D5844}
EndGlobalSection
EndGlobal