Files
HM-CN\zhengxuan.zhang 8cf3fb42d6 #总装移交版本
2025-03-07 11:44:37 +08:00

140 lines
5.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>{128F6EA4-E5B5-4B32-8A4F-BD820B83398F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>UserControlClass</RootNamespace>
<AssemblyName>UserControlClass</AssemblyName>
<TargetFrameworkVersion>v4.6</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>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="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="Telerik.WinControls, Version=2018.3.1016.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e" />
<Reference Include="Telerik.WinControls.UI, Version=2018.3.1016.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL" />
<Reference Include="TelerikCommon, Version=2018.3.1016.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e" />
</ItemGroup>
<ItemGroup>
<Compile Include="LabPictureControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="LabPictureControl.designer.cs">
<DependentUpon>LabPictureControl.cs</DependentUpon>
</Compile>
<Compile Include="Lamp.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Lamp.Designer.cs">
<DependentUpon>Lamp.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="UCFixedStorage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UCFixedStorage.Designer.cs">
<DependentUpon>UCFixedStorage.cs</DependentUpon>
</Compile>
<Compile Include="UCMeasureTask.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UCMeasureTask.Designer.cs">
<DependentUpon>UCMeasureTask.cs</DependentUpon>
</Compile>
<Compile Include="UCVWNextSense.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UCVWNextSense.Designer.cs">
<DependentUpon>UCVWNextSense.cs</DependentUpon>
</Compile>
<Compile Include="UCNextSenseOneItem.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UCNextSenseOneItem.Designer.cs">
<DependentUpon>UCNextSenseOneItem.cs</DependentUpon>
</Compile>
<Compile Include="UCNextSense.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UCNextSense.Designer.cs">
<DependentUpon>UCNextSense.cs</DependentUpon>
</Compile>
<Compile Include="UCUnloadTask.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UCUnloadTask.Designer.cs">
<DependentUpon>UCUnloadTask.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="LabPictureControl.resx">
<DependentUpon>LabPictureControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lamp.resx">
<DependentUpon>Lamp.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\licenses.licx" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="UCFixedStorage.resx">
<DependentUpon>UCFixedStorage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UCMeasureTask.resx">
<DependentUpon>UCMeasureTask.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UCVWNextSense.resx">
<DependentUpon>UCVWNextSense.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UCNextSenseOneItem.resx">
<DependentUpon>UCNextSenseOneItem.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UCNextSense.resx">
<DependentUpon>UCNextSense.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UCUnloadTask.resx">
<DependentUpon>UCUnloadTask.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Resources\3011OK.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>