-
Notifications
You must be signed in to change notification settings - Fork 1
/
Warthog.sln
31 lines (31 loc) · 1.54 KB
/
Warthog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Warthog", "Warthog\Warthog.csproj", "{A1423840-7B8E-425E-892E-2DE2D4B38BBB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WarthogTests", "WarthogTests\WarthogTests.csproj", "{C063F9B9-B1B2-4D25-855E-8D7F9B3CDD67}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1423840-7B8E-425E-892E-2DE2D4B38BBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1423840-7B8E-425E-892E-2DE2D4B38BBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1423840-7B8E-425E-892E-2DE2D4B38BBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1423840-7B8E-425E-892E-2DE2D4B38BBB}.Release|Any CPU.Build.0 = Release|Any CPU
{C063F9B9-B1B2-4D25-855E-8D7F9B3CDD67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C063F9B9-B1B2-4D25-855E-8D7F9B3CDD67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C063F9B9-B1B2-4D25-855E-8D7F9B3CDD67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C063F9B9-B1B2-4D25-855E-8D7F9B3CDD67}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D4C593A6-EDC1-480E-90A2-538D5DC46706}
EndGlobalSection
EndGlobal