You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Discord.Net.Audio.csproj 5.3 kB

10 years ago
10 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{7BFEF748-B934-4621-9B11-6302E3A9F6B3}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Discord.Audio</RootNamespace>
  11. <AssemblyName>Discord.Net.Audio</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <UseMSBuildEngine>False</UseMSBuildEngine>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>TRACE;DEBUG;NET45</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <LangVersion>6</LangVersion>
  26. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  27. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE;NET45</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  37. <LangVersion>6</LangVersion>
  38. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="System" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="..\Discord.Net.Audio\AudioClient.cs">
  45. <Link>AudioClient.cs</Link>
  46. </Compile>
  47. <Compile Include="..\Discord.Net.Audio\AudioExtensions.cs">
  48. <Link>AudioExtensions.cs</Link>
  49. </Compile>
  50. <Compile Include="..\Discord.Net.Audio\AudioMode.cs">
  51. <Link>AudioMode.cs</Link>
  52. </Compile>
  53. <Compile Include="..\Discord.Net.Audio\AudioService.cs">
  54. <Link>AudioService.cs</Link>
  55. </Compile>
  56. <Compile Include="..\Discord.Net.Audio\AudioServiceConfig.cs">
  57. <Link>AudioServiceConfig.cs</Link>
  58. </Compile>
  59. <Compile Include="..\Discord.Net.Audio\IAudioClient.cs">
  60. <Link>IAudioClient.cs</Link>
  61. </Compile>
  62. <Compile Include="..\Discord.Net.Audio\InternalFrameEventArgs.cs">
  63. <Link>InternalFrameEventArgs.cs</Link>
  64. </Compile>
  65. <Compile Include="..\Discord.Net.Audio\InternalIsSpeakingEventArgs.cs">
  66. <Link>InternalIsSpeakingEventArgs.cs</Link>
  67. </Compile>
  68. <Compile Include="..\Discord.Net.Audio\Net\VoiceSocket.cs">
  69. <Link>Net\VoiceSocket.cs</Link>
  70. </Compile>
  71. <Compile Include="..\Discord.Net.Audio\Opus\OpusConverter.cs">
  72. <Link>Opus\OpusConverter.cs</Link>
  73. </Compile>
  74. <Compile Include="..\Discord.Net.Audio\Opus\OpusDecoder.cs">
  75. <Link>Opus\OpusDecoder.cs</Link>
  76. </Compile>
  77. <Compile Include="..\Discord.Net.Audio\Opus\OpusEncoder.cs">
  78. <Link>Opus\OpusEncoder.cs</Link>
  79. </Compile>
  80. <Compile Include="..\Discord.Net.Audio\Sodium\SecretBox.cs">
  81. <Link>Sodium\SecretBox.cs</Link>
  82. </Compile>
  83. <Compile Include="..\Discord.Net.Audio\UserIsTalkingEventArgs.cs">
  84. <Link>UserIsTalkingEventArgs.cs</Link>
  85. </Compile>
  86. <Compile Include="..\Discord.Net.Audio\VirtualClient.cs">
  87. <Link>VirtualClient.cs</Link>
  88. </Compile>
  89. <Compile Include="..\Discord.Net.Audio\VoiceBuffer.cs">
  90. <Link>VoiceBuffer.cs</Link>
  91. </Compile>
  92. <Compile Include="..\Discord.Net.Audio\VoiceDisconnectedEventArgs.cs">
  93. <Link>VoiceDisconnectedEventArgs.cs</Link>
  94. </Compile>
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <ProjectReference Include="..\Discord.Net.Net45\Discord.Net.csproj">
  99. <Project>{8d71a857-879a-4a10-859e-5ff824ed6688}</Project>
  100. <Name>Discord.Net</Name>
  101. </ProjectReference>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Content Include="..\Discord.Net.Audio\libsodium.dll">
  105. <Link>libsodium.dll</Link>
  106. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  107. </Content>
  108. <Content Include="..\Discord.Net.Audio\opus.dll">
  109. <Link>opus.dll</Link>
  110. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  111. </Content>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Content Include="project.json" />
  115. <Content Include="project.lock.json">
  116. <DependentUpon>project.json</DependentUpon>
  117. </Content>
  118. </ItemGroup>
  119. <Import Project="..\Discord.Net.Shared\Discord.Net.Shared.projitems" Label="Shared" />
  120. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  121. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  122. Other similar extension points exist, see Microsoft.Common.targets.
  123. <Target Name="BeforeBuild">
  124. </Target>
  125. <Target Name="AfterBuild">
  126. </Target>
  127. -->
  128. </Project>