-
Notifications
You must be signed in to change notification settings - Fork 0
/
StartLauncher.sln
41 lines (41 loc) · 2.25 KB
/
StartLauncher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StartLauncher.App", "StartLauncher.App\StartLauncher.App.csproj", "{3DA82A39-A47F-468F-86E7-C18735263954}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StartLauncher.Tests", "StartLauncher.Tests\StartLauncher.Tests.csproj", "{67C16327-68E2-4755-8F34-D44E66174889}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3DA82A39-A47F-468F-86E7-C18735263954}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DA82A39-A47F-468F-86E7-C18735263954}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DA82A39-A47F-468F-86E7-C18735263954}.Debug|x86.ActiveCfg = Debug|Any CPU
{3DA82A39-A47F-468F-86E7-C18735263954}.Debug|x86.Build.0 = Debug|Any CPU
{3DA82A39-A47F-468F-86E7-C18735263954}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DA82A39-A47F-468F-86E7-C18735263954}.Release|Any CPU.Build.0 = Release|Any CPU
{3DA82A39-A47F-468F-86E7-C18735263954}.Release|x86.ActiveCfg = Release|Any CPU
{3DA82A39-A47F-468F-86E7-C18735263954}.Release|x86.Build.0 = Release|Any CPU
{67C16327-68E2-4755-8F34-D44E66174889}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67C16327-68E2-4755-8F34-D44E66174889}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67C16327-68E2-4755-8F34-D44E66174889}.Debug|x86.ActiveCfg = Debug|Any CPU
{67C16327-68E2-4755-8F34-D44E66174889}.Debug|x86.Build.0 = Debug|Any CPU
{67C16327-68E2-4755-8F34-D44E66174889}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67C16327-68E2-4755-8F34-D44E66174889}.Release|Any CPU.Build.0 = Release|Any CPU
{67C16327-68E2-4755-8F34-D44E66174889}.Release|x86.ActiveCfg = Release|Any CPU
{67C16327-68E2-4755-8F34-D44E66174889}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6BAB00E5-BA9D-4B45-8213-034AD442C938}
EndGlobalSection
EndGlobal