-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFinalFrontier.sln
37 lines (37 loc) · 2.09 KB
/
FinalFrontier.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FinalFrontier", "FinalFrontier\FinalFrontier.csproj", "{F35EBA9C-61D1-4E4C-AAEA-6B938C81B88F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FinalFrontierUnitTest", "FinalFrontierUnitTest\FinalFrontierUnitTest.csproj", "{FF96D39E-CA2B-4962-9F19-5D13B835A111}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FinalFrontierLearnLib", "FinalFrontierLearnLib\FinalFrontierLearnLib.csproj", "{CFEC9A4A-A5EA-46DC-9921-6AFDBE7CC040}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F35EBA9C-61D1-4E4C-AAEA-6B938C81B88F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F35EBA9C-61D1-4E4C-AAEA-6B938C81B88F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F35EBA9C-61D1-4E4C-AAEA-6B938C81B88F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F35EBA9C-61D1-4E4C-AAEA-6B938C81B88F}.Release|Any CPU.Build.0 = Release|Any CPU
{FF96D39E-CA2B-4962-9F19-5D13B835A111}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF96D39E-CA2B-4962-9F19-5D13B835A111}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF96D39E-CA2B-4962-9F19-5D13B835A111}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF96D39E-CA2B-4962-9F19-5D13B835A111}.Release|Any CPU.Build.0 = Release|Any CPU
{CFEC9A4A-A5EA-46DC-9921-6AFDBE7CC040}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFEC9A4A-A5EA-46DC-9921-6AFDBE7CC040}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFEC9A4A-A5EA-46DC-9921-6AFDBE7CC040}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFEC9A4A-A5EA-46DC-9921-6AFDBE7CC040}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A9DC804F-8187-4622-ACB6-D23303C202A8}
EndGlobalSection
EndGlobal