Skip to content

Commit

Permalink
Revert "Add SqlServerCompact package to make unit tests work, when no…
Browse files Browse the repository at this point in the history
… SQLServer CE runtimes are installed"

This reverts commit 55bc6fc.
  • Loading branch information
fubar-coder committed May 30, 2016
1 parent d2da1df commit d67c208
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ src/FluentMigrator.T4.Tests/IntialMigrationCode.cs
#StyleCop
*.StyleCop
/TestResults
/packages/SqlServerCompact.4.0.8482.1
13 changes: 4 additions & 9 deletions src/FluentMigrator.Tests/FluentMigrator.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>..\..\packages\SqlServerCompact.4.0.8482.1\lib\System.Data.SqlServerCe.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
Expand Down Expand Up @@ -165,6 +161,9 @@
<Reference Include="System.Data.SQLite">
<HintPath>..\..\lib\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Data.SqlServerCe">
<HintPath>..\..\lib\SQLServerCE4\Private\System.Data.SqlServerCe.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\SolutionInfo.cs">
Expand Down Expand Up @@ -516,7 +515,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Resources\aliases.conf" />
<None Include="Resources\firebird.conf" />
<None Include="Resources\firebird.msg" />
Expand Down Expand Up @@ -603,10 +601,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
xcopy /s /y "$(SolutionDir)packages\SqlServerCompact.4.0.8482.1\NativeBinaries\x86\*.*" "$(TargetDir)x86"
if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
xcopy /s /y "$(SolutionDir)packages\SqlServerCompact.4.0.8482.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"</PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<!-- 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.
Expand Down
4 changes: 0 additions & 4 deletions src/FluentMigrator.Tests/packages.config

This file was deleted.

0 comments on commit d67c208

Please sign in to comment.