mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-24 10:02:08 -05:00
83 lines
No EOL
3.5 KiB
XML
83 lines
No EOL
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{77EA9D1E-4995-4D05-A9C7-29173CB5DC72}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>SharpWave</RootNamespace>
|
|
<AssemblyName>SharpWave</AssemblyName>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
<NoStdLib>False</NoStdLib>
|
|
<WarningLevel>4</WarningLevel>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
|
<BaseAddress>4194304</BaseAddress>
|
|
<FileAlignment>4096</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>Full</DebugType>
|
|
<Optimize>False</Optimize>
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DebugSymbols>False</DebugSymbols>
|
|
<DebugType>None</DebugType>
|
|
<Optimize>True</Optimize>
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="csvorbis\Block.cs" />
|
|
<Compile Include="csvorbis\CodeBook.cs" />
|
|
<Compile Include="csvorbis\Comment.cs" />
|
|
<Compile Include="csvorbis\csorbisException.cs" />
|
|
<Compile Include="csvorbis\DspState.cs" />
|
|
<Compile Include="csvorbis\FuncFloor.cs" />
|
|
<Compile Include="csvorbis\FuncMapping.cs" />
|
|
<Compile Include="csvorbis\FuncResidue.cs" />
|
|
<Compile Include="csvorbis\Info.cs" />
|
|
<Compile Include="csvorbis\Mdct.cs" />
|
|
<Compile Include="csvorbis\VorbisCodec.cs" />
|
|
<Compile Include="csvorbis\Ogg\Buffer.cs" />
|
|
<Compile Include="csvorbis\Ogg\Packet.cs" />
|
|
<Compile Include="csvorbis\Ogg\Page.cs" />
|
|
<Compile Include="csvorbis\Ogg\StreamState.cs" />
|
|
<Compile Include="csvorbis\Ogg\SyncState.cs" />
|
|
<Compile Include="csvorbis\StaticCodeBook.cs" />
|
|
<Compile Include="csvorbis\VUtils.cs" />
|
|
<Compile Include="Backends\AL.cs" />
|
|
<Compile Include="Backends\WinMM.cs" />
|
|
<Compile Include="Backends\OpenALOut.cs" />
|
|
<Compile Include="Backends\WinMmOut.cs" />
|
|
<Compile Include="Utils.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Backends\IAudioOutput.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="csvorbis\Ogg" />
|
|
<Folder Include="csvorbis" />
|
|
<Folder Include="Backends" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="SharpWave.dll.config">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |