1 |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
2 |
2 |
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3 |
<Import Project="..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props" Condition="Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props')" />
|
3 |
4 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 |
5 |
<PropertyGroup>
|
5 |
6 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
... | ... | |
29 |
30 |
<UseApplicationTrust>false</UseApplicationTrust>
|
30 |
31 |
<BootstrapperEnabled>true</BootstrapperEnabled>
|
31 |
32 |
<TargetFrameworkProfile />
|
|
33 |
<NuGetPackageImportStamp>
|
|
34 |
</NuGetPackageImportStamp>
|
32 |
35 |
</PropertyGroup>
|
33 |
36 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
34 |
37 |
<PlatformTarget>AnyCPU</PlatformTarget>
|
... | ... | |
52 |
55 |
<Prefer32Bit>false</Prefer32Bit>
|
53 |
56 |
</PropertyGroup>
|
54 |
57 |
<ItemGroup>
|
|
58 |
<Reference Include="Markus.Image.OpenCV, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
59 |
<HintPath>..\packages\Markus.Image.ImageCompare.1.0.0\lib\net461\Markus.Image.OpenCV.dll</HintPath>
|
|
60 |
</Reference>
|
|
61 |
<Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
|
|
62 |
<HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.dll</HintPath>
|
|
63 |
</Reference>
|
|
64 |
<Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
|
|
65 |
<HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Blob.dll</HintPath>
|
|
66 |
</Reference>
|
|
67 |
<Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
|
|
68 |
<HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
|
|
69 |
</Reference>
|
55 |
70 |
<Reference Include="System" />
|
56 |
71 |
<Reference Include="System.Data" />
|
57 |
72 |
<Reference Include="System.Drawing" />
|
|
73 |
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
74 |
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
75 |
</Reference>
|
58 |
76 |
<Reference Include="System.Xml" />
|
59 |
77 |
<Reference Include="Microsoft.CSharp" />
|
60 |
78 |
<Reference Include="System.Core" />
|
... | ... | |
114 |
132 |
<Generator>ResXFileCodeGenerator</Generator>
|
115 |
133 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
116 |
134 |
</EmbeddedResource>
|
|
135 |
<None Include="packages.config" />
|
117 |
136 |
<None Include="Properties\Settings.settings">
|
118 |
137 |
<Generator>SettingsSingleFileGenerator</Generator>
|
119 |
138 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
... | ... | |
129 |
148 |
<Install>false</Install>
|
130 |
149 |
</BootstrapperPackage>
|
131 |
150 |
</ItemGroup>
|
132 |
|
<ItemGroup>
|
133 |
|
<ProjectReference Include="..\Markus.ImageComparer\Markus.Image.csproj">
|
134 |
|
<Project>{b3b05ced-f4eb-4f9d-b458-12fcbe48d546}</Project>
|
135 |
|
<Name>Markus.Image</Name>
|
136 |
|
</ProjectReference>
|
137 |
|
</ItemGroup>
|
138 |
151 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
152 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
153 |
<PropertyGroup>
|
|
154 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
|
|
155 |
</PropertyGroup>
|
|
156 |
<Error Condition="!Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props'))" />
|
|
157 |
</Target>
|
139 |
158 |
</Project>
|