-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathStart9.sln
33 lines (33 loc) · 1.72 KB
/
Start9.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Start9.Host", "Start9.Host\Start9.Host.csproj", "{15840142-395D-429A-90E6-4956766FD251}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{15840142-395D-429A-90E6-4956766FD251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15840142-395D-429A-90E6-4956766FD251}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15840142-395D-429A-90E6-4956766FD251}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15840142-395D-429A-90E6-4956766FD251}.Release|Any CPU.Build.0 = Release|Any CPU
{60280AE0-7326-423E-AB1B-9D0FAC28FC1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60280AE0-7326-423E-AB1B-9D0FAC28FC1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60280AE0-7326-423E-AB1B-9D0FAC28FC1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60280AE0-7326-423E-AB1B-9D0FAC28FC1B}.Release|Any CPU.Build.0 = Release|Any CPU
{F7B12F6C-199D-4A9E-9835-5DF1E7763FC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7B12F6C-199D-4A9E-9835-5DF1E7763FC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7B12F6C-199D-4A9E-9835-5DF1E7763FC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7B12F6C-199D-4A9E-9835-5DF1E7763FC7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1481EFDE-D689-4688-A650-4EBD9EAFB195}
EndGlobalSection
EndGlobal