File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
src/NHibernate.TestDatabaseSetup Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 111
111
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
112
112
<PropertyGroup >
113
113
<PostBuildEvent >
114
- if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
115
- xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\*.*" "$(TargetDir)x86"
116
- if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
117
- xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"</PostBuildEvent >
114
+ if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
115
+ xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\*.*" "$(TargetDir)x86"
116
+ xcopy /s /y "$(SolutionDir)packages\Oracle.ManagedDataAccess.12.1.24160419\bin\x86\*.*" "$(TargetDir)x86"
117
+ if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
118
+ xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"
119
+ if not exist "$(TargetDir)x64" md "$(TargetDir)x64"
120
+ xcopy /s /y "$(SolutionDir)packages\Oracle.ManagedDataAccess.12.1.24160419\bin\x64\*.*" "$(TargetDir)x64"
121
+ </PostBuildEvent >
118
122
</PropertyGroup >
119
123
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120
124
Other similar extension points exist, see Microsoft.Common.targets.
You can’t perform that action at this time.
0 commit comments