<?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>{741F6491-57C7-479A-B391-09BBA9FBA9DC}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>Bro.UI.Model.Winform</RootNamespace>
|
<AssemblyName>Bro.UI.Model.Winform</AssemblyName>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
</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="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="System" />
|
<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" />
|
<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="CommonHelper.cs" />
|
<Compile Include="ElementBase.cs" />
|
<Compile Include="Element\CrossHair.cs" />
|
<Compile Include="Element\CrossHairWithAngle.cs" />
|
<Compile Include="Element\PointIndicator.cs" />
|
<Compile Include="Element\ROI_Circle.cs" />
|
<Compile Include="Element\ROI_Rectangle.cs" />
|
<Compile Include="Helper\AttributeHelper.cs" />
|
<Compile Include="Helper\MenuFormFactory.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Resources.resx</DependentUpon>
|
</Compile>
|
<Compile Include="UI\Canvas.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="UI\Canvas.Designer.cs">
|
<DependentUpon>Canvas.cs</DependentUpon>
|
</Compile>
|
<Compile Include="UI\CanvasImage.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="UI\CanvasImage.Designer.cs">
|
<DependentUpon>CanvasImage.cs</DependentUpon>
|
</Compile>
|
<Compile Include="UI\Ctrl\GridCtrl.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="UI\Ctrl\GridCtrl.Designer.cs">
|
<DependentUpon>GridCtrl.cs</DependentUpon>
|
</Compile>
|
<Compile Include="UI\Ctrl\GridCtrlHost.cs">
|
<SubType>Component</SubType>
|
</Compile>
|
<Compile Include="UI\Ctrl\IOIndicatorCtrl.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="UI\Ctrl\IOIndicatorCtrl.Designer.cs">
|
<DependentUpon>IOIndicatorCtrl.cs</DependentUpon>
|
</Compile>
|
<Compile Include="UI\DockContent\DeviceRunFrmBase.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="UI\DockContent\MenuFrmBase.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="UI\DockContent\MenuFrmBase.Designer.cs">
|
<DependentUpon>MenuFrmBase.cs</DependentUpon>
|
</Compile>
|
<Compile Include="UI\InputWindow.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="UI\InputWindow.Designer.cs">
|
<DependentUpon>InputWindow.cs</DependentUpon>
|
</Compile>
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\Bro.Common.Model\Bro.Common.Model.csproj">
|
<Project>{1a3cbfe7-3f78-42c3-95c5-10360450dbea}</Project>
|
<Name>Bro.Common.Model</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="packages.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
</EmbeddedResource>
|
<EmbeddedResource Include="UI\Canvas.resx">
|
<DependentUpon>Canvas.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="UI\CanvasImage.resx">
|
<DependentUpon>CanvasImage.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="UI\Ctrl\GridCtrl.resx">
|
<DependentUpon>GridCtrl.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="UI\Ctrl\IOIndicatorCtrl.resx">
|
<DependentUpon>IOIndicatorCtrl.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="UI\DockContent\DeviceRunFrmBase.resx">
|
<DependentUpon>DeviceRunFrmBase.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="UI\DockContent\MenuFrmBase.resx">
|
<DependentUpon>MenuFrmBase.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="UI\InputWindow.resx">
|
<DependentUpon>InputWindow.cs</DependentUpon>
|
</EmbeddedResource>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="UI\ROIImg\grid.png" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Resources\grid.png" />
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|