Revision 9280ac46 trunk/Pithos.Core/Pithos.Core.csproj

b/trunk/Pithos.Core/Pithos.Core.csproj
373 373
      <SpecificVersion>False</SpecificVersion>
374 374
      <HintPath>..\packages\System.Data.SQLite.1.0.81.1\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
375 375
    </Reference>
376
    <Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
377
      <Private>True</Private>
378
      <HintPath>..\packages\Microsoft.SqlServer.Compact.4.0.8876.1\lib\net40\System.Data.SqlServerCe.dll</HintPath>
379
    </Reference>
376 380
    <Reference Include="System.ServiceModel" />
377 381
    <Reference Include="System.Threading.Tasks.Dataflow">
378 382
      <HintPath>..\Libraries\System.Threading.Tasks.Dataflow.dll</HintPath>
......
469 473
    </Content>
470 474
  </ItemGroup>
471 475
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
476
  <PropertyGroup>
477
    <PostBuildEvent>
478
    if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
479
    xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\*.*" "$(TargetDir)x86"
480
    if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
481
    xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"</PostBuildEvent>
482
  </PropertyGroup>
472 483
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
473 484
	   Other similar extension points exist, see Microsoft.Common.targets.
474 485
  <Target Name="BeforeBuild">

Also available in: Unified diff