xlzHardwareInfo.csproj
上传用户:amenzjw
上传日期:2022-06-29
资源大小:13k
文件大小:6k
源码类别:

系统编程

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>9.0.30729</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{F80735EA-986A-4BCE-8E15-34195ED01176}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>xlzHardwareInfo</RootNamespace>
  11.     <AssemblyName>xlzHardwareInfo</AssemblyName>
  12.     <FileUpgradeFlags>
  13.     </FileUpgradeFlags>
  14.     <UpgradeBackupLocation>
  15.     </UpgradeBackupLocation>
  16.     <OldToolsVersion>2.0</OldToolsVersion>
  17.     <PublishUrl>http://localhost/GetHardwareInfo/</PublishUrl>
  18.     <Install>true</Install>
  19.     <InstallFrom>Web</InstallFrom>
  20.     <UpdateEnabled>true</UpdateEnabled>
  21.     <UpdateMode>Foreground</UpdateMode>
  22.     <UpdateInterval>7</UpdateInterval>
  23.     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24.     <UpdatePeriodically>false</UpdatePeriodically>
  25.     <UpdateRequired>false</UpdateRequired>
  26.     <MapFileExtensions>true</MapFileExtensions>
  27.     <ApplicationRevision>0</ApplicationRevision>
  28.     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29.     <IsWebBootstrapper>true</IsWebBootstrapper>
  30.     <UseApplicationTrust>false</UseApplicationTrust>
  31.     <BootstrapperEnabled>true</BootstrapperEnabled>
  32.     <ApplicationIcon>数据实体.ico</ApplicationIcon>
  33.     <SignAssembly>true</SignAssembly>
  34.     <AssemblyOriginatorKeyFile>my程序.pfx</AssemblyOriginatorKeyFile>
  35.     <DelaySign>false</DelaySign>
  36.     <SignManifests>true</SignManifests>
  37.   </PropertyGroup>
  38.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39.     <DebugSymbols>true</DebugSymbols>
  40.     <DebugType>full</DebugType>
  41.     <Optimize>false</Optimize>
  42.     <OutputPath>binDebug</OutputPath>
  43.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  44.     <ErrorReport>prompt</ErrorReport>
  45.     <WarningLevel>4</WarningLevel>
  46.   </PropertyGroup>
  47.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48.     <DebugType>pdbonly</DebugType>
  49.     <Optimize>true</Optimize>
  50.     <OutputPath>binRelease</OutputPath>
  51.     <DefineConstants>TRACE</DefineConstants>
  52.     <ErrorReport>prompt</ErrorReport>
  53.     <WarningLevel>4</WarningLevel>
  54.   </PropertyGroup>
  55.   <ItemGroup>
  56.     <Reference Include="System" />
  57.     <Reference Include="System.Data" />
  58.     <Reference Include="System.Deployment" />
  59.     <Reference Include="System.Drawing" />
  60.     <Reference Include="System.Management" />
  61.     <Reference Include="System.Windows.Forms" />
  62.     <Reference Include="System.Xml" />
  63.   </ItemGroup>
  64.   <ItemGroup>
  65.     <Compile Include="frmMain.cs">
  66.       <SubType>Form</SubType>
  67.     </Compile>
  68.     <Compile Include="frmMain.Designer.cs">
  69.       <DependentUpon>frmMain.cs</DependentUpon>
  70.     </Compile>
  71.     <Compile Include="Program.cs" />
  72.     <Compile Include="PropertiesAssemblyInfo.cs" />
  73.     <EmbeddedResource Include="frmMain.resx">
  74.       <SubType>Designer</SubType>
  75.       <DependentUpon>frmMain.cs</DependentUpon>
  76.     </EmbeddedResource>
  77.     <EmbeddedResource Include="PropertiesResources.resx">
  78.       <Generator>ResXFileCodeGenerator</Generator>
  79.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  80.       <SubType>Designer</SubType>
  81.     </EmbeddedResource>
  82.     <Compile Include="PropertiesResources.Designer.cs">
  83.       <AutoGen>True</AutoGen>
  84.       <DependentUpon>Resources.resx</DependentUpon>
  85.       <DesignTime>True</DesignTime>
  86.     </Compile>
  87.     <None Include="my程序.pfx" />
  88.     <None Include="PropertiesSettings.settings">
  89.       <Generator>SettingsSingleFileGenerator</Generator>
  90.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  91.     </None>
  92.     <Compile Include="PropertiesSettings.Designer.cs">
  93.       <AutoGen>True</AutoGen>
  94.       <DependentUpon>Settings.settings</DependentUpon>
  95.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  96.     </Compile>
  97.   </ItemGroup>
  98.   <ItemGroup>
  99.     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  100.       <Visible>False</Visible>
  101.       <ProductName>.NET Framework Client Profile</ProductName>
  102.       <Install>false</Install>
  103.     </BootstrapperPackage>
  104.     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  105.       <Visible>False</Visible>
  106.       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  107.       <Install>true</Install>
  108.     </BootstrapperPackage>
  109.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  110.       <Visible>False</Visible>
  111.       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  112.       <Install>false</Install>
  113.     </BootstrapperPackage>
  114.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  115.       <Visible>False</Visible>
  116.       <ProductName>.NET Framework 3.5</ProductName>
  117.       <Install>false</Install>
  118.     </BootstrapperPackage>
  119.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  120.       <Visible>False</Visible>
  121.       <ProductName>.NET Framework 3.5 SP1</ProductName>
  122.       <Install>false</Install>
  123.     </BootstrapperPackage>
  124.   </ItemGroup>
  125.   <ItemGroup>
  126.     <Content Include="数据实体.ico" />
  127.   </ItemGroup>
  128.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  129.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  130.        Other similar extension points exist, see Microsoft.Common.targets.
  131.   <Target Name="BeforeBuild">
  132.   </Target>
  133.   <Target Name="AfterBuild">
  134.   </Target>
  135.   -->
  136. </Project>