-
Notifications
You must be signed in to change notification settings - Fork 20
/
KSPCommunityFixes.sln
40 lines (40 loc) · 2.15 KB
/
KSPCommunityFixes.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
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KSPCommunityFixes", "KSPCommunityFixes\KSPCommunityFixes.csproj", "{4E405C02-5AEB-4975-B26C-07582BB3FB15}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3795CD6A-BBEE-4827-B716-DD274135EEF3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
KSPCommunityFixes\KSPCommunityFixes.csproj.user = KSPCommunityFixes\KSPCommunityFixes.csproj.user
GameData\KSPCommunityFixes\KSPCommunityFixes.version = GameData\KSPCommunityFixes\KSPCommunityFixes.version
README.md = README.md
GameData\KSPCommunityFixes\Settings.cfg = GameData\KSPCommunityFixes\Settings.cfg
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultipleModuleInPartAPI", "MultipleModuleInPartAPI\MultipleModuleInPartAPI.csproj", "{32B601F4-B648-4C69-AA98-620FE7BA070C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E405C02-5AEB-4975-B26C-07582BB3FB15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E405C02-5AEB-4975-B26C-07582BB3FB15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E405C02-5AEB-4975-B26C-07582BB3FB15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E405C02-5AEB-4975-B26C-07582BB3FB15}.Release|Any CPU.Build.0 = Release|Any CPU
{32B601F4-B648-4C69-AA98-620FE7BA070C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32B601F4-B648-4C69-AA98-620FE7BA070C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32B601F4-B648-4C69-AA98-620FE7BA070C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32B601F4-B648-4C69-AA98-620FE7BA070C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {289CE89B-1CA0-4B77-B803-9BAFF4AB250B}
EndGlobalSection
EndGlobal