AGVMapDemo.csproj 7.8 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>{D32D3E64-A143-49EE-9BB7-DA8D95186850}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <RootNamespace>AGVMapDemo</RootNamespace>
    <AssemblyName>AGVMapDemo</AssemblyName>
    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
    <Deterministic>true</Deterministic>
  </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>
  </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>
  <ItemGroup>
    <Reference Include="AGVLib">
      <HintPath>..\DLL\AGVLib.dll</HintPath>
    </Reference>
    <Reference Include="Asa.Camera.VisionLib">
      <HintPath>..\DLL\Asa.Camera.VisionLib.dll</HintPath>
    </Reference>
    <Reference Include="CodeLibrary">
      <HintPath>..\DLL\CodeLibrary.dll</HintPath>
    </Reference>
    <Reference Include="ConfigHelper">
      <HintPath>..\DLL\ConfigHelper.dll</HintPath>
    </Reference>
    <Reference Include="DeviceLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\DeviceLibrary\bin\Debug\DeviceLibrary.dll</HintPath>
    </Reference>
    <Reference Include="DL.Log">
      <HintPath>..\DLL\DL.Log.dll</HintPath>
    </Reference>
    <Reference Include="halcondotnet">
      <HintPath>..\DLL\halcondotnet.dll</HintPath>
    </Reference>
    <Reference Include="HuichuanLibrary">
      <HintPath>..\DLL\HuichuanLibrary.dll</HintPath>
    </Reference>
    <Reference Include="IDHIKCamera">
      <HintPath>..\DLL\IDHIKCamera.dll</HintPath>
    </Reference>
    <Reference Include="log4net">
      <HintPath>..\DLL\log4net.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.Win32.TaskScheduler">
      <HintPath>..\DLL\Microsoft.Win32.TaskScheduler.dll</HintPath>
    </Reference>
    <Reference Include="Mushiny">
      <HintPath>..\DLL\Mushiny.dll</HintPath>
    </Reference>
    <Reference Include="MvCodeReaderSDK.Net">
      <HintPath>..\DLL\MvCodeReaderSDK.Net.dll</HintPath>
    </Reference>
    <Reference Include="SHJ">
      <HintPath>..\DLL\SHJ.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Composition.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
    <Reference Include="System.Core" />
    <Reference Include="System.Runtime.Caching" />
    <Reference Include="System.Runtime.Remoting" />
    <Reference Include="System.Runtime.Serialization" />
    <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>..\DLL\UserFromControl.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="ChartView.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="ChartView.Designer.cs">
      <DependentUpon>ChartView.cs</DependentUpon>
    </Compile>
    <Compile Include="chart\ChartBase.cs" />
    <Compile Include="chart\ChartFactory.cs" />
    <Compile Include="chart\LinerChart.cs" />
    <Compile Include="chart\PlanarChart.cs" />
    <Compile Include="chart\Rectangular.cs" />
    <Compile Include="chart\StraightLine.cs" />
    <Compile Include="DemoModel\BitmapPool.cs" />
    <Compile Include="DemoModel\CTUWayPoint.cs" />
    <Compile Include="DemoModel\CTUPointCode.cs" />
    <Compile Include="DemoModel\CTURobot.cs" />
    <Compile Include="DemoModel\GraphTraversal.cs" />
    <Compile Include="DemoModel\GraphTraversal_CTU.cs" />
    <Compile Include="DemoModel\Point.cs" />
    <Compile Include="DemoModel\Point_CTU.cs" />
    <Compile Include="DemoModel\TweenAnimationModel.cs" />
    <Compile Include="DemoModel\UpdateCTUData.cs" />
    <Compile Include="FrmShowBmp.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmShowBmp.Designer.cs">
      <DependentUpon>FrmShowBmp.cs</DependentUpon>
    </Compile>
    <Compile Include="Form9.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form9.Designer.cs">
      <DependentUpon>Form9.cs</DependentUpon>
    </Compile>
    <Compile Include="Form8.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form8.Designer.cs">
      <DependentUpon>Form8.cs</DependentUpon>
    </Compile>
    <Compile Include="Form7.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form7.Designer.cs">
      <DependentUpon>Form7.cs</DependentUpon>
    </Compile>
    <Compile Include="Form6.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form6.Designer.cs">
      <DependentUpon>Form6.cs</DependentUpon>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="FrmShowBmp.resx">
      <DependentUpon>FrmShowBmp.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Form9.resx">
      <DependentUpon>Form9.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Form8.resx">
      <DependentUpon>Form8.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Form7.resx">
      <DependentUpon>Form7.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Form6.resx">
      <DependentUpon>Form6.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>
    </Compile>
    <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" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Common\Common.csproj">
      <Project>{43cdd09e-fcf3-4960-a01d-3bbfe9933122}</Project>
      <Name>Common</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>