笔记本.csproj
上传用户:hueiseng
上传日期:2022-07-26
资源大小:156k
文件大小:5k
源码类别:

C#编程

开发平台:

Visual C++

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>8.0.50727</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{5AED60EA-F7EA-42EE-9905-A7E86AA49350}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>笔记本</RootNamespace>
  11.     <AssemblyName>笔记本</AssemblyName>
  12.   </PropertyGroup>
  13.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14.     <DebugSymbols>true</DebugSymbols>
  15.     <DebugType>full</DebugType>
  16.     <Optimize>false</Optimize>
  17.     <OutputPath>binDebug</OutputPath>
  18.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  19.     <ErrorReport>prompt</ErrorReport>
  20.     <WarningLevel>4</WarningLevel>
  21.   </PropertyGroup>
  22.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23.     <DebugType>pdbonly</DebugType>
  24.     <Optimize>true</Optimize>
  25.     <OutputPath>binRelease</OutputPath>
  26.     <DefineConstants>TRACE</DefineConstants>
  27.     <ErrorReport>prompt</ErrorReport>
  28.     <WarningLevel>4</WarningLevel>
  29.   </PropertyGroup>
  30.   <ItemGroup>
  31.     <Reference Include="System" />
  32.     <Reference Include="System.Data" />
  33.     <Reference Include="System.Deployment" />
  34.     <Reference Include="System.DirectoryServices" />
  35.     <Reference Include="System.Drawing" />
  36.     <Reference Include="System.Windows.Forms" />
  37.     <Reference Include="System.Xml" />
  38.   </ItemGroup>
  39.   <ItemGroup>
  40.     <Compile Include="Form1.cs">
  41.       <SubType>Form</SubType>
  42.     </Compile>
  43.     <Compile Include="Form1.Designer.cs">
  44.       <DependentUpon>Form1.cs</DependentUpon>
  45.     </Compile>
  46.     <Compile Include="HELP.cs">
  47.       <SubType>Form</SubType>
  48.     </Compile>
  49.     <Compile Include="HELP.Designer.cs">
  50.       <DependentUpon>HELP.cs</DependentUpon>
  51.     </Compile>
  52.     <Compile Include="Program.cs" />
  53.     <Compile Include="PropertiesAssemblyInfo.cs" />
  54.     <EmbeddedResource Include="Form1.resx">
  55.       <SubType>Designer</SubType>
  56.       <DependentUpon>Form1.cs</DependentUpon>
  57.     </EmbeddedResource>
  58.     <EmbeddedResource Include="HELP.resx">
  59.       <SubType>Designer</SubType>
  60.       <DependentUpon>HELP.cs</DependentUpon>
  61.     </EmbeddedResource>
  62.     <EmbeddedResource Include="PropertiesResources.resx">
  63.       <Generator>ResXFileCodeGenerator</Generator>
  64.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  65.       <SubType>Designer</SubType>
  66.     </EmbeddedResource>
  67.     <EmbeddedResource Include="主题.resx">
  68.       <SubType>Designer</SubType>
  69.       <DependentUpon>主题.cs</DependentUpon>
  70.     </EmbeddedResource>
  71.     <EmbeddedResource Include="替换.resx">
  72.       <SubType>Designer</SubType>
  73.       <DependentUpon>替换.cs</DependentUpon>
  74.     </EmbeddedResource>
  75.     <EmbeddedResource Include="查找和替换.resx">
  76.       <SubType>Designer</SubType>
  77.       <DependentUpon>查找和替换.cs</DependentUpon>
  78.     </EmbeddedResource>
  79.     <EmbeddedResource Include="转到.resx">
  80.       <SubType>Designer</SubType>
  81.       <DependentUpon>转到.cs</DependentUpon>
  82.     </EmbeddedResource>
  83.     <Compile Include="PropertiesResources.Designer.cs">
  84.       <AutoGen>True</AutoGen>
  85.       <DependentUpon>Resources.resx</DependentUpon>
  86.       <DesignTime>True</DesignTime>
  87.     </Compile>
  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.     <Compile Include="主题.cs">
  98.       <SubType>Form</SubType>
  99.     </Compile>
  100.     <Compile Include="主题.Designer.cs">
  101.       <DependentUpon>主题.cs</DependentUpon>
  102.     </Compile>
  103.     <Compile Include="替换.cs">
  104.       <SubType>Form</SubType>
  105.     </Compile>
  106.     <Compile Include="替换.Designer.cs">
  107.       <DependentUpon>替换.cs</DependentUpon>
  108.     </Compile>
  109.     <Compile Include="查找和替换.cs">
  110.       <SubType>Form</SubType>
  111.     </Compile>
  112.     <Compile Include="查找和替换.Designer.cs">
  113.       <DependentUpon>查找和替换.cs</DependentUpon>
  114.     </Compile>
  115.     <Compile Include="转到.cs">
  116.       <SubType>Form</SubType>
  117.     </Compile>
  118.     <Compile Include="转到.Designer.cs">
  119.       <DependentUpon>转到.cs</DependentUpon>
  120.     </Compile>
  121.   </ItemGroup>
  122.   <ItemGroup>
  123.     <None Include="ResourcesO9002-2_G0046_b001-GG88_COM.jpg" />
  124.   </ItemGroup>
  125.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  126.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  127.        Other similar extension points exist, see Microsoft.Common.targets.
  128.   <Target Name="BeforeBuild">
  129.   </Target>
  130.   <Target Name="AfterBuild">
  131.   </Target>
  132.   -->
  133. </Project>