File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 </ItemGroup >
7676 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7777 <PropertyGroup >
78- <PostBuildEvent >XCOPY "$(TargetDir)0Harmony.dll" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\TechAdvancing\Assemblies" /Y
79- XCOPY "$(TargetDir)TechAdvancing.dll" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\TechAdvancing\Assemblies" /Y</PostBuildEvent >
78+ <PostBuildEvent >XCOPY "$(TargetDir)0Harmony.dll" "$(ProjectDir)TechAdvancing\Assemblies\" /Y
79+ XCOPY "$(TargetDir)TechAdvancing.dll" "$(ProjectDir)TechAdvancing\Assemblies\" /Y
80+
81+ RD "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\TechAdvancing\" /S /Q
82+ XCOPY "$(ProjectDir)TechAdvancing" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\TechAdvancing\" /Y /E /S /I</PostBuildEvent >
8083 </PropertyGroup >
8184 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8285 Other similar extension points exist, see Microsoft.Common.targets.
You can’t perform that action at this time.
0 commit comments