<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Import Project="..\..\packages\PostSharp.6.2.7\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.6.2.7\build\PostSharp.props')" />
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProjectGuid>{197C5AA8-9609-4D1C-B1E3-5879006EAAF4}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>Bro.Process</RootNamespace>
|
<AssemblyName>Bro.Process</AssemblyName>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
<NuGetPackageImportStamp>
|
</NuGetPackageImportStamp>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>..\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug1|AnyCPU'">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>bin\Debug1\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DebugType>full</DebugType>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<LangVersion>7.3</LangVersion>
|
<ErrorReport>prompt</ErrorReport>
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>..\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DebugType>full</DebugType>
|
<PlatformTarget>x64</PlatformTarget>
|
<LangVersion>7.3</LangVersion>
|
<ErrorReport>prompt</ErrorReport>
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
<OutputPath>bin\x64\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<Optimize>true</Optimize>
|
<DebugType>pdbonly</DebugType>
|
<PlatformTarget>x64</PlatformTarget>
|
<LangVersion>7.3</LangVersion>
|
<ErrorReport>prompt</ErrorReport>
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug1|x64'">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>bin\x64\Debug1\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DebugType>full</DebugType>
|
<PlatformTarget>x64</PlatformTarget>
|
<LangVersion>7.3</LangVersion>
|
<ErrorReport>prompt</ErrorReport>
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="Autofac, Version=4.9.4.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Autofac.4.9.4\lib\net45\Autofac.dll</HintPath>
|
</Reference>
|
<Reference Include="dog_net_windows, Version=1.0.1.28668, Culture=neutral, PublicKeyToken=56120be447701319, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\libs\SafetyDog\dog_net_windows.dll</HintPath>
|
</Reference>
|
<Reference Include="halcondotnet">
|
<HintPath>..\..\libs\halcon12\halcondotnet.dll</HintPath>
|
</Reference>
|
<Reference Include="hdevenginedotnet">
|
<HintPath>..\..\libs\halcon12\hdevenginedotnet.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="PostSharp, Version=6.2.7.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\PostSharp.Redist.6.2.7\lib\net45\PostSharp.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Configuration" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Forms\Calibration\CalibrationConfig.cs" />
|
<Compile Include="Forms\Calibration\FrmCalibration_9P.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Forms\Calibration\FrmCalibration_9P.Designer.cs">
|
<DependentUpon>FrmCalibration_9P.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Forms\OfflineImageFrm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Forms\OfflineImageFrm.Designer.cs">
|
<DependentUpon>OfflineImageFrm.cs</DependentUpon>
|
</Compile>
|
<Compile Include="ProcessConfig.cs" />
|
<Compile Include="ProcessControl.cs" />
|
<Compile Include="ProcessControl_Authority.cs" />
|
<Compile Include="ProcessControl_Calibration.cs" />
|
<Compile Include="ProcessControl_Method.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="packages.config" />
|
<None Include="Setting.json">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<EmbeddedResource Include="Forms\Calibration\FrmCalibration_9P.resx">
|
<DependentUpon>FrmCalibration_9P.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Forms\OfflineImageFrm.resx">
|
<DependentUpon>OfflineImageFrm.cs</DependentUpon>
|
</EmbeddedResource>
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\Bro.Common.Device\Bro.Common.Device.csproj">
|
<Project>{987308dd-8baa-463a-94e2-77d62e01a5bf}</Project>
|
<Name>Bro.Common.Device</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Bro.Common.Model\Bro.Common.Model.csproj">
|
<Project>{1a3cbfe7-3f78-42c3-95c5-10360450dbea}</Project>
|
<Name>Bro.Common.Model</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Bro.UI.Device.Winform\Bro.UI.Device.Winform.csproj">
|
<Project>{E6429C64-92B3-46A2-B35E-579856D47F62}</Project>
|
<Name>Bro.UI.Device.Winform</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Bro.UI.Model.Winform\Bro.UI.Model.Winform.csproj">
|
<Project>{741f6491-57c7-479a-b391-09bba9fba9dc}</Project>
|
<Name>Bro.UI.Model.Winform</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<Folder Include="Helper\" />
|
</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\PostSharp.6.2.7\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.2.7\build\PostSharp.props'))" />
|
<Error Condition="!Exists('..\..\packages\PostSharp.6.2.7\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.2.7\build\PostSharp.targets'))" />
|
</Target>
|
<Import Project="..\..\packages\PostSharp.6.2.7\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.6.2.7\build\PostSharp.targets')" />
|
<ProjectExtensions />
|
</Project>
|