wlcs.csproj
上传用户:zpsczj
上传日期:2022-02-13
资源大小:4436k
文件大小:4k
源码类别:

网络截获/分析

开发平台:

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>{4291239D-66C2-4E83-8A45-8A58003DA40F}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>wlcs</RootNamespace>
  11.     <AssemblyName>wlcs</AssemblyName>
  12.     <ManifestCertificateThumbprint>02A0C89A48D903A3789BC18D2AB60760CBDE22D4</ManifestCertificateThumbprint>
  13.     <ManifestKeyFile>wlcs_TemporaryKey.pfx</ManifestKeyFile>
  14.     <GenerateManifests>true</GenerateManifests>
  15.     <SignManifests>true</SignManifests>
  16.     <IsWebBootstrapper>false</IsWebBootstrapper>
  17.     <PublishUrl>C:Documents and Settingszhaoyan桌面wlwlwlcs</PublishUrl>
  18.     <Install>true</Install>
  19.     <InstallFrom>Disk</InstallFrom>
  20.     <UpdateEnabled>false</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.     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28.     <BootstrapperEnabled>true</BootstrapperEnabled>
  29.   </PropertyGroup>
  30.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31.     <DebugSymbols>true</DebugSymbols>
  32.     <DebugType>full</DebugType>
  33.     <Optimize>false</Optimize>
  34.     <OutputPath>binDebug</OutputPath>
  35.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  36.     <ErrorReport>prompt</ErrorReport>
  37.     <WarningLevel>4</WarningLevel>
  38.   </PropertyGroup>
  39.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40.     <DebugType>pdbonly</DebugType>
  41.     <Optimize>true</Optimize>
  42.     <OutputPath>binRelease</OutputPath>
  43.     <DefineConstants>TRACE</DefineConstants>
  44.     <ErrorReport>prompt</ErrorReport>
  45.     <WarningLevel>4</WarningLevel>
  46.   </PropertyGroup>
  47.   <ItemGroup>
  48.     <Reference Include="System" />
  49.     <Reference Include="System.Data" />
  50.     <Reference Include="System.Deployment" />
  51.     <Reference Include="System.Drawing" />
  52.     <Reference Include="System.Web" />
  53.     <Reference Include="System.Windows.Forms" />
  54.     <Reference Include="System.Xml" />
  55.   </ItemGroup>
  56.   <ItemGroup>
  57.     <Compile Include="Class2.cs" />
  58.     <Compile Include="Form1.cs">
  59.       <SubType>Form</SubType>
  60.     </Compile>
  61.     <Compile Include="Form1.Designer.cs">
  62.       <DependentUpon>Form1.cs</DependentUpon>
  63.     </Compile>
  64.     <Compile Include="Program.cs" />
  65.     <Compile Include="PropertiesAssemblyInfo.cs" />
  66.     <EmbeddedResource Include="Form1.resx">
  67.       <SubType>Designer</SubType>
  68.       <DependentUpon>Form1.cs</DependentUpon>
  69.     </EmbeddedResource>
  70.     <EmbeddedResource Include="PropertiesResources.resx">
  71.       <Generator>ResXFileCodeGenerator</Generator>
  72.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  73.       <SubType>Designer</SubType>
  74.     </EmbeddedResource>
  75.     <Compile Include="PropertiesResources.Designer.cs">
  76.       <AutoGen>True</AutoGen>
  77.       <DependentUpon>Resources.resx</DependentUpon>
  78.     </Compile>
  79.     <None Include="PropertiesSettings.settings">
  80.       <Generator>SettingsSingleFileGenerator</Generator>
  81.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  82.     </None>
  83.     <Compile Include="PropertiesSettings.Designer.cs">
  84.       <AutoGen>True</AutoGen>
  85.       <DependentUpon>Settings.settings</DependentUpon>
  86.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  87.     </Compile>
  88.     <Compile Include="wjian.cs" />
  89.   </ItemGroup>
  90.   <ItemGroup>
  91.     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  92.       <Visible>False</Visible>
  93.       <ProductName>.NET Framework 2.0</ProductName>
  94.       <Install>true</Install>
  95.     </BootstrapperPackage>
  96.   </ItemGroup>
  97.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  98.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  99.        Other similar extension points exist, see Microsoft.Common.targets.
  100.   <Target Name="BeforeBuild">
  101.   </Target>
  102.   <Target Name="AfterBuild">
  103.   </Target>
  104.   -->
  105. </Project>