Soci dll libraries are deleted upon prebuild event

This commit is contained in:
kdeng00
2020-11-23 17:19:32 -05:00
parent 5bb40f34e3
commit 848491fbc9
+3
View File
@@ -112,6 +112,9 @@
<PostBuildEvent> <PostBuildEvent>
<Command>xcopy "C:\Program Files\Soci\soci_4_0_0\bin\*.dll" "$(TargetDir)"</Command> <Command>xcopy "C:\Program Files\Soci\soci_4_0_0\bin\*.dll" "$(TargetDir)"</Command>
</PostBuildEvent> </PostBuildEvent>
<PreBuildEvent>
<Command>del "$(TargetDir)\*.dll"</Command>
</PreBuildEvent>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile> <ClCompile>