Remove PostBuildEvent

This commit is contained in:
Netch
2021-07-20 08:33:07 +08:00
parent 5a62092b2a
commit 7e46bce462

View File

@@ -94,9 +94,6 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>nfapi.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>COPY /Y $(ProjectDir)static\*.dll $(TargetDir) &gt; NUL</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="Data.cpp" />