|
60 | 60 | <Prefer32Bit>false</Prefer32Bit> |
61 | 61 | </PropertyGroup> |
62 | 62 | <ItemGroup> |
63 | | - <Reference Include="FirebirdSql.Data.FirebirdClient"> |
64 | | - <HintPath>..\..\lib\teamcity\firebird\FirebirdSql.Data.FirebirdClient.dll</HintPath> |
| 63 | + <Reference Include="FirebirdSql.Data.FirebirdClient, Version=5.0.5.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL"> |
| 64 | + <HintPath>..\packages\FirebirdSql.Data.FirebirdClient.5.0.5\lib\net45\FirebirdSql.Data.FirebirdClient.dll</HintPath> |
| 65 | + <Private>True</Private> |
65 | 66 | </Reference> |
66 | 67 | <Reference Include="Mono.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
67 | | - <HintPath>..\packages\Npgsql.2.2.7\lib\net40\Mono.Security.dll</HintPath> |
| 68 | + <HintPath>..\packages\Npgsql.2.2.7\lib\net45\Mono.Security.dll</HintPath> |
68 | 69 | <Private>True</Private> |
69 | 70 | </Reference> |
70 | 71 | <Reference Include="MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> |
71 | | - <HintPath>..\packages\MySql.Data.6.9.9\lib\net40\MySql.Data.dll</HintPath> |
| 72 | + <HintPath>..\packages\MySql.Data.6.9.9\lib\net45\MySql.Data.dll</HintPath> |
72 | 73 | <Private>True</Private> |
73 | 74 | </Reference> |
74 | 75 | <Reference Include="Npgsql, Version=2.2.7.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL"> |
75 | | - <HintPath>..\packages\Npgsql.2.2.7\lib\net40\Npgsql.dll</HintPath> |
| 76 | + <HintPath>..\packages\Npgsql.2.2.7\lib\net45\Npgsql.dll</HintPath> |
76 | 77 | <Private>True</Private> |
77 | 78 | </Reference> |
78 | 79 | <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
|
89 | 90 | </Reference> |
90 | 91 | <Reference Include="System.Data" /> |
91 | 92 | <Reference Include="System.Data.SQLite, Version=1.0.102.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
92 | | - <HintPath>..\packages\System.Data.SQLite.Core.1.0.102.0\lib\net40\System.Data.SQLite.dll</HintPath> |
| 93 | + <HintPath>..\packages\System.Data.SQLite.Core.1.0.102.0\lib\net46\System.Data.SQLite.dll</HintPath> |
93 | 94 | <Private>True</Private> |
94 | 95 | </Reference> |
95 | 96 | <Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"> |
|
128 | 129 | xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64" |
129 | 130 | if not exist "$(TargetDir)x64" md "$(TargetDir)x64" |
130 | 131 | xcopy /s /y "$(SolutionDir)packages\Oracle.ManagedDataAccess.12.1.2400\bin\x64\*.*" "$(TargetDir)x64" |
131 | | - </PostBuildEvent> |
132 | 132 | </PropertyGroup> |
133 | | - <Import Project="..\packages\System.Data.SQLite.Core.1.0.102.0\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.102.0\build\net40\System.Data.SQLite.Core.targets')" /> |
| 133 | + <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')" /> |
134 | 134 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
135 | 135 | <PropertyGroup> |
136 | 136 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
137 | 137 | </PropertyGroup> |
138 | | - <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.102.0\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.102.0\build\net40\System.Data.SQLite.Core.targets'))" /> |
| 138 | + <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.102.0\build\net46\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.102.0\build\net46\System.Data.SQLite.Core.targets'))" /> |
139 | 139 | </Target> |
140 | 140 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
141 | 141 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments