anx.framework/Support/OggUtils/OggUtils_WindowsMetro.csproj
SND\AstrorEnales_cp 0d25ca7589 - Added OggUtils Support project by making use of the csogg and csvorbis projects
- Implemented native Song playback in OpenAL and XAudio2
- Some tweaks in the MediaPlayer and MediaQueue
- Added a testmusic.ogg file to the media folder
2015-03-15 01:11:27 +01:00

94 lines
4.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{ABECEC14-6BF4-4432-833C-69714EB4E8E6}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OggUtils</RootNamespace>
<AssemblyName>OggUtils</AssemblyName>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<DefaultLanguage>en-US</DefaultLanguage>
<PackageCertificateKeyFile>Test_TemporaryKey.pfx</PackageCertificateKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\ModernUI</OutputPath>
<DefineConstants>TRACE;DEBUG;WINDOWSMETRO;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\ModernUI</OutputPath>
<DefineConstants>TRACE;WINDOWSMETRO;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="csogg\Buffer.cs" />
<Compile Include="csogg\Packet.cs" />
<Compile Include="csogg\Page.cs" />
<Compile Include="csogg\StreamState.cs" />
<Compile Include="csogg\SyncState.cs" />
<Compile Include="csvorbis\AllocChain.cs" />
<Compile Include="csvorbis\Block.cs" />
<Compile Include="csvorbis\CodeBook.cs" />
<Compile Include="csvorbis\Comment.cs" />
<Compile Include="csvorbis\csorbisException.cs" />
<Compile Include="csvorbis\Drft.cs" />
<Compile Include="csvorbis\DspState.cs" />
<Compile Include="csvorbis\EncodeAuxNearestMatch.cs" />
<Compile Include="csvorbis\EncodeAuxThreshMatch.cs" />
<Compile Include="csvorbis\Floor0.cs" />
<Compile Include="csvorbis\Floor1.cs" />
<Compile Include="csvorbis\FuncFloor.cs" />
<Compile Include="csvorbis\FuncMapping.cs" />
<Compile Include="csvorbis\FuncResidue.cs" />
<Compile Include="csvorbis\FuncTime.cs" />
<Compile Include="csvorbis\Info.cs" />
<Compile Include="csvorbis\InfoMode.cs" />
<Compile Include="csvorbis\Lookup.cs" />
<Compile Include="csvorbis\Lpc.cs" />
<Compile Include="csvorbis\Lsp.cs" />
<Compile Include="csvorbis\Mapping0.cs" />
<Compile Include="csvorbis\Mdct.cs" />
<Compile Include="csvorbis\PsyInfo.cs" />
<Compile Include="csvorbis\PsyLook.cs" />
<Compile Include="csvorbis\Residue0.cs" />
<Compile Include="csvorbis\Residue1.cs" />
<Compile Include="csvorbis\Residue2.cs" />
<Compile Include="csvorbis\StaticCodeBook.cs" />
<Compile Include="csvorbis\Time0.cs" />
<Compile Include="csvorbis\VorbisFile.cs" />
<Compile Include="OggInputStream.cs" />
<Compile Include="OggStreamingData.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '11.0' ">
<VisualStudioVersion>11.0</VisualStudioVersion>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
</Project>