|
@@ -0,0 +1,260 @@
|
|
|
|
+<?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="Debug|ARM">
|
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
|
+ <Platform>ARM</Platform>
|
|
|
|
+ </ProjectConfiguration>
|
|
|
|
+ <ProjectConfiguration Include="Release|Win32">
|
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
|
+ <Platform>Win32</Platform>
|
|
|
|
+ </ProjectConfiguration>
|
|
|
|
+ <ProjectConfiguration Include="Release|ARM">
|
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
|
+ <Platform>ARM</Platform>
|
|
|
|
+ </ProjectConfiguration>
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <PropertyGroup Label="Globals">
|
|
|
|
+ <ProjectGuid>{f59b48bc-5646-4f8b-90b2-4b09a9d94c5c}</ProjectGuid>
|
|
|
|
+ <RootNamespace>SDLPal</RootNamespace>
|
|
|
|
+ <DefaultLanguage>en-US</DefaultLanguage>
|
|
|
|
+ <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
|
|
|
|
+ <XapOutputs>true</XapOutputs>
|
|
|
|
+ <XapFilename>SDLPal_$(Configuration)_$(Platform).xap</XapFilename>
|
|
|
|
+ <WinMDAssembly>true</WinMDAssembly>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
+ <PlatformToolset>v110_wp80</PlatformToolset>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
+ <PlatformToolset>v110_wp80</PlatformToolset>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
+ <PlatformToolset>v110_wp80</PlatformToolset>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
+ <PlatformToolset>v110_wp80</PlatformToolset>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
+ <ImportGroup Label="PropertySheets">
|
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
+ </ImportGroup>
|
|
|
|
+ <PropertyGroup Label="UserMacros" />
|
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
+ <ClCompile>
|
|
|
|
+ <PreprocessorDefinitions>PSAPI_VERSION=2;%(PreprocessorDefinitions);__WINPHONE__=1</PreprocessorDefinitions>
|
|
|
|
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
|
+ <AdditionalIncludeDirectories>$(ProjectDir)\SDL2\include;$(ProjectDir);$(IntermediateOutputPath);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
+ <CompileAsWinRT>false</CompileAsWinRT>
|
|
|
|
+ </ClCompile>
|
|
|
|
+ <Link>
|
|
|
|
+ <AdditionalDependencies>d3d11.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
+ <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
|
|
|
+ <IgnoreSpecificDefaultLibraries>ole32.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
+ </Link>
|
|
|
|
+ </ItemDefinitionGroup>
|
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
+ <ClCompile>
|
|
|
|
+ <PreprocessorDefinitions>PSAPI_VERSION=2;%(PreprocessorDefinitions);__WINPHONE__=1</PreprocessorDefinitions>
|
|
|
|
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
|
+ <AdditionalIncludeDirectories>$(ProjectDir)\SDL2\include;$(ProjectDir);$(IntermediateOutputPath);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
+ <CompileAsWinRT>false</CompileAsWinRT>
|
|
|
|
+ </ClCompile>
|
|
|
|
+ <Link>
|
|
|
|
+ <AdditionalDependencies>d3d11.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
+ <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
|
|
|
+ <IgnoreSpecificDefaultLibraries>ole32.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
+ </Link>
|
|
|
|
+ </ItemDefinitionGroup>
|
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
|
|
+ <ClCompile>
|
|
|
|
+ <PreprocessorDefinitions>PSAPI_VERSION=2;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
+ <PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
|
+ <AdditionalIncludeDirectories>$(ProjectDir);$(IntermediateOutputPath);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
+ <CompileAsWinRT>true</CompileAsWinRT>
|
|
|
|
+ </ClCompile>
|
|
|
|
+ <Link>
|
|
|
|
+ <AdditionalDependencies>d3d11.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
+ <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
|
|
|
+ <IgnoreSpecificDefaultLibraries>ole32.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
+ </Link>
|
|
|
|
+ </ItemDefinitionGroup>
|
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
|
|
+ <ClCompile>
|
|
|
|
+ <PreprocessorDefinitions>PSAPI_VERSION=2;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
+ <PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
|
+ <AdditionalIncludeDirectories>$(ProjectDir);$(IntermediateOutputPath);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
+ <CompileAsWinRT>true</CompileAsWinRT>
|
|
|
|
+ </ClCompile>
|
|
|
|
+ <Link>
|
|
|
|
+ <AdditionalDependencies>d3d11.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
+ <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
|
|
|
+ <IgnoreSpecificDefaultLibraries>ole32.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
+ </Link>
|
|
|
|
+ </ItemDefinitionGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <Reference Include="platform.winmd">
|
|
|
|
+ <IsWinMDFile>true</IsWinMDFile>
|
|
|
|
+ <Private>false</Private>
|
|
|
|
+ </Reference>
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <Image Include="Assets\ApplicationIcon.png" />
|
|
|
|
+ <Image Include="Assets\AlignmentGrid.png" />
|
|
|
|
+ <Image Include="Assets\Tiles\FlipCycleTileLarge.png" />
|
|
|
|
+ <Image Include="Assets\Tiles\FlipCycleTileMedium.png" />
|
|
|
|
+ <Image Include="Assets\Tiles\FlipCycleTileSmall.png" />
|
|
|
|
+ <Image Include="Assets\Tiles\IconicTileMediumLarge.png" />
|
|
|
|
+ <Image Include="Assets\Tiles\IconicTileSmall.png" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <Xml Include="WMAppManifest.xml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </Xml>
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <ClInclude Include="..\adplug\binfile.h" />
|
|
|
|
+ <ClInclude Include="..\adplug\binio.h" />
|
|
|
|
+ <ClInclude Include="..\adplug\demuopl.h" />
|
|
|
|
+ <ClInclude Include="..\adplug\dosbox_opl.h" />
|
|
|
|
+ <ClInclude Include="..\adplug\emuopl.h" />
|
|
|
|
+ <ClInclude Include="..\adplug\fmopl.h" />
|
|
|
|
+ <ClInclude Include="..\adplug\fprovide.h" />
|
|
|
|
+ <ClInclude Include="..\adplug\opl.h" />
|
|
|
|
+ <ClInclude Include="..\adplug\player.h" />
|
|
|
|
+ <ClInclude Include="..\adplug\rix.h" />
|
|
|
|
+ <ClInclude Include="..\adplug\surroundopl.h" />
|
|
|
|
+ <ClInclude Include="..\ascii.h" />
|
|
|
|
+ <ClInclude Include="..\battle.h" />
|
|
|
|
+ <ClInclude Include="..\common.h" />
|
|
|
|
+ <ClInclude Include="..\ending.h" />
|
|
|
|
+ <ClInclude Include="..\fight.h" />
|
|
|
|
+ <ClInclude Include="..\font.h" />
|
|
|
|
+ <ClInclude Include="..\game.h" />
|
|
|
|
+ <ClInclude Include="..\getopt.h" />
|
|
|
|
+ <ClInclude Include="..\global.h" />
|
|
|
|
+ <ClInclude Include="..\input.h" />
|
|
|
|
+ <ClInclude Include="..\itemmenu.h" />
|
|
|
|
+ <ClInclude Include="..\libmad\bit.h" />
|
|
|
|
+ <ClInclude Include="..\libmad\decoder.h" />
|
|
|
|
+ <ClInclude Include="..\libmad\fixed.h" />
|
|
|
|
+ <ClInclude Include="..\libmad\frame.h" />
|
|
|
|
+ <ClInclude Include="..\libmad\huffman.h" />
|
|
|
|
+ <ClInclude Include="..\libmad\layer12.h" />
|
|
|
|
+ <ClInclude Include="..\libmad\layer3.h" />
|
|
|
|
+ <ClInclude Include="..\libmad\libmad_config.h" />
|
|
|
|
+ <ClInclude Include="..\libmad\libmad_global.h" />
|
|
|
|
+ <ClInclude Include="..\libmad\mad.h" />
|
|
|
|
+ <ClInclude Include="..\libmad\music_mad.h" />
|
|
|
|
+ <ClInclude Include="..\libmad\stream.h" />
|
|
|
|
+ <ClInclude Include="..\libmad\synth.h" />
|
|
|
|
+ <ClInclude Include="..\libmad\timer.h" />
|
|
|
|
+ <ClInclude Include="..\magicmenu.h" />
|
|
|
|
+ <ClInclude Include="..\main.h" />
|
|
|
|
+ <ClInclude Include="..\map.h" />
|
|
|
|
+ <ClInclude Include="..\palcommon.h" />
|
|
|
|
+ <ClInclude Include="..\palette.h" />
|
|
|
|
+ <ClInclude Include="..\play.h" />
|
|
|
|
+ <ClInclude Include="..\res.h" />
|
|
|
|
+ <ClInclude Include="..\rixplay.h" />
|
|
|
|
+ <ClInclude Include="..\rngplay.h" />
|
|
|
|
+ <ClInclude Include="..\scene.h" />
|
|
|
|
+ <ClInclude Include="..\script.h" />
|
|
|
|
+ <ClInclude Include="..\sound.h" />
|
|
|
|
+ <ClInclude Include="..\text.h" />
|
|
|
|
+ <ClInclude Include="..\ui.h" />
|
|
|
|
+ <ClInclude Include="..\uibattle.h" />
|
|
|
|
+ <ClInclude Include="..\uigame.h" />
|
|
|
|
+ <ClInclude Include="..\util.h" />
|
|
|
|
+ <ClInclude Include="..\video.h" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <ClCompile Include="..\adplug\binfile.cpp" />
|
|
|
|
+ <ClCompile Include="..\adplug\binio.cpp" />
|
|
|
|
+ <ClCompile Include="..\adplug\dosbox_opl.cpp" />
|
|
|
|
+ <ClCompile Include="..\adplug\emuopl.cpp" />
|
|
|
|
+ <ClCompile Include="..\adplug\fmopl.c" />
|
|
|
|
+ <ClCompile Include="..\adplug\fprovide.cpp" />
|
|
|
|
+ <ClCompile Include="..\adplug\player.cpp" />
|
|
|
|
+ <ClCompile Include="..\adplug\rix.cpp" />
|
|
|
|
+ <ClCompile Include="..\adplug\surroundopl.cpp" />
|
|
|
|
+ <ClCompile Include="..\battle.c" />
|
|
|
|
+ <ClCompile Include="..\ending.c" />
|
|
|
|
+ <ClCompile Include="..\fight.c" />
|
|
|
|
+ <ClCompile Include="..\font.c" />
|
|
|
|
+ <ClCompile Include="..\game.c" />
|
|
|
|
+ <ClCompile Include="..\getopt.c" />
|
|
|
|
+ <ClCompile Include="..\global.c" />
|
|
|
|
+ <ClCompile Include="..\input.c" />
|
|
|
|
+ <ClCompile Include="..\itemmenu.c" />
|
|
|
|
+ <ClCompile Include="..\libmad\bit.c" />
|
|
|
|
+ <ClCompile Include="..\libmad\decoder.c" />
|
|
|
|
+ <ClCompile Include="..\libmad\fixed.c" />
|
|
|
|
+ <ClCompile Include="..\libmad\frame.c" />
|
|
|
|
+ <ClCompile Include="..\libmad\huffman.c" />
|
|
|
|
+ <ClCompile Include="..\libmad\layer12.c" />
|
|
|
|
+ <ClCompile Include="..\libmad\layer3.c" />
|
|
|
|
+ <ClCompile Include="..\libmad\music_mad.c" />
|
|
|
|
+ <ClCompile Include="..\libmad\stream.c" />
|
|
|
|
+ <ClCompile Include="..\libmad\synth.c" />
|
|
|
|
+ <ClCompile Include="..\libmad\timer.c" />
|
|
|
|
+ <ClCompile Include="..\magicmenu.c" />
|
|
|
|
+ <ClCompile Include="..\main.c" />
|
|
|
|
+ <ClCompile Include="..\map.c" />
|
|
|
|
+ <ClCompile Include="..\palcommon.c" />
|
|
|
|
+ <ClCompile Include="..\palette.c" />
|
|
|
|
+ <ClCompile Include="..\play.c" />
|
|
|
|
+ <ClCompile Include="..\res.c" />
|
|
|
|
+ <ClCompile Include="..\rixplay.cpp" />
|
|
|
|
+ <ClCompile Include="..\rngplay.c" />
|
|
|
|
+ <ClCompile Include="..\scene.c" />
|
|
|
|
+ <ClCompile Include="..\script.c" />
|
|
|
|
+ <ClCompile Include="..\sound.c" />
|
|
|
|
+ <ClCompile Include="..\text.c" />
|
|
|
|
+ <ClCompile Include="..\ui.c" />
|
|
|
|
+ <ClCompile Include="..\uibattle.c" />
|
|
|
|
+ <ClCompile Include="..\uigame.c" />
|
|
|
|
+ <ClCompile Include="..\util.c" />
|
|
|
|
+ <ClCompile Include="..\video.c" />
|
|
|
|
+ <ClCompile Include="..\yj1.c" />
|
|
|
|
+ <ClCompile Include="SDL2\src\main\winrt\SDL_winrt_main_NonXAML.cpp">
|
|
|
|
+ <CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</CompileAsWinRT>
|
|
|
|
+ <CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</CompileAsWinRT>
|
|
|
|
+ </ClCompile>
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <None Include="..\libmad\D.dat" />
|
|
|
|
+ <None Include="..\libmad\imdct_s.dat" />
|
|
|
|
+ <None Include="..\libmad\qc_table.dat" />
|
|
|
|
+ <None Include="..\libmad\rq_table.dat" />
|
|
|
|
+ <None Include="..\libmad\sf_table.dat" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <ProjectReference Include="SDL2\VisualC-WinRT\WinPhone80_VS2012\SDL-WinPhone80.vcxproj">
|
|
|
|
+ <Project>{33048af1-031a-4ce6-b61e-fad2db832e9e}</Project>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsPhone\v$(TargetPlatformVersion)\Microsoft.Cpp.WindowsPhone.$(TargetPlatformVersion).targets" />
|
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
|
+ </ImportGroup>
|
|
|
|
+</Project>
|