-
Notifications
You must be signed in to change notification settings - Fork 1
/
CloudWars.sln
49 lines (49 loc) · 3.07 KB
/
CloudWars.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudWars.Common", "CloudWars.Common\CloudWars.Common.csproj", "{6158B52C-2F89-4508-BCE8-F2F1CADB5AFD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudWars.DataAccess", "CloudWars.DataAccess\CloudWars.DataAccess.csproj", "{73CA0C87-0AE3-4A3F-B1B1-FD21197E2F31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudWars.SpaceBattle", "CloudWars.SpaceBattle\CloudWars.SpaceBattle.csproj", "{772F6C7D-6EFA-4BFC-BB61-C333EB10A964}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudWars.Entities", "CloudWars.Entities\CloudWars.Entities.csproj", "{78A0F8F2-6125-485C-B10A-70A3A0653D5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudWars.Game", "CloudWars.Game\CloudWars.Game.csproj", "{908378AC-DE81-4B29-8FBF-347FF4EF31CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "readme", "readme", "{920751C4-1770-4E3E-B463-B3146AE8888D}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6158B52C-2F89-4508-BCE8-F2F1CADB5AFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6158B52C-2F89-4508-BCE8-F2F1CADB5AFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6158B52C-2F89-4508-BCE8-F2F1CADB5AFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6158B52C-2F89-4508-BCE8-F2F1CADB5AFD}.Release|Any CPU.Build.0 = Release|Any CPU
{73CA0C87-0AE3-4A3F-B1B1-FD21197E2F31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73CA0C87-0AE3-4A3F-B1B1-FD21197E2F31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73CA0C87-0AE3-4A3F-B1B1-FD21197E2F31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73CA0C87-0AE3-4A3F-B1B1-FD21197E2F31}.Release|Any CPU.Build.0 = Release|Any CPU
{772F6C7D-6EFA-4BFC-BB61-C333EB10A964}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{772F6C7D-6EFA-4BFC-BB61-C333EB10A964}.Debug|Any CPU.Build.0 = Debug|Any CPU
{772F6C7D-6EFA-4BFC-BB61-C333EB10A964}.Release|Any CPU.ActiveCfg = Release|Any CPU
{772F6C7D-6EFA-4BFC-BB61-C333EB10A964}.Release|Any CPU.Build.0 = Release|Any CPU
{78A0F8F2-6125-485C-B10A-70A3A0653D5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78A0F8F2-6125-485C-B10A-70A3A0653D5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78A0F8F2-6125-485C-B10A-70A3A0653D5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78A0F8F2-6125-485C-B10A-70A3A0653D5C}.Release|Any CPU.Build.0 = Release|Any CPU
{908378AC-DE81-4B29-8FBF-347FF4EF31CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{908378AC-DE81-4B29-8FBF-347FF4EF31CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{908378AC-DE81-4B29-8FBF-347FF4EF31CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{908378AC-DE81-4B29-8FBF-347FF4EF31CB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal