File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments