forked from sswelm/KSP-Interstellar-Extended
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WarpPlugin.sln
54 lines (54 loc) · 2.93 KB
/
WarpPlugin.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
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WarpPlugin", "FNPlugin\WarpPlugin.csproj", "{AD686AF3-DDDC-4991-909F-EAD9C16C469B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6D6D5782-3585-4E07-A0C6-6E9915C9E30F}"
ProjectSection(SolutionItems) = preProject
License.md = License.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FuelSwitch", "FuelSwitch\FuelSwitch.csproj", "{17B33055-25E4-4D97-B5F4-8E67FB657601}"
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}") = "Interstellar_Redist", "Redist\Interstellar_Redist.csproj", "{EBF9A4EC-4F9A-4E80-9BD1-13316309EA69}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PhotonSail", "PhotonSail\PhotonSail.csproj", "{34403539-F4E1-4D16-A771-DE807067761C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Debug|Any CPU.ActiveCfg = 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
{17B33055-25E4-4D97-B5F4-8E67FB657601}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17B33055-25E4-4D97-B5F4-8E67FB657601}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17B33055-25E4-4D97-B5F4-8E67FB657601}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17B33055-25E4-4D97-B5F4-8E67FB657601}.Release|Any CPU.Build.0 = Release|Any CPU
{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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = FNPlugin\WarpPlugin.csproj
EndGlobalSection
EndGlobal