-
Notifications
You must be signed in to change notification settings - Fork 1
/
PortableLauncher.sln
43 lines (43 loc) · 2.38 KB
/
PortableLauncher.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.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PortableLauncher", "PortableLauncher.vcxproj", "{0D845123-2A43-43E5-8F72-DD466050E168}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
ConsoleDebug|x64 = ConsoleDebug|x64
ConsoleDebug|x86 = ConsoleDebug|x86
ConsoleRelease|x64 = ConsoleRelease|x64
ConsoleRelease|x86 = ConsoleRelease|x86
WindowDebug|x64 = WindowDebug|x64
WindowDebug|x86 = WindowDebug|x86
WindowRelease|x64 = WindowRelease|x64
WindowRelease|x86 = WindowRelease|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D845123-2A43-43E5-8F72-DD466050E168}.ConsoleDebug|x64.ActiveCfg = ConsoleDebug|x64
{0D845123-2A43-43E5-8F72-DD466050E168}.ConsoleDebug|x64.Build.0 = ConsoleDebug|x64
{0D845123-2A43-43E5-8F72-DD466050E168}.ConsoleDebug|x86.ActiveCfg = ConsoleDebug|Win32
{0D845123-2A43-43E5-8F72-DD466050E168}.ConsoleDebug|x86.Build.0 = ConsoleDebug|Win32
{0D845123-2A43-43E5-8F72-DD466050E168}.ConsoleRelease|x64.ActiveCfg = ConsoleRelease|x64
{0D845123-2A43-43E5-8F72-DD466050E168}.ConsoleRelease|x64.Build.0 = ConsoleRelease|x64
{0D845123-2A43-43E5-8F72-DD466050E168}.ConsoleRelease|x86.ActiveCfg = ConsoleRelease|Win32
{0D845123-2A43-43E5-8F72-DD466050E168}.ConsoleRelease|x86.Build.0 = ConsoleRelease|Win32
{0D845123-2A43-43E5-8F72-DD466050E168}.WindowDebug|x64.ActiveCfg = WindowDebug|x64
{0D845123-2A43-43E5-8F72-DD466050E168}.WindowDebug|x64.Build.0 = WindowDebug|x64
{0D845123-2A43-43E5-8F72-DD466050E168}.WindowDebug|x86.ActiveCfg = WindowDebug|Win32
{0D845123-2A43-43E5-8F72-DD466050E168}.WindowDebug|x86.Build.0 = WindowDebug|Win32
{0D845123-2A43-43E5-8F72-DD466050E168}.WindowRelease|x64.ActiveCfg = WindowRelease|x64
{0D845123-2A43-43E5-8F72-DD466050E168}.WindowRelease|x64.Build.0 = WindowRelease|x64
{0D845123-2A43-43E5-8F72-DD466050E168}.WindowRelease|x86.ActiveCfg = WindowRelease|Win32
{0D845123-2A43-43E5-8F72-DD466050E168}.WindowRelease|x86.Build.0 = WindowRelease|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BBEF0EC3-09A8-44B3-A5B1-0D0D3F40C684}
EndGlobalSection
EndGlobal