HHECS.csproj 12.6 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>{6D6D0392-AC69-412B-A274-35E951585896}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <RootNamespace>HHECS</RootNamespace>
    <AssemblyName>HHECS</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>
  <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="Interop.OPCAutomation, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <EmbedInteropTypes>True</EmbedInteropTypes>
      <HintPath>Content\Dll\Interop.OPCAutomation.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Data" />
    <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="App.xaml.cs">
      <DependentUpon>App.xaml</DependentUpon>
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="UserControl\NumericBox.cs" />
    <Compile Include="ViewModel\UserEditVM.cs" />
    <Compile Include="View\EquipmentInfo\WinEquipmentTypeAddOrEdit.xaml.cs">
      <DependentUpon>WinEquipmentTypeAddOrEdit.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\EquipmentInfo\WinEquipmentTypePropTemplateAddOrEdit.xaml.cs">
      <DependentUpon>WinEquipmentTypePropTemplateAddOrEdit.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\EquipmentInfo\WinEquipment.xaml.cs">
      <DependentUpon>WinEquipment.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\EquipmentInfo\WinEquipmentType.xaml.cs">
      <DependentUpon>WinEquipmentType.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\SystemInfo\WinConfig.xaml.cs">
      <DependentUpon>WinConfig.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\SystemInfo\WinConfigAddOrEdit.xaml.cs">
      <DependentUpon>WinConfigAddOrEdit.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\SystemInfo\WinDict.xaml.cs">
      <DependentUpon>WinDict.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\SystemInfo\WinDictAddOrEdit.xaml.cs">
      <DependentUpon>WinDictAddOrEdit.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\SystemInfo\WinDictDetialAddOrEdit.xaml.cs">
      <DependentUpon>WinDictDetialAddOrEdit.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Win\BaseWindow.cs" />
    <Compile Include="View\Win\MyWindow.cs" />
    <Compile Include="View\WinLogin.xaml.cs">
      <DependentUpon>WinLogin.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\WinMain.xaml.cs">
      <DependentUpon>WinMain.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\UserOperation\WinPermission.xaml.cs">
      <DependentUpon>WinPermission.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\UserOperation\WinRoleAddOrEdit.xaml.cs">
      <DependentUpon>WinRoleAddOrEdit.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\UserOperation\WinRole.xaml.cs">
      <DependentUpon>WinRole.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\UserOperation\WinUserAddOrEdit.xaml.cs">
      <DependentUpon>WinUserAddOrEdit.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\UserOperation\WinUser.xaml.cs">
      <DependentUpon>WinUser.xaml</DependentUpon>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Common\AppSession.cs" />
    <Compile Include="LED\LEDModel.cs" />
    <Compile Include="OPC\OPCHelp.cs" />
    <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>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <None Include="Content\FastReport\Barcode.frx" />
    <None Include="Content\FastReport\Barcode2.frx" />
    <None Include="Content\FastReport\Barcode3.frx" />
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="View\ContainerInfo\" />
    <Folder Include="View\TaskInfo\" />
  </ItemGroup>
  <ItemGroup>
    <Page Include="View\EquipmentInfo\WinEquipmentTypeAddOrEdit.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\EquipmentInfo\WinEquipmentTypePropTemplateAddOrEdit.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\EquipmentInfo\WinEquipment.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\EquipmentInfo\WinEquipmentType.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\SystemInfo\WinConfig.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\SystemInfo\WinConfigAddOrEdit.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\SystemInfo\WinDict.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\SystemInfo\WinDictAddOrEdit.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\SystemInfo\WinDictDetialAddOrEdit.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\WinLogin.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\WinMain.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\UserOperation\WinPermission.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\UserOperation\WinRoleAddOrEdit.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\UserOperation\WinRole.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\UserOperation\WinUserAddOrEdit.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\UserOperation\WinUser.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <Content Include="Content\Dll\Interop.OPCAutomation.dll" />
    <Content Include="Content\Dll\Led5kSDK.dll" />
    <Content Include="Content\FastReport\FastReport.Bars.dll" />
    <Content Include="Content\FastReport\FastReport.dll" />
    <Content Include="Content\FastReport\FastReport.Editor.dll" />
    <Content Include="Content\FastReport\FastReport.Install.dll" />
    <Content Include="Content\FastReport\FastReport.VSDesign.dll" />
    <Content Include="Content\FastReport\FastReport.Web.dll" />
    <Content Include="Content\FastReport\System.Windows.Forms.DataVisualization.dll" />
    <Resource Include="Content\Icon\关闭.png" />
    <Resource Include="Content\Icon\最大化.png" />
    <Resource Include="Content\Icon\最小化.png" />
    <Resource Include="Content\Image\Huaheng.png" />
    <Resource Include="Content\Image\huaheng2.png" />
    <Resource Include="Content\Icon\未识别.png" />
    <Resource Include="Content\Icon\按钮.png" />
    <Resource Include="Content\Icon\菜单.png" />
    <Resource Include="Content\Icon\目录.png" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\HHECS.Bll\HHECS.Bll.csproj">
      <Project>{b59f5bf2-7b97-44fb-b939-80e039783e56}</Project>
      <Name>HHECS.Bll</Name>
    </ProjectReference>
    <ProjectReference Include="..\HHECS.Model\HHECS.Model.csproj">
      <Project>{f6c083e0-8cf8-430e-8292-778882cb2d50}</Project>
      <Name>HHECS.Model</Name>
    </ProjectReference>
    <ProjectReference Include="..\LedTest\LedTest.csproj">
      <Project>{4bf42270-a419-46da-9e1f-6ae6eac0fb93}</Project>
      <Name>LedTest</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>