We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf94ed commit 461e49cCopy full SHA for 461e49c
src/NHibernate.TestDatabaseSetup/NHibernate.TestDatabaseSetup.csproj
@@ -129,6 +129,7 @@
129
xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"
130
if not exist "$(TargetDir)x64" md "$(TargetDir)x64"
131
xcopy /s /y "$(SolutionDir)packages\Oracle.ManagedDataAccess.12.1.2400\bin\x64\*.*" "$(TargetDir)x64"
132
+ </PostBuildEvent>
133
</PropertyGroup>
134
<Import Project="..\packages\System.Data.SQLite.Core.1.0.102.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.102.0\build\net46\System.Data.SQLite.Core.targets')" />
135
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
0 commit comments