forked from DjuriccAleksa/RMT_OnlineGame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRMT_OnlineGame.sln
43 lines (43 loc) · 2.45 KB
/
RMT_OnlineGame.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UI", "UI\UI.csproj", "{B358992B-DA49-47D7-AD5A-116A998269DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{BAD5AD7A-0F09-4EBB-8246-C192F3B0B72E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerProj", "ServerProj\ServerProj.csproj", "{3B8C7D16-3923-47E5-B3B6-6EBC6D86ABB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository", "Repository\Repository.csproj", "{89F627EE-B312-48D7-B2FB-6A335EC63E06}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B358992B-DA49-47D7-AD5A-116A998269DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B358992B-DA49-47D7-AD5A-116A998269DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B358992B-DA49-47D7-AD5A-116A998269DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B358992B-DA49-47D7-AD5A-116A998269DC}.Release|Any CPU.Build.0 = Release|Any CPU
{BAD5AD7A-0F09-4EBB-8246-C192F3B0B72E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAD5AD7A-0F09-4EBB-8246-C192F3B0B72E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAD5AD7A-0F09-4EBB-8246-C192F3B0B72E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAD5AD7A-0F09-4EBB-8246-C192F3B0B72E}.Release|Any CPU.Build.0 = Release|Any CPU
{3B8C7D16-3923-47E5-B3B6-6EBC6D86ABB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B8C7D16-3923-47E5-B3B6-6EBC6D86ABB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B8C7D16-3923-47E5-B3B6-6EBC6D86ABB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B8C7D16-3923-47E5-B3B6-6EBC6D86ABB4}.Release|Any CPU.Build.0 = Release|Any CPU
{89F627EE-B312-48D7-B2FB-6A335EC63E06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89F627EE-B312-48D7-B2FB-6A335EC63E06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89F627EE-B312-48D7-B2FB-6A335EC63E06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89F627EE-B312-48D7-B2FB-6A335EC63E06}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF95D491-A10D-45E8-9735-B7050564C3FC}
EndGlobalSection
EndGlobal