forked from JandCandO/ImpossibleInnovations
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathImpossibleInnovations.sln
28 lines (27 loc) · 1.46 KB
/
ImpossibleInnovations.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImpossibleInnovations", "Source\ImpossibleInnovations\ImpossibleInnovations.csproj", "{7850788C-07DE-4D40-A817-DAAD1FB14471}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KSP-1.3", "Source\KSP-1.3\KSP-1.3.csproj", "{61DB937D-6B4B-414A-BFE2-D6AE3A7101EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7850788C-07DE-4D40-A817-DAAD1FB14471}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7850788C-07DE-4D40-A817-DAAD1FB14471}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7850788C-07DE-4D40-A817-DAAD1FB14471}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7850788C-07DE-4D40-A817-DAAD1FB14471}.Release|Any CPU.Build.0 = Release|Any CPU
{61DB937D-6B4B-414A-BFE2-D6AE3A7101EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61DB937D-6B4B-414A-BFE2-D6AE3A7101EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61DB937D-6B4B-414A-BFE2-D6AE3A7101EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61DB937D-6B4B-414A-BFE2-D6AE3A7101EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
EndGlobalSection
EndGlobal