-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNFive.Debug.sln
35 lines (35 loc) · 2.03 KB
/
NFive.Debug.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BDC95BB9-138C-4FBB-94AA-85049140256D}"
ProjectSection(SolutionItems) = preProject
nfive.yml = nfive.yml
EndProjectSection
EndProject
Project("{482B7D40-AD28-4E26-A53A-A90861D7FD84}") = "Debug.Client", "Debug.Client\Debug.Client.csproj", "{1B5478DB-20ED-4704-8780-B7DE529BDB5D}"
EndProject
Project("{482B7D40-AD28-4E26-A53A-A90861D7FD84}") = "Debug.Server", "Debug.Server\Debug.Server.csproj", "{49FF6819-D91B-4B50-8305-52C083F9BA52}"
EndProject
Project("{482B7D40-AD28-4E26-A53A-A90861D7FD84}") = "Debug.Shared", "Debug.Shared\Debug.Shared.csproj", "{B2B58FF1-250B-462F-BFD8-D42D8408CCDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B5478DB-20ED-4704-8780-B7DE529BDB5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B5478DB-20ED-4704-8780-B7DE529BDB5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B5478DB-20ED-4704-8780-B7DE529BDB5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B5478DB-20ED-4704-8780-B7DE529BDB5D}.Release|Any CPU.Build.0 = Release|Any CPU
{49FF6819-D91B-4B50-8305-52C083F9BA52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49FF6819-D91B-4B50-8305-52C083F9BA52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49FF6819-D91B-4B50-8305-52C083F9BA52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49FF6819-D91B-4B50-8305-52C083F9BA52}.Release|Any CPU.Build.0 = Release|Any CPU
{B2B58FF1-250B-462F-BFD8-D42D8408CCDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2B58FF1-250B-462F-BFD8-D42D8408CCDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2B58FF1-250B-462F-BFD8-D42D8408CCDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2B58FF1-250B-462F-BFD8-D42D8408CCDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal