-
Notifications
You must be signed in to change notification settings - Fork 0
/
KIT.sln
53 lines (53 loc) · 2.81 KB
/
KIT.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
41
42
43
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6D6D5782-3585-4E07-A0C6-6E9915C9E30F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
License.md = License.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{82CD03B3-8069-4269-9743-6AF888A25A9A}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kerbal-Interstellar-Technologies_Redist", "Redist\Kerbal-Interstellar-Technologies_Redist.csproj", "{EBF9A4EC-4F9A-4E80-9BD1-13316309EA69}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PhotonSail", "PhotonSail\PhotonSail.csproj", "{34403539-F4E1-4D16-A771-DE807067761C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kerbal-Interstellar-Technologies", "KerbalInterstellarTechnologies\Kerbal-Interstellar-Technologies.csproj", "{AD686AF3-DDDC-4991-909F-EAD9C16C469B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBF9A4EC-4F9A-4E80-9BD1-13316309EA69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBF9A4EC-4F9A-4E80-9BD1-13316309EA69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBF9A4EC-4F9A-4E80-9BD1-13316309EA69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBF9A4EC-4F9A-4E80-9BD1-13316309EA69}.Release|Any CPU.Build.0 = Release|Any CPU
{34403539-F4E1-4D16-A771-DE807067761C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34403539-F4E1-4D16-A771-DE807067761C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34403539-F4E1-4D16-A771-DE807067761C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34403539-F4E1-4D16-A771-DE807067761C}.Release|Any CPU.Build.0 = Release|Any CPU
{AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BCD49810-A7C4-4F9D-B28B-CD13AC6C3B1B}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = FNPlugin\WarpPlugin.csproj
EndGlobalSection
EndGlobal