Soci dll libraries are deleted upon prebuild event
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user