forked from SpannerMonkey/KAX
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathKerbalAircraftExpansion.sln
More file actions
39 lines (39 loc) · 1.47 KB
/
KerbalAircraftExpansion.sln
File metadata and controls
39 lines (39 loc) · 1.47 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KAX", "Source\KAX\KAX.csproj", "{8699BBCB-15F3-40C6-A001-46E08886360C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CE3B2768-3BA0-4CAC-A5C8-95615A648A4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8699BBCB-15F3-40C6-A001-46E08886360C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8699BBCB-15F3-40C6-A001-46E08886360C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8699BBCB-15F3-40C6-A001-46E08886360C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8699BBCB-15F3-40C6-A001-46E08886360C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.FileWidth = 132
$3.EolMarker = Unix
$3.scope = text/plain
$0.TextStylePolicy = $4
$4.inheritsSet = null
$4.scope = application/t4-template
EndGlobalSection
EndGlobal