HHWCSHost.csproj 16.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>{1A3817B0-8A5A-4441-AC60-1FE8545311FC}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <RootNamespace>HHWCSHost</RootNamespace>
    <AssemblyName>HHWCSHost</AssemblyName>
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <WarningLevel>4</WarningLevel>
    <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>
  <PropertyGroup>
    <ApplicationIcon>Content\image\favicon.ico</ApplicationIcon>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="FastReport, Version=1.6.17.0, Culture=neutral, PublicKeyToken=9e2f11070db1b41c, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>Content\FastReport\FastReport.dll</HintPath>
    </Reference>
    <Reference Include="FastReport.Bars, Version=1.6.17.0, Culture=neutral, PublicKeyToken=9e2f11070db1b41c, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>Content\FastReport\FastReport.Bars.dll</HintPath>
    </Reference>
    <Reference Include="FastReport.Editor, Version=1.6.17.0, Culture=neutral, PublicKeyToken=9e2f11070db1b41c, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>Content\FastReport\FastReport.Editor.dll</HintPath>
    </Reference>
    <Reference Include="FastReport.Install, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9e2f11070db1b41c, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>Content\FastReport\FastReport.Install.dll</HintPath>
    </Reference>
    <Reference Include="FastReport.VSDesign, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9e2f11070db1b41c, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>Content\FastReport\FastReport.VSDesign.dll</HintPath>
    </Reference>
    <Reference Include="FastReport.Web, Version=1.6.17.0, Culture=neutral, PublicKeyToken=9e2f11070db1b41c, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>Content\FastReport\FastReport.Web.dll</HintPath>
    </Reference>
    <Reference Include="MySql.Data, Version=8.0.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" />
    <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
      <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Web.Extensions" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Windows.Forms.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>Content\FastReport\System.Windows.Forms.DataVisualization.dll</HintPath>
    </Reference>
    <Reference Include="System.Xml" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="System.Net.Http" />
    <Reference Include="System.Xaml">
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
    </Reference>
    <Reference Include="WindowsBase" />
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
  </ItemGroup>
  <ItemGroup>
    <ApplicationDefinition Include="App.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </ApplicationDefinition>
    <Compile Include="Controls\DP.xaml.cs">
      <DependentUpon>DP.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Frm_LocationInput.xaml.cs">
      <DependentUpon>Frm_LocationInput.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\LogInfo.xaml.cs">
      <DependentUpon>LogInfo.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\StationH.xaml.cs">
      <DependentUpon>StationH.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\StationInfo.xaml.cs">
      <DependentUpon>StationInfo.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\StationV.xaml.cs">
      <DependentUpon>StationV.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\StockerInfo.xaml.cs">
      <DependentUpon>StockerInfo.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\StockerMonitor.xaml.cs">
      <DependentUpon>StockerMonitor.xaml</DependentUpon>
    </Compile>
    <Compile Include="Model\LEDModel.cs" />
    <Compile Include="View\Device\Frm_DeviceInfo.xaml.cs">
      <DependentUpon>Frm_DeviceInfo.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Device\Frm_DeviceType.xaml.cs">
      <DependentUpon>Frm_DeviceType.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Location\Frm_Location.xaml.cs">
      <DependentUpon>Frm_Location.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Frm_Login.xaml.cs">
      <DependentUpon>Frm_Login.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Frm_Main.xaml.cs">
      <DependentUpon>Frm_Main.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Device\Frm_OPCTest.xaml.cs">
      <DependentUpon>Frm_OPCTest.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Location\Frm_LocationStatusChange.xaml.cs">
      <DependentUpon>Frm_LocationStatusChange.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Pallet\Frm_Pallet.xaml.cs">
      <DependentUpon>Frm_Pallet.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Pallet\Frm_PalletAdd.xaml.cs">
      <DependentUpon>Frm_PalletAdd.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Task\Frm_TaskInfo.xaml.cs">
      <DependentUpon>Frm_TaskInfo.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Task\Frm_TaskAdd.xaml.cs">
      <DependentUpon>Frm_TaskAdd.xaml</DependentUpon>
    </Compile>
    <Page Include="Controls\DP.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\Frm_LocationInput.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\LogInfo.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\StationH.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\StationInfo.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\StationV.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\StockerInfo.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\StockerMonitor.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Compile Include="App.xaml.cs">
      <DependentUpon>App.xaml</DependentUpon>
      <SubType>Code</SubType>
    </Compile>
    <Page Include="Simple Styles.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Device\Frm_DeviceInfo.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\Device\Frm_DeviceType.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\Location\Frm_Location.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\Frm_Login.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\Frm_Main.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\Device\Frm_OPCTest.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\Location\Frm_LocationStatusChange.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\Pallet\Frm_Pallet.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\Pallet\Frm_PalletAdd.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\Task\Frm_TaskInfo.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\Task\Frm_TaskAdd.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <Content Include="Content\FastReport\FastReport.Bars.dll">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Content\FastReport\FastReport.dll">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Content\FastReport\FastReport.Editor.dll">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Content\FastReport\FastReport.Install.dll">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Content\FastReport\FastReport.VSDesign.dll">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Content\FastReport\FastReport.Web.dll">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Content\FastReport\System.Windows.Forms.DataVisualization.dll">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Resource Include="Content\image\Huaheng.png" />
    <Resource Include="Content\image\huaheng2.png" />
    <Resource Include="Content\image\favicon.ico" />
    <Content Include="Led5kSDK.dll">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Resource Include="Content\image\箭头.png" />
    <Resource Include="Content\Device\pBSTA_V.Image.jpg">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Resource>
    <Resource Include="Content\Device\pBup.Image.png">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Resource>
    <Resource Include="Content\Device\pBdown.Image.png">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Resource>
    <Resource Include="Content\Device\pBleft.Image.png">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Resource>
    <Resource Include="Content\Device\pBright.Image.png">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Resource>
    <Resource Include="Content\Device\pBSTA_H.Image.jpg">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Resource>
    <Resource Include="Content\Device\pBTP1_H.Image.jpg">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Resource>
    <Resource Include="Content\Device\pBTP1_V.Image.jpg">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Resource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <Content Include="Content\data.txt" />
    <None Include="Content\FastReport\Barcode.frx">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <None Include="Content\FastReport\Barcode2.frx">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <None Include="Content\FastReport\Barcode3.frx">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <None Include="packages.config" />
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config">
      <SubType>Designer</SubType>
    </None>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\HHWCS.Dao\HHWCS.Bll.csproj">
      <Project>{a22097f7-9a98-451a-bd61-fe993dcd43e4}</Project>
      <Name>HHWCS.Bll</Name>
    </ProjectReference>
    <ProjectReference Include="..\HHWCS.Model\HHWCS.Model.csproj">
      <Project>{8975b999-0a4e-48da-96d2-b94b87ab8f58}</Project>
      <Name>HHWCS.Model</Name>
    </ProjectReference>
    <ProjectReference Include="..\HR.Themes.Fischer.WPF\HR.Themes.Fischer.WPF.csproj">
      <Project>{d8166ad7-25dd-4953-84dd-347cb0321582}</Project>
      <Name>HR.Themes.Fischer.WPF</Name>
    </ProjectReference>
    <ProjectReference Include="..\LedTest\LedTest.csproj">
      <Project>{4bf42270-a419-46da-9e1f-6ae6eac0fb93}</Project>
      <Name>LedTest</Name>
    </ProjectReference>
    <ProjectReference Include="..\OPCHelper\OPCHelper.csproj">
      <Project>{13FDE833-5E8D-446C-BD5E-D673D4FE62BC}</Project>
      <Name>OPCHelper</Name>
    </ProjectReference>
    <ProjectReference Include="..\SystemLogHelper\SystemLogHelper.csproj">
      <Project>{5540C1D0-9A58-4AE3-A7D2-09867E10D988}</Project>
      <Name>SystemLogHelper</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Content\LED\" />
    <Folder Include="Content\Theme\" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="SysData.txt">
      <Generator>MSBuild:Compile</Generator>
    </Resource>
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Content\image\取货架.png" />
    <Resource Include="Content\image\我的货架.png" />
    <Resource Include="Content\image\送货架.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Content\image\Cnn.ico" />
    <Resource Include="Content\image\CnNet.gif" />
    <Resource Include="Content\image\DisCnn.ico" />
    <Resource Include="Content\image\ECS.ico" />
    <Resource Include="Content\image\Exit.gif" />
    <Resource Include="Content\image\HS.bmp" />
    <Resource Include="Content\image\HS_2.bmp" />
    <Resource Include="Content\image\HS_3.bmp" />
    <Resource Include="Content\image\HS_4.bmp" />
    <Resource Include="Content\image\Layer.JPG" />
    <Resource Include="Content\image\LED.ico" />
    <Resource Include="Content\image\List.JPG" />
    <Resource Include="Content\image\LoginCap.jpg" />
    <Resource Include="Content\image\Ma.bmp" />
    <Resource Include="Content\image\Ma2.bmp" />
    <Resource Include="Content\image\Ma3.bmp" />
    <Resource Include="Content\image\NET.ico" />
    <Resource Include="Content\image\Setting.ico" />
    <Resource Include="Content\image\TaskSrh.ico" />
    <Resource Include="Content\image\Tractor.ico" />
    <Resource Include="Content\image\红.ico" />
    <Resource Include="Content\image\绿.ico" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>