-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathThunderdome.sln
45 lines (45 loc) · 2.27 KB
/
Thunderdome.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deploy", "Deploy\Deploy.csproj", "{924FA763-D25D-447C-A34D-BDE5D496068A}"
ProjectSection(ProjectDependencies) = postProject
{5209F811-E8D2-4B59-A4D4-9BE9FCDD6004} = {5209F811-E8D2-4B59-A4D4-9BE9FCDD6004}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thunderdome", "Thunderdome\Thunderdome.csproj", "{5209F811-E8D2-4B59-A4D4-9BE9FCDD6004}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "ThunderdomeSampleInstaller", "Installer\Installer.vdproj", "{BFFBB5E5-B60A-4334-B17C-B4677249B978}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_README_etc.", "_README_etc.", "{193F183C-F712-430D-AE16-564D6564D675}"
ProjectSection(SolutionItems) = preProject
readme.txt = readme.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{924FA763-D25D-447C-A34D-BDE5D496068A}.Debug|x64.ActiveCfg = Debug|x64
{924FA763-D25D-447C-A34D-BDE5D496068A}.Debug|x64.Build.0 = Debug|x64
{924FA763-D25D-447C-A34D-BDE5D496068A}.Release|x64.ActiveCfg = Release|x64
{924FA763-D25D-447C-A34D-BDE5D496068A}.Release|x64.Build.0 = Release|x64
{5209F811-E8D2-4B59-A4D4-9BE9FCDD6004}.Debug|x64.ActiveCfg = Debug|x64
{5209F811-E8D2-4B59-A4D4-9BE9FCDD6004}.Debug|x64.Build.0 = Debug|x64
{5209F811-E8D2-4B59-A4D4-9BE9FCDD6004}.Release|x64.ActiveCfg = Release|x64
{5209F811-E8D2-4B59-A4D4-9BE9FCDD6004}.Release|x64.Build.0 = Release|x64
{BFFBB5E5-B60A-4334-B17C-B4677249B978}.Debug|x64.ActiveCfg = Debug
{BFFBB5E5-B60A-4334-B17C-B4677249B978}.Debug|x64.Build.0 = Debug
{BFFBB5E5-B60A-4334-B17C-B4677249B978}.Release|x64.ActiveCfg = Release
{BFFBB5E5-B60A-4334-B17C-B4677249B978}.Release|x64.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {428455E7-BE7E-4597-B9D5-3601FC722320}
EndGlobalSection
EndGlobal