Ignore copy error for SQLite.Interop.dll (so I don't need to quick IISExpress manually everytime I debug).

pull/3113/head
Mark McDowall 13 years ago
parent bda226096b
commit 03c6dea53f

@ -921,6 +921,7 @@
</VisualStudio>
</ProjectExtensions>
<PropertyGroup>
<PreBuildEvent>copy "$(SolutionDir)\Libraries\SQLite.Interop.dll" "$(TargetDir)"</PreBuildEvent>
<PreBuildEvent>copy "$(SolutionDir)\Libraries\SQLite.Interop.dll" "$(TargetDir)"
EXIT 0</PreBuildEvent>
</PropertyGroup>
</Project>
Loading…
Cancel
Save