From 8d1f4188ebdf41a42d359717105d90d9b3d19837 Mon Sep 17 00:00:00 2001 From: Dale Stammen Date: Fri, 28 Mar 2014 15:53:55 -0700 Subject: [PATCH] added wp8 support files and projects --- .../proj-wp8-xaml/cpp-empty-test.sln | 74 +++++ .../Resources/fonts/arial.ttf.REMOVED.git-id | 1 + .../cpp-empty-test/LocalizedStrings.cs | 14 + .../cpp-empty-test/Properties/AppManifest.xml | 6 + .../cpp-empty-test/Properties/AssemblyInfo.cs | 37 +++ .../Properties/WMAppManifest.xml | 37 +++ .../Resources/AppResources.Designer.cs | 83 +++++ .../Resources/AppResources.resx | 123 ++++++++ .../SplashScreenImage.jpg.REMOVED.git-id | 1 + .../cpp-empty-test/cpp-empty-test.csproj | 183 +++++++++++ .../cpp-empty-testComponent.vcxproj | 293 ++++++++++++++++++ .../cpp-empty-testComponent.vcxproj.filters | 57 ++++ .../cpp-empty-testComponent/pch.cpp | 1 + .../cpp-empty-testComponent/pch.h | 3 + 14 files changed, 913 insertions(+) create mode 100644 tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test.sln create mode 100644 tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Assets/Resources/fonts/arial.ttf.REMOVED.git-id create mode 100644 tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/LocalizedStrings.cs create mode 100644 tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Properties/AppManifest.xml create mode 100644 tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Properties/AssemblyInfo.cs create mode 100644 tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Properties/WMAppManifest.xml create mode 100644 tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Resources/AppResources.Designer.cs create mode 100644 tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Resources/AppResources.resx create mode 100644 tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/SplashScreenImage.jpg.REMOVED.git-id create mode 100644 tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/cpp-empty-test.csproj create mode 100644 tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-testComponent/cpp-empty-testComponent.vcxproj create mode 100644 tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-testComponent/cpp-empty-testComponent.vcxproj.filters create mode 100644 tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-testComponent/pch.cpp create mode 100644 tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-testComponent/pch.h diff --git a/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test.sln b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test.sln new file mode 100644 index 0000000000..23c3e66f70 --- /dev/null +++ b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test.sln @@ -0,0 +1,74 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cpp-empty-test", "cpp-empty-test\cpp-empty-test.csproj", "{5921FE12-7EF3-4847-8453-42EF286DDBE7}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpp-empty-testComponent", "cpp-empty-testComponent\cpp-empty-testComponent.vcxproj", "{F5D665F8-AE19-4F3F-99A7-230A1E8305D2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|ARM = Debug|ARM + Debug|Mixed Platforms = Debug|Mixed Platforms + Debug|Win32 = Debug|Win32 + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|ARM = Release|ARM + Release|Mixed Platforms = Release|Mixed Platforms + Release|Win32 = Release|Win32 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Debug|ARM.ActiveCfg = Debug|ARM + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Debug|ARM.Build.0 = Debug|ARM + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Debug|ARM.Deploy.0 = Debug|ARM + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Debug|Win32.ActiveCfg = Debug|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Debug|Win32.Build.0 = Debug|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Debug|Win32.Deploy.0 = Debug|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Debug|x86.ActiveCfg = Debug|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Debug|x86.Build.0 = Debug|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Debug|x86.Deploy.0 = Debug|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Release|Any CPU.Build.0 = Release|Any CPU + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Release|Any CPU.Deploy.0 = Release|Any CPU + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Release|ARM.ActiveCfg = Release|ARM + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Release|ARM.Build.0 = Release|ARM + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Release|ARM.Deploy.0 = Release|ARM + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Release|Mixed Platforms.Build.0 = Release|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Release|Mixed Platforms.Deploy.0 = Release|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Release|Win32.ActiveCfg = Release|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Release|Win32.Build.0 = Release|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Release|Win32.Deploy.0 = Release|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Release|x86.ActiveCfg = Release|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Release|x86.Build.0 = Release|x86 + {5921FE12-7EF3-4847-8453-42EF286DDBE7}.Release|x86.Deploy.0 = Release|x86 + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Debug|Any CPU.ActiveCfg = Debug|Win32 + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Debug|ARM.ActiveCfg = Debug|ARM + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Debug|ARM.Build.0 = Debug|ARM + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Debug|Mixed Platforms.Build.0 = Debug|Win32 + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Debug|Win32.ActiveCfg = Debug|Win32 + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Debug|Win32.Build.0 = Debug|Win32 + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Debug|x86.ActiveCfg = Debug|Win32 + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Debug|x86.Build.0 = Debug|Win32 + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Release|Any CPU.ActiveCfg = Release|Win32 + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Release|ARM.ActiveCfg = Release|ARM + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Release|ARM.Build.0 = Release|ARM + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Release|Mixed Platforms.ActiveCfg = Release|Win32 + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Release|Mixed Platforms.Build.0 = Release|Win32 + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Release|Win32.ActiveCfg = Release|Win32 + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Release|Win32.Build.0 = Release|Win32 + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Release|x86.ActiveCfg = Release|Win32 + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Assets/Resources/fonts/arial.ttf.REMOVED.git-id b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Assets/Resources/fonts/arial.ttf.REMOVED.git-id new file mode 100644 index 0000000000..0e6ab72e71 --- /dev/null +++ b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Assets/Resources/fonts/arial.ttf.REMOVED.git-id @@ -0,0 +1 @@ +abc899cd55086105f439df7a6d01db84168aebb5 \ No newline at end of file diff --git a/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/LocalizedStrings.cs b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/LocalizedStrings.cs new file mode 100644 index 0000000000..a7c1f23777 --- /dev/null +++ b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/LocalizedStrings.cs @@ -0,0 +1,14 @@ +using PhoneDirect3DXamlAppInterop.Resources; + +namespace PhoneDirect3DXamlAppInterop +{ + /// + /// Provides access to string resources. + /// + public class LocalizedStrings + { + private static AppResources _localizedResources = new AppResources(); + + public AppResources LocalizedResources { get { return _localizedResources; } } + } +} \ No newline at end of file diff --git a/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Properties/AppManifest.xml b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Properties/AppManifest.xml new file mode 100644 index 0000000000..6712a11783 --- /dev/null +++ b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Properties/AppManifest.xml @@ -0,0 +1,6 @@ + + + + diff --git a/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Properties/AssemblyInfo.cs b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..1b6c5d6478 --- /dev/null +++ b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Properties/AssemblyInfo.cs @@ -0,0 +1,37 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Resources; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("PhoneDirect3DXamlAppInterop")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("PhoneDirect3DXamlAppInterop")] +[assembly: AssemblyCopyright("Copyright © 2012")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("e9152507-1b95-4fca-9d7f-444a024ccb98")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: NeutralResourcesLanguageAttribute("en-US")] diff --git a/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Properties/WMAppManifest.xml b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Properties/WMAppManifest.xml new file mode 100644 index 0000000000..e980dc34e6 --- /dev/null +++ b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Properties/WMAppManifest.xml @@ -0,0 +1,37 @@ + + + + + Assets\ApplicationIcon.png + + + + + + + + + + + + + + Assets\Tiles\FlipCycleTileSmall.png + 0 + Assets\Tiles\FlipCycleTileMedium.png + PhoneDirect3DXamlAppInterop + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Resources/AppResources.Designer.cs b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Resources/AppResources.Designer.cs new file mode 100644 index 0000000000..0b373abeef --- /dev/null +++ b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Resources/AppResources.Designer.cs @@ -0,0 +1,83 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.17626 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace PhoneDirect3DXamlAppInterop.Resources +{ + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + public class AppResources + { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal AppResources() + { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Resources.ResourceManager ResourceManager + { + get + { + if (object.ReferenceEquals(resourceMan, null)) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PhoneDirect3DXamlAppInterop.Resources.AppResources", typeof(AppResources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Globalization.CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to MY APPLICATION. + /// + public static string ApplicationTitle + { + get + { + return ResourceManager.GetString("ApplicationTitle", resourceCulture); + } + } + } +} diff --git a/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Resources/AppResources.resx b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Resources/AppResources.resx new file mode 100644 index 0000000000..a87513f531 --- /dev/null +++ b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/Resources/AppResources.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MY APPLICATION + + \ No newline at end of file diff --git a/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/SplashScreenImage.jpg.REMOVED.git-id b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/SplashScreenImage.jpg.REMOVED.git-id new file mode 100644 index 0000000000..2959a752ac --- /dev/null +++ b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/SplashScreenImage.jpg.REMOVED.git-id @@ -0,0 +1 @@ +8a7cdf9e2a742c437953755b7c7735459e36b1ab \ No newline at end of file diff --git a/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/cpp-empty-test.csproj b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/cpp-empty-test.csproj new file mode 100644 index 0000000000..4301dbdbb6 --- /dev/null +++ b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-test/cpp-empty-test.csproj @@ -0,0 +1,183 @@ + + + + Debug + AnyCPU + 10.0.20506 + 2.0 + {5921FE12-7EF3-4847-8453-42EF286DDBE7} + {C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Library + Properties + PhoneDirect3DXamlAppInterop + PhoneDirect3DXamlAppInterop + WindowsPhone + v8.0 + $(TargetFrameworkVersion) + true + + + true + true + PhoneDirect3DXamlAppInterop_$(Configuration)_$(Platform).xap + Properties\AppManifest.xml + PhoneDirect3DXamlAppInterop.App + true + 11.0 + true + + + true + full + false + Bin\Debug + DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE + true + true + prompt + 4 + + + pdbonly + true + Bin\Release + TRACE;SILVERLIGHT;WINDOWS_PHONE + true + true + prompt + 4 + + + true + full + false + Bin\x86\Debug + DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE + true + true + prompt + 4 + + + pdbonly + true + Bin\x86\Release + TRACE;SILVERLIGHT;WINDOWS_PHONE + true + true + prompt + 4 + + + true + full + false + Bin\ARM\Debug + DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE + true + true + prompt + 4 + + + pdbonly + true + Bin\ARM\Release + TRACE;SILVERLIGHT;WINDOWS_PHONE + true + true + prompt + 4 + + + + App.xaml.cs + + + EditBox.xaml.cs + + + MainPage.xaml.cs + + + + + True + True + AppResources.resx + + + + + + Designer + + + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + + + PublicResXFileCodeGenerator + AppResources.Designer.cs + + + + + App.xaml + MSBuild:Compile + Designer + + + EditBox.xaml + MSBuild:Compile + Designer + + + MainPage.xaml + MSBuild:Compile + Designer + + + + + {F5D665F8-AE19-4F3F-99A7-230A1E8305D2} + cpp-empty-testComponent + + + + + Assets\Resources\%(RecursiveDir)%(FileName)%(Extension) + PreserveNewest + + + + + + + \ No newline at end of file diff --git a/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-testComponent/cpp-empty-testComponent.vcxproj b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-testComponent/cpp-empty-testComponent.vcxproj new file mode 100644 index 0000000000..95b62814da --- /dev/null +++ b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-testComponent/cpp-empty-testComponent.vcxproj @@ -0,0 +1,293 @@ + + + + + Debug + Win32 + + + Debug + ARM + + + Release + Win32 + + + Release + ARM + + + + {f5d665f8-ae19-4f3f-99a7-230a1e8305d2} + PhoneDirect3DXamlAppComponent + en-US + 11.0 + true + + + + + $(OutDir)\$(MSBuildProjectName)\ + + $(SolutionDir)$(Configuration)\$(MSBuildProjectName)\ + $(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName)\ + + false + + + DynamicLibrary + true + v110_wp80 + + + DynamicLibrary + true + v110_wp80 + + + DynamicLibrary + false + true + v110_wp80 + + + DynamicLibrary + false + true + v110_wp80 + + + + + + + + + + + + + + + + + + + + + + + + false + + + + WP8;_WINRT_DLL;CC_ENABLE_CHIPMUNK_INTEGRATION=1;COCOS2D_DEBUG=1;%(PreprocessorDefinitions) + Use + pch.h + $(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories) + true + $(ProjectDir)..\..\Classes;%(AdditionalIncludeDirectories) + pch.h + /Zm200 %(AdditionalOptions) + %(DisableSpecificWarnings) + + + Console + false + d3d11.lib;libGLESv2_phone.lib;libEGL_phone.lib;xaudio2.lib;libwebsockets.lib;libcurl.lib;%(AdditionalDependencies) + ole32.lib;%(IgnoreSpecificDefaultLibraries) + true + $(EngineRoot)external\wp8-specific\angle\prebuilt\$(Platform);$(EngineRoot)\external\curl\prebuilt\wp8\$(Platform);$(EngineRoot)external\websockets\prebuilt\wp8\$(Platform);%(AdditionalLibraryDirectories) + + + + + WP8;_WINRT_DLL;CC_ENABLE_CHIPMUNK_INTEGRATION=1;NDEBUG;%(PreprocessorDefinitions) + Use + pch.h + $(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories) + true + $(ProjectDir)..\..\Classes;%(AdditionalIncludeDirectories) + pch.h + /Zm200 %(AdditionalOptions) + %(DisableSpecificWarnings) + + + Console + false + d3d11.lib;libGLESv2_phone.lib;libEGL_phone.lib;xaudio2.lib;libwebsockets.lib;libcurl.lib;%(AdditionalDependencies) + ole32.lib;%(IgnoreSpecificDefaultLibraries) + true + $(EngineRoot)external\wp8-specific\angle\prebuilt\$(Platform);$(EngineRoot)\external\curl\prebuilt\wp8\$(Platform);$(EngineRoot)external\websockets\prebuilt\wp8\$(Platform);%(AdditionalLibraryDirectories) + + + + + WP8;_WINRT_DLL;CC_ENABLE_CHIPMUNK_INTEGRATION=1;COCOS2D_DEBUG=1;%(PreprocessorDefinitions) + Use + pch.h + $(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories) + true + $(ProjectDir)..\..\Classes;%(AdditionalIncludeDirectories) + pch.h + /Zm200 %(AdditionalOptions) + %(DisableSpecificWarnings) + + + Console + false + d3d11.lib;libGLESv2_phone.lib;libEGL_phone.lib;xaudio2.lib;libwebsockets.lib;libcurl.lib;%(AdditionalDependencies) + ole32.lib;%(IgnoreSpecificDefaultLibraries) + true + $(EngineRoot)external\wp8-specific\angle\prebuilt\$(Platform);$(EngineRoot)\external\curl\prebuilt\wp8\$(Platform);$(EngineRoot)external\websockets\prebuilt\wp8\$(Platform);%(AdditionalLibraryDirectories) + + + + + WP8;_WINRT_DLL;CC_ENABLE_CHIPMUNK_INTEGRATION=1;NDEBUG;%(PreprocessorDefinitions) + Use + pch.h + $(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories) + true + $(ProjectDir)..\..\Classes;%(AdditionalIncludeDirectories) + pch.h + /Zm200 %(AdditionalOptions) + %(DisableSpecificWarnings) + + + Console + false + d3d11.lib;libGLESv2_phone.lib;libEGL_phone.lib;xaudio2.lib;libwebsockets.lib;libcurl.lib;%(AdditionalDependencies) + ole32.lib;%(IgnoreSpecificDefaultLibraries) + true + $(EngineRoot)external\wp8-specific\angle\prebuilt\$(Platform);$(EngineRoot)\external\curl\prebuilt\wp8\$(Platform);$(EngineRoot)external\websockets\prebuilt\wp8\$(Platform);%(AdditionalLibraryDirectories) + + + + + true + false + + + + + + + + + + + + + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + + {b5af91b3-64ea-44e1-84b0-d759e93758fb} + + + {df125891-eee9-4466-b903-f828fd272158} + + + {20d4035d-fd3f-4fd3-baba-97bc1c38dfc2} + + + {51e5736e-e1a3-4c94-abb7-e92ecef9c12e} + + + {7d4fc6eb-9497-4804-98f3-3eaedc896154} + + + {7daa99e7-8e07-4fef-8374-8ec04e395d2e} + + + {88982c27-5a7b-40a8-86e7-b3187b44b322} + + + {08fb23e4-1517-4edc-b682-da238cdaa83d} + + + {04a0c42f-23bb-469b-a9d8-ca49136adbd4} + + + {c55734a3-702c-4fa1-b950-32c8e169302f} + + + {ba568a33-98f9-4d2a-bfff-c065adcb447a} + + + + + true + true + + + true + true + + + true + true + + + true + true + + + true + true + + + true + true + + + true + true + + + true + true + + + true + true + + + true + true + + + true + true + + + true + true + + + + + + + \ No newline at end of file diff --git a/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-testComponent/cpp-empty-testComponent.vcxproj.filters b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-testComponent/cpp-empty-testComponent.vcxproj.filters new file mode 100644 index 0000000000..2f3b8d287b --- /dev/null +++ b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-testComponent/cpp-empty-testComponent.vcxproj.filters @@ -0,0 +1,57 @@ + + + + + {ebfae752-00fd-4f6a-ac89-7f565a8a5a52} + + + + + Classes + + + Classes + + + + + + + + + + + + Classes + + + Classes + + + Classes + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-testComponent/pch.cpp b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-testComponent/pch.cpp new file mode 100644 index 0000000000..bcb5590be1 --- /dev/null +++ b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-testComponent/pch.cpp @@ -0,0 +1 @@ +#include "pch.h" diff --git a/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-testComponent/pch.h b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-testComponent/pch.h new file mode 100644 index 0000000000..842a70abec --- /dev/null +++ b/tests/cpp-empty-test/proj-wp8-xaml/cpp-empty-testComponent/pch.h @@ -0,0 +1,3 @@ +#pragma once + +#include "cocos2d.h" \ No newline at end of file