TheMachine.csproj 13.4 KB
<?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>{61FDFF14-8BB7-439A-85A0-592E3011F4C4}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <RootNamespace>TheMachine</RootNamespace>
    <AssemblyName>MT</AssemblyName>
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
    <Deterministic>false</Deterministic>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationIcon>MT.ico</ApplicationIcon>
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationManifest>app.manifest</ApplicationManifest>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="Asa.PrintLabel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\PrintLabel\PrintLabel\bin\Debug\Asa.PrintLabel.dll</HintPath>
    </Reference>
    <Reference Include="Asa.RFID.PuYue, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\RFID\RFID_PuYue\bin\Debug\Asa.RFID.PuYue.dll</HintPath>
    </Reference>
    <Reference Include="CodeLibrary, Version=1.0.7703.30209, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\GeneralClassLibrary\CodeLibraryProject\CodeLibrary\bin\Debug\CodeLibrary.dll</HintPath>
    </Reference>
    <Reference Include="ConfigHelper">
      <HintPath>..\..\ConfigHelper\ConfigHelper\bin\Debug\ConfigHelper.dll</HintPath>
    </Reference>
    <Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\增广夹爪\Rmaxis\bin\Debug\log4net.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.Win32.TaskScheduler, Version=2.10.1.0, Culture=neutral, PublicKeyToken=e25603a88b3aa7da, processorArchitecture=MSIL">
      <HintPath>..\packages\TaskScheduler.2.10.1\lib\net452\Microsoft.Win32.TaskScheduler.dll</HintPath>
    </Reference>
    <Reference Include="Neotel.Rmaxis">
      <HintPath>..\..\增广夹爪\Rmaxis\bin\Debug\Neotel.Rmaxis.dll</HintPath>
    </Reference>
    <Reference Include="Robot.UR">
      <HintPath>..\..\..\DllLibrary\第三方\URRobot\Robot.UR\Robot.UR\bin\Debug\Robot.UR.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.IO.Compression" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data" />
    <Reference Include="System.Deployment" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Net.Http" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
    <Reference Include="UserFromControl">
      <HintPath>..\..\SO775-DUOStore\dll\UserFromControl.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AboutBox1.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="AboutBox1.Designer.cs">
      <DependentUpon>AboutBox1.cs</DependentUpon>
    </Compile>
    <Compile Include="AxisControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="AxisControl.Designer.cs">
      <DependentUpon>AxisControl.cs</DependentUpon>
    </Compile>
    <Compile Include="DeviceControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="DeviceControl.Designer.cs">
      <DependentUpon>DeviceControl.cs</DependentUpon>
    </Compile>
    <Compile Include="device\HYControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="device\HYControl.Designer.cs">
      <DependentUpon>HYControl.cs</DependentUpon>
    </Compile>
    <Compile Include="device\Idevicetab.cs" />
    <Compile Include="device\Other\MycronicControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="device\Other\MycronicControl.Designer.cs">
      <DependentUpon>MycronicControl.cs</DependentUpon>
    </Compile>
    <Compile Include="device\TrayStopControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="device\TrayStopControl.Designer.cs">
      <DependentUpon>TrayStopControl.cs</DependentUpon>
    </Compile>
    <Compile Include="device\TransplantControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="device\TransplantControl.Designer.cs">
      <DependentUpon>TransplantControl.cs</DependentUpon>
    </Compile>
    <Compile Include="Form1.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form1.Designer.cs">
      <DependentUpon>Form1.cs</DependentUpon>
    </Compile>
    <Compile Include="IOControls.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="IOControls.Designer.cs">
      <DependentUpon>IOControls.cs</DependentUpon>
    </Compile>
    <Compile Include="LogControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="LogControl.Designer.cs">
      <DependentUpon>LogControl.cs</DependentUpon>
    </Compile>
    <Compile Include="OtherControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="OtherControl.Designer.cs">
      <DependentUpon>OtherControl.cs</DependentUpon>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="SettingControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="SettingControl.Designer.cs">
      <DependentUpon>SettingControl.cs</DependentUpon>
    </Compile>
    <Compile Include="TrayManagerControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="TrayManagerControl.Designer.cs">
      <DependentUpon>TrayManagerControl.cs</DependentUpon>
    </Compile>
    <Compile Include="UC\CylinderButton.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="UC\DoubleBufferListView.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="UC\RfidControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="UC\RfidControl.Designer.cs">
      <DependentUpon>RfidControl.cs</DependentUpon>
    </Compile>
    <Compile Include="UC\RobotPosControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="UC\RobotPosControl.designer.cs">
      <DependentUpon>RobotPosControl.cs</DependentUpon>
    </Compile>
    <Compile Include="UC\StorePosControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="UC\StorePosControl.designer.cs">
      <DependentUpon>StorePosControl.cs</DependentUpon>
    </Compile>
    <Compile Include="UC\ConfigControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="UC\ConfigControl.designer.cs">
      <DependentUpon>ConfigControl.cs</DependentUpon>
    </Compile>
    <Compile Include="UC\IOControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="UC\IOControl.Designer.cs">
      <DependentUpon>IOControl.cs</DependentUpon>
    </Compile>
    <Compile Include="UC\UCURRobot.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="UC\UCURRobot.designer.cs">
      <DependentUpon>UCURRobot.cs</DependentUpon>
    </Compile>
    <Compile Include="UC\UC_LedConfig.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="UC\UC_LedConfig.Designer.cs">
      <DependentUpon>UC_LedConfig.cs</DependentUpon>
    </Compile>
    <Compile Include="UC\uc_boxdebug.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="UC\uc_boxdebug.designer.cs">
      <DependentUpon>uc_boxdebug.cs</DependentUpon>
    </Compile>
    <EmbeddedResource Include="AboutBox1.resx">
      <DependentUpon>AboutBox1.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="AxisControl.resx">
      <DependentUpon>AxisControl.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="DeviceControl.resx">
      <DependentUpon>DeviceControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="device\HYControl.resx">
      <DependentUpon>HYControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="device\Other\MycronicControl.resx">
      <DependentUpon>MycronicControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="device\TrayStopControl.resx">
      <DependentUpon>TrayStopControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="device\TransplantControl.resx">
      <DependentUpon>TransplantControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Form1.resx">
      <DependentUpon>Form1.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="IOControls.resx">
      <DependentUpon>IOControls.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="LogControl.resx">
      <DependentUpon>LogControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="OtherControl.resx">
      <DependentUpon>OtherControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
      <DesignTime>True</DesignTime>
    </Compile>
    <EmbeddedResource Include="SettingControl.resx">
      <DependentUpon>SettingControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="TrayManagerControl.resx">
      <DependentUpon>TrayManagerControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="UC\RfidControl.resx">
      <DependentUpon>RfidControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="UC\RobotPosControl.resx">
      <DependentUpon>RobotPosControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="UC\StorePosControl.resx">
      <DependentUpon>StorePosControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="UC\ConfigControl.resx">
      <DependentUpon>ConfigControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="UC\IOControl.resx">
      <DependentUpon>IOControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="UC\UCURRobot.resx">
      <DependentUpon>UCURRobot.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="UC\UC_LedConfig.resx">
      <DependentUpon>UC_LedConfig.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="UC\uc_boxdebug.resx">
      <DependentUpon>uc_boxdebug.cs</DependentUpon>
    </EmbeddedResource>
    <None Include="app.manifest" />
    <None Include="packages.config" />
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Common\Common.csproj">
      <Project>{43cdd09e-fcf3-4960-a01d-3bbfe9933122}</Project>
      <Name>Common</Name>
    </ProjectReference>
    <ProjectReference Include="..\DeviceLibrary\DeviceLibrary.csproj">
      <Project>{bb23296c-aa1d-45c6-9fa6-5a37b2abfe9b}</Project>
      <Name>DeviceLibrary</Name>
    </ProjectReference>
    <ProjectReference Include="..\LoadCVSLibrary\LoadCSVLibrary.csproj">
      <Project>{064bebf5-8faa-4ea2-a5f3-a06e6e7d9251}</Project>
      <Name>LoadCSVLibrary</Name>
    </ProjectReference>
    <ProjectReference Include="..\RemoteSheardObject\RemoteSheardObject.csproj">
      <Project>{49004F82-8AEE-46DA-BB14-BD02AC990CE2}</Project>
      <Name>RemoteSheardObject</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Content Include="icon.ico" />
    <Content Include="MT.ico" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <PreBuildEvent>
    </PreBuildEvent>
  </PropertyGroup>
  <PropertyGroup>
    <PostBuildEvent>start $(TargetDir)</PostBuildEvent>
  </PropertyGroup>
</Project>