<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<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>{B50C1309-495C-4ADF-8A3D-6F6A06CCC4CC}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<RootNamespace>Bro.M071.Process</RootNamespace>
|
<AssemblyName>Bro.M071.Process</AssemblyName>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<Deterministic>true</Deterministic>
|
<NuGetPackageImportStamp>
|
</NuGetPackageImportStamp>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<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' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup>
|
<StartupObject />
|
</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="halcondotnet, Version=12.0.0.0, Culture=neutral, PublicKeyToken=4973bed59ddbf2b8, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\libs\halcon12\halcondotnet.dll</HintPath>
|
</Reference>
|
<Reference Include="hdevenginedotnet, Version=12.0.0.0, Culture=neutral, PublicKeyToken=4973bed59ddbf2b8, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<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.Core" />
|
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Deployment" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml" />
|
<Reference Include="WeifenLuo.WinFormsUI.Docking, Version=3.0.6.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\DockPanelSuite.3.0.6\lib\net40\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="M071Converters.cs" />
|
<Compile Include="M071Config.cs" />
|
<Compile Include="M071Models.cs" />
|
<Compile Include="M071Process.cs" />
|
<Compile Include="M071Process_MotionCard.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="UI\KeyIndicator.cs" />
|
<Compile Include="UI\M071Node.cs" />
|
<Compile Include="UI\M071_DataForm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="UI\M071_DataForm.Designer.cs">
|
<DependentUpon>M071_DataForm.cs</DependentUpon>
|
</Compile>
|
<Compile Include="UI\M071_MainForm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="UI\M071_MainForm.Designer.cs">
|
<DependentUpon>M071_MainForm.cs</DependentUpon>
|
</Compile>
|
<Compile Include="UI\M071_PatchInsertMeasurement.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="UI\M071_PatchInsertMeasurement.Designer.cs">
|
<DependentUpon>M071_PatchInsertMeasurement.cs</DependentUpon>
|
</Compile>
|
<Compile Include="UI\M071_ShortcutFrm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="UI\M071_ShortcutFrm.Designer.cs">
|
<DependentUpon>M071_ShortcutFrm.cs</DependentUpon>
|
</Compile>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Resources.resx</DependentUpon>
|
</Compile>
|
<EmbeddedResource Include="UI\M071_DataForm.resx">
|
<DependentUpon>M071_DataForm.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="UI\M071_MainForm.resx">
|
<DependentUpon>M071_MainForm.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="UI\M071_PatchInsertMeasurement.resx">
|
<DependentUpon>M071_PatchInsertMeasurement.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="UI\M071_ShortcutFrm.resx">
|
<DependentUpon>M071_ShortcutFrm.cs</DependentUpon>
|
</EmbeddedResource>
|
<None Include="App.config">
|
<SubType>Designer</SubType>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</None>
|
<None Include="packages.config" />
|
<None Include="Properties\Settings.settings">
|
<Generator>SettingsSingleFileGenerator</Generator>
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
</None>
|
<Compile Include="Properties\Settings.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Settings.settings</DependentUpon>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
</Compile>
|
</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.M071.DBManager\Bro.M071.DBManager.csproj">
|
<Project>{230B0FFF-F6AF-45FE-AAF7-B4B66250DD58}</Project>
|
<Name>Bro.M071.DBManager</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Bro.M071.Model\Bro.M071.Model.csproj">
|
<Project>{AD645C48-5811-4B1E-B81F-D35D5E6B577F}</Project>
|
<Name>Bro.M071.Model</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Bro.Process\Bro.Process.csproj">
|
<Project>{197C5AA8-9609-4D1C-B1E3-5879006EAAF4}</Project>
|
<Name>Bro.Process</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>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|