This repository has been archived by the owner on Jan 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAmoungUsLauncher.sln
53 lines (53 loc) · 2.91 KB
/
AmoungUsLauncher.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
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AmoungUsLauncher", "AmoungUsLauncher\AmoungUsLauncher.csproj", "{7D73EE0C-5507-4138-91AC-3C409C59D651}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup(x86)", "Setup\Setup.vdproj", "{FD0CC53F-3227-4110-BF55-1691B3B49401}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup.x64", "Setup.x64\Setup.x64.vdproj", "{CFFE9BB2-68F0-490B-BF67-A934A0F06D1B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D73EE0C-5507-4138-91AC-3C409C59D651}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D73EE0C-5507-4138-91AC-3C409C59D651}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D73EE0C-5507-4138-91AC-3C409C59D651}.Debug|x64.ActiveCfg = Debug|x64
{7D73EE0C-5507-4138-91AC-3C409C59D651}.Debug|x64.Build.0 = Debug|x64
{7D73EE0C-5507-4138-91AC-3C409C59D651}.Debug|x86.ActiveCfg = Debug|x86
{7D73EE0C-5507-4138-91AC-3C409C59D651}.Debug|x86.Build.0 = Debug|x86
{7D73EE0C-5507-4138-91AC-3C409C59D651}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D73EE0C-5507-4138-91AC-3C409C59D651}.Release|Any CPU.Build.0 = Release|Any CPU
{7D73EE0C-5507-4138-91AC-3C409C59D651}.Release|x64.ActiveCfg = Release|x64
{7D73EE0C-5507-4138-91AC-3C409C59D651}.Release|x64.Build.0 = Release|x64
{7D73EE0C-5507-4138-91AC-3C409C59D651}.Release|x86.ActiveCfg = Release|x86
{7D73EE0C-5507-4138-91AC-3C409C59D651}.Release|x86.Build.0 = Release|x86
{FD0CC53F-3227-4110-BF55-1691B3B49401}.Debug|Any CPU.ActiveCfg = Debug
{FD0CC53F-3227-4110-BF55-1691B3B49401}.Debug|x64.ActiveCfg = Debug
{FD0CC53F-3227-4110-BF55-1691B3B49401}.Debug|x86.ActiveCfg = Debug
{FD0CC53F-3227-4110-BF55-1691B3B49401}.Release|Any CPU.ActiveCfg = Release
{FD0CC53F-3227-4110-BF55-1691B3B49401}.Release|x64.ActiveCfg = Release
{FD0CC53F-3227-4110-BF55-1691B3B49401}.Release|x86.ActiveCfg = Release
{CFFE9BB2-68F0-490B-BF67-A934A0F06D1B}.Debug|Any CPU.ActiveCfg = Debug
{CFFE9BB2-68F0-490B-BF67-A934A0F06D1B}.Debug|x64.ActiveCfg = Debug
{CFFE9BB2-68F0-490B-BF67-A934A0F06D1B}.Debug|x86.ActiveCfg = Debug
{CFFE9BB2-68F0-490B-BF67-A934A0F06D1B}.Release|Any CPU.ActiveCfg = Release
{CFFE9BB2-68F0-490B-BF67-A934A0F06D1B}.Release|x64.ActiveCfg = Release
{CFFE9BB2-68F0-490B-BF67-A934A0F06D1B}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {08ACAB4B-EDD2-4B3A-AB42-934CE458D5F0}
EndGlobalSection
EndGlobal