Update DLL Path

Update DLL Path
This commit is contained in:
ALEXTANG
2022-05-24 20:43:27 +08:00
parent 7b79b308d2
commit 0a737248fe
8 changed files with 21 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -87,9 +88,9 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>call copy /y $(TargetDir)TEngineHotUpdate.dll $(ProjectDir)..\Assets\TResources\DLL\;
<PostBuildEvent>call copy /y $(TargetDir)TEngineHotUpdate.dll $(ProjectDir)..\Assets\DLL\;
call "$(SolutionDir)..\Tools\pdb2mdb.exe" "$(TargetDir)TEngineHotUpdate.dll"
call copy /y $(TargetDir)TEngineHotUpdate.dll.mdb $(ProjectDir)..\Assets\TResources\DLL\;
call copy /y $(TargetDir)TEngineHotUpdate.dll.mdb $(ProjectDir)..\Assets\DLL\;
del $(TargetDir)TEngineHotUpdate.dll.mdb;
</PostBuildEvent>
</PropertyGroup>