XSSTunnelLib.vbproj
上传用户:wangting
上传日期:2020-01-24
资源大小:2226k
文件大小:4k
源码类别:

破解

开发平台:

ASP/ASPX

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project 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>8.0.50727</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{74F4BF6E-7D1A-46ED-AE64-D204DB8EBEEE}</ProjectGuid>
  9.     <OutputType>Library</OutputType>
  10.     <RootNamespace>XSSTunnelLib</RootNamespace>
  11.     <AssemblyName>XSSTunnelLib</AssemblyName>
  12.     <MyType>Windows</MyType>
  13.     <OptionStrict>On</OptionStrict>
  14.   </PropertyGroup>
  15.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16.     <DebugSymbols>true</DebugSymbols>
  17.     <DebugType>full</DebugType>
  18.     <DefineDebug>true</DefineDebug>
  19.     <DefineTrace>true</DefineTrace>
  20.     <OutputPath>binDebug</OutputPath>
  21.     <DocumentationFile>XSSTunnelLib.xml</DocumentationFile>
  22.     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  23.   </PropertyGroup>
  24.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25.     <DebugType>pdbonly</DebugType>
  26.     <DefineDebug>false</DefineDebug>
  27.     <DefineTrace>true</DefineTrace>
  28.     <Optimize>true</Optimize>
  29.     <OutputPath>binRelease</OutputPath>
  30.     <DocumentationFile>XSSTunnelLib.xml</DocumentationFile>
  31.     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  32.   </PropertyGroup>
  33.   <ItemGroup>
  34.     <Reference Include="System" />
  35.     <Reference Include="System.Data" />
  36.     <Reference Include="System.Web" />
  37.     <Reference Include="System.Xml" />
  38.   </ItemGroup>
  39.   <ItemGroup>
  40.     <Import Include="Microsoft.VisualBasic" />
  41.     <Import Include="System" />
  42.     <Import Include="System.Collections" />
  43.     <Import Include="System.Collections.Generic" />
  44.     <Import Include="System.Data" />
  45.     <Import Include="System.Diagnostics" />
  46.   </ItemGroup>
  47.   <ItemGroup>
  48.     <Compile Include="HTTPReaderBrowser.vb" />
  49.     <Compile Include="HTTPReaderHttpReader.vb" />
  50.     <Compile Include="HTTPReaderSettings.vb" />
  51.     <Compile Include="My ProjectAssemblyInfo.vb" />
  52.     <Compile Include="My ProjectApplication.Designer.vb">
  53.       <AutoGen>True</AutoGen>
  54.       <DependentUpon>Application.myapp</DependentUpon>
  55.     </Compile>
  56.     <Compile Include="My ProjectResources.Designer.vb">
  57.       <AutoGen>True</AutoGen>
  58.       <DesignTime>True</DesignTime>
  59.       <DependentUpon>Resources.resx</DependentUpon>
  60.     </Compile>
  61.     <Compile Include="My ProjectSettings.Designer.vb">
  62.       <AutoGen>True</AutoGen>
  63.       <DependentUpon>Settings.settings</DependentUpon>
  64.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  65.     </Compile>
  66.     <Compile Include="ProxyHttpParser.vb" />
  67.     <Compile Include="ProxyProxy.vb" />
  68.     <Compile Include="XSSShellHttpResponse.vb" />
  69.     <Compile Include="XSSShellReadableResponse.vb" />
  70.     <Compile Include="XSSShellXSSShell.vb" />
  71.   </ItemGroup>
  72.   <ItemGroup>
  73.     <EmbeddedResource Include="My ProjectResources.resx">
  74.       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  75.       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  76.       <CustomToolNamespace>My.Resources</CustomToolNamespace>
  77.       <SubType>Designer</SubType>
  78.     </EmbeddedResource>
  79.   </ItemGroup>
  80.   <ItemGroup>
  81.     <None Include="My ProjectApplication.myapp">
  82.       <Generator>MyApplicationCodeGenerator</Generator>
  83.       <LastGenOutput>Application.Designer.vb</LastGenOutput>
  84.     </None>
  85.     <None Include="My ProjectSettings.settings">
  86.       <Generator>SettingsSingleFileGenerator</Generator>
  87.       <CustomToolNamespace>My</CustomToolNamespace>
  88.       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  89.     </None>
  90.   </ItemGroup>
  91.   <Import Project="$(MSBuildBinPath)Microsoft.VisualBasic.targets" />
  92.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  93.        Other similar extension points exist, see Microsoft.Common.targets.
  94.   <Target Name="BeforeBuild">
  95.   </Target>
  96.   <Target Name="AfterBuild">
  97.   </Target>
  98.   -->
  99. </Project>