File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file
44
5+ ## Unreleased
6+
7+ ### Msbuild
8+
9+ - Fixed pdb files not being copied to GameData in Debug configuration
10+
11+
512## 1.1.0 - 2025-11-30
613
714### Msbuild
Original file line number Diff line number Diff line change 293293 Condition =" '$(KSPBT_CopyDLLsToPluginFolder)' == 'true'" >
294294 <ItemGroup >
295295 <_BinariesToCopy Include =" $(TargetDir)/**/*.dll" />
296- <_BinariesToCopy Include =" $(TargetDir)/**/*.pdb" Condition =" '$(Condition )' == 'Debug'" />
296+ <_BinariesToCopy Include =" $(TargetDir)/**/*.pdb" Condition =" '$(Configuration )' == 'Debug'" />
297297 </ItemGroup >
298298 <MakeDir Directories =" $(KSPBT_ModRoot)/$(KSPBT_ModPluginFolder)" />
299299 <Copy SourceFiles =" @(_BinariesToCopy)" DestinationFolder =" $(KSPBT_ModRoot)/$(KSPBT_ModPluginFolder)/%(RecursiveDir)" />
You can’t perform that action at this time.
0 commit comments