-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRedAlert.sln
More file actions
43 lines (43 loc) · 2.36 KB
/
RedAlert.sln
File metadata and controls
43 lines (43 loc) · 2.36 KB
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 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RedAlert", "RedAlert\RedAlert.csproj", "{696DC044-A884-46A9-97D3-1A8C7813C0CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RedLearner", "RedLearner\RedLearner.csproj", "{C0CC9609-8E5C-4CDF-9860-7EE8EA506CA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RedAlertBot", "RedAlertBot\RedAlertBot.csproj", "{63D9A67E-BBDD-46E6-A46B-BA88CA466259}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RedAlertBotTester", "RedLearnerTester\RedAlertBotTester.csproj", "{B147EB52-374E-47EA-A678-017802F922F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{696DC044-A884-46A9-97D3-1A8C7813C0CE}.Debug|x64.ActiveCfg = Debug|x64
{696DC044-A884-46A9-97D3-1A8C7813C0CE}.Debug|x64.Build.0 = Debug|x64
{696DC044-A884-46A9-97D3-1A8C7813C0CE}.Release|x64.ActiveCfg = Release|x64
{696DC044-A884-46A9-97D3-1A8C7813C0CE}.Release|x64.Build.0 = Release|x64
{C0CC9609-8E5C-4CDF-9860-7EE8EA506CA9}.Debug|x64.ActiveCfg = Debug|x64
{C0CC9609-8E5C-4CDF-9860-7EE8EA506CA9}.Debug|x64.Build.0 = Debug|x64
{C0CC9609-8E5C-4CDF-9860-7EE8EA506CA9}.Release|x64.ActiveCfg = Release|x64
{C0CC9609-8E5C-4CDF-9860-7EE8EA506CA9}.Release|x64.Build.0 = Release|x64
{63D9A67E-BBDD-46E6-A46B-BA88CA466259}.Debug|x64.ActiveCfg = Debug|x64
{63D9A67E-BBDD-46E6-A46B-BA88CA466259}.Debug|x64.Build.0 = Debug|x64
{63D9A67E-BBDD-46E6-A46B-BA88CA466259}.Release|x64.ActiveCfg = Release|x64
{63D9A67E-BBDD-46E6-A46B-BA88CA466259}.Release|x64.Build.0 = Release|x64
{B147EB52-374E-47EA-A678-017802F922F1}.Debug|x64.ActiveCfg = Debug|x64
{B147EB52-374E-47EA-A678-017802F922F1}.Debug|x64.Build.0 = Debug|x64
{B147EB52-374E-47EA-A678-017802F922F1}.Release|x64.ActiveCfg = Release|x64
{B147EB52-374E-47EA-A678-017802F922F1}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7DD46E3-80FC-4F22-9843-563BD39B1C58}
EndGlobalSection
EndGlobal