mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-24 03:46:55 +00:00
copy README.md to Release.zip
This commit is contained in:
parent
8309389478
commit
652c9dd035
1 changed files with 1 additions and 0 deletions
|
@ -500,6 +500,7 @@ if not "$(ConfigurationName)" == "Debug" del $(TargetDir)*.pdb</PostBuildEvent>
|
||||||
<Import Project="..\packages\Grpc.Core.2.23.0\build\net45\Grpc.Core.targets" Condition="Exists('..\packages\Grpc.Core.2.23.0\build\net45\Grpc.Core.targets')" />
|
<Import Project="..\packages\Grpc.Core.2.23.0\build\net45\Grpc.Core.targets" Condition="Exists('..\packages\Grpc.Core.2.23.0\build\net45\Grpc.Core.targets')" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PreBuildEvent>taskkill /f /im $(TargetFileName) /t >nul 2>nul
|
<PreBuildEvent>taskkill /f /im $(TargetFileName) /t >nul 2>nul
|
||||||
|
copy $(SolutionDir)..\README.md $(TargetDir) /y
|
||||||
set errorlevel=0</PreBuildEvent>
|
set errorlevel=0</PreBuildEvent>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
|
|
Loading…
Reference in a new issue