2014-10-23 22:40:42 +08:00
|
|
|
|
<?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|ARM">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>ARM</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|ARM">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>ARM</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{79a8fcda-4b12-4dd1-b676-ff148d651638}</ProjectGuid>
|
2015-08-19 02:06:47 +08:00
|
|
|
|
<RootNamespace>CocosAppWinRT</RootNamespace>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
|
|
|
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
|
|
|
|
|
<AppContainerApplication>true</AppContainerApplication>
|
|
|
|
|
<ApplicationType>Windows Store</ApplicationType>
|
|
|
|
|
<ApplicationTypeRevision>8.1</ApplicationTypeRevision>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2015-02-28 02:36:48 +08:00
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2015-02-28 02:36:48 +08:00
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2015-02-28 02:36:48 +08:00
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2014-11-14 16:48:14 +08:00
|
|
|
|
<Import Project="..\App.Shared\HelloCpp.Shared.vcxitems" Label="Shared" />
|
2014-10-23 22:40:42 +08:00
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<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" />
|
2014-11-14 16:48:14 +08:00
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1.props" />
|
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1_platform.props" />
|
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1_app.props" />
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</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" />
|
2014-11-14 16:48:14 +08:00
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1.props" />
|
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1_platform.props" />
|
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1_app.props" />
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</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" />
|
2014-11-14 16:48:14 +08:00
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1.props" />
|
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1_platform.props" />
|
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1_app.props" />
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</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" />
|
2014-11-14 16:48:14 +08:00
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1.props" />
|
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1_platform.props" />
|
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1_app.props" />
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2014-11-14 16:48:14 +08:00
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1.props" />
|
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1_platform.props" />
|
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1_app.props" />
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2014-11-14 16:48:14 +08:00
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1.props" />
|
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1_platform.props" />
|
|
|
|
|
<Import Project="..\..\cocos2d\cocos\2d\winrt_8.1_props\cocos2d_winrt_8.1_app.props" />
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PackageCertificateKeyFile>HelloCpp.Windows_TemporaryKey.pfx</PackageCertificateKeyFile>
|
|
|
|
|
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
|
|
|
|
|
<AppxBundlePlatforms>x86</AppxBundlePlatforms>
|
2015-10-20 22:39:42 +08:00
|
|
|
|
<PackageCertificateThumbprint>BF581B3BB7204EE28C310DA2AFC1D084BEA81274</PackageCertificateThumbprint>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalOptions>/bigobj /Zm200 %(AdditionalOptions)</AdditionalOptions>
|
2015-02-28 02:36:48 +08:00
|
|
|
|
<DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
<ForcedIncludeFiles>pch.h</ForcedIncludeFiles>
|
|
|
|
|
<AdditionalIncludeDirectories>../../Classes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-02-28 02:36:48 +08:00
|
|
|
|
<SDLCheck>false</SDLCheck>
|
2015-07-22 12:01:34 +08:00
|
|
|
|
<PreprocessorDefinitions>CC_ENABLE_CHIPMUNK_INTEGRATION=1;COCOS2D_DEBUG=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</ClCompile>
|
2015-06-04 00:25:50 +08:00
|
|
|
|
<Link>
|
|
|
|
|
<IgnoreSpecificDefaultLibraries>MSVCRT;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
</Link>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalOptions>/bigobj /Zm200 %(AdditionalOptions)</AdditionalOptions>
|
2015-02-28 02:36:48 +08:00
|
|
|
|
<DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
<ForcedIncludeFiles>pch.h</ForcedIncludeFiles>
|
|
|
|
|
<AdditionalIncludeDirectories>../../Classes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-02-28 02:36:48 +08:00
|
|
|
|
<SDLCheck>false</SDLCheck>
|
2015-07-22 12:01:34 +08:00
|
|
|
|
<PreprocessorDefinitions>CC_ENABLE_CHIPMUNK_INTEGRATION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalOptions>/bigobj /Zm200 %(AdditionalOptions)</AdditionalOptions>
|
2015-02-28 02:36:48 +08:00
|
|
|
|
<DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
<ForcedIncludeFiles>pch.h</ForcedIncludeFiles>
|
|
|
|
|
<AdditionalIncludeDirectories>../../Classes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-02-28 02:36:48 +08:00
|
|
|
|
<SDLCheck>false</SDLCheck>
|
2015-07-22 12:01:34 +08:00
|
|
|
|
<PreprocessorDefinitions>CC_ENABLE_CHIPMUNK_INTEGRATION=1;COCOS2D_DEBUG=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</ClCompile>
|
2015-06-04 00:25:50 +08:00
|
|
|
|
<Link>
|
|
|
|
|
<IgnoreSpecificDefaultLibraries>MSVCRT;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
</Link>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalOptions>/bigobj /Zm200 %(AdditionalOptions)</AdditionalOptions>
|
2015-02-28 02:36:48 +08:00
|
|
|
|
<DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
<ForcedIncludeFiles>pch.h</ForcedIncludeFiles>
|
|
|
|
|
<AdditionalIncludeDirectories>../../Classes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-02-28 02:36:48 +08:00
|
|
|
|
<SDLCheck>false</SDLCheck>
|
2015-07-22 12:01:34 +08:00
|
|
|
|
<PreprocessorDefinitions>CC_ENABLE_CHIPMUNK_INTEGRATION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalOptions>/bigobj /Zm200 %(AdditionalOptions)</AdditionalOptions>
|
2015-02-28 02:36:48 +08:00
|
|
|
|
<DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
<ForcedIncludeFiles>pch.h</ForcedIncludeFiles>
|
|
|
|
|
<AdditionalIncludeDirectories>../../Classes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-02-28 02:36:48 +08:00
|
|
|
|
<SDLCheck>false</SDLCheck>
|
2015-07-22 12:01:34 +08:00
|
|
|
|
<PreprocessorDefinitions>CC_ENABLE_CHIPMUNK_INTEGRATION=1;COCOS2D_DEBUG=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</ClCompile>
|
2015-06-04 00:25:50 +08:00
|
|
|
|
<Link>
|
|
|
|
|
<IgnoreSpecificDefaultLibraries>MSVCRT;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
</Link>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalOptions>/bigobj /Zm200 %(AdditionalOptions)</AdditionalOptions>
|
2015-02-28 02:36:48 +08:00
|
|
|
|
<DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
<ForcedIncludeFiles>pch.h</ForcedIncludeFiles>
|
|
|
|
|
<AdditionalIncludeDirectories>../../Classes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-02-28 02:36:48 +08:00
|
|
|
|
<SDLCheck>false</SDLCheck>
|
2015-07-22 12:01:34 +08:00
|
|
|
|
<PreprocessorDefinitions>CC_ENABLE_CHIPMUNK_INTEGRATION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<AppxManifest Include="Package.appxmanifest">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</AppxManifest>
|
|
|
|
|
<None Include="HelloCpp.Windows_TemporaryKey.pfx" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Image Include="Assets\Logo.scale-100.png" />
|
|
|
|
|
<Image Include="Assets\SmallLogo.scale-100.png" />
|
|
|
|
|
<Image Include="Assets\StoreLogo.scale-100.png" />
|
|
|
|
|
<Image Include="Assets\SplashScreen.scale-100.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-11-14 16:48:14 +08:00
|
|
|
|
<ProjectReference Include="..\..\cocos2d\cocos\2d\libcocos2d_8_1\libcocos2d_8_1\libcocos2d_8_1.Windows\libcocos2d_8_1.Windows.vcxproj">
|
2014-10-23 22:40:42 +08:00
|
|
|
|
<Project>{9335005f-678e-4e8e-9b84-50037216aec8}</Project>
|
|
|
|
|
</ProjectReference>
|
2014-11-14 16:48:14 +08:00
|
|
|
|
<ProjectReference Include="..\..\cocos2d\cocos\editor-support\spine\proj.win8.1-universal\libSpine.Windows\libSpine.Windows.vcxproj">
|
2014-10-23 22:40:42 +08:00
|
|
|
|
<Project>{f3550fe0-c795-44f6-8feb-093eb68143ae}</Project>
|
|
|
|
|
</ProjectReference>
|
2014-11-14 16:48:14 +08:00
|
|
|
|
<ProjectReference Include="..\..\cocos2d\external\Box2D\proj.win8.1-universal\libbox2d.Windows\libbox2d.Windows.vcxproj">
|
2014-10-23 22:40:42 +08:00
|
|
|
|
<Project>{3b26a12d-3a44-47ea-82d2-282660fc844d}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-16 05:32:27 +08:00
|
|
|
|
<ProjectReference Include="..\..\cocos2d\external\recast\proj.win8.1-universal\librecast.Windows\librecast.Windows.vcxproj">
|
|
|
|
|
<Project>{19e35654-a3ec-48fa-bb21-082a2356c87c}</Project>
|
|
|
|
|
</ProjectReference>
|
2014-10-23 22:40:42 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2015-10-20 22:39:42 +08:00
|
|
|
|
</Project>
|