-
Notifications
You must be signed in to change notification settings - Fork 0
/
TextRTS.sln
43 lines (43 loc) · 2.54 KB
/
TextRTS.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.0.31710.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextRTS", "TextRTS\TextRTS.csproj", "{D97CD285-AD7B-4E55-BF5E-B0461913AC3A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextRTS.Domain", "TextRTS.Domain\TextRTS.Domain.csproj", "{48DBF760-5677-4992-A2B6-851251DBA97F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextRTS.Domain.Tests", "TextRTS.Domain.Tests\TextRTS.Domain.Tests.csproj", "{4E10CF49-5D64-4849-9D83-F3B08CAEE5E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestRTS.Contracts", "TestRTS.Contracts\TestRTS.Contracts.csproj", "{1318C95F-26BC-4BD7-90A2-86FD4C6F7171}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D97CD285-AD7B-4E55-BF5E-B0461913AC3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D97CD285-AD7B-4E55-BF5E-B0461913AC3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D97CD285-AD7B-4E55-BF5E-B0461913AC3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D97CD285-AD7B-4E55-BF5E-B0461913AC3A}.Release|Any CPU.Build.0 = Release|Any CPU
{48DBF760-5677-4992-A2B6-851251DBA97F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48DBF760-5677-4992-A2B6-851251DBA97F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48DBF760-5677-4992-A2B6-851251DBA97F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48DBF760-5677-4992-A2B6-851251DBA97F}.Release|Any CPU.Build.0 = Release|Any CPU
{4E10CF49-5D64-4849-9D83-F3B08CAEE5E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E10CF49-5D64-4849-9D83-F3B08CAEE5E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E10CF49-5D64-4849-9D83-F3B08CAEE5E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E10CF49-5D64-4849-9D83-F3B08CAEE5E0}.Release|Any CPU.Build.0 = Release|Any CPU
{1318C95F-26BC-4BD7-90A2-86FD4C6F7171}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1318C95F-26BC-4BD7-90A2-86FD4C6F7171}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1318C95F-26BC-4BD7-90A2-86FD4C6F7171}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1318C95F-26BC-4BD7-90A2-86FD4C6F7171}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9C98DBA9-775B-4713-BC22-FBF5ADAEAB49}
EndGlobalSection
EndGlobal