|
@@ -1,5 +1,6 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <Import Project="..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props" Condition="Exists('..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props')" />
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
<PropertyGroup>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
@@ -13,6 +14,8 @@
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
<Deterministic>true</Deterministic>
|
|
|
<TargetFrameworkProfile />
|
|
|
+ <NuGetPackageImportStamp>
|
|
|
+ </NuGetPackageImportStamp>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -34,6 +37,18 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
+ <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Blob.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.UserInterface.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
@@ -55,6 +70,9 @@
|
|
|
</Compile>
|
|
|
<Compile Include="Program.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
+ <EmbeddedResource Include="FormAutoDo.resx">
|
|
|
+ <DependentUpon>FormAutoDo.cs</DependentUpon>
|
|
|
+ </EmbeddedResource>
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
@@ -65,6 +83,7 @@
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
<DesignTime>True</DesignTime>
|
|
|
</Compile>
|
|
|
+ <None Include="packages.config" />
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
@@ -78,5 +97,17 @@
|
|
|
<ItemGroup>
|
|
|
<None Include="App.config" />
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\SmartSEMControl\SmartSEMControl.csproj">
|
|
|
+ <Project>{bf7f80b0-a6da-4470-a331-4c96057fc7fa}</Project>
|
|
|
+ <Name>SmartSEMControl</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
+ <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
+ <PropertyGroup>
|
|
|
+ <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Error Condition="!Exists('..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props'))" />
|
|
|
+ </Target>
|
|
|
</Project>
|