Skip to content

Commit

Permalink
WinRT: added project files for Windows 8.1 and Windows Phone 8.1 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed May 11, 2014
1 parent b4a2b38 commit e32febf
Show file tree
Hide file tree
Showing 16 changed files with 2,102 additions and 0 deletions.
206 changes: 206 additions & 0 deletions VisualC-WinRT/WinPhone81_VS2013/SDL2_mixer-WinPhone81.vcxproj
@@ -0,0 +1,206 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\dynamic_flac.c" />
<ClCompile Include="..\..\dynamic_fluidsynth.c" />
<ClCompile Include="..\..\dynamic_mod.c" />
<ClCompile Include="..\..\dynamic_mp3.c" />
<ClCompile Include="..\..\dynamic_ogg.c" />
<ClCompile Include="..\..\effects_internal.c" />
<ClCompile Include="..\..\effect_position.c" />
<ClCompile Include="..\..\effect_stereoreverse.c" />
<ClCompile Include="..\..\fluidsynth.c" />
<ClCompile Include="..\..\load_aiff.c" />
<ClCompile Include="..\..\load_flac.c" />
<ClCompile Include="..\..\load_ogg.c" />
<ClCompile Include="..\..\load_voc.c" />
<ClCompile Include="..\..\mixer.c" />
<ClCompile Include="..\..\music.c" />
<ClCompile Include="..\..\music_cmd.c" />
<ClCompile Include="..\..\music_flac.c" />
<ClCompile Include="..\..\music_mad.c" />
<ClCompile Include="..\..\music_mod.c" />
<ClCompile Include="..\..\music_ogg.c" />
<ClCompile Include="..\..\wavestream.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\dynamic_flac.h" />
<ClInclude Include="..\..\dynamic_fluidsynth.h" />
<ClInclude Include="..\..\dynamic_mod.h" />
<ClInclude Include="..\..\dynamic_mp3.h" />
<ClInclude Include="..\..\dynamic_ogg.h" />
<ClInclude Include="..\..\effects_internal.h" />
<ClInclude Include="..\..\fluidsynth.h" />
<ClInclude Include="..\..\load_aiff.h" />
<ClInclude Include="..\..\load_flac.h" />
<ClInclude Include="..\..\load_ogg.h" />
<ClInclude Include="..\..\load_voc.h" />
<ClInclude Include="..\..\music_cmd.h" />
<ClInclude Include="..\..\music_flac.h" />
<ClInclude Include="..\..\music_mad.h" />
<ClInclude Include="..\..\music_mod.h" />
<ClInclude Include="..\..\music_ogg.h" />
<ClInclude Include="..\..\SDL_mixer.h" />
<ClInclude Include="..\..\wavestream.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\SDL\VisualC-WinRT\WinPhone81_VS2013\SDL-WinPhone81.vcxproj">
<Project>{48fadc0e-964d-4dab-bced-372e0ad19577}</Project>
</ProjectReference>
<ProjectReference Include="libogg_dynamic-WinPhone81.vcxproj">
<Project>{0ccc2e56-e3a4-4cd7-92ba-0c6f99440753}</Project>
</ProjectReference>
<ProjectReference Include="libvorbisfile_dynamic-WinPhone81.vcxproj">
<Project>{203efcc5-ce11-4a75-92f4-c3dbf7609376}</Project>
</ProjectReference>
<ProjectReference Include="libvorbis_dynamic-WinPhone81.vcxproj">
<Project>{c943dbc9-4eb0-4684-be3e-334342a7ee2c}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{fb75c3d3-d261-4575-9d17-9e88e09568ba}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<ProjectName>SDL2_mixer-WinPhone81</ProjectName>
<RootNamespace>SDL2_mixer_WinPhone81</RootNamespace>
<DefaultLanguage>en-US</DefaultLanguage>
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Phone</ApplicationType>
<ApplicationTypeRevision>8.1</ApplicationTypeRevision>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120_wp81</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v120_wp81</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120_wp81</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v120_wp81</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IgnoreImportLibrary>false</IgnoreImportLibrary>
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
<TargetName>SDL2_mixer</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<IgnoreImportLibrary>false</IgnoreImportLibrary>
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
<TargetName>SDL2_mixer</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<IgnoreImportLibrary>false</IgnoreImportLibrary>
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
<TargetName>SDL2_mixer</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<IgnoreImportLibrary>false</IgnoreImportLibrary>
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
<TargetName>SDL2_mixer</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<CompileAsWinRT>false</CompileAsWinRT>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\external\libogg-1.3.1\include;..\..\external\libvorbis-1.3.3\include;..\..\..\SDL\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WAV_MUSIC;OGG_MUSIC;OGG_DYNAMIC="libvorbisfile.dll";_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<CompileAsWinRT>false</CompileAsWinRT>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\external\libogg-1.3.1\include;..\..\external\libvorbis-1.3.3\include;..\..\..\SDL\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WAV_MUSIC;OGG_MUSIC;OGG_DYNAMIC="libvorbisfile.dll";_CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<CompileAsWinRT>false</CompileAsWinRT>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\external\libogg-1.3.1\include;..\..\external\libvorbis-1.3.3\include;..\..\..\SDL\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WAV_MUSIC;OGG_MUSIC;OGG_DYNAMIC="libvorbisfile.dll";_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<CompileAsWinRT>false</CompileAsWinRT>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\external\libogg-1.3.1\include;..\..\external\libvorbis-1.3.3\include;..\..\..\SDL\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WAV_MUSIC;OGG_MUSIC;OGG_DYNAMIC="libvorbisfile.dll";_CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="..\..\dynamic_flac.c" />
<ClCompile Include="..\..\dynamic_fluidsynth.c" />
<ClCompile Include="..\..\dynamic_mod.c" />
<ClCompile Include="..\..\dynamic_mp3.c" />
<ClCompile Include="..\..\dynamic_ogg.c" />
<ClCompile Include="..\..\effect_position.c" />
<ClCompile Include="..\..\effect_stereoreverse.c" />
<ClCompile Include="..\..\effects_internal.c" />
<ClCompile Include="..\..\fluidsynth.c" />
<ClCompile Include="..\..\load_aiff.c" />
<ClCompile Include="..\..\load_flac.c" />
<ClCompile Include="..\..\load_ogg.c" />
<ClCompile Include="..\..\load_voc.c" />
<ClCompile Include="..\..\mixer.c" />
<ClCompile Include="..\..\music.c" />
<ClCompile Include="..\..\music_cmd.c" />
<ClCompile Include="..\..\music_flac.c" />
<ClCompile Include="..\..\music_mad.c" />
<ClCompile Include="..\..\music_mod.c" />
<ClCompile Include="..\..\music_ogg.c" />
<ClCompile Include="..\..\wavestream.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\dynamic_flac.h" />
<ClInclude Include="..\..\dynamic_fluidsynth.h" />
<ClInclude Include="..\..\dynamic_mod.h" />
<ClInclude Include="..\..\dynamic_mp3.h" />
<ClInclude Include="..\..\dynamic_ogg.h" />
<ClInclude Include="..\..\effects_internal.h" />
<ClInclude Include="..\..\fluidsynth.h" />
<ClInclude Include="..\..\load_aiff.h" />
<ClInclude Include="..\..\load_flac.h" />
<ClInclude Include="..\..\load_ogg.h" />
<ClInclude Include="..\..\load_voc.h" />
<ClInclude Include="..\..\music_cmd.h" />
<ClInclude Include="..\..\music_flac.h" />
<ClInclude Include="..\..\music_mad.h" />
<ClInclude Include="..\..\music_mod.h" />
<ClInclude Include="..\..\music_ogg.h" />
<ClInclude Include="..\..\SDL_mixer.h" />
<ClInclude Include="..\..\wavestream.h" />
</ItemGroup>
</Project>

0 comments on commit e32febf

Please sign in to comment.