-
Notifications
You must be signed in to change notification settings - Fork 33
/
ksp-advanced-flybywire.sln
34 lines (34 loc) · 1.87 KB
/
ksp-advanced-flybywire.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ksp-advanced-flybywire_x86", "ksp-advanced-flybywire_x86.csproj", "{44FB8186-47F3-4807-9BE9-FE8B52AD0DEB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ControllerTestTool", "controller_test_tool\ControllerTestTool\ControllerTestTool.csproj", "{29E1A82F-02C2-4CD4-BE25-B8E6C0B362D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ksp-advanced-flybywire-linux", "ksp-advanced-flybywire-linux.csproj", "{C4BAF0C4-E0D3-4246-9CC0-2DE5B6E962FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44FB8186-47F3-4807-9BE9-FE8B52AD0DEB}.Debug|x64.ActiveCfg = Debug|x64
{44FB8186-47F3-4807-9BE9-FE8B52AD0DEB}.Debug|x64.Build.0 = Debug|x64
{44FB8186-47F3-4807-9BE9-FE8B52AD0DEB}.Release|x64.ActiveCfg = Release|x64
{44FB8186-47F3-4807-9BE9-FE8B52AD0DEB}.Release|x64.Build.0 = Release|x64
{29E1A82F-02C2-4CD4-BE25-B8E6C0B362D8}.Debug|x64.ActiveCfg = Debug|x64
{29E1A82F-02C2-4CD4-BE25-B8E6C0B362D8}.Debug|x64.Build.0 = Debug|x64
{29E1A82F-02C2-4CD4-BE25-B8E6C0B362D8}.Release|x64.ActiveCfg = Release|x64
{29E1A82F-02C2-4CD4-BE25-B8E6C0B362D8}.Release|x64.Build.0 = Release|x64
{C4BAF0C4-E0D3-4246-9CC0-2DE5B6E962FD}.Debug|x64.ActiveCfg = Debug|x64
{C4BAF0C4-E0D3-4246-9CC0-2DE5B6E962FD}.Debug|x64.Build.0 = Debug|x64
{C4BAF0C4-E0D3-4246-9CC0-2DE5B6E962FD}.Release|x64.ActiveCfg = Release|x64
{C4BAF0C4-E0D3-4246-9CC0-2DE5B6E962FD}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal