-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRed Alert.sln
More file actions
33 lines (33 loc) · 1.54 KB
/
Copy pathRed Alert.sln
File metadata and controls
33 lines (33 loc) · 1.54 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32106.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Red Alert", "Red Alert.csproj", "{164CDE63-C7BF-4E8F-81E5-9FBFF20F3385}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4984D222-648E-4D49-A1FF-29A2C9A7F8B1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Low CPU Usage|Any CPU = Low CPU Usage|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{164CDE63-C7BF-4E8F-81E5-9FBFF20F3385}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{164CDE63-C7BF-4E8F-81E5-9FBFF20F3385}.Debug|Any CPU.Build.0 = Debug|Any CPU
{164CDE63-C7BF-4E8F-81E5-9FBFF20F3385}.Low CPU Usage|Any CPU.ActiveCfg = Low CPU Usage|Any CPU
{164CDE63-C7BF-4E8F-81E5-9FBFF20F3385}.Low CPU Usage|Any CPU.Build.0 = Low CPU Usage|Any CPU
{164CDE63-C7BF-4E8F-81E5-9FBFF20F3385}.Release|Any CPU.ActiveCfg = Release|Any CPU
{164CDE63-C7BF-4E8F-81E5-9FBFF20F3385}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0CA4172C-1D86-4DAF-8143-97D8D8D0A28A}
EndGlobalSection
EndGlobal