SystemMenuDemo.csproj
上传用户:dzysfj
上传日期:2021-09-14
资源大小:118k
文件大小:4k
源码类别:

菜单

开发平台:

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>{39C3F9E5-A774-47A9-B78E-C07B45B5F11C}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>SystemMenuDemo</RootNamespace>
  11.     <AssemblyName>SystemMenuDemo</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.Drawing" />
  35.     <Reference Include="System.Windows.Forms" />
  36.     <Reference Include="System.Xml" />
  37.     <Reference Include="SystemMenu, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  38.       <SpecificVersion>False</SpecificVersion>
  39.       <HintPath>..SystemMenubinDebugSystemMenu.dll</HintPath>
  40.     </Reference>
  41.   </ItemGroup>
  42.   <ItemGroup>
  43.     <Compile Include="AboutBox.cs">
  44.       <SubType>Form</SubType>
  45.     </Compile>
  46.     <Compile Include="AboutBox.Designer.cs">
  47.       <DependentUpon>AboutBox.cs</DependentUpon>
  48.     </Compile>
  49.     <Compile Include="FormSystemMenuDemo.cs">
  50.       <SubType>Form</SubType>
  51.     </Compile>
  52.     <Compile Include="FormSystemMenuDemo.Designer.cs">
  53.       <DependentUpon>FormSystemMenuDemo.cs</DependentUpon>
  54.     </Compile>
  55.     <Compile Include="Program.cs" />
  56.     <Compile Include="PropertiesAssemblyInfo.cs" />
  57.     <EmbeddedResource Include="AboutBox.resx">
  58.       <SubType>Designer</SubType>
  59.       <DependentUpon>AboutBox.cs</DependentUpon>
  60.     </EmbeddedResource>
  61.     <EmbeddedResource Include="FormSystemMenuDemo.resx">
  62.       <SubType>Designer</SubType>
  63.       <DependentUpon>FormSystemMenuDemo.cs</DependentUpon>
  64.     </EmbeddedResource>
  65.     <EmbeddedResource Include="PropertiesResources.resx">
  66.       <Generator>ResXFileCodeGenerator</Generator>
  67.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  68.       <SubType>Designer</SubType>
  69.     </EmbeddedResource>
  70.     <Compile Include="PropertiesResources.Designer.cs">
  71.       <AutoGen>True</AutoGen>
  72.       <DependentUpon>Resources.resx</DependentUpon>
  73.       <DesignTime>True</DesignTime>
  74.     </Compile>
  75.     <None Include="PropertiesSettings.settings">
  76.       <Generator>SettingsSingleFileGenerator</Generator>
  77.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  78.     </None>
  79.     <Compile Include="PropertiesSettings.Designer.cs">
  80.       <AutoGen>True</AutoGen>
  81.       <DependentUpon>Settings.settings</DependentUpon>
  82.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  83.     </Compile>
  84.   </ItemGroup>
  85.   <ItemGroup>
  86.     <None Include="ResourcesLogo.jpg" />
  87.   </ItemGroup>
  88.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  89.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  90.        Other similar extension points exist, see Microsoft.Common.targets.
  91.   <Target Name="BeforeBuild">
  92.   </Target>
  93.   <Target Name="AfterBuild">
  94.   </Target>
  95.   -->
  96. </Project>