mirror of
https://github.com/Radarr/Radarr
synced 2024-12-25 01:11:43 +00:00
Forces Test project to use x86 version of the SQL CE dlls.
This commit is contained in:
parent
3cd4ee3996
commit
fa53b2abb0
3 changed files with 2 additions and 2896 deletions
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -180,10 +180,8 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
|
xcopy /s /y "$(SolutionDir)packages\SqlServerCompact.4.0.8482.1\NativeBinaries\x86\*.*" "$(TargetDir)"
|
||||||
xcopy /s /y "$(SolutionDir)packages\SqlServerCompact.4.0.8482.1\NativeBinaries\x86\*.*" "$(TargetDir)x86"
|
</PostBuildEvent>
|
||||||
if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
|
|
||||||
xcopy /s /y "$(SolutionDir)packages\SqlServerCompact.4.0.8482.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"</PostBuildEvent>
|
|
||||||
</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.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
|
Loading…
Reference in a new issue