forked from GER-Space/kOS-EVA
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathkOS-EVA.sln
43 lines (43 loc) · 2.29 KB
/
kOS-EVA.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.25428.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KISAutoEquip", "KISAutoEquip\KISAutoEquip.csproj", "{D6A20A72-58D0-4FBB-AA23-168320660222}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "kOS-EVA", "kOS-EVA\kOS-EVA.csproj", "{188A19DC-AD78-4293-BB89-B8218E0709A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KerbalBot", "KerbalBot\KerbalBot.csproj", "{FE7159EE-56E4-49EB-9328-9418FBB26ABA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{26E25847-0021-4D9F-ADA2-B8D7A91EC61F}"
ProjectSection(SolutionItems) = preProject
GameData\kOS-EVA\kOS-EVA.version = GameData\kOS-EVA\kOS-EVA.version
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6A20A72-58D0-4FBB-AA23-168320660222}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6A20A72-58D0-4FBB-AA23-168320660222}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6A20A72-58D0-4FBB-AA23-168320660222}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6A20A72-58D0-4FBB-AA23-168320660222}.Release|Any CPU.Build.0 = Release|Any CPU
{188A19DC-AD78-4293-BB89-B8218E0709A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{188A19DC-AD78-4293-BB89-B8218E0709A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{188A19DC-AD78-4293-BB89-B8218E0709A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{188A19DC-AD78-4293-BB89-B8218E0709A2}.Release|Any CPU.Build.0 = Release|Any CPU
{FE7159EE-56E4-49EB-9328-9418FBB26ABA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE7159EE-56E4-49EB-9328-9418FBB26ABA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE7159EE-56E4-49EB-9328-9418FBB26ABA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE7159EE-56E4-49EB-9328-9418FBB26ABA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9567DE85-8AE1-4EB4-AC06-7A523F7BBDDE}
EndGlobalSection
EndGlobal