167 lines
6.4 KiB
XML
167 lines
6.4 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>{01A2AA2C-9B80-41AA-9F47-3CB67E60AF24}</ProjectGuid>
|
||
|
|
<OutputType>Library</OutputType>
|
||
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||
|
|
<RootNamespace>JYControl</RootNamespace>
|
||
|
|
<AssemblyName>JY.Control</AssemblyName>
|
||
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||
|
|
<FileAlignment>512</FileAlignment>
|
||
|
|
<Deterministic>true</Deterministic>
|
||
|
|
<TargetFrameworkProfile />
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
|
|
<DebugSymbols>true</DebugSymbols>
|
||
|
|
<DebugType>full</DebugType>
|
||
|
|
<Optimize>false</Optimize>
|
||
|
|
<OutputPath>..\..\..\..\JY.Inspection\</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="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" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Compile Include="Base\ButtonRenderer.cs" />
|
||
|
|
<Compile Include="Base\ColorMng.cs" />
|
||
|
|
<Compile Include="Base\ControlHelper.cs" />
|
||
|
|
<Compile Include="Base\LBIndustrialCtrlBase.cs">
|
||
|
|
<SubType>UserControl</SubType>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="Base\LBIndustrialCtrlBase.Designer.cs">
|
||
|
|
<DependentUpon>LBIndustrialCtrlBase.cs</DependentUpon>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="Base\LedRenderer.cs" />
|
||
|
|
<Compile Include="Base\NativeMethods.cs" />
|
||
|
|
<Compile Include="Base\Renderer.cs" />
|
||
|
|
<Compile Include="Blower.cs">
|
||
|
|
<SubType>UserControl</SubType>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="CircleProgramBar.cs">
|
||
|
|
<SubType>Component</SubType>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="CircleCountValue.cs">
|
||
|
|
<SubType>Component</SubType>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="CircleCountValue.Designer.cs">
|
||
|
|
<DependentUpon>CircleCountValue.cs</DependentUpon>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="IO_Instructions.cs">
|
||
|
|
<SubType>UserControl</SubType>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="IO_Instructions.Designer.cs">
|
||
|
|
<DependentUpon>IO_Instructions.cs</DependentUpon>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="LBButton.cs">
|
||
|
|
<SubType>UserControl</SubType>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="LBButton.Designer.cs">
|
||
|
|
<DependentUpon>LBButton.cs</DependentUpon>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="LBLed.cs">
|
||
|
|
<SubType>UserControl</SubType>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="LBLed.Designer.cs">
|
||
|
|
<DependentUpon>LBLed.cs</DependentUpon>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="LedControl.cs">
|
||
|
|
<SubType>UserControl</SubType>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="LedControl.Designer.cs">
|
||
|
|
<DependentUpon>LedControl.cs</DependentUpon>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="LogManagerControl.cs">
|
||
|
|
<SubType>UserControl</SubType>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="LogManagerControl.Designer.cs">
|
||
|
|
<DependentUpon>LogManagerControl.cs</DependentUpon>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
||
|
|
<AutoGen>True</AutoGen>
|
||
|
|
<DesignTime>True</DesignTime>
|
||
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="PulseButton.cs">
|
||
|
|
<SubType>Component</SubType>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="PulseButton.Designer.cs">
|
||
|
|
<DependentUpon>PulseButton.cs</DependentUpon>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="RingProgramBar.cs">
|
||
|
|
<SubType>Component</SubType>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="RoundButton.cs">
|
||
|
|
<SubType>Component</SubType>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="RoundButton.Designer.cs">
|
||
|
|
<DependentUpon>RoundButton.cs</DependentUpon>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="TextBoxWatermark.cs">
|
||
|
|
<SubType>Component</SubType>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="TreeViewEx.cs">
|
||
|
|
<SubType>Component</SubType>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="TreeViewEx.Designer.cs">
|
||
|
|
<DependentUpon>TreeViewEx.cs</DependentUpon>
|
||
|
|
</Compile>
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<EmbeddedResource Include="Blower.resx">
|
||
|
|
<DependentUpon>Blower.cs</DependentUpon>
|
||
|
|
</EmbeddedResource>
|
||
|
|
<EmbeddedResource Include="IO_Instructions.resx">
|
||
|
|
<DependentUpon>IO_Instructions.cs</DependentUpon>
|
||
|
|
</EmbeddedResource>
|
||
|
|
<EmbeddedResource Include="LBLed.resx">
|
||
|
|
<DependentUpon>LBLed.cs</DependentUpon>
|
||
|
|
</EmbeddedResource>
|
||
|
|
<EmbeddedResource Include="LedControl.resx">
|
||
|
|
<DependentUpon>LedControl.cs</DependentUpon>
|
||
|
|
</EmbeddedResource>
|
||
|
|
<EmbeddedResource Include="LogManagerControl.resx">
|
||
|
|
<DependentUpon>LogManagerControl.cs</DependentUpon>
|
||
|
|
</EmbeddedResource>
|
||
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
||
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
||
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||
|
|
</EmbeddedResource>
|
||
|
|
<EmbeddedResource Include="TreeViewEx.resx">
|
||
|
|
<DependentUpon>TreeViewEx.cs</DependentUpon>
|
||
|
|
</EmbeddedResource>
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Content Include="Image\list_add.png" />
|
||
|
|
<Content Include="Image\list_subtract.png" />
|
||
|
|
<Content Include="Image\tips.png" />
|
||
|
|
<Content Include="Image\下载.png" />
|
||
|
|
<Content Include="Image\增加.png" />
|
||
|
|
<Content Include="Image\查询.png" />
|
||
|
|
<Content Include="Image\设置.png" />
|
||
|
|
<Content Include="Image\运行中.png" />
|
||
|
|
</ItemGroup>
|
||
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||
|
|
</Project>
|