-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRapidServer.sln
37 lines (37 loc) · 2.08 KB
/
RapidServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RapidServerClientApp", "RapidServerClientApp\RapidServerClientApp.csproj", "{F1A34A6B-41CC-4F7C-9672-DDE2F268F228}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RapidServerServerApp", "RapidServerServerApp\RapidServerServerApp.csproj", "{7272B36C-8C65-483B-83FE-7B10802B97CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RapidServerLib", "RapidServerLib\RapidServerLib.csproj", "{DDC044F4-679D-4CA3-BBE5-30DE5FFA4B7A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1A34A6B-41CC-4F7C-9672-DDE2F268F228}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1A34A6B-41CC-4F7C-9672-DDE2F268F228}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1A34A6B-41CC-4F7C-9672-DDE2F268F228}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1A34A6B-41CC-4F7C-9672-DDE2F268F228}.Release|Any CPU.Build.0 = Release|Any CPU
{7272B36C-8C65-483B-83FE-7B10802B97CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7272B36C-8C65-483B-83FE-7B10802B97CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7272B36C-8C65-483B-83FE-7B10802B97CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7272B36C-8C65-483B-83FE-7B10802B97CB}.Release|Any CPU.Build.0 = Release|Any CPU
{DDC044F4-679D-4CA3-BBE5-30DE5FFA4B7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDC044F4-679D-4CA3-BBE5-30DE5FFA4B7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDC044F4-679D-4CA3-BBE5-30DE5FFA4B7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDC044F4-679D-4CA3-BBE5-30DE5FFA4B7A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {491E4D66-B20E-43A5-B8F2-33896BE92D67}
EndGlobalSection
EndGlobal