QQFarm.csproj
上传用户:xhd1221
上传日期:2022-05-28
资源大小:186k
文件大小:5k
源码类别:

外挂编程

开发平台:

C/C++

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6.     <ProductVersion>9.0.21022</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{D537FAB1-D3E3-4D18-A54A-689176883D27}</ProjectGuid>
  9.     <OutputType>WinExe</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>QQWinFarm</RootNamespace>
  12.     <AssemblyName>QQWinFarm</AssemblyName>
  13.     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14.     <FileAlignment>512</FileAlignment>
  15.     <ApplicationIcon>nc.ico</ApplicationIcon>
  16.     <SignAssembly>false</SignAssembly>
  17.     <SignManifests>false</SignManifests>
  18.   </PropertyGroup>
  19.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20.     <DebugSymbols>true</DebugSymbols>
  21.     <DebugType>full</DebugType>
  22.     <Optimize>false</Optimize>
  23.     <OutputPath>binDebug</OutputPath>
  24.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  25.     <ErrorReport>prompt</ErrorReport>
  26.     <WarningLevel>4</WarningLevel>
  27.   </PropertyGroup>
  28.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29.     <DebugType>pdbonly</DebugType>
  30.     <Optimize>true</Optimize>
  31.     <OutputPath>binRelease</OutputPath>
  32.     <DefineConstants>TRACE</DefineConstants>
  33.     <ErrorReport>prompt</ErrorReport>
  34.     <WarningLevel>4</WarningLevel>
  35.   </PropertyGroup>
  36.   <ItemGroup>
  37.     <Reference Include="System" />
  38.     <Reference Include="System.Web" />
  39.     <Reference Include="System.Data" />
  40.     <Reference Include="System.Drawing" />
  41.     <Reference Include="System.Windows.Forms" />
  42.     <Reference Include="System.Xml" />
  43.   </ItemGroup>
  44.   <ItemGroup>
  45.     <Compile Include="FrmBog.cs">
  46.       <SubType>Form</SubType>
  47.     </Compile>
  48.     <Compile Include="FrmBog.Designer.cs">
  49.       <DependentUpon>FrmBog.cs</DependentUpon>
  50.     </Compile>
  51.     <Compile Include="NewsBog.cs" />
  52.     <Compile Include="Verify.cs" />
  53.     <Compile Include="FarmKey.cs" />
  54.     <Compile Include="FrmFarmLogin.cs">
  55.       <SubType>Form</SubType>
  56.     </Compile>
  57.     <Compile Include="FrmFarmLogin.Designer.cs">
  58.       <DependentUpon>FrmFarmLogin.cs</DependentUpon>
  59.     </Compile>
  60.     <Compile Include="FrmFarmMain.cs">
  61.       <SubType>Form</SubType>
  62.     </Compile>
  63.     <Compile Include="FrmFarmMain.Designer.cs">
  64.       <DependentUpon>FrmFarmMain.cs</DependentUpon>
  65.     </Compile>
  66.     <Compile Include="FrmFramVerify.cs">
  67.       <SubType>Form</SubType>
  68.     </Compile>
  69.     <Compile Include="FrmFramVerify.Designer.cs">
  70.       <DependentUpon>FrmFramVerify.cs</DependentUpon>
  71.     </Compile>
  72.     <Compile Include="HttpHelper.cs" />
  73.     <Compile Include="JsonObject.cs" />
  74.     <Compile Include="JsonObjectModel.cs" />
  75.     <Compile Include="Program.cs" />
  76.     <Compile Include="PropertiesAssemblyInfo.cs" />
  77.     <EmbeddedResource Include="FrmBog.resx">
  78.       <DependentUpon>FrmBog.cs</DependentUpon>
  79.       <SubType>Designer</SubType>
  80.     </EmbeddedResource>
  81.     <EmbeddedResource Include="FrmFarmLogin.resx">
  82.       <DependentUpon>FrmFarmLogin.cs</DependentUpon>
  83.     </EmbeddedResource>
  84.     <EmbeddedResource Include="FrmFarmMain.resx">
  85.       <DependentUpon>FrmFarmMain.cs</DependentUpon>
  86.       <SubType>Designer</SubType>
  87.     </EmbeddedResource>
  88.     <EmbeddedResource Include="FrmFramVerify.resx">
  89.       <DependentUpon>FrmFramVerify.cs</DependentUpon>
  90.       <SubType>Designer</SubType>
  91.     </EmbeddedResource>
  92.     <EmbeddedResource Include="PropertiesResources.resx">
  93.       <Generator>ResXFileCodeGenerator</Generator>
  94.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  95.       <SubType>Designer</SubType>
  96.     </EmbeddedResource>
  97.     <Compile Include="PropertiesResources.Designer.cs">
  98.       <AutoGen>True</AutoGen>
  99.       <DependentUpon>Resources.resx</DependentUpon>
  100.     </Compile>
  101.     <None Include="PropertiesSettings.settings">
  102.       <Generator>SettingsSingleFileGenerator</Generator>
  103.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  104.     </None>
  105.     <Compile Include="PropertiesSettings.Designer.cs">
  106.       <AutoGen>True</AutoGen>
  107.       <DependentUpon>Settings.settings</DependentUpon>
  108.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  109.     </Compile>
  110.     <Compile Include="Utils.cs" />
  111.   </ItemGroup>
  112.   <ItemGroup>
  113.     <Content Include="nc.ico" />
  114.   </ItemGroup>
  115.   <Import Project="$(MSBuildToolsPath)Microsoft.CSharp.targets" />
  116.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  117.        Other similar extension points exist, see Microsoft.Common.targets.
  118.   <Target Name="BeforeBuild">
  119.   </Target>
  120.   <Target Name="AfterBuild">
  121.   </Target>
  122.   -->
  123. </Project>