Skip to content

Commit 159ae13

Browse files
committed
try something
1 parent b29fd6c commit 159ae13

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

KSPCommon.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@
104104
<KSPBT_GameRootSource>steam</KSPBT_GameRootSource>
105105
</PropertyGroup>
106106

107+
<!-- Calculate KSPBT_ManagedPath -->
108+
<PropertyGroup Condition=" '$(KSPBT_ManagedPath)' == ''">
109+
<KSPBT_ManagedPath>$(KSPBT_GameRoot)/$(_KSPBT_ManagedRelativePath)</KSPBT_ManagedPath>
110+
</PropertyGroup>
111+
107112
<!-- set the start action so that you can launch directly from VS -->
108113
<PropertyGroup>
109114
<StartAction>Program</StartAction>

KSPCommon.targets

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Condition=" '$(KSPCommonPropsImported)' == '' And Exists('$(MSBuildThisFileDirectory)KSPCommon.props') " Project="$(MSBuildThisFileDirectory)KSPCommon.props"/>
44

5-
<!-- Calculate KSPBT_ManagedPath -->
6-
<PropertyGroup Condition=" '$(KSPBT_ManagedPath)' == ''">
7-
<KSPBT_ManagedPath>$(KSPBT_GameRoot)/$(_KSPBT_ManagedRelativePath)</KSPBT_ManagedPath>
8-
</PropertyGroup>
9-
105
<!-- Import references -->
116
<ItemGroup Condition=" '$(KSPBT_ReferenceSystemAssemblies)' == 'true' ">
127
<Reference Include="$(KSPBT_ManagedPath)/System.dll">

0 commit comments

Comments
 (0)