-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDemo Launcher.sln
34 lines (34 loc) · 1.99 KB
/
Demo Launcher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo Launcher", "Demo Launcher.csproj", "{53CDB00B-125F-4A5C-B8FD-0A47E413973B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoApp", "DemoApp\DemoApp.csproj", "{AF683605-BD28-4550-9957-9C0E4A7D83E7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Injector", "Injector\Injector.vcxproj", "{FB9B5D19-91A3-4CE9-BA50-0CE8AC1B9B11}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53CDB00B-125F-4A5C-B8FD-0A47E413973B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{53CDB00B-125F-4A5C-B8FD-0A47E413973B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{53CDB00B-125F-4A5C-B8FD-0A47E413973B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{53CDB00B-125F-4A5C-B8FD-0A47E413973B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{AF683605-BD28-4550-9957-9C0E4A7D83E7}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{AF683605-BD28-4550-9957-9C0E4A7D83E7}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{AF683605-BD28-4550-9957-9C0E4A7D83E7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{AF683605-BD28-4550-9957-9C0E4A7D83E7}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{FB9B5D19-91A3-4CE9-BA50-0CE8AC1B9B11}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{FB9B5D19-91A3-4CE9-BA50-0CE8AC1B9B11}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{FB9B5D19-91A3-4CE9-BA50-0CE8AC1B9B11}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{FB9B5D19-91A3-4CE9-BA50-0CE8AC1B9B11}.Release|Mixed Platforms.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal