⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gowk.net.csproj

📁 语音视频功能 里面实现了基本的QQ与语音对话
💻 CSPROJ
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <ProjectType>Local</ProjectType>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{89F29F66-42B7-4647-B5CD-A490AFDFCC3F}</ProjectGuid>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ApplicationIcon>App.ico</ApplicationIcon>
    <AssemblyKeyContainerName>
    </AssemblyKeyContainerName>
    <AssemblyName>gowk.net</AssemblyName>
    <AssemblyOriginatorKeyFile>
    </AssemblyOriginatorKeyFile>
    <DefaultClientScript>JScript</DefaultClientScript>
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
    <DelaySign>false</DelaySign>
    <OutputType>Library</OutputType>
    <RootNamespace>gowk.net</RootNamespace>
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
    <StartupObject>
    </StartupObject>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <OutputPath>bin\Debug\</OutputPath>
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    <BaseAddress>285212672</BaseAddress>
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    <ConfigurationOverrideFile>
    </ConfigurationOverrideFile>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DocumentationFile>
    </DocumentationFile>
    <DebugSymbols>true</DebugSymbols>
    <FileAlignment>4096</FileAlignment>
    <NoStdLib>false</NoStdLib>
    <NoWarn>
    </NoWarn>
    <Optimize>false</Optimize>
    <RegisterForComInterop>false</RegisterForComInterop>
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    <WarningLevel>4</WarningLevel>
    <DebugType>full</DebugType>
    <ErrorReport>prompt</ErrorReport>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <OutputPath>bin\Release\</OutputPath>
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    <BaseAddress>285212672</BaseAddress>
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    <ConfigurationOverrideFile>
    </ConfigurationOverrideFile>
    <DefineConstants>TRACE</DefineConstants>
    <DocumentationFile>
    </DocumentationFile>
    <DebugSymbols>false</DebugSymbols>
    <FileAlignment>4096</FileAlignment>
    <NoStdLib>false</NoStdLib>
    <NoWarn>
    </NoWarn>
    <Optimize>true</Optimize>
    <RegisterForComInterop>false</RegisterForComInterop>
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    <WarningLevel>4</WarningLevel>
    <DebugType>none</DebugType>
    <ErrorReport>prompt</ErrorReport>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System">
      <Name>System</Name>
    </Reference>
    <Reference Include="System.Data">
      <Name>System.Data</Name>
    </Reference>
    <Reference Include="System.Drawing">
      <Name>System.Drawing</Name>
    </Reference>
    <Reference Include="System.Windows.Forms">
      <Name>System.Windows.Forms</Name>
    </Reference>
    <Reference Include="System.Xml">
      <Name>System.XML</Name>
    </Reference>
    <ProjectReference Include="..\multimedia\multimedia.csproj">
      <Name>multimedia</Name>
      <Project>{BD8F5EFD-64D4-4A38-A891-B6D2790512D3}</Project>
      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Content Include="App.ico" />
    <Compile Include="AssemblyInfo.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Form1.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Proxy.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Certificates\Certificate.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Certificates\CertificateChain.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Certificates\CertificateException.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Certificates\CertificateStore.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Certificates\CertificateStoreCollection.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Certificates\CertificateStructures.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Certificates\CertificateVerificationResult.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Certificates\DistinguishedName.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Certificates\DistinguishedNameCollection.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\ARCFourManaged.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\ARCFourManagedTransform.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\CryptographyStructures.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\DataProtectionCryptoServiceProvider.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\HMAC.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\MD2.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\MD2CryptoServiceProvider.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\MD4.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\MD4CryptoServiceProvider.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\RC4.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\RC4CryptoServiceProvider.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\RC4UnmanagedTransform.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\RijndaelCryptoServiceProvider.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\RijndaelUnmanagedTransform.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\RIPEMD160.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\RIPEMD160Managed.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Cryptography\SymmetricKey.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\SecurityConstants.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\SecurityException.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\SecurityStructures.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\AsyncResult.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\RequestEventArgs.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\SecureNetworkStream.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\SecureSocket.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\SecureTcpClient.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\SecureTcpListener.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\SecurityOptions.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\CipherSuites.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\ClientHandshakeLayer.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\CloneableHash.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\CompatibilityLayer.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\CompressionAlgorithm.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\HandshakeLayer.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\HandshakeMessage.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\MD5SHA1CryptoServiceProvider.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\RecordLayer.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\RecordMessage.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\RSAKeyTransform.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\ServerHandshakeLayer.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\SocketController.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\SslException.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\SslTypes.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\TransferItem.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Shared\XBuffer.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Ssl3\Ssl3CipherSuites.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Ssl3\Ssl3ClientHandshakeLayer.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Ssl3\Ssl3DeriveBytes.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Ssl3\Ssl3HandshakeMac.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Ssl3\Ssl3RecordMAC.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Ssl3\Ssl3ServerHandshakeLayer.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\SslStructures.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Tls1\ExpansionDeriveBytes.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Tls1\PseudoRandomDeriveBytes.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Tls1\Tls1CipherSuites.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Tls1\Tls1ClientHandshakeLayer.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\Tls1\Tls1ServerHandshakeLayer.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\VerifyEventArgs.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\Ssl\VirtualSocket.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Security\SspiProvider.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Sockets\GSecureSocket.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Sockets\GSocketBase.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Sockets\GSocks5TcpSocket.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Sockets\ISocket.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Sockets\ProxyException.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Sockets\Socks5Util.cs">
      <SubType>Code</SubType>
    </Compile>
    <EmbeddedResource Include="Form1.resx">
      <DependentUpon>Form1.cs</DependentUpon>
    </EmbeddedResource>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <PreBuildEvent>
    </PreBuildEvent>
    <PostBuildEvent>
    </PostBuildEvent>
  </PropertyGroup>
</Project>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -