.csproj文件-结构释义

1..csproj文件是Visual Studio项目文件,它包含了项目的配置信息,用于描述项目的结构、编译选项、引用的程序集、文件列表等。下面是VS.csproj文件各部分的含义:

  • 1. Project:项目的根元素,包含项目的所有信息。
  • 2. PropertyGroup:定义项目的属性,如项目类型、目标框架、输出路径、程序集名称等。
  • 3. ItemGroup:定义项目中的文件、引用、资源等,可以包含多个元素。
  • 4. Compile:表示需要编译的源代码文件。
  • 5. Content:表示需要复制到输出目录的文件,如配置文件、图像、文本等。
  • 6. Reference:表示项目引用的程序集,可以是.NET Framework类库、第三方库、COM组件等。
  • 7. ProjectReference:表示项目引用的其他项目,可以是同一解决方案中的项目或外部项目。
  • 8. Import:表示导入其他项目文件或属性,如.NET Framework的属性文件、NuGet包的配置文件等。
  • 以上是VS.csproj文件的主要部分,不同类型的项目可能会有一些特殊的元素或属性。

2.csproj文件

<?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>{13B0CCE6-85E2-48AC-A269-100364C92859}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <RootNamespace>ZhongLai</RootNamespace>
    <AssemblyName>PVStove</AssemblyName>
    <TargetFrameworkVersion>v4.5.2</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>
    <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>
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
  </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>true</Prefer32Bit>
  </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>2</WarningLevel>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup>
    <StartupObject>
    </StartupObject>
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationIcon>201912240344.ico</ApplicationIcon>
  </PropertyGroup>
  <PropertyGroup>
    <NoWin32Manifest>true</NoWin32Manifest>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\x64\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DebugType>full</DebugType>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <LangVersion>7.3</LangVersion>
    <ErrorReport>prompt</ErrorReport>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    <OutputPath>bin\x64\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <Optimize>true</Optimize>
    <WarningLevel>2</WarningLevel>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x64</PlatformTarget>
    <LangVersion>7.3</LangVersion>
    <ErrorReport>prompt</ErrorReport>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="algorithm, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\thirdprty\algorithm.dll</HintPath>
    </Reference>
    <Reference Include="configg">
      <HintPath>..\..\..\pc common\Dll\configg.dll</HintPath>
    </Reference>
    <Reference Include="Connection, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\thirdprty\Connection.dll</HintPath>
    </Reference>
    <Reference Include="DynamicDataDisplay, Version=0.3.0.0, Culture=neutral, PublicKeyToken=5b7d744a7263923f, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\thirdprty\DynamicDataDisplay.dll</HintPath>
    </Reference>
    <Reference Include="System">
      <HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.dll</HintPath>
    </Reference>
    <Reference Include="System.Data" />
    <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
      <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
    </Reference>
    <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\thirdprty\System.Windows.Interactivity.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="UiHelp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\thirdprty\UiHelp.dll</HintPath>
    </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\PipeSensor.xaml.cs">
      <DependentUpon>PipeSensor.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\PipeState2.xaml.cs">
      <DependentUpon>PipeState2.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\PipeState1.xaml.cs">
      <DependentUpon>PipeState1.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Sponser2.xaml.cs">
      <DependentUpon>Sponser2.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TempMonitor.xaml.cs">
      <DependentUpon>TempMonitor.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TempMonitor5.xaml.cs">
      <DependentUpon>TempMonitor5.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TempMonitor6.xaml.cs">
      <DependentUpon>TempMonitor6.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TubeInLift.xaml.cs">
      <DependentUpon>TubeInLift.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Valve3.xaml.cs">
      <DependentUpon>Valve3.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\VALVE4.xaml.cs">
      <DependentUpon>VALVE4.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\LiftHand.xaml.cs">
      <DependentUpon>LiftHand.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\WareInLift.xaml.cs">
      <DependentUpon>WareInLift.xaml</DependentUpon>
    </Compile>
    <Compile Include="Loger.cs" />
    <Compile Include="Mode\ApplicationServices.cs" />
    <Compile Include="Mode\BeckhoffPLCData.cs" />
    <Compile Include="Mode\CommWithPC.cs" />
    <Compile Include="Mode\CommWithPCs.cs" />
    <Compile Include="Mode\JogTypeEventArgs.cs" />
    <Compile Include="Mode\PropertyChangedBase.cs" />
    <Compile Include="Mode\RuleHelp.cs" />
    <Compile Include="Mode\PLCData.cs" />
    <Compile Include="Mode\TaskResult.cs" />
    <Compile Include="Settings.cs" />
    <Compile Include="tools\OleDbHelper.cs" />
    <Compile Include="ViewMode\AboutVM.cs" />
    <Compile Include="ViewMode\abSetting.cs" />
    <Compile Include="ViewMode\AlarmSeting.cs">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Compile>
    <Compile Include="ViewMode\BootIdVM.cs" />
    <Compile Include="ViewMode\Event1VM.cs" />
    <Compile Include="ViewMode\Event2VM.cs" />
    <Compile Include="ViewMode\Event3_1VM.cs" />
    <Compile Include="ViewMode\Event3VM.cs" />
    <Compile Include="ViewMode\GPLPCVD.cs" />
    <Compile Include="ViewMode\GP1VM.cs" />
    <Compile Include="ViewMode\GPVMS.cs" />
    <Compile Include="ViewMode\GpAbstract.cs" />
    <Compile Include="ViewMode\iMotionBasic.cs" />
    <Compile Include="Mode\IOVM.cs" />
    <Compile Include="ViewMode\IRecipeToRow.cs" />
    <Compile Include="ViewMode\MainWinVM.cs" />
    <Compile Include="Sub\MitsubishPageData.cs" />
    <Compile Include="ViewMode\Motion1VM.cs" />
    <Compile Include="ViewMode\MotionAbstract.cs" />
    <Compile Include="ViewMode\MotionVMs.cs" />
    <Compile Include="ViewMode\PipeSets.cs" />
    <Compile Include="ViewMode\PipeSet.cs" />
    <Compile Include="ViewMode\ProcessCurrent.cs" />
    <Compile Include="ViewMode\Process4VM.cs" />
    <Compile Include="ViewMode\Process3VM.cs" />
    <Compile Include="ViewMode\Process2VM.cs" />
    <Compile Include="ViewMode\RecipeDetailVM.cs" />
    <Compile Include="ViewMode\Recipes.cs" />
    <Compile Include="ViewMode\RecipeStepVM.cs" />
    <Compile Include="ViewMode\RecipeVM.cs" />
    <Compile Include="ViewMode\RobotSetVM.cs" />
    <Compile Include="ViewMode\RobotState.cs" />
    <Compile Include="ViewMode\Setting4VM.cs" />
    <Compile Include="ViewMode\Setting5VM.cs" />
    <Compile Include="ViewMode\Setting7VM.cs" />
    <Compile Include="ViewMode\Setting8VM.cs" />
    <Compile Include="ViewMode\TempAbs.cs" />
    <Compile Include="ViewMode\Temp1.cs" />
    <Compile Include="ViewMode\TempVMs.cs" />
    <Compile Include="ViewMode\BoatDataList.cs" />
    <Compile Include="ViewMode\Trend1VM.cs" />
    <Compile Include="ViewMode\Trend4VM.cs" />
    <Compile Include="ViewMode\Trend6VM.cs" />
    <Compile Include="ViewMode\Trend3VM.cs" />
    <Compile Include="ViewMode\Trend7VM.cs" />
    <Compile Include="ViewMode\WinVM.cs" />
    <Compile Include="View\About.xaml.cs">
      <DependentUpon>About.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Event.xaml.cs">
      <DependentUpon>Event.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Event1.xaml.cs">
      <DependentUpon>Event1.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Event2.xaml.cs">
      <DependentUpon>Event2.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Event3.xaml.cs">
      <DependentUpon>Event3.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Event4.xaml.cs">
      <DependentUpon>Event4.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Recipe1.xaml.cs">
      <DependentUpon>Recipe1.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Recipes.xaml.cs">
      <DependentUpon>Recipes.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Robot8.xaml.cs">
      <DependentUpon>Robot8.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Robot7.xaml.cs">
      <DependentUpon>Robot7.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Robot6.xaml.cs">
      <DependentUpon>Robot6.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Robot5.xaml.cs">
      <DependentUpon>Robot5.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Robot4.xaml.cs">
      <DependentUpon>Robot4.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Robot3.xaml.cs">
      <DependentUpon>Robot3.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Robot2.xaml.cs">
      <DependentUpon>Robot2.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Robot1.xaml.cs">
      <DependentUpon>Robot1.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Robots.xaml.cs">
      <DependentUpon>Robots.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Process4.xaml.cs">
      <DependentUpon>Process4.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Setting8.xaml.cs">
      <DependentUpon>Setting8.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Temperatures.xaml.cs">
      <DependentUpon>Temperatures.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\GP.xaml.cs">
      <DependentUpon>GP.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\GP1.xaml.cs">
      <DependentUpon>GP1.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\MainWindow.xaml.cs">
      <DependentUpon>MainWindow.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\MotionParts.xaml.cs">
      <DependentUpon>MotionParts.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\MotionPart1.xaml.cs">
      <DependentUpon>MotionPart1.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Process.xaml.cs">
      <DependentUpon>Process.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Process2.xaml.cs">
      <DependentUpon>Process2.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\RecipeSet.xaml.cs">
      <DependentUpon>RecipeSet.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Setting.xaml.cs">
      <DependentUpon>Setting.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Setting4.xaml.cs">
      <DependentUpon>Setting4.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Setting5.xaml.cs">
      <DependentUpon>Setting5.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Setting7.xaml.cs">
      <DependentUpon>Setting7.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Temperature.xaml.cs">
      <DependentUpon>Temperature.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Trend.xaml.cs">
      <DependentUpon>Trend.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Process3.xaml.cs">
      <DependentUpon>Process3.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Trend1.xaml.cs">
      <DependentUpon>Trend1.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Trend4.xaml.cs">
      <DependentUpon>Trend4.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Trend5.xaml.cs">
      <DependentUpon>Trend5.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Trend3.xaml.cs">
      <DependentUpon>Trend3.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Trend6.xaml.cs">
      <DependentUpon>Trend6.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Trend7.xaml.cs">
      <DependentUpon>Trend7.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Trend8.xaml.cs">
      <DependentUpon>Trend8.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\Window1.xaml.cs">
      <DependentUpon>Window1.xaml</DependentUpon>
    </Compile>
    <Compile Include="Win\DialogHelper.cs" />
    <Compile Include="Win\iInputWin.cs" />
    <Compile Include="Win\Input4Window.xaml.cs">
      <DependentUpon>Input4Window.xaml</DependentUpon>
    </Compile>
    <Compile Include="Win\InputWindow.xaml.cs">
      <DependentUpon>InputWindow.xaml</DependentUpon>
    </Compile>
    <Compile Include="Win\InputWindowComb.xaml.cs">
      <DependentUpon>InputWindowComb.xaml</DependentUpon>
    </Compile>
    <Compile Include="Win\InputWindowString.xaml.cs">
      <DependentUpon>InputWindowString.xaml</DependentUpon>
    </Compile>
    <Compile Include="Win\LeackDetect.xaml.cs">
      <DependentUpon>LeackDetect.xaml</DependentUpon>
    </Compile>
    <Compile Include="Win\PassWordWindow.xaml.cs">
      <DependentUpon>PassWordWindow.xaml</DependentUpon>
    </Compile>
    <Page Include="Controls\AldValve.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Chamber.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Chamber2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Curve.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Dest.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Lifter.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Loader.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\logo.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\MFC1.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\MFC_MFM.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\MFM.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\ModeChange.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Pipe1.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Pipe2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\PipeSensor.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\PipeState2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\PipeState1.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\PipeState.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\PressT.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Pump.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\RectBlock.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\RegulatingValve.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Songyu.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Source.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Source1.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Sponser.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Sponser2.xaml">
      <SubType>Designer</SubType>
      <Generator>XamlIntelliSenseFileGenerator</Generator>
    </Page>
    <Page Include="Controls\Sponser3.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\state.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\state3v.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\TempControl1.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\TempMonitor.xaml">
      <SubType>Designer</SubType>
      <Generator>XamlIntelliSenseFileGenerator</Generator>
    </Page>
    <Page Include="Controls\TempMonitor2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\TempMonitor3.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\TempMonitor4.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\TempMonitor5.xaml">
      <SubType>Designer</SubType>
      <Generator>XamlIntelliSenseFileGenerator</Generator>
    </Page>
    <Page Include="Controls\TempMonitor6.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\TubeInLift.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\Valve1.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Valve1h.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Valve1_1.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Valve3.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\Valve2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\VALVE4.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\LiftHand.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\WareInLift.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Dict\Dictionary1w.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Dict\StringResource.en-US.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Dict\StringResource.zh-CN.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Compile Include="App.xaml.cs">
      <DependentUpon>App.xaml</DependentUpon>
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Controls\AldValve.xaml.cs">
      <DependentUpon>AldValve.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Chamber.xaml.cs">
      <DependentUpon>Chamber.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Chamber2.xaml.cs">
      <DependentUpon>Chamber2.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Curve.xaml.cs">
      <DependentUpon>Curve.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Dest.xaml.cs">
      <DependentUpon>Dest.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Lifter.xaml.cs">
      <DependentUpon>Lifter.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Loader.xaml.cs">
      <DependentUpon>Loader.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\logo.xaml.cs">
      <DependentUpon>logo.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\MFC1.xaml.cs">
      <DependentUpon>MFC1.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\MFC_MFM.xaml.cs">
      <DependentUpon>MFC_MFM.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\MFM.xaml.cs">
      <DependentUpon>MFM.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\ModeChange.xaml.cs">
      <DependentUpon>ModeChange.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Pipe1.xaml.cs">
      <DependentUpon>Pipe1.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Pipe2.xaml.cs">
      <DependentUpon>Pipe2.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\PipeState.xaml.cs">
      <DependentUpon>PipeState.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\PressT.xaml.cs">
      <DependentUpon>PressT.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Pump.xaml.cs">
      <DependentUpon>Pump.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\RectBlock.xaml.cs">
      <DependentUpon>RectBlock.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\RegulatingValve.xaml.cs">
      <DependentUpon>RegulatingValve.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Songyu.xaml.cs">
      <DependentUpon>Songyu.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Source.xaml.cs">
      <DependentUpon>Source.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Source1.xaml.cs">
      <DependentUpon>Source1.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Sponser.xaml.cs">
      <DependentUpon>Sponser.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Sponser3.xaml.cs">
      <DependentUpon>Sponser3.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\state.xaml.cs">
      <DependentUpon>state.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\state3v.xaml.cs">
      <DependentUpon>state3v.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TempControl1.xaml.cs">
      <DependentUpon>TempControl1.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TempMonitor2.xaml.cs">
      <DependentUpon>TempMonitor2.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TempMonitor3.xaml.cs">
      <DependentUpon>TempMonitor3.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TempMonitor4.xaml.cs">
      <DependentUpon>TempMonitor4.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Validation.cs" />
    <Compile Include="Controls\Valve1.xaml.cs">
      <DependentUpon>Valve1.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Valve1h.xaml.cs">
      <DependentUpon>Valve1h.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Valve1_1.xaml.cs">
      <DependentUpon>Valve1_1.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\Valve2.xaml.cs">
      <DependentUpon>Valve2.xaml</DependentUpon>
    </Compile>
    <Page Include="View\About.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Event.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Event1.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Event2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Event3.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Event4.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Recipe1.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Recipes.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Robot8.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Robot7.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Robot6.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Robot5.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Robot4.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Robot3.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Robot2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Robot1.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Robots.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Process4.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Setting8.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\Temperatures.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\GP.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\GP1.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\MainWindow.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\MotionParts.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\MotionPart1.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Process.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Process2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\RecipeSet.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Setting.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Setting4.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Setting5.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Setting7.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Temperature.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Trend.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Process3.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Trend1.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Trend4.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Trend5.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Trend3.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Trend6.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Trend7.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Trend8.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\Window1.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Win\Input4Window.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Win\InputWindow.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Win\InputWindowComb.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Win\InputWindowString.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Win\LeackDetect.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Win\PassWordWindow.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </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>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <None Include="AlarmSetting.CSV">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="BoatData.csv">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="BootId.CSV">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="EventSpecific1.CSV">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="MachineSetting.CSV">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="RecipeDetail.CSV">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="Recipes.CSV">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="RobotSetting.CSV">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="tbSetting.CSV">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="Temperature0.CSV">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="Temperature1.CSV">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="Temperature2.CSV">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="Temperature3.CSV">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <Resource Include="fonts\SEGMDL2.TTF" />
    <Resource Include="fonts\segoeui.ttf" />
    <Resource Include="fonts\segoeuib.ttf" />
    <Resource Include="fonts\segoeuil.ttf" />
    <Resource Include="fonts\segoeuisl.ttf" />
    <Resource Include="fonts\seguisb.ttf" />
    <Resource Include="fonts\seguisym.ttf" />
    <None Include="RamRecipeStep.CSV">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="fonts\Segoe_EULA.txt" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="StandardModbusApi.dll">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Resource Include="Resource\VacuumPump1.png" />
    <Resource Include="Resource\201912240331.ico" />
    <Resource Include="Resource\201912240344.ico" />
    <Resource Include="Resource\201912240359.ico" />
    <Resource Include="Resource\2019122404.ico" />
    <Resource Include="Resource\Active.png" />
    <Resource Include="Resource\alarm.png" />
    <Resource Include="Resource\alarm1.png" />
    <Resource Include="Resource\alarm2.png" />
    <Resource Include="Resource\alarm3.png" />
    <Resource Include="Resource\auto.png" />
    <Resource Include="Resource\baocun.png" />
    <Resource Include="Resource\cancel.png" />
    <Resource Include="Resource\chouqi.png" />
    <Resource Include="Resource\chufa.png" />
    <Resource Include="Resource\chuku.png" />
    <Resource Include="Resource\clear.png" />
    <Resource Include="Resource\continue.png" />
    <Resource Include="Resource\copy.png" />
    <Resource Include="Resource\curve.png" />
    <Resource Include="Resource\dakai.png" />
    <Resource Include="Resource\daohang.png" />
    <Resource Include="Resource\denglu.png" />
    <Resource Include="Resource\denied.png" />
    <Resource Include="Resource\famen.png" />
    <Resource Include="Resource\folder.png" />
    <Resource Include="Resource\guanbi.png" />
    <Resource Include="Resource\hand.png" />
    <Resource Include="Resource\in.png" />
    <Resource Include="Resource\Ion.png" />
    <Resource Include="Resource\jinfeng.png" />
    <Resource Include="Resource\kaiguan.png" />
    <Resource Include="201912240331.ico" />
    <Resource Include="201912240344.ico" />
    <Content Include="configg.dll">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="MaintainExe.exe" />
    <Content Include="ModbusTcpAPI.dll">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Resource\Keybd.exe" />
    <Resource Include="Resource\lixian.png" />
    <Resource Include="Resource\lixian1.png" />
    <Resource Include="Resource\load.png" />
    <Resource Include="Resource\logo.jpg" />
    <Resource Include="Resource\men.png" />
    <Resource Include="Resource\OK.png" />
    <Resource Include="Resource\open.png" />
    <Resource Include="Resource\out.png" />
    <Resource Include="Resource\paixu.png" />
    <Resource Include="Resource\pause.png" />
    <Resource Include="Resource\penshui.png" />
    <Resource Include="Resource\permission.png" />
    <Resource Include="Resource\PiLiang.png" />
    <Resource Include="Resource\Position.png" />
    <Resource Include="Resource\pulse.png" />
    <Resource Include="Resource\put.png" />
    <Resource Include="Resource\recipe.png" />
    <Resource Include="Resource\Retract.png" />
    <Resource Include="Resource\Road.png" />
    <Resource Include="Resource\ruku.png" />
    <Resource Include="Resource\Select.png" />
    <Resource Include="Resource\service.png" />
    <Resource Include="Resource\shalou.png" />
    <Resource Include="Resource\shanchudelete30.png" />
    <Resource Include="Resource\shang.png" />
    <Resource Include="Resource\shangchuan.png" />
    <Resource Include="Resource\sheshi.png" />
    <Resource Include="Resource\Snow.png" />
    <Resource Include="Resource\Snow1.png" />
    <Resource Include="Resource\Snow2.png" />
    <Resource Include="Resource\start.png" />
    <Resource Include="Resource\state.png" />
    <Resource Include="Resource\stop.png" />
    <Resource Include="Resource\stop2.png" />
    <SplashScreen Include="Resource\logo.png" />
    <Content Include="Resource\TwinCAT.Ads.dll" />
    <Resource Include="Resource\TwinCAT.Ads.xml" />
    <Resource Include="Resource\VacuumPump.png" />
    <Resource Include="Resource\Wash.png" />
    <Resource Include="Resource\wenhao.png" />
    <Resource Include="Resource\wenjian.png" />
    <Resource Include="Resource\wrang.png" />
    <Resource Include="Resource\wrang2.png" />
    <Resource Include="Resource\wrang3.png" />
    <Resource Include="Resource\xiazai.png" />
    <Resource Include="Resource\xinjian.png" />
    <Resource Include="Resource\yingguo.png" />
    <Resource Include="Resource\zaixian.png" />
    <Resource Include="Resource\zaixian1.png" />
    <Resource Include="Resource\zhong.png" />
    <Resource Include="Resource\zhongguo.png" />
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
      <Visible>False</Visible>
      <ProductName>Microsoft .NET Framework 4.5.2 %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>
  <ItemGroup>
    <WCFMetadata Include="Connected Services\" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\AldDAL\AldDAL.csproj">
      <Project>{26f24cb8-5a50-43f0-b448-d7bfa5740341}</Project>
      <Name>AldDAL</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup />
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值