|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\build\OpenCvSharp3-AnyCPU.props" Condition="Exists('..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\build\OpenCvSharp3-AnyCPU.props')" /> |
| 3 | + <Import Project="..\packages\OpenCvSharp3-AnyCPU.3.4.1.20180424-beta-275\build\OpenCvSharp3-AnyCPU.props" Condition="Exists('..\packages\OpenCvSharp3-AnyCPU.3.4.1.20180424-beta-275\build\OpenCvSharp3-AnyCPU.props')" /> |
4 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | 5 | <PropertyGroup> |
6 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
115 | 115 | <Prefer32Bit>false</Prefer32Bit> |
116 | 116 | </PropertyGroup> |
117 | 117 | <ItemGroup> |
118 | | - <Reference Include="OpenCvSharp"> |
119 | | - <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net46\OpenCvSharp.dll</HintPath> |
120 | | - <Private>True</Private> |
| 118 | + <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
| 119 | + <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.4.1.20180424-beta-275\lib\net46\OpenCvSharp.dll</HintPath> |
121 | 120 | </Reference> |
122 | | - <Reference Include="OpenCvSharp.Blob"> |
123 | | - <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net46\OpenCvSharp.Blob.dll</HintPath> |
124 | | - <Private>True</Private> |
| 121 | + <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
| 122 | + <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.4.1.20180424-beta-275\lib\net46\OpenCvSharp.Blob.dll</HintPath> |
125 | 123 | </Reference> |
126 | | - <Reference Include="OpenCvSharp.Extensions"> |
127 | | - <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net46\OpenCvSharp.Extensions.dll</HintPath> |
128 | | - <Private>True</Private> |
| 124 | + <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
| 125 | + <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.4.1.20180424-beta-275\lib\net46\OpenCvSharp.Extensions.dll</HintPath> |
129 | 126 | </Reference> |
130 | | - <Reference Include="OpenCvSharp.UserInterface"> |
131 | | - <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\lib\net46\OpenCvSharp.UserInterface.dll</HintPath> |
132 | | - <Private>True</Private> |
| 127 | + <Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
| 128 | + <HintPath>..\packages\OpenCvSharp3-AnyCPU.3.4.1.20180424-beta-275\lib\net46\OpenCvSharp.UserInterface.dll</HintPath> |
133 | 129 | </Reference> |
134 | 130 | <Reference Include="PresentationCore" /> |
135 | 131 | <Reference Include="PresentationFramework" /> |
|
234 | 230 | <ErrorText>このプロジェクトは、このコンピューターにはない NuGet パッケージを参照しています。これらをダウンロードするには、NuGet パッケージの復元を有効にしてください。詳細については、http://go.microsoft.com/fwlink/?LinkID=322105 を参照してください。不足しているファイルは {0} です。</ErrorText> |
235 | 231 | </PropertyGroup> |
236 | 232 | <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> |
237 | | - <Error Condition="!Exists('..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\build\OpenCvSharp3-AnyCPU.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp3-AnyCPU.3.3.1.20171117\build\OpenCvSharp3-AnyCPU.props'))" /> |
| 233 | + <Error Condition="!Exists('..\packages\OpenCvSharp3-AnyCPU.3.4.1.20180424-beta-275\build\OpenCvSharp3-AnyCPU.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp3-AnyCPU.3.4.1.20180424-beta-275\build\OpenCvSharp3-AnyCPU.props'))" /> |
238 | 234 | </Target> |
239 | 235 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
240 | 236 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments