You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
227 lines
8.8 KiB
XML
227 lines
8.8 KiB
XML
<?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>{D59C30A9-B991-4658-AE20-F731C2F610A5}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Rs.Controls</RootNamespace>
|
|
<AssemblyName>Rs.Controls</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>false</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\Rs.MotionPlat\bin\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>
|
|
<ItemGroup>
|
|
<Reference Include="halcondotnet">
|
|
<HintPath>..\Rs.MotionPlat\bin\Debug\halcondotnet.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="HWindow_Tool">
|
|
<HintPath>..\HWindow_Tool\bin\Debug\HWindow_Tool.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>C:\Users\Administrator\Desktop\新建文件夹 (3)\Rs.MotionPlat\Rs.Framework\bin\Debug\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Rs.Camera">
|
|
<HintPath>..\Rs.MotionPlat\bin\Debug\Rs.Camera.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Rs.DataAccess">
|
|
<HintPath>..\Rs.MotionPlat\bin\Debug\Rs.DataAccess.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Rs.Motion">
|
|
<HintPath>..\Rs.MotionPlat\bin\Debug\Rs.Motion.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data.SQLite">
|
|
<HintPath>..\Rs.MotionPlat\bin\Debug\System.Data.SQLite.dll</HintPath>
|
|
</Reference>
|
|
<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="AxisMove.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="AxisMove.Designer.cs">
|
|
<DependentUpon>AxisMove.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AxisProperty.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="AxisProperty.Designer.cs">
|
|
<DependentUpon>AxisProperty.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ButtonEx.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="CameraTemplate.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="CameraTemplate.Designer.cs">
|
|
<DependentUpon>CameraTemplate.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Common\LanguageHelper.cs" />
|
|
<Compile Include="ControlBase.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="ControlBase.Designer.cs">
|
|
<DependentUpon>ControlBase.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Common\ControlHelper.cs" />
|
|
<Compile Include="Common\HalconTool.cs" />
|
|
<Compile Include="IconButton.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="IconFontHelper.cs" />
|
|
<Compile Include="InAndOut.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="InAndOut.Designer.cs">
|
|
<DependentUpon>InAndOut.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="IOStatus.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="MovePoint.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="MovePoint.Designer.cs">
|
|
<DependentUpon>MovePoint.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="NormalTray.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="NormalTray.Designer.cs">
|
|
<DependentUpon>NormalTray.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PanelEx.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Common\ProductModel.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="RsButton.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="RsButton.Designer.cs">
|
|
<DependentUpon>RsButton.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="RsTray.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="RsTray.Designer.cs">
|
|
<DependentUpon>RsTray.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SlotOffsetCtl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="SlotOffsetCtl.Designer.cs">
|
|
<DependentUpon>SlotOffsetCtl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SwitchButton.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="SwitchButton.Designer.cs">
|
|
<DependentUpon>SwitchButton.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Common\SysConfigParam.cs" />
|
|
<Compile Include="TabControlEx.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="AxisMove.en-US.resx">
|
|
<DependentUpon>AxisMove.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AxisMove.resx">
|
|
<DependentUpon>AxisMove.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AxisMove.zh-CN.resx">
|
|
<DependentUpon>AxisMove.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AxisProperty.en-US.resx">
|
|
<DependentUpon>AxisProperty.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AxisProperty.resx">
|
|
<DependentUpon>AxisProperty.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CameraTemplate.en-US.resx">
|
|
<DependentUpon>CameraTemplate.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CameraTemplate.resx">
|
|
<DependentUpon>CameraTemplate.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ControlBase.resx">
|
|
<DependentUpon>ControlBase.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="InAndOut.resx">
|
|
<DependentUpon>InAndOut.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MovePoint.resx">
|
|
<DependentUpon>MovePoint.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="NormalTray.resx">
|
|
<DependentUpon>NormalTray.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="RsButton.resx">
|
|
<DependentUpon>RsButton.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="RsTray.resx">
|
|
<DependentUpon>RsTray.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SlotOffsetCtl.resx">
|
|
<DependentUpon>SlotOffsetCtl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SwitchButton.resx">
|
|
<DependentUpon>SwitchButton.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\iconfont.ttf" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Rs.Framework\Rs.Framework.csproj">
|
|
<Project>{f6dbc74d-4a0b-4d50-9c79-2a5a1518849d}</Project>
|
|
<Name>Rs.Framework</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\clear.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |