AGVDispatch.csproj 7.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>{34ECBB00-927A-4E72-92E9-51861DDADF77}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <RootNamespace>AGVDispatch</RootNamespace>
    <AssemblyName>AGVDispatch</AssemblyName>
    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
    <Deterministic>true</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>
  </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>
    <ApplicationManifest>app.manifest</ApplicationManifest>
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationIcon>资源调度.ico</ApplicationIcon>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <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" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="FormMain.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FormMain.Designer.cs">
      <DependentUpon>FormMain.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmNode.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmNode.Designer.cs">
      <DependentUpon>FrmNode.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmOrder.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmOrder.Designer.cs">
      <DependentUpon>FrmOrder.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmRobot.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmRobot.Designer.cs">
      <DependentUpon>FrmRobot.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmRobotUI.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmRobotUI.Designer.cs">
      <DependentUpon>FrmRobotUI.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmSetting.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmSetting.Designer.cs">
      <DependentUpon>FrmSetting.cs</DependentUpon>
    </Compile>
    <Compile Include="FrmWelcom.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmWelcom.Designer.cs">
      <DependentUpon>FrmWelcom.cs</DependentUpon>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Content Include="记录.txt" />
    <EmbeddedResource Include="FormMain.resx">
      <DependentUpon>FormMain.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmNode.resx">
      <DependentUpon>FrmNode.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmOrder.resx">
      <DependentUpon>FrmOrder.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmRobot.resx">
      <DependentUpon>FrmRobot.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmRobotUI.resx">
      <DependentUpon>FrmRobotUI.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmSetting.resx">
      <DependentUpon>FrmSetting.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmWelcom.resx">
      <DependentUpon>FrmWelcom.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>
    <None Include="app.manifest" />
    <None Include="log4net.config">
      <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" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\_1.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\_2.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\_3.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\_4.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\_5.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\_6.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\_7.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\ok.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\logo.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\exit.png" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\AGVLib\AGVLib.csproj">
      <Project>{8bab0849-f3f5-4300-8145-8c01f8bc0aeb}</Project>
      <Name>AGVLib</Name>
    </ProjectReference>
    <ProjectReference Include="..\Common\Common.csproj">
      <Project>{58f6beae-1714-49ec-8148-3dbef54fe5fd}</Project>
      <Name>Common</Name>
    </ProjectReference>
    <ProjectReference Include="..\ConfigHelper\ConfigHelper\ConfigHelper.csproj">
      <Project>{290182db-d949-434e-9ff7-c59bde3f433a}</Project>
      <Name>ConfigHelper</Name>
    </ProjectReference>
    <ProjectReference Include="..\DeviceLib\DeviceLib.csproj">
      <Project>{aea3f32a-7541-4cd8-ad0e-eaa428f7aae1}</Project>
      <Name>DeviceLib</Name>
    </ProjectReference>
    <ProjectReference Include="..\UIControls\UIControl.csproj">
      <Project>{c0a741ab-f657-418b-881e-5e41085563c2}</Project>
      <Name>UIControl</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Content Include="资源调度.ico" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>