WinLVQQ.csproj
上传用户:jiupin
上传日期:2022-04-21
资源大小:1525k
文件大小:4k
源码类别:

ListView/ListBox

开发平台:

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>{5AE35FBF-AC16-4819-8846-381D90F5B0E0}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>WinListViewQQ</RootNamespace>
  11.     <AssemblyName>WinListViewQQ</AssemblyName>
  12.     <ApplicationIcon>
  13.     </ApplicationIcon>
  14.     <Win32Resource>
  15.     </Win32Resource>
  16.     <StartupObject>WinListViewQQ.Program</StartupObject>
  17.   </PropertyGroup>
  18.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19.     <DebugSymbols>true</DebugSymbols>
  20.     <DebugType>full</DebugType>
  21.     <Optimize>false</Optimize>
  22.     <OutputPath>binDebug</OutputPath>
  23.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  24.     <ErrorReport>prompt</ErrorReport>
  25.     <WarningLevel>4</WarningLevel>
  26.   </PropertyGroup>
  27.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28.     <DebugType>pdbonly</DebugType>
  29.     <Optimize>true</Optimize>
  30.     <OutputPath>binRelease</OutputPath>
  31.     <DefineConstants>TRACE</DefineConstants>
  32.     <ErrorReport>prompt</ErrorReport>
  33.     <WarningLevel>4</WarningLevel>
  34.   </PropertyGroup>
  35.   <ItemGroup>
  36.     <Reference Include="System" />
  37.     <Reference Include="System.Data" />
  38.     <Reference Include="System.Deployment" />
  39.     <Reference Include="System.Design" />
  40.     <Reference Include="System.Drawing" />
  41.     <Reference Include="System.Windows.Forms" />
  42.     <Reference Include="System.Xml" />
  43.   </ItemGroup>
  44.   <ItemGroup>
  45.     <Compile Include="clsXMl.cs" />
  46.     <Compile Include="frmAddItem.cs">
  47.       <SubType>Form</SubType>
  48.     </Compile>
  49.     <Compile Include="frmAddItem.Designer.cs">
  50.       <DependentUpon>frmAddItem.cs</DependentUpon>
  51.     </Compile>
  52.     <Compile Include="frmMain.cs">
  53.       <SubType>Form</SubType>
  54.     </Compile>
  55.     <Compile Include="frmMain.Designer.cs">
  56.       <DependentUpon>frmMain.cs</DependentUpon>
  57.     </Compile>
  58.     <Compile Include="Program.cs" />
  59.     <EmbeddedResource Include="frmAddItem.resx">
  60.       <SubType>Designer</SubType>
  61.       <DependentUpon>frmAddItem.cs</DependentUpon>
  62.     </EmbeddedResource>
  63.     <EmbeddedResource Include="frmMain.resx">
  64.       <SubType>Designer</SubType>
  65.       <DependentUpon>frmMain.cs</DependentUpon>
  66.     </EmbeddedResource>
  67.     <EmbeddedResource Include="PropertiesResources.resx">
  68.       <Generator>ResXFileCodeGenerator</Generator>
  69.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  70.       <SubType>Designer</SubType>
  71.     </EmbeddedResource>
  72.     <Compile Include="PropertiesResources.Designer.cs">
  73.       <AutoGen>True</AutoGen>
  74.       <DependentUpon>Resources.resx</DependentUpon>
  75.       <DesignTime>True</DesignTime>
  76.     </Compile>
  77.     <None Include="PropertiesSettings.settings">
  78.       <Generator>SettingsSingleFileGenerator</Generator>
  79.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  80.     </None>
  81.     <Compile Include="PropertiesSettings.Designer.cs">
  82.       <AutoGen>True</AutoGen>
  83.       <DependentUpon>Settings.settings</DependentUpon>
  84.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  85.     </Compile>
  86.   </ItemGroup>
  87.   <ItemGroup>
  88.     <Content Include="objDebugimagesbmp.bmp" />
  89.     <Content Include="objDebugimagesico.ico" />
  90.   </ItemGroup>
  91.   <ItemGroup>
  92.     <Folder Include="binDebug" />
  93.     <Folder Include="Resources" />
  94.   </ItemGroup>
  95.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  96.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  97.        Other similar extension points exist, see Microsoft.Common.targets.
  98.   <Target Name="BeforeBuild">
  99.   </Target>
  100.   <Target Name="AfterBuild">
  101.   </Target>
  102.   -->
  103. </Project>