AutoCountClient.csproj 12.4 KB
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{0D2542F5-DD62-4352-82D0-383D9A045E74}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>OnlineStore.AutoCountClient</RootNamespace>
    <AssemblyName>AutoCountClient</AssemblyName>
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <TargetFrameworkProfile />
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
  </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>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </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>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationIcon>icon.ico</ApplicationIcon>
  </PropertyGroup>
  <PropertyGroup />
  <PropertyGroup>
    <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="AccImageBox">
      <HintPath>..\..\dll\AccImageBox.dll</HintPath>
    </Reference>
    <Reference Include="Asa.PrintLabel">
      <HintPath>..\..\dll\label\Asa.PrintLabel.dll</HintPath>
    </Reference>
    <Reference Include="Client">
      <HintPath>..\..\dll\Client.dll</HintPath>
    </Reference>
    <Reference Include="CountImage">
      <HintPath>..\..\dll\X-Ray\CountImage.dll</HintPath>
    </Reference>
    <Reference Include="DeviceLib">
      <HintPath>..\..\dll\DeviceLib.dll</HintPath>
    </Reference>
    <Reference Include="halcondotnet">
      <HintPath>..\..\dll\halcondotnet.dll</HintPath>
    </Reference>
    <Reference Include="log4net">
      <HintPath>..\..\dll\log4net.dll</HintPath>
    </Reference>
    <Reference Include="Retrospect">
      <HintPath>..\..\dll\database\Retrospect.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Core" />
    <Reference Include="System.DirectoryServices" />
    <Reference Include="System.Management" />
    <Reference Include="System.ServiceModel" />
    <Reference Include="System.Web.Extensions" />
    <Reference Include="System.Windows.Forms.DataVisualization" />
    <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.Windows.Forms" />
    <Reference Include="System.Xml" />
    <Reference Include="X-Ray, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\dll\X-Ray\X-Ray.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="agvtest\FrmAgvTest.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="agvtest\FrmAgvTest.Designer.cs">
      <DependentUpon>FrmAgvTest.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmAnalyze.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmAnalyze.Designer.cs">
      <DependentUpon>FrmAnalyze.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmComponentList.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmComponentList.Designer.cs">
      <DependentUpon>FrmComponentList.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmLearning.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmLearning.Designer.cs">
      <DependentUpon>FrmLearning.cs</DependentUpon>
    </Compile>
    <Compile Include="useControl\AxisMoveControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="useControl\AxisMoveControl.Designer.cs">
      <DependentUpon>AxisMoveControl.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmBase.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmBase.Designer.cs">
      <DependentUpon>FrmBase.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmEquipBase.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmEquipBase.Designer.cs">
      <DependentUpon>FrmEquipBase.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmOutputEquip.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmOutputEquip.Designer.cs">
      <DependentUpon>FrmOutputEquip.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmInputEquip.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmInputEquip.Designer.cs">
      <DependentUpon>FrmInputEquip.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmXRay.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmXRay.Designer.cs">
      <DependentUpon>FrmXRay.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmAbout.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmAbout.Designer.cs">
      <DependentUpon>FrmAbout.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmRobotMain.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmRobotMain.Designer.cs">
      <DependentUpon>FrmRobotMain.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmPwd.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmPwd.Designer.cs">
      <DependentUpon>FrmPwd.cs</DependentUpon>
    </Compile>
    <Compile Include="ManagerUtil.cs" />
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="useControl\PageControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="useControl\PageControl.Designer.cs">
      <DependentUpon>PageControl.cs</DependentUpon>
    </Compile>
    <EmbeddedResource Include="agvtest\FrmAgvTest.resx">
      <DependentUpon>FrmAgvTest.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmAnalyze.resx">
      <DependentUpon>FrmAnalyze.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmComponentList.resx">
      <DependentUpon>FrmComponentList.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmLearning.resx">
      <DependentUpon>FrmLearning.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="useControl\AxisMoveControl.resx">
      <DependentUpon>AxisMoveControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmBase.resx">
      <DependentUpon>FrmBase.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmEquipBase.resx">
      <DependentUpon>FrmEquipBase.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmOutputEquip.resx">
      <DependentUpon>FrmOutputEquip.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmInputEquip.resx">
      <DependentUpon>FrmInputEquip.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmXRay.resx">
      <DependentUpon>FrmXRay.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmAbout.resx">
      <DependentUpon>FrmAbout.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmRobotMain.resx">
      <DependentUpon>FrmRobotMain.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmPwd.resx">
      <DependentUpon>FrmPwd.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="useControl\PageControl.resx">
      <DependentUpon>PageControl.cs</DependentUpon>
    </EmbeddedResource>
    <None Include="data\DB.db3">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config">
      <SubType>Designer</SubType>
    </None>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\CodeLibrary\CodeLibrary.csproj">
      <Project>{2e0d9598-cb37-46dc-9c9b-d36d4d344451}</Project>
      <Name>CodeLibrary</Name>
    </ProjectReference>
    <ProjectReference Include="..\Common\Common.csproj">
      <Project>{43cdd09e-fcf3-4960-a01d-3bbfe9933122}</Project>
      <Name>Common</Name>
    </ProjectReference>
    <ProjectReference Include="..\DeviceLibrary\DeviceLibrary.csproj">
      <Project>{513bc1c9-800d-43a6-9499-3700baec3554}</Project>
      <Name>DeviceLibrary</Name>
    </ProjectReference>
    <ProjectReference Include="..\LoadCVSLibrary\LoadCSVLibrary.csproj">
      <Project>{064bebf5-8faa-4ea2-a5f3-a06e6e7d9251}</Project>
      <Name>LoadCSVLibrary</Name>
    </ProjectReference>
    <ProjectReference Include="..\UserFromControl\UserFromControl.csproj">
      <Project>{f018462a-d9bc-4365-97f2-f6d71751641e}</Project>
      <Name>UserFromControl</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="data\20220114PNList.pnlist">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <Content Include="icon.ico" />
    <Content Include="AuToRunManager.exe">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <None Include="resources\152827.png" />
    <Content Include="resources\resources.txt">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="记录.txt" />
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
      <Visible>False</Visible>
      <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>