<?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>{1A3CBFE7-3F78-42C3-95C5-10360450DBEA}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>Bro.Common.Model</RootNamespace>
|
<AssemblyName>Bro.Common.Model</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>..\..\..\T047\libs\SafetyDog\dog_net_windows.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="PresentationCore" />
|
<Reference Include="System" />
|
<Reference Include="System.Configuration" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Design" />
|
<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="Authority\AuthorityCheck.cs" />
|
<Compile Include="Base\DeviceConfigBase.cs" />
|
<Compile Include="Exception\IExceptionHandler.cs" />
|
<Compile Include="Factory\ConfigFactory.cs" />
|
<Compile Include="Factory\DeviceFactory.cs" />
|
<Compile Include="Factory\ElementFactory.cs" />
|
<Compile Include="Factory\FactoryHelper.cs" />
|
<Compile Include="Factory\ProcessFactory.cs" />
|
<Compile Include="Factory\UIFactory.cs" />
|
<Compile Include="Forms\FrmDeviceOpConfigEditor.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Forms\FrmDeviceOpConfigEditor.Designer.cs">
|
<DependentUpon>FrmDeviceOpConfigEditor.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Forms\FrmOpConfigEdit.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Forms\FrmOpConfigEdit.Designer.cs">
|
<DependentUpon>FrmOpConfigEdit.cs</DependentUpon>
|
</Compile>
|
<Compile Include="GlobalVar.cs" />
|
<Compile Include="Helper\AttributeHelper.cs" />
|
<Compile Include="Helper\EnumHelper.cs" />
|
<Compile Include="Exception\ExceptionHelper.cs" />
|
<Compile Include="Helper\JsonHelper.cs" />
|
<Compile Include="Helper\ListHelper.cs" />
|
<Compile Include="Helper\PropertyConvertHelper.cs" />
|
<Compile Include="Helper\SettingHelper.cs" />
|
<Compile Include="Helper\StaticHelper.cs" />
|
<Compile Include="Helper\TimeOutHelper.cs" />
|
<Compile Include="Helper\UIHelper.cs" />
|
<Compile Include="Helper\WebApiHelper.cs" />
|
<Compile Include="Interface\IMenuNode.cs" />
|
<Compile Include="Interface\IConfigCtrl.cs" />
|
<Compile Include="Interface\ICSVOutput.cs" />
|
<Compile Include="Interface\IDevice.cs" />
|
<Compile Include="Interface\IDeviceConfig.cs" />
|
<Compile Include="Interface\IHalconToolPath.cs" />
|
<Compile Include="Interface\IInputConfig.cs" />
|
<Compile Include="Interface\IMonitor.cs" />
|
<Compile Include="Interface\IMonitorSetCollection.cs" />
|
<Compile Include="Interface\IOperationConfig.cs" />
|
<Compile Include="Interface\IProcessConfig.cs" />
|
<Compile Include="Interface\IProcess.cs" />
|
<Compile Include="Interface\IRunCtrl.cs" />
|
<Compile Include="Interface\IShapeElement.cs" />
|
<Compile Include="Log\ILogger.cs" />
|
<Compile Include="Log\LoggerHelper.cs" />
|
<Compile Include="Model\CustomizedPoint.cs" />
|
<Compile Include="Model\CustomizedRectangle.cs" />
|
<Compile Include="Model\DeviceOpBind.cs" />
|
<Compile Include="Model\ModbusFrame.cs" />
|
<Compile Include="Model\MonitorSet.cs" />
|
<Compile Include="Model\PageRequest.cs" />
|
<Compile Include="Model\PLCItem.cs" />
|
<Compile Include="Model\ProcessResponse.cs" />
|
<Compile Include="Model\ResponseMessage.cs" />
|
<Compile Include="Model\Spec.cs" />
|
<Compile Include="Model\UPHModel.cs" />
|
<Compile Include="Model\VelocityParams.cs" />
|
<Compile Include="Model\WaitConfirm.cs" />
|
<Compile Include="Model\WarningSet.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="PubSub\IPublisher.cs" />
|
<Compile Include="PubSub\IPubSubCenter.cs" />
|
<Compile Include="PubSub\ISubscriber.cs" />
|
<Compile Include="PubSub\PubSubCenter.cs" />
|
<Compile Include="PubSub\SimplePubSubCenter.cs" />
|
<Compile Include="PubSub\SimpleSubscriber.cs" />
|
<Compile Include="Selector\DeviceSelector.cs" />
|
<Compile Include="Selector\ProcessMethodSelector.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="packages.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<EmbeddedResource Include="Forms\FrmDeviceOpConfigEditor.resx">
|
<DependentUpon>FrmDeviceOpConfigEditor.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Forms\FrmOpConfigEdit.resx">
|
<DependentUpon>FrmOpConfigEdit.cs</DependentUpon>
|
</EmbeddedResource>
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="api_dsp_windows.dll">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</Content>
|
<Content Include="api_dsp_windows_x64.dll">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</Content>
|
<Content Include="dog_windows_3153818.dll">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</Content>
|
<Content Include="dog_windows_x64_3153818.dll">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</Content>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|