forked from blowfishpro/B9PartSwitch
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathB9PartSwitch.sln
More file actions
43 lines (43 loc) · 2.02 KB
/
B9PartSwitch.sln
File metadata and controls
43 lines (43 loc) · 2.02 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
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36221.1 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "B9PartSwitch", "B9PartSwitch\B9PartSwitch.csproj", "{87F28FEA-BCCD-4A27-94E3-7B39790E99F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "B9PartSwitchTests", "B9PartSwitchTests\B9PartSwitchTests.csproj", "{C17BF82C-F906-4A92-8B9A-F8103CDB565C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
B9PartSwitch.version = B9PartSwitch.version
buildRelease.bat = buildRelease.bat
CHANGELOG.md = CHANGELOG.md
deploy.bat = deploy.bat
jenkins.txt = jenkins.txt
KSP_VERSION = KSP_VERSION
LICENSE = LICENSE
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
{87F28FEA-BCCD-4A27-94E3-7B39790E99F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87F28FEA-BCCD-4A27-94E3-7B39790E99F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87F28FEA-BCCD-4A27-94E3-7B39790E99F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87F28FEA-BCCD-4A27-94E3-7B39790E99F1}.Release|Any CPU.Build.0 = Release|Any CPU
{C17BF82C-F906-4A92-8B9A-F8103CDB565C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C17BF82C-F906-4A92-8B9A-F8103CDB565C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C17BF82C-F906-4A92-8B9A-F8103CDB565C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C17BF82C-F906-4A92-8B9A-F8103CDB565C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2AF7D825-3F61-48CE-9C9D-09F03EFF40AA}
EndGlobalSection
EndGlobal