Thu, 22 Aug 2013 19:50:12 +0200
Flush progress with initial commit, improve application.
michael@0 | 1 | <?xml version="1.0" encoding="utf-8"?> |
michael@0 | 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
michael@0 | 3 | <ItemGroup Label="ProjectConfigurations"> |
michael@0 | 4 | <ProjectConfiguration Include="Debug|Win32"> |
michael@0 | 5 | <Configuration>Debug</Configuration> |
michael@0 | 6 | <Platform>Win32</Platform> |
michael@0 | 7 | </ProjectConfiguration> |
michael@0 | 8 | <ProjectConfiguration Include="Release|Win32"> |
michael@0 | 9 | <Configuration>Release</Configuration> |
michael@0 | 10 | <Platform>Win32</Platform> |
michael@0 | 11 | </ProjectConfiguration> |
michael@0 | 12 | <ProjectConfiguration Include="Debug|ARM"> |
michael@0 | 13 | <Configuration>Debug</Configuration> |
michael@0 | 14 | <Platform>ARM</Platform> |
michael@0 | 15 | </ProjectConfiguration> |
michael@0 | 16 | <ProjectConfiguration Include="Release|ARM"> |
michael@0 | 17 | <Configuration>Release</Configuration> |
michael@0 | 18 | <Platform>ARM</Platform> |
michael@0 | 19 | </ProjectConfiguration> |
michael@0 | 20 | </ItemGroup> |
michael@0 | 21 | |
michael@0 | 22 | <PropertyGroup Label="Globals"> |
michael@0 | 23 | <ProjectGuid>{2FE15D72-5E2A-1AB4-BA46-04DA82F28C47}</ProjectGuid> |
michael@0 | 24 | <RootNamespace>Astrokaat</RootNamespace> |
michael@0 | 25 | <DefaultLanguage>en-US</DefaultLanguage> |
michael@0 | 26 | <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> |
michael@0 | 27 | <WinMDAssembly>False</WinMDAssembly> |
michael@0 | 28 | </PropertyGroup> |
michael@0 | 29 | |
michael@0 | 30 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
michael@0 | 31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
michael@0 | 32 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
michael@0 | 33 | <UseDebugLibraries>true</UseDebugLibraries> |
michael@0 | 34 | <CharacterSet>Unicode</CharacterSet> |
michael@0 | 35 | <PlatformToolset>v110_wp80</PlatformToolset> |
michael@0 | 36 | <IgnoreImportLibrary>false</IgnoreImportLibrary> |
michael@0 | 37 | </PropertyGroup> |
michael@0 | 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
michael@0 | 39 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
michael@0 | 40 | <UseDebugLibraries>false</UseDebugLibraries> |
michael@0 | 41 | <CharacterSet>Unicode</CharacterSet> |
michael@0 | 42 | <PlatformToolset>v110_wp80</PlatformToolset> |
michael@0 | 43 | <IgnoreImportLibrary>false</IgnoreImportLibrary> |
michael@0 | 44 | </PropertyGroup> |
michael@0 | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> |
michael@0 | 46 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
michael@0 | 47 | <UseDebugLibraries>true</UseDebugLibraries> |
michael@0 | 48 | <CharacterSet>Unicode</CharacterSet> |
michael@0 | 49 | <PlatformToolset>v110_wp80</PlatformToolset> |
michael@0 | 50 | <IgnoreImportLibrary>false</IgnoreImportLibrary> |
michael@0 | 51 | </PropertyGroup> |
michael@0 | 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> |
michael@0 | 53 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
michael@0 | 54 | <UseDebugLibraries>false</UseDebugLibraries> |
michael@0 | 55 | <CharacterSet>Unicode</CharacterSet> |
michael@0 | 56 | <PlatformToolset>v110_wp80</PlatformToolset> |
michael@0 | 57 | <IgnoreImportLibrary>false</IgnoreImportLibrary> |
michael@0 | 58 | </PropertyGroup> |
michael@0 | 59 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
michael@0 | 60 | |
michael@0 | 61 | <ImportGroup Label="PropertySheets"> |
michael@0 | 62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
michael@0 | 63 | </ImportGroup> |
michael@0 | 64 | |
michael@0 | 65 | <PropertyGroup Label="UserMacros" /> |
michael@0 | 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
michael@0 | 67 | <LinkIncremental>true</LinkIncremental> |
michael@0 | 68 | <ExecutablePath>$(S3E_DIR)\bin;$(WP80ToolSetPath)bin;$(WindowsSDK_ExecutablePath_x86);$(WindowsMinSDKDir)bin\x86;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(VSInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH)</ExecutablePath> |
michael@0 | 69 | <IntDir>Debug_Astrokaat_vc11xwp_wp8devtoolset_x86\</IntDir> |
michael@0 | 70 | <OutDir>Debug_Astrokaat_vc11xwp_wp8devtoolset_x86\</OutDir> |
michael@0 | 71 | <TargetName>Astrokaat</TargetName> |
michael@0 | 72 | <TargetExt>.s86</TargetExt> |
michael@0 | 73 | <GenerateManifest>false</GenerateManifest> |
michael@0 | 74 | </PropertyGroup> |
michael@0 | 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
michael@0 | 76 | <LinkIncremental>false</LinkIncremental> |
michael@0 | 77 | <ExecutablePath>$(S3E_DIR)\bin;$(WP80ToolSetPath)bin;$(WindowsSDK_ExecutablePath_x86);$(WindowsMinSDKDir)bin\x86;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(VSInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH)</ExecutablePath> |
michael@0 | 78 | <IntDir>Release_Astrokaat_vc11xwp_wp8devtoolset_x86\</IntDir> |
michael@0 | 79 | <OutDir>Release_Astrokaat_vc11xwp_wp8devtoolset_x86\</OutDir> |
michael@0 | 80 | <TargetName>Astrokaat</TargetName> |
michael@0 | 81 | <TargetExt>.s86</TargetExt> |
michael@0 | 82 | <GenerateManifest>false</GenerateManifest> |
michael@0 | 83 | </PropertyGroup> |
michael@0 | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
michael@0 | 85 | <LinkIncremental>true</LinkIncremental> |
michael@0 | 86 | <ExecutablePath>$(S3E_DIR)\bin;$(WP80ToolSetPath)bin\x86_arm;$(WP80ToolSetPath)bin;$(WindowsSDK_ExecutablePath_x86);$(WindowsMinSDKDir)bin\arm;$(WindowsMinSDKDir)bin\x86;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(VSInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath> |
michael@0 | 87 | <IntDir>Debug_Astrokaat_vc11xwp_wp8devtoolset_arm\</IntDir> |
michael@0 | 88 | <OutDir>Debug_Astrokaat_vc11xwp_wp8devtoolset_arm\</OutDir> |
michael@0 | 89 | <TargetName>Astrokaat</TargetName> |
michael@0 | 90 | <TargetExt>.s86</TargetExt> |
michael@0 | 91 | <GenerateManifest>false</GenerateManifest> |
michael@0 | 92 | </PropertyGroup> |
michael@0 | 93 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
michael@0 | 94 | <LinkIncremental>false</LinkIncremental> |
michael@0 | 95 | <ExecutablePath>$(S3E_DIR)\bin;$(WP80ToolSetPath)bin\x86_arm;$(WP80ToolSetPath)bin;$(WindowsSDK_ExecutablePath_x86);$(WindowsMinSDKDir)bin\arm;$(WindowsMinSDKDir)bin\x86;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(VSInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath> |
michael@0 | 96 | <IntDir>Release_Astrokaat_vc11xwp_wp8devtoolset_arm\</IntDir> |
michael@0 | 97 | <OutDir>Release_Astrokaat_vc11xwp_wp8devtoolset_arm\</OutDir> |
michael@0 | 98 | <TargetName>Astrokaat</TargetName> |
michael@0 | 99 | <TargetExt>.s86</TargetExt> |
michael@0 | 100 | <GenerateManifest>false</GenerateManifest> |
michael@0 | 101 | </PropertyGroup> |
michael@0 | 102 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
michael@0 | 103 | <ClCompile> |
michael@0 | 104 | <WarningLevel>Level3</WarningLevel> |
michael@0 | 105 | <Optimization>Disabled</Optimization> |
michael@0 | 106 | <IntrinsicFunctions>false</IntrinsicFunctions> |
michael@0 | 107 | <FunctionLevelLinking>true</FunctionLevelLinking> |
michael@0 | 108 | <PreprocessorDefinitions>_USRDLL%(PreprocessorDefinitions);I3D_ARCH_X86;</PreprocessorDefinitions> |
michael@0 | 109 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
michael@0 | 110 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
michael@0 | 111 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
michael@0 | 112 | <AdditionalOptions>/S3Eproject /J /FI"c:\Users\Michel\Documents\Quick\Projects\Astrokaat\build_temp\temp_defines_debug.h"</AdditionalOptions> |
michael@0 | 113 | <TreatWarningAsError>false</TreatWarningAsError> |
michael@0 | 114 | <IgnoreStandardIncludePath>true</IgnoreStandardIncludePath> |
michael@0 | 115 | <AdditionalIncludeDirectories>c:/marmalade/quick/include;c:/marmalade/modules/third_party/openquick/include;c:/marmalade/modules/third_party/libjpeg/h;c:/marmalade/modules/third_party/zlib/h;c:/marmalade/modules/third_party/libpng/h;c:/marmalade/modules/iwutil/h;c:/marmalade/modules/iwgl/h;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/header;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/marmalade;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/h;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/headers;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/proj.marmalade;c:/marmalade/modules/third_party/cocos2dx/cocos2dx;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/include;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/marmalade;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/base_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/cocoa;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/draw_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/effects;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/keypad_dispatcher;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/label_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/layers_scenes_transitions_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/menu_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/misc_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/particle_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/physics_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/script_support;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/sprite_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/text_input_node;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/textures;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/tileMap_parallax_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/touch_dispatcher;c:/marmalade/modules/third_party/cocos2dx/cocosdenshion;c:/marmalade/modules/third_party/cocos2dx/cocosdenshion/include;c:/marmalade/modules/third_party/cocos2dx/external;c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua;c:/marmalade/modules/third_party/cocos2dx/scripting/lua/tolua;c:/marmalade/quick;c:/marmalade/extensions/s3efacebook/h;c:/marmalade/extensions/s3ewebview/h;c:/marmalade/extensions/s3eiosappstorebilling/h;c:/marmalade/extensions/s3eandroidmarketbilling/h;c:/marmalade/extensions/s3ebbappworldbilling/h;c:/marmalade/modules/iwbilling/source;c:/marmalade/modules/flurry/h;c:/marmalade/s3e/h;c:/marmalade/s3e/h/ext;c:/marmalade/s3e/h/std;c:/marmalade/s3e/h/std/c++;c:/marmalade/s3e/h/ext_legacy;c:/marmalade/s3e/h/legacy;.</AdditionalIncludeDirectories> |
michael@0 | 116 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
michael@0 | 117 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
michael@0 | 118 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 119 | <MinimalRebuild>false</MinimalRebuild> |
michael@0 | 120 | <AdditionalUsingDirectories>$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
michael@0 | 121 | <ExceptionHandling>SyncCThrow</ExceptionHandling> |
michael@0 | 122 | </ClCompile> |
michael@0 | 123 | <Link> |
michael@0 | 124 | <SubSystem>Console</SubSystem> |
michael@0 | 125 | <GenerateDebugInformation>true</GenerateDebugInformation> |
michael@0 | 126 | <AdditionalOptions> /include:_IwMain</AdditionalOptions> |
michael@0 | 127 | <AdditionalDependencies>WindowsPhoneCore.lib;RuntimeObject.lib;PhoneAppModelHost.lib;%(AdditionalDependencies);jpeg_d.lib;z_d.lib;png_d.lib;iwutil_d.lib;iwgl_d.lib;s3e_cpp_d.lib;s3e_d.lib;s3e_api.lib</AdditionalDependencies> |
michael@0 | 128 | <AdditionalLibraryDirectories>c:\marmalade\modules\third_party\libjpeg\lib\wp8\x86;c:\marmalade\modules\third_party\zlib\lib\wp8\x86;c:\marmalade\modules\third_party\libpng\lib\wp8\x86;c:\marmalade\modules\iwutil\lib\wp8\x86;c:\marmalade\modules\iwgl\lib\wp8\x86;c:\marmalade\s3e\lib\wp8\x86</AdditionalLibraryDirectories> |
michael@0 | 129 | <EnableCOMDATFolding>false</EnableCOMDATFolding> |
michael@0 | 130 | <OptimizeReferences>false</OptimizeReferences> |
michael@0 | 131 | <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
michael@0 | 132 | <EntryPointSymbol>DllEntryPoint</EntryPointSymbol> |
michael@0 | 133 | <IgnoreSpecificDefaultLibraries>libcmt</IgnoreSpecificDefaultLibraries> |
michael@0 | 134 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
michael@0 | 135 | <GenerateWindowsMetadata>false</GenerateWindowsMetadata> |
michael@0 | 136 | <ForceFileOutput></ForceFileOutput> |
michael@0 | 137 | </Link> |
michael@0 | 138 | <Lib> |
michael@0 | 139 | <AdditionalOptions> %(AdditionalOptions) </AdditionalOptions> |
michael@0 | 140 | </Lib> |
michael@0 | 141 | <PostBuildEvent> |
michael@0 | 142 | <Command>echo C:\Marmalade\s3e\python\python.exe .\process_map.py "$(TargetPath)"
chdir /d "c:\marmalade\s3e\tools"
C:\Marmalade\s3e\python\python.exe .\process_map.py "$(TargetPath)"
echo "c:\marmalade\s3e\bin\s3e_plink" -l "$(TargetPath)" -p WP8
chdir /d "c:\marmalade\s3e"
"c:\marmalade\s3e\bin\s3e_plink" -l "$(TargetPath)" -p WP8
</Command> |
michael@0 | 143 | </PostBuildEvent> |
michael@0 | 144 | </ItemDefinitionGroup> |
michael@0 | 145 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
michael@0 | 146 | <ClCompile> |
michael@0 | 147 | <WarningLevel>Level3</WarningLevel> |
michael@0 | 148 | <Optimization>MaxSpeed</Optimization> |
michael@0 | 149 | <IntrinsicFunctions>true</IntrinsicFunctions> |
michael@0 | 150 | <FunctionLevelLinking>true</FunctionLevelLinking> |
michael@0 | 151 | <PreprocessorDefinitions>_USRDLL%(PreprocessorDefinitions);I3D_ARCH_X86;</PreprocessorDefinitions> |
michael@0 | 152 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
michael@0 | 153 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
michael@0 | 154 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
michael@0 | 155 | <AdditionalOptions>/S3Eproject /J /FI"c:\Users\Michel\Documents\Quick\Projects\Astrokaat\build_temp\temp_defines_release.h"</AdditionalOptions> |
michael@0 | 156 | <TreatWarningAsError>false</TreatWarningAsError> |
michael@0 | 157 | <IgnoreStandardIncludePath>true</IgnoreStandardIncludePath> |
michael@0 | 158 | <AdditionalIncludeDirectories>c:/marmalade/quick/include;c:/marmalade/modules/third_party/openquick/include;c:/marmalade/modules/third_party/libjpeg/h;c:/marmalade/modules/third_party/zlib/h;c:/marmalade/modules/third_party/libpng/h;c:/marmalade/modules/iwutil/h;c:/marmalade/modules/iwgl/h;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/header;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/marmalade;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/h;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/headers;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/proj.marmalade;c:/marmalade/modules/third_party/cocos2dx/cocos2dx;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/include;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/marmalade;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/base_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/cocoa;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/draw_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/effects;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/keypad_dispatcher;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/label_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/layers_scenes_transitions_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/menu_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/misc_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/particle_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/physics_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/script_support;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/sprite_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/text_input_node;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/textures;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/tileMap_parallax_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/touch_dispatcher;c:/marmalade/modules/third_party/cocos2dx/cocosdenshion;c:/marmalade/modules/third_party/cocos2dx/cocosdenshion/include;c:/marmalade/modules/third_party/cocos2dx/external;c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua;c:/marmalade/modules/third_party/cocos2dx/scripting/lua/tolua;c:/marmalade/quick;c:/marmalade/extensions/s3efacebook/h;c:/marmalade/extensions/s3ewebview/h;c:/marmalade/extensions/s3eiosappstorebilling/h;c:/marmalade/extensions/s3eandroidmarketbilling/h;c:/marmalade/extensions/s3ebbappworldbilling/h;c:/marmalade/modules/iwbilling/source;c:/marmalade/modules/flurry/h;c:/marmalade/s3e/h;c:/marmalade/s3e/h/ext;c:/marmalade/s3e/h/std;c:/marmalade/s3e/h/std/c++;c:/marmalade/s3e/h/ext_legacy;c:/marmalade/s3e/h/legacy;.</AdditionalIncludeDirectories> |
michael@0 | 159 | <DebugInformationFormat>None</DebugInformationFormat> |
michael@0 | 160 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
michael@0 | 161 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 162 | <MinimalRebuild>false</MinimalRebuild> |
michael@0 | 163 | <AdditionalUsingDirectories>$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
michael@0 | 164 | <ExceptionHandling>SyncCThrow</ExceptionHandling> |
michael@0 | 165 | </ClCompile> |
michael@0 | 166 | <Link> |
michael@0 | 167 | <SubSystem>Console</SubSystem> |
michael@0 | 168 | <GenerateDebugInformation>false</GenerateDebugInformation> |
michael@0 | 169 | <AdditionalOptions> /include:_IwMain</AdditionalOptions> |
michael@0 | 170 | <AdditionalDependencies>WindowsPhoneCore.lib;RuntimeObject.lib;PhoneAppModelHost.lib;%(AdditionalDependencies);jpeg.lib;z.lib;png.lib;iwutil.lib;iwgl.lib;s3e_cpp.lib;s3e.lib;s3e_api.lib</AdditionalDependencies> |
michael@0 | 171 | <AdditionalLibraryDirectories>c:\marmalade\modules\third_party\libjpeg\lib\wp8\x86;c:\marmalade\modules\third_party\zlib\lib\wp8\x86;c:\marmalade\modules\third_party\libpng\lib\wp8\x86;c:\marmalade\modules\iwutil\lib\wp8\x86;c:\marmalade\modules\iwgl\lib\wp8\x86;c:\marmalade\s3e\lib\wp8\x86</AdditionalLibraryDirectories> |
michael@0 | 172 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
michael@0 | 173 | <OptimizeReferences>true</OptimizeReferences> |
michael@0 | 174 | <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
michael@0 | 175 | <EntryPointSymbol>DllEntryPoint</EntryPointSymbol> |
michael@0 | 176 | <IgnoreSpecificDefaultLibraries>libcmt</IgnoreSpecificDefaultLibraries> |
michael@0 | 177 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
michael@0 | 178 | <GenerateWindowsMetadata>false</GenerateWindowsMetadata> |
michael@0 | 179 | <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput> |
michael@0 | 180 | </Link> |
michael@0 | 181 | <Lib> |
michael@0 | 182 | <AdditionalOptions> %(AdditionalOptions) </AdditionalOptions> |
michael@0 | 183 | </Lib> |
michael@0 | 184 | <PostBuildEvent> |
michael@0 | 185 | <Command>echo C:\Marmalade\s3e\python\python.exe .\process_map.py "$(TargetPath)"
chdir /d "c:\marmalade\s3e\tools"
C:\Marmalade\s3e\python\python.exe .\process_map.py "$(TargetPath)"
echo "c:\marmalade\s3e\bin\s3e_plink" -l "$(TargetPath)" -p WP8
chdir /d "c:\marmalade\s3e"
"c:\marmalade\s3e\bin\s3e_plink" -l "$(TargetPath)" -p WP8
</Command> |
michael@0 | 186 | </PostBuildEvent> |
michael@0 | 187 | </ItemDefinitionGroup> |
michael@0 | 188 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
michael@0 | 189 | <ClCompile> |
michael@0 | 190 | <WarningLevel>Level3</WarningLevel> |
michael@0 | 191 | <Optimization>Disabled</Optimization> |
michael@0 | 192 | <IntrinsicFunctions>false</IntrinsicFunctions> |
michael@0 | 193 | <FunctionLevelLinking>true</FunctionLevelLinking> |
michael@0 | 194 | <PreprocessorDefinitions>_USRDLL%(PreprocessorDefinitions);I3D_ARCH_ARM;</PreprocessorDefinitions> |
michael@0 | 195 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
michael@0 | 196 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
michael@0 | 197 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
michael@0 | 198 | <AdditionalOptions>/S3Eproject /J /FI"c:\Users\Michel\Documents\Quick\Projects\Astrokaat\build_temp\temp_defines_debug.h"</AdditionalOptions> |
michael@0 | 199 | <TreatWarningAsError>false</TreatWarningAsError> |
michael@0 | 200 | <IgnoreStandardIncludePath>true</IgnoreStandardIncludePath> |
michael@0 | 201 | <AdditionalIncludeDirectories>c:/marmalade/quick/include;c:/marmalade/modules/third_party/openquick/include;c:/marmalade/modules/third_party/libjpeg/h;c:/marmalade/modules/third_party/zlib/h;c:/marmalade/modules/third_party/libpng/h;c:/marmalade/modules/iwutil/h;c:/marmalade/modules/iwgl/h;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/header;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/marmalade;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/h;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/headers;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/proj.marmalade;c:/marmalade/modules/third_party/cocos2dx/cocos2dx;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/include;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/marmalade;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/base_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/cocoa;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/draw_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/effects;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/keypad_dispatcher;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/label_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/layers_scenes_transitions_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/menu_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/misc_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/particle_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/physics_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/script_support;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/sprite_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/text_input_node;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/textures;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/tileMap_parallax_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/touch_dispatcher;c:/marmalade/modules/third_party/cocos2dx/cocosdenshion;c:/marmalade/modules/third_party/cocos2dx/cocosdenshion/include;c:/marmalade/modules/third_party/cocos2dx/external;c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua;c:/marmalade/modules/third_party/cocos2dx/scripting/lua/tolua;c:/marmalade/quick;c:/marmalade/extensions/s3efacebook/h;c:/marmalade/extensions/s3ewebview/h;c:/marmalade/extensions/s3eiosappstorebilling/h;c:/marmalade/extensions/s3eandroidmarketbilling/h;c:/marmalade/extensions/s3ebbappworldbilling/h;c:/marmalade/modules/iwbilling/source;c:/marmalade/modules/flurry/h;c:/marmalade/s3e/h;c:/marmalade/s3e/h/ext;c:/marmalade/s3e/h/std;c:/marmalade/s3e/h/std/c++;c:/marmalade/s3e/h/ext_legacy;c:/marmalade/s3e/h/legacy;.</AdditionalIncludeDirectories> |
michael@0 | 202 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
michael@0 | 203 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
michael@0 | 204 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 205 | <MinimalRebuild>false</MinimalRebuild> |
michael@0 | 206 | <AdditionalUsingDirectories>$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
michael@0 | 207 | <ExceptionHandling>SyncCThrow</ExceptionHandling> |
michael@0 | 208 | </ClCompile> |
michael@0 | 209 | <Link> |
michael@0 | 210 | <SubSystem>Console</SubSystem> |
michael@0 | 211 | <GenerateDebugInformation>true</GenerateDebugInformation> |
michael@0 | 212 | <AdditionalOptions> /include:_IwMain</AdditionalOptions> |
michael@0 | 213 | <AdditionalDependencies>WindowsPhoneCore.lib;RuntimeObject.lib;PhoneAppModelHost.lib;%(AdditionalDependencies);jpeg_d.lib;z_d.lib;png_d.lib;iwutil_d.lib;iwgl_d.lib;s3e_cpp_d.lib;s3e_d.lib;s3e_api.lib</AdditionalDependencies> |
michael@0 | 214 | <AdditionalLibraryDirectories>c:\marmalade\modules\third_party\libjpeg\lib\wp8\arm;c:\marmalade\modules\third_party\zlib\lib\wp8\arm;c:\marmalade\modules\third_party\libpng\lib\wp8\arm;c:\marmalade\modules\iwutil\lib\wp8\arm;c:\marmalade\modules\iwgl\lib\wp8\arm;c:\marmalade\s3e\lib\wp8\arm</AdditionalLibraryDirectories> |
michael@0 | 215 | <EnableCOMDATFolding>false</EnableCOMDATFolding> |
michael@0 | 216 | <OptimizeReferences>false</OptimizeReferences> |
michael@0 | 217 | <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
michael@0 | 218 | <EntryPointSymbol>DllEntryPoint</EntryPointSymbol> |
michael@0 | 219 | <IgnoreSpecificDefaultLibraries>libcmt</IgnoreSpecificDefaultLibraries> |
michael@0 | 220 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
michael@0 | 221 | <GenerateWindowsMetadata>false</GenerateWindowsMetadata> |
michael@0 | 222 | <ForceFileOutput></ForceFileOutput> |
michael@0 | 223 | </Link> |
michael@0 | 224 | <Lib> |
michael@0 | 225 | <AdditionalOptions> %(AdditionalOptions) </AdditionalOptions> |
michael@0 | 226 | </Lib> |
michael@0 | 227 | <PostBuildEvent> |
michael@0 | 228 | <Command>echo C:\Marmalade\s3e\python\python.exe .\process_map.py "$(TargetPath)"
chdir /d "c:\marmalade\s3e\tools"
C:\Marmalade\s3e\python\python.exe .\process_map.py "$(TargetPath)"
echo "c:\marmalade\s3e\bin\s3e_plink" -l "$(TargetPath)" -p WP8
chdir /d "c:\marmalade\s3e"
"c:\marmalade\s3e\bin\s3e_plink" -l "$(TargetPath)" -p WP8
</Command> |
michael@0 | 229 | </PostBuildEvent> |
michael@0 | 230 | </ItemDefinitionGroup> |
michael@0 | 231 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
michael@0 | 232 | <ClCompile> |
michael@0 | 233 | <WarningLevel>Level3</WarningLevel> |
michael@0 | 234 | <Optimization>MaxSpeed</Optimization> |
michael@0 | 235 | <IntrinsicFunctions>true</IntrinsicFunctions> |
michael@0 | 236 | <FunctionLevelLinking>true</FunctionLevelLinking> |
michael@0 | 237 | <PreprocessorDefinitions>_USRDLL%(PreprocessorDefinitions);I3D_ARCH_ARM;</PreprocessorDefinitions> |
michael@0 | 238 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
michael@0 | 239 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
michael@0 | 240 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
michael@0 | 241 | <AdditionalOptions>/S3Eproject /J /FI"c:\Users\Michel\Documents\Quick\Projects\Astrokaat\build_temp\temp_defines_release.h"</AdditionalOptions> |
michael@0 | 242 | <TreatWarningAsError>false</TreatWarningAsError> |
michael@0 | 243 | <IgnoreStandardIncludePath>true</IgnoreStandardIncludePath> |
michael@0 | 244 | <AdditionalIncludeDirectories>c:/marmalade/quick/include;c:/marmalade/modules/third_party/openquick/include;c:/marmalade/modules/third_party/libjpeg/h;c:/marmalade/modules/third_party/zlib/h;c:/marmalade/modules/third_party/libpng/h;c:/marmalade/modules/iwutil/h;c:/marmalade/modules/iwgl/h;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/header;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/marmalade;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/h;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/headers;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/proj.marmalade;c:/marmalade/modules/third_party/cocos2dx/cocos2dx;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/include;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/marmalade;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/base_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/cocoa;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/draw_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/effects;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/keypad_dispatcher;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/label_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/layers_scenes_transitions_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/menu_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/misc_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/particle_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/physics_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/script_support;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/sprite_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/text_input_node;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/textures;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/tileMap_parallax_nodes;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/touch_dispatcher;c:/marmalade/modules/third_party/cocos2dx/cocosdenshion;c:/marmalade/modules/third_party/cocos2dx/cocosdenshion/include;c:/marmalade/modules/third_party/cocos2dx/external;c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua;c:/marmalade/modules/third_party/cocos2dx/scripting/lua/tolua;c:/marmalade/quick;c:/marmalade/extensions/s3efacebook/h;c:/marmalade/extensions/s3ewebview/h;c:/marmalade/extensions/s3eiosappstorebilling/h;c:/marmalade/extensions/s3eandroidmarketbilling/h;c:/marmalade/extensions/s3ebbappworldbilling/h;c:/marmalade/modules/iwbilling/source;c:/marmalade/modules/flurry/h;c:/marmalade/s3e/h;c:/marmalade/s3e/h/ext;c:/marmalade/s3e/h/std;c:/marmalade/s3e/h/std/c++;c:/marmalade/s3e/h/ext_legacy;c:/marmalade/s3e/h/legacy;.</AdditionalIncludeDirectories> |
michael@0 | 245 | <DebugInformationFormat>None</DebugInformationFormat> |
michael@0 | 246 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
michael@0 | 247 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 248 | <MinimalRebuild>false</MinimalRebuild> |
michael@0 | 249 | <AdditionalUsingDirectories>$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
michael@0 | 250 | <ExceptionHandling>SyncCThrow</ExceptionHandling> |
michael@0 | 251 | </ClCompile> |
michael@0 | 252 | <Link> |
michael@0 | 253 | <SubSystem>Console</SubSystem> |
michael@0 | 254 | <GenerateDebugInformation>false</GenerateDebugInformation> |
michael@0 | 255 | <AdditionalOptions> /include:_IwMain</AdditionalOptions> |
michael@0 | 256 | <AdditionalDependencies>WindowsPhoneCore.lib;RuntimeObject.lib;PhoneAppModelHost.lib;%(AdditionalDependencies);jpeg.lib;z.lib;png.lib;iwutil.lib;iwgl.lib;s3e_cpp.lib;s3e.lib;s3e_api.lib</AdditionalDependencies> |
michael@0 | 257 | <AdditionalLibraryDirectories>c:\marmalade\modules\third_party\libjpeg\lib\wp8\arm;c:\marmalade\modules\third_party\zlib\lib\wp8\arm;c:\marmalade\modules\third_party\libpng\lib\wp8\arm;c:\marmalade\modules\iwutil\lib\wp8\arm;c:\marmalade\modules\iwgl\lib\wp8\arm;c:\marmalade\s3e\lib\wp8\arm</AdditionalLibraryDirectories> |
michael@0 | 258 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
michael@0 | 259 | <OptimizeReferences>true</OptimizeReferences> |
michael@0 | 260 | <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
michael@0 | 261 | <EntryPointSymbol>DllEntryPoint</EntryPointSymbol> |
michael@0 | 262 | <IgnoreSpecificDefaultLibraries>libcmt</IgnoreSpecificDefaultLibraries> |
michael@0 | 263 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
michael@0 | 264 | <GenerateWindowsMetadata>false</GenerateWindowsMetadata> |
michael@0 | 265 | <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput> |
michael@0 | 266 | </Link> |
michael@0 | 267 | <Lib> |
michael@0 | 268 | <AdditionalOptions> %(AdditionalOptions) </AdditionalOptions> |
michael@0 | 269 | </Lib> |
michael@0 | 270 | <PostBuildEvent> |
michael@0 | 271 | <Command>echo C:\Marmalade\s3e\python\python.exe .\process_map.py "$(TargetPath)"
chdir /d "c:\marmalade\s3e\tools"
C:\Marmalade\s3e\python\python.exe .\process_map.py "$(TargetPath)"
echo "c:\marmalade\s3e\bin\s3e_plink" -l "$(TargetPath)" -p WP8
chdir /d "c:\marmalade\s3e"
"c:\marmalade\s3e\bin\s3e_plink" -l "$(TargetPath)" -p WP8
</Command> |
michael@0 | 272 | </PostBuildEvent> |
michael@0 | 273 | </ItemDefinitionGroup> |
michael@0 | 274 | <ItemGroup> |
michael@0 | 275 | <None Include="c:/marmalade/modules/flurry/interface/Flurry.defines.txt" /> |
michael@0 | 276 | <None Include="c:/marmalade/quick/data/quicklua/marmalade/QAds.lua" /> |
michael@0 | 277 | <None Include="c:/marmalade/quick/data/quicklua/marmalade/QAnalytics.lua" /> |
michael@0 | 278 | <None Include="c:/marmalade/quick/data/quicklua/QAnimation.lua" /> |
michael@0 | 279 | <None Include="c:/marmalade/quick/data/quicklua/QAtlas.lua" /> |
michael@0 | 280 | <None Include="c:/marmalade/quick/data/quicklua/QAudio.lua" /> |
michael@0 | 281 | <None Include="c:/marmalade/quick/data/quicklua/marmalade/QBilling.lua" /> |
michael@0 | 282 | <None Include="c:/marmalade/quick/data/quicklua/marmalade/QBrowser.lua" /> |
michael@0 | 283 | <None Include="c:/marmalade/quick/data/quicklua/QCircle.lua" /> |
michael@0 | 284 | <None Include="c:/marmalade/quick/data/quicklua/QColor.lua" /> |
michael@0 | 285 | <None Include="c:/marmalade/quick/data/quicklua/marmalade/QCompass.lua" /> |
michael@0 | 286 | <None Include="c:/marmalade/quick/data/quicklua/QConfig.lua" /> |
michael@0 | 287 | <None Include="c:/marmalade/quick/data/quicklua/marmalade/QCrypto.lua" /> |
michael@0 | 288 | <None Include="c:/marmalade/quick/data/quicklua/QDebug.lua" /> |
michael@0 | 289 | <None Include="c:/marmalade/quick/data/quicklua/marmalade/QDevice.lua" /> |
michael@0 | 290 | <None Include="c:/marmalade/quick/data/quicklua/QDirector.lua" /> |
michael@0 | 291 | <None Include="c:/marmalade/quick/data/quicklua/QEvent.lua" /> |
michael@0 | 292 | <None Include="c:/marmalade/quick/data/quicklua/marmalade/QFacebook.lua" /> |
michael@0 | 293 | <None Include="c:/marmalade/quick/data/quicklua/QFont.lua" /> |
michael@0 | 294 | <None Include="c:/marmalade/quick/data/quicklua/QJoint.lua" /> |
michael@0 | 295 | <None Include="c:/marmalade/quick/data/quicklua/QLabel.lua" /> |
michael@0 | 296 | <None Include="c:/marmalade/quick/data/quicklua/QLines.lua" /> |
michael@0 | 297 | <None Include="c:/marmalade/quick/data/quicklua/marmalade/QLocation.lua" /> |
michael@0 | 298 | <None Include="c:/marmalade/quick/data/quicklua/QLsqlite3.lua" /> |
michael@0 | 299 | <None Include="c:/marmalade/quick/data/quicklua/marmalade/QLuasocket.lua" /> |
michael@0 | 300 | <None Include="c:/marmalade/quick/data/quicklua/marmalade/QNUI.lua" /> |
michael@0 | 301 | <None Include="c:/marmalade/quick/data/quicklua/QNode.lua" /> |
michael@0 | 302 | <None Include="c:/marmalade/quick/data/quicklua/QParticles.lua" /> |
michael@0 | 303 | <None Include="c:/marmalade/quick/data/quicklua/QPhysics.lua" /> |
michael@0 | 304 | <None Include="c:/marmalade/quick/data/quicklua/QRectangle.lua" /> |
michael@0 | 305 | <None Include="c:/marmalade/quick/data/quicklua/QScene.lua" /> |
michael@0 | 306 | <None Include="c:/marmalade/quick/data/quicklua/QSprite.lua" /> |
michael@0 | 307 | <None Include="c:/marmalade/quick/data/quicklua/QSystem.lua" /> |
michael@0 | 308 | <None Include="c:/marmalade/quick/data/quicklua/QTimer.lua" /> |
michael@0 | 309 | <None Include="c:/marmalade/quick/data/quicklua/QTween.lua" /> |
michael@0 | 310 | <None Include="c:/marmalade/quick/data/quicklua/QVector.lua" /> |
michael@0 | 311 | <None Include="c:/marmalade/quick/data/quicklua/marmalade/QVideo.lua" /> |
michael@0 | 312 | <None Include="c:/marmalade/quick/data/quicklua/marmalade/QWebView.lua" /> |
michael@0 | 313 | <None Include="c:/marmalade/quick/data/quicklua/Qjson.lua" /> |
michael@0 | 314 | <None Include="c:/marmalade/s3e/h/std/c++/algorithm" /> |
michael@0 | 315 | <None Include="c:/Users/Michel/Documents/Quick/Projects/Astrokaat/resources/app.icf" /> |
michael@0 | 316 | <None Include="c:/marmalade/modules/iwbilling/docs/billing.config.txt" /> |
michael@0 | 317 | <None Include="c:/marmalade/s3e/h/std/c++/bitset" /> |
michael@0 | 318 | <None Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/proj.marmalade/box2d.mkf" /> |
michael@0 | 319 | <None Include="c:/marmalade/s3e/h/std/c++/cassert" /> |
michael@0 | 320 | <None Include="c:/marmalade/s3e/h/std/c++/cctype" /> |
michael@0 | 321 | <None Include="c:/marmalade/s3e/h/std/c++/cerrno" /> |
michael@0 | 322 | <None Include="c:/marmalade/s3e/h/std/c++/cfloat" /> |
michael@0 | 323 | <None Include="c:/marmalade/quick/data/quicklua/class.lua" /> |
michael@0 | 324 | <None Include="c:/marmalade/s3e/h/std/c++/climits" /> |
michael@0 | 325 | <None Include="c:/marmalade/s3e/h/std/c++/clocale" /> |
michael@0 | 326 | <None Include="c:/marmalade/s3e/h/std/c++/cmath" /> |
michael@0 | 327 | <None Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/proj.marmalade/cocos2dx.mkf" /> |
michael@0 | 328 | <None Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/proj.marmalade/cocos2dx_public.defines.txt" /> |
michael@0 | 329 | <None Include="c:/marmalade/modules/third_party/cocos2dx/cocosdenshion/proj.marmalade/cocosdenshion.mkf" /> |
michael@0 | 330 | <None Include="c:/Users/Michel/Documents/Quick/Projects/Astrokaat/resources/common.icf" /> |
michael@0 | 331 | <None Include="c:/marmalade/s3e/h/std/c++/complex" /> |
michael@0 | 332 | <None Include="c:/marmalade/quick/data/quicklua/config.lua" /> |
michael@0 | 333 | <None Include="c:/marmalade/s3e/h/std/c++/csetjmp" /> |
michael@0 | 334 | <None Include="c:/marmalade/s3e/h/std/c++/csignal" /> |
michael@0 | 335 | <None Include="c:/marmalade/s3e/h/std/c++/cstdarg" /> |
michael@0 | 336 | <None Include="c:/marmalade/s3e/h/std/c++/cstddef" /> |
michael@0 | 337 | <None Include="c:/marmalade/s3e/h/std/c++/cstdio" /> |
michael@0 | 338 | <None Include="c:/marmalade/s3e/h/std/c++/cstdlib" /> |
michael@0 | 339 | <None Include="c:/marmalade/s3e/h/std/c++/cstring" /> |
michael@0 | 340 | <None Include="c:/marmalade/s3e/h/std/c++/ctime" /> |
michael@0 | 341 | <None Include="c:/marmalade/s3e/h/std/c++/cwchar" /> |
michael@0 | 342 | <None Include="c:/marmalade/s3e/h/std/c++/cwctype" /> |
michael@0 | 343 | <None Include="c:/marmalade/quick/data/quicklua/dbg.lua" /> |
michael@0 | 344 | <None Include="c:/marmalade/s3e/h/std/c++/deque" /> |
michael@0 | 345 | <None Include="c:/marmalade/s3e/h/std/c++/exception" /> |
michael@0 | 346 | <None Include="c:/marmalade/modules/flurry/flurry.mkf" /> |
michael@0 | 347 | <None Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype.mkf" /> |
michael@0 | 348 | <None Include="c:/marmalade/s3e/h/std/c++/fstream" /> |
michael@0 | 349 | <None Include="c:/marmalade/s3e/h/std/c++/functional" /> |
michael@0 | 350 | <None Include="c:/marmalade/s3e/h/std/c++/hash_map" /> |
michael@0 | 351 | <None Include="c:/marmalade/s3e/h/std/c++/hash_set" /> |
michael@0 | 352 | <None Include="c:/marmalade/s3e/h/std/c++/iomanip" /> |
michael@0 | 353 | <None Include="c:/marmalade/s3e/h/std/c++/ios" /> |
michael@0 | 354 | <None Include="c:/marmalade/s3e/h/std/c++/iosfwd" /> |
michael@0 | 355 | <None Include="c:/marmalade/s3e/h/std/c++/iostream" /> |
michael@0 | 356 | <None Include="c:/marmalade/s3e/h/std/c++/istream" /> |
michael@0 | 357 | <None Include="c:/marmalade/s3e/h/std/c++/iterator" /> |
michael@0 | 358 | <None Include="c:/marmalade/modules/iwbilling/iwbilling.mkf" /> |
michael@0 | 359 | <None Include="c:/marmalade/modules/iwgl/docs/iwgl.config.txt" /> |
michael@0 | 360 | <None Include="c:/marmalade/modules/iwgl/iwgl.mkf" /> |
michael@0 | 361 | <None Include="c:/marmalade/modules/iwutil/docs/iwutil.config.txt" /> |
michael@0 | 362 | <None Include="c:/marmalade/modules/iwutil/iwutil.mkf" /> |
michael@0 | 363 | <None Include="c:/marmalade/modules/third_party/libjpeg/libjpeg.mkf" /> |
michael@0 | 364 | <None Include="c:/marmalade/modules/third_party/libpng/libpng.mkf" /> |
michael@0 | 365 | <None Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/libtiff.mkf" /> |
michael@0 | 366 | <None Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2.mkf" /> |
michael@0 | 367 | <None Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/marmalade/libxml2_public.defines.txt" /> |
michael@0 | 368 | <None Include="c:/marmalade/s3e/h/std/c++/limits" /> |
michael@0 | 369 | <None Include="c:/marmalade/s3e/h/std/c++/list" /> |
michael@0 | 370 | <None Include="c:/marmalade/s3e/h/std/c++/locale" /> |
michael@0 | 371 | <None Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/proj.marmalade/lua.mkf" /> |
michael@0 | 372 | <None Include="c:/Users/Michel/Documents/Quick/Projects/Astrokaat/resources/main.lua" /> |
michael@0 | 373 | <None Include="c:/marmalade/s3e/h/std/c++/map" /> |
michael@0 | 374 | <None Include="c:/marmalade/s3e/h/std/c++/memory" /> |
michael@0 | 375 | <None Include="c:/marmalade/s3e/h/std/c++/new" /> |
michael@0 | 376 | <None Include="c:/marmalade/s3e/h/std/c++/numeric" /> |
michael@0 | 377 | <None Include="c:/marmalade/quick/data/quicklua/openquick.lua" /> |
michael@0 | 378 | <None Include="c:/marmalade/modules/third_party/openquick/proj.marmalade/openquick.mkf" /> |
michael@0 | 379 | <None Include="c:/marmalade/modules/third_party/openquick/openquick_tolua.pkg" /> |
michael@0 | 380 | <None Include="c:/marmalade/s3e/h/std/c++/ostream" /> |
michael@0 | 381 | <None Include="c:/marmalade/s3e/h/std/c++/pthread_alloc" /> |
michael@0 | 382 | <None Include="c:/marmalade/s3e/h/std/c++/queue" /> |
michael@0 | 383 | <None Include="c:/marmalade/quick/docs/quick.config.txt" /> |
michael@0 | 384 | <None Include="c:/marmalade/quick/data/quicklua/marmalade/quick.lua" /> |
michael@0 | 385 | <None Include="c:/marmalade/quick/quick.mkf" /> |
michael@0 | 386 | <None Include="c:/marmalade/quick/quick_tolua.pkg" /> |
michael@0 | 387 | <None Include="c:/marmalade/quick/quickuser.mkf" /> |
michael@0 | 388 | <None Include="c:/marmalade/quick/quickuser_tolua.pkg" /> |
michael@0 | 389 | <None Include="c:/marmalade/s3e/h/std/c++/rope" /> |
michael@0 | 390 | <None Include="c:/marmalade/s3e/s3e.config.txt" /> |
michael@0 | 391 | <None Include="c:/marmalade/s3e/s3e.icf" /> |
michael@0 | 392 | <None Include="c:/marmalade/s3e/s3e.mkf" /> |
michael@0 | 393 | <None Include="c:/marmalade/extensions/s3eandroidmarketbilling/interface/s3eAndroidMarketBilling.defines.txt" /> |
michael@0 | 394 | <None Include="c:/marmalade/extensions/s3ebbappworldbilling/interface/s3eBBAppWorldBilling.defines.txt" /> |
michael@0 | 395 | <None Include="c:/marmalade/extensions/s3efacebook/interface/s3eFacebook.defines.txt" /> |
michael@0 | 396 | <None Include="c:/marmalade/extensions/s3eiosappstorebilling/interface/s3eIOSAppStoreBilling.defines.txt" /> |
michael@0 | 397 | <None Include="c:/marmalade/extensions/s3ewebview/interface/s3eWebView.defines.txt" /> |
michael@0 | 398 | <None Include="c:/marmalade/extensions/s3eandroidmarketbilling/s3eandroidmarketbilling.mkf" /> |
michael@0 | 399 | <None Include="c:/marmalade/extensions/s3ebbappworldbilling/s3ebbappworldbilling.mkf" /> |
michael@0 | 400 | <None Include="c:/marmalade/extensions/s3efacebook/s3efacebook.mkf" /> |
michael@0 | 401 | <None Include="c:/marmalade/extensions/s3eiosappstorebilling/s3eiosappstorebilling.mkf" /> |
michael@0 | 402 | <None Include="c:/marmalade/extensions/s3ewebview/s3ewebview.mkf" /> |
michael@0 | 403 | <None Include="c:/marmalade/s3e/h/std/c++/set" /> |
michael@0 | 404 | <None Include="c:/marmalade/s3e/h/std/c++/slist" /> |
michael@0 | 405 | <None Include="c:/marmalade/s3e/h/std/c++/sstream" /> |
michael@0 | 406 | <None Include="c:/marmalade/s3e/h/std/c++/stack" /> |
michael@0 | 407 | <None Include="c:/marmalade/s3e/h/std/c++/stdexcept" /> |
michael@0 | 408 | <None Include="c:/marmalade/s3e/h/std/c++/stdio_streambuf" /> |
michael@0 | 409 | <None Include="c:/marmalade/s3e/h/std/c++/streambuf" /> |
michael@0 | 410 | <None Include="c:/marmalade/s3e/h/std/c++/string" /> |
michael@0 | 411 | <None Include="c:/marmalade/s3e/h/std/c++/strstream" /> |
michael@0 | 412 | <None Include="c:/marmalade/s3e/h/std/c++/typeinfo" /> |
michael@0 | 413 | <None Include="c:/marmalade/s3e/h/std/c++/utility" /> |
michael@0 | 414 | <None Include="c:/marmalade/s3e/h/std/c++/valarray" /> |
michael@0 | 415 | <None Include="c:/marmalade/s3e/h/std/c++/vector" /> |
michael@0 | 416 | <None Include="c:/marmalade/modules/third_party/zlib/zlib.mkf" /> |
michael@0 | 417 | <CustomBuild Include="..\Astrokaat.mkb"> |
michael@0 | 418 | <FileType>Document</FileType> |
michael@0 | 419 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"C:\Marmalade\s3e\python\python.exe" "C:\Marmalade\s3e\makefile_builder\mkb.py" "--buildenv=VC11XWP" "--buildenv-toolset=WP8DEV" "c:/Users/Michel/Documents/Quick/Projects/Astrokaat/Astrokaat.mkb" "--default-buildenv=vc11x" --msvc-project</Command> |
michael@0 | 420 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Astrokaat_vc11xwp_wp8devtoolset.stamp</Outputs> |
michael@0 | 421 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">c:/marmalade/modules/third_party/cocos2dx/cocos2dx/proj.marmalade/cocos2dx.mkf;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/libtiff.mkf;c:/marmalade/modules/third_party/cocos2dx/scripting/lua/proj.marmalade/lua.mkf;c:/marmalade/extensions/s3eiosappstorebilling/s3eiosappstorebilling.mkf;c:/marmalade/quick/quickuser.mkf;c:/marmalade/modules/iwutil/iwutil.mkf;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype.mkf;c:/marmalade/modules/third_party/zlib/zlib.mkf;c:/marmalade/modules/third_party/libpng/libpng.mkf;c:/marmalade/s3e/s3e.mkf;c:/marmalade/extensions/s3eandroidmarketbilling/s3eandroidmarketbilling.mkf;c:/marmalade/extensions/s3ewebview/s3ewebview.mkf;c:/marmalade/modules/iwgl/iwgl.mkf;c:/marmalade/quick/quick.mkf;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2.mkf;c:/marmalade/modules/third_party/openquick/proj.marmalade/openquick.mkf;c:/marmalade/modules/third_party/cocos2dx/external/box2d/proj.marmalade/box2d.mkf;c:/marmalade/extensions/s3ebbappworldbilling/s3ebbappworldbilling.mkf;c:/marmalade/modules/flurry/flurry.mkf;c:/marmalade/modules/third_party/cocos2dx/cocosdenshion/proj.marmalade/cocosdenshion.mkf;c:/marmalade/modules/third_party/libjpeg/libjpeg.mkf;c:/marmalade/modules/iwbilling/iwbilling.mkf;c:/marmalade/extensions/s3efacebook/s3efacebook.mkf</AdditionalInputs> |
michael@0 | 422 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"C:\Marmalade\s3e\python\python.exe" "C:\Marmalade\s3e\makefile_builder\mkb.py" "--buildenv=VC11XWP" "--buildenv-toolset=WP8DEV" "c:/Users/Michel/Documents/Quick/Projects/Astrokaat/Astrokaat.mkb" "--default-buildenv=vc11x" --msvc-project</Command> |
michael@0 | 423 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Astrokaat_vc11xwp_wp8devtoolset.stamp</Outputs> |
michael@0 | 424 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">c:/marmalade/modules/third_party/cocos2dx/cocos2dx/proj.marmalade/cocos2dx.mkf;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/libtiff.mkf;c:/marmalade/modules/third_party/cocos2dx/scripting/lua/proj.marmalade/lua.mkf;c:/marmalade/extensions/s3eiosappstorebilling/s3eiosappstorebilling.mkf;c:/marmalade/quick/quickuser.mkf;c:/marmalade/modules/iwutil/iwutil.mkf;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype.mkf;c:/marmalade/modules/third_party/zlib/zlib.mkf;c:/marmalade/modules/third_party/libpng/libpng.mkf;c:/marmalade/s3e/s3e.mkf;c:/marmalade/extensions/s3eandroidmarketbilling/s3eandroidmarketbilling.mkf;c:/marmalade/extensions/s3ewebview/s3ewebview.mkf;c:/marmalade/modules/iwgl/iwgl.mkf;c:/marmalade/quick/quick.mkf;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2.mkf;c:/marmalade/modules/third_party/openquick/proj.marmalade/openquick.mkf;c:/marmalade/modules/third_party/cocos2dx/external/box2d/proj.marmalade/box2d.mkf;c:/marmalade/extensions/s3ebbappworldbilling/s3ebbappworldbilling.mkf;c:/marmalade/modules/flurry/flurry.mkf;c:/marmalade/modules/third_party/cocos2dx/cocosdenshion/proj.marmalade/cocosdenshion.mkf;c:/marmalade/modules/third_party/libjpeg/libjpeg.mkf;c:/marmalade/modules/iwbilling/iwbilling.mkf;c:/marmalade/extensions/s3efacebook/s3efacebook.mkf</AdditionalInputs> |
michael@0 | 425 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">"C:\Marmalade\s3e\python\python.exe" "C:\Marmalade\s3e\makefile_builder\mkb.py" "--buildenv=VC11XWP" "--buildenv-toolset=WP8DEV" "c:/Users/Michel/Documents/Quick/Projects/Astrokaat/Astrokaat.mkb" "--default-buildenv=vc11x" --msvc-project</Command> |
michael@0 | 426 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Astrokaat_vc11xwp_wp8devtoolset.stamp</Outputs> |
michael@0 | 427 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">c:/marmalade/modules/third_party/cocos2dx/cocos2dx/proj.marmalade/cocos2dx.mkf;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/libtiff.mkf;c:/marmalade/modules/third_party/cocos2dx/scripting/lua/proj.marmalade/lua.mkf;c:/marmalade/extensions/s3eiosappstorebilling/s3eiosappstorebilling.mkf;c:/marmalade/quick/quickuser.mkf;c:/marmalade/modules/iwutil/iwutil.mkf;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype.mkf;c:/marmalade/modules/third_party/zlib/zlib.mkf;c:/marmalade/modules/third_party/libpng/libpng.mkf;c:/marmalade/s3e/s3e.mkf;c:/marmalade/extensions/s3eandroidmarketbilling/s3eandroidmarketbilling.mkf;c:/marmalade/extensions/s3ewebview/s3ewebview.mkf;c:/marmalade/modules/iwgl/iwgl.mkf;c:/marmalade/quick/quick.mkf;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2.mkf;c:/marmalade/modules/third_party/openquick/proj.marmalade/openquick.mkf;c:/marmalade/modules/third_party/cocos2dx/external/box2d/proj.marmalade/box2d.mkf;c:/marmalade/extensions/s3ebbappworldbilling/s3ebbappworldbilling.mkf;c:/marmalade/modules/flurry/flurry.mkf;c:/marmalade/modules/third_party/cocos2dx/cocosdenshion/proj.marmalade/cocosdenshion.mkf;c:/marmalade/modules/third_party/libjpeg/libjpeg.mkf;c:/marmalade/modules/iwbilling/iwbilling.mkf;c:/marmalade/extensions/s3efacebook/s3efacebook.mkf</AdditionalInputs> |
michael@0 | 428 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">"C:\Marmalade\s3e\python\python.exe" "C:\Marmalade\s3e\makefile_builder\mkb.py" "--buildenv=VC11XWP" "--buildenv-toolset=WP8DEV" "c:/Users/Michel/Documents/Quick/Projects/Astrokaat/Astrokaat.mkb" "--default-buildenv=vc11x" --msvc-project</Command> |
michael@0 | 429 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Astrokaat_vc11xwp_wp8devtoolset.stamp</Outputs> |
michael@0 | 430 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">c:/marmalade/modules/third_party/cocos2dx/cocos2dx/proj.marmalade/cocos2dx.mkf;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/libtiff.mkf;c:/marmalade/modules/third_party/cocos2dx/scripting/lua/proj.marmalade/lua.mkf;c:/marmalade/extensions/s3eiosappstorebilling/s3eiosappstorebilling.mkf;c:/marmalade/quick/quickuser.mkf;c:/marmalade/modules/iwutil/iwutil.mkf;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype.mkf;c:/marmalade/modules/third_party/zlib/zlib.mkf;c:/marmalade/modules/third_party/libpng/libpng.mkf;c:/marmalade/s3e/s3e.mkf;c:/marmalade/extensions/s3eandroidmarketbilling/s3eandroidmarketbilling.mkf;c:/marmalade/extensions/s3ewebview/s3ewebview.mkf;c:/marmalade/modules/iwgl/iwgl.mkf;c:/marmalade/quick/quick.mkf;c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2.mkf;c:/marmalade/modules/third_party/openquick/proj.marmalade/openquick.mkf;c:/marmalade/modules/third_party/cocos2dx/external/box2d/proj.marmalade/box2d.mkf;c:/marmalade/extensions/s3ebbappworldbilling/s3ebbappworldbilling.mkf;c:/marmalade/modules/flurry/flurry.mkf;c:/marmalade/modules/third_party/cocos2dx/cocosdenshion/proj.marmalade/cocosdenshion.mkf;c:/marmalade/modules/third_party/libjpeg/libjpeg.mkf;c:/marmalade/modules/iwbilling/iwbilling.mkf;c:/marmalade/extensions/s3efacebook/s3efacebook.mkf</AdditionalInputs> |
michael@0 | 431 | </CustomBuild> |
michael@0 | 432 | </ItemGroup> |
michael@0 | 433 | <ItemGroup> |
michael@0 | 434 | <ClInclude Include="c:/marmalade/s3e/h/AirplayVersion.h" /> |
michael@0 | 435 | <ClInclude Include="c:/marmalade/quick/include/AppDelegate.h" /> |
michael@0 | 436 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/Box2D/Box2D.h" /> |
michael@0 | 437 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/marmalade/CCAccelerometer.h" /> |
michael@0 | 438 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/CCAccelerometerDelegate.h" /> |
michael@0 | 439 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions/CCAction.h" /> |
michael@0 | 440 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions/CCActionCamera.h" /> |
michael@0 | 441 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions/CCActionCatmullRom.h" /> |
michael@0 | 442 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions/CCActionEase.h" /> |
michael@0 | 443 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions/CCActionGrid.h" /> |
michael@0 | 444 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions/CCActionGrid3D.h" /> |
michael@0 | 445 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions/CCActionInstant.h" /> |
michael@0 | 446 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions/CCActionInterval.h" /> |
michael@0 | 447 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions/CCActionManager.h" /> |
michael@0 | 448 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions/CCActionPageTurn3D.h" /> |
michael@0 | 449 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions/CCActionProgressTimer.h" /> |
michael@0 | 450 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions/CCActionTiledGrid.h" /> |
michael@0 | 451 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/actions/CCActionTween.h" /> |
michael@0 | 452 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/cocoa/CCAffineTransform.h" /> |
michael@0 | 453 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/sprite_nodes/CCAnimation.h" /> |
michael@0 | 454 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/sprite_nodes/CCAnimationCache.h" /> |
michael@0 | 455 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/marmalade/CCApplication.h" /> |
michael@0 | 456 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/CCApplicationProtocol.h" /> |
michael@0 | 457 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/cocoa/CCArray.h" /> |
michael@0 | 458 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/base_nodes/CCAtlasNode.h" /> |
michael@0 | 459 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/cocoa/CCAutoreleasePool.h" /> |
michael@0 | 460 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/CCCamera.h" /> |
michael@0 | 461 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/misc_nodes/CCClippingNode.h" /> |
michael@0 | 462 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/CCCommon.h" /> |
michael@0 | 463 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/CCConfiguration.h" /> |
michael@0 | 464 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/cocoa/CCDictionary.h" /> |
michael@0 | 465 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/CCDirector.h" /> |
michael@0 | 466 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/draw_nodes/CCDrawNode.h" /> |
michael@0 | 467 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/draw_nodes/CCDrawingPrimitives.h" /> |
michael@0 | 468 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/marmalade/CCEGLView.h" /> |
michael@0 | 469 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/CCEGLViewProtocol.h" /> |
michael@0 | 470 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/include/CCEventType.h" /> |
michael@0 | 471 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/CCFileUtils.h" /> |
michael@0 | 472 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/CCFileUtilsCommon_cpp.h" /> |
michael@0 | 473 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/marmalade/CCGL.h" /> |
michael@0 | 474 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/CCGLProgram.h" /> |
michael@0 | 475 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/cocoa/CCGeometry.h" /> |
michael@0 | 476 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/effects/CCGrabber.h" /> |
michael@0 | 477 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/effects/CCGrid.h" /> |
michael@0 | 478 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/text_input_node/CCIMEDelegate.h" /> |
michael@0 | 479 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/text_input_node/CCIMEDispatcher.h" /> |
michael@0 | 480 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/CCImage.h" /> |
michael@0 | 481 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/CCImageCommon_cpp.h" /> |
michael@0 | 482 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/cocoa/CCInteger.h" /> |
michael@0 | 483 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/keypad_dispatcher/CCKeypadDelegate.h" /> |
michael@0 | 484 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/keypad_dispatcher/CCKeypadDispatcher.h" /> |
michael@0 | 485 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/label_nodes/CCLabelAtlas.h" /> |
michael@0 | 486 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/label_nodes/CCLabelBMFont.h" /> |
michael@0 | 487 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/label_nodes/CCLabelTTF.h" /> |
michael@0 | 488 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/layers_scenes_transitions_nodes/CCLayer.h" /> |
michael@0 | 489 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/menu_nodes/CCMenu.h" /> |
michael@0 | 490 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/menu_nodes/CCMenuItem.h" /> |
michael@0 | 491 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/misc_nodes/CCMotionStreak.h" /> |
michael@0 | 492 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/cocoa/CCNS.h" /> |
michael@0 | 493 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/base_nodes/CCNode.h" /> |
michael@0 | 494 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support/CCNotificationCenter.h" /> |
michael@0 | 495 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/cocoa/CCObject.h" /> |
michael@0 | 496 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/tileMap_parallax_nodes/CCParallaxNode.h" /> |
michael@0 | 497 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/particle_nodes/CCParticleBatchNode.h" /> |
michael@0 | 498 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/particle_nodes/CCParticleExamples.h" /> |
michael@0 | 499 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/particle_nodes/CCParticleSystem.h" /> |
michael@0 | 500 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/particle_nodes/CCParticleSystemQuad.h" /> |
michael@0 | 501 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/CCPlatformConfig.h" /> |
michael@0 | 502 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/marmalade/CCPlatformDefine.h" /> |
michael@0 | 503 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/CCPlatformMacros.h" /> |
michael@0 | 504 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support/CCPointExtension.h" /> |
michael@0 | 505 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support/CCProfiling.h" /> |
michael@0 | 506 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/misc_nodes/CCProgressTimer.h" /> |
michael@0 | 507 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/include/CCProtocols.h" /> |
michael@0 | 508 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/misc_nodes/CCRenderTexture.h" /> |
michael@0 | 509 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/CCSAXParser.h" /> |
michael@0 | 510 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/layers_scenes_transitions_nodes/CCScene.h" /> |
michael@0 | 511 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/CCScheduler.h" /> |
michael@0 | 512 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/script_support/CCScriptSupport.h" /> |
michael@0 | 513 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/cocoa/CCSet.h" /> |
michael@0 | 514 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/CCShaderCache.h" /> |
michael@0 | 515 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/sprite_nodes/CCSprite.h" /> |
michael@0 | 516 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/sprite_nodes/CCSpriteBatchNode.h" /> |
michael@0 | 517 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/sprite_nodes/CCSpriteFrame.h" /> |
michael@0 | 518 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/sprite_nodes/CCSpriteFrameCache.h" /> |
michael@0 | 519 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/marmalade/CCStdC.h" /> |
michael@0 | 520 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/cocoa/CCString.h" /> |
michael@0 | 521 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/tileMap_parallax_nodes/CCTMXLayer.h" /> |
michael@0 | 522 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/tileMap_parallax_nodes/CCTMXObjectGroup.h" /> |
michael@0 | 523 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/tileMap_parallax_nodes/CCTMXTiledMap.h" /> |
michael@0 | 524 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/tileMap_parallax_nodes/CCTMXXMLParser.h" /> |
michael@0 | 525 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/text_input_node/CCTextFieldTTF.h" /> |
michael@0 | 526 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/textures/CCTexture2D.h" /> |
michael@0 | 527 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/textures/CCTextureAtlas.h" /> |
michael@0 | 528 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/textures/CCTextureCache.h" /> |
michael@0 | 529 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/textures/CCTexturePVR.h" /> |
michael@0 | 530 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/CCThread.h" /> |
michael@0 | 531 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/tileMap_parallax_nodes/CCTileMapAtlas.h" /> |
michael@0 | 532 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/touch_dispatcher/CCTouch.h" /> |
michael@0 | 533 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/touch_dispatcher/CCTouchDelegateProtocol.h" /> |
michael@0 | 534 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/touch_dispatcher/CCTouchDispatcher.h" /> |
michael@0 | 535 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/touch_dispatcher/CCTouchHandler.h" /> |
michael@0 | 536 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/layers_scenes_transitions_nodes/CCTransition.h" /> |
michael@0 | 537 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/layers_scenes_transitions_nodes/CCTransitionPageTurn.h" /> |
michael@0 | 538 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/layers_scenes_transitions_nodes/CCTransitionProgress.h" /> |
michael@0 | 539 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support/CCUserDefault.h" /> |
michael@0 | 540 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support/CCVertex.h" /> |
michael@0 | 541 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/cocoa/CCZone.h" /> |
michael@0 | 542 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/DOCBparser.h" /> |
michael@0 | 543 | <ClInclude Include="c:/marmalade/modules/flurry/h/Flurry.h" /> |
michael@0 | 544 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/HTMLparser.h" /> |
michael@0 | 545 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/HTMLtree.h" /> |
michael@0 | 546 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwAllocator.h" /> |
michael@0 | 547 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwArray.h" /> |
michael@0 | 548 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwAutoFile.h" /> |
michael@0 | 549 | <ClInclude Include="c:/marmalade/modules/iwbilling/source/IwBilling.h" /> |
michael@0 | 550 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwBuffer.h" /> |
michael@0 | 551 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwChar.h" /> |
michael@0 | 552 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwClassFactory.h" /> |
michael@0 | 553 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwCopyingPtr.h" /> |
michael@0 | 554 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwCore.h" /> |
michael@0 | 555 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwDebug.h" /> |
michael@0 | 556 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwDivTable.h" /> |
michael@0 | 557 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwDivide.h" /> |
michael@0 | 558 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwEvent.h" /> |
michael@0 | 559 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwFibre.h" /> |
michael@0 | 560 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwFile.h" /> |
michael@0 | 561 | <ClInclude Include="c:/marmalade/modules/iwgl/h/IwGL.h" /> |
michael@0 | 562 | <ClInclude Include="c:/marmalade/modules/iwgl/h/IwGLExt.h" /> |
michael@0 | 563 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwHashString.h" /> |
michael@0 | 564 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwImage.h" /> |
michael@0 | 565 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwImageHelper.h" /> |
michael@0 | 566 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwKeymap.h" /> |
michael@0 | 567 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwList.h" /> |
michael@0 | 568 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwManaged.h" /> |
michael@0 | 569 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwManagedList.h" /> |
michael@0 | 570 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwMath.h" /> |
michael@0 | 571 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwMemBucket.h" /> |
michael@0 | 572 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwMemBucketHelpers.h" /> |
michael@0 | 573 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwMemManagerDL.h" /> |
michael@0 | 574 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwMemory.h" /> |
michael@0 | 575 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwMenu.h" /> |
michael@0 | 576 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwOptimiseARM.h" /> |
michael@0 | 577 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwOptimiseSize.h" /> |
michael@0 | 578 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwOptimiseSpeed.h" /> |
michael@0 | 579 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwOptimiseThumb.h" /> |
michael@0 | 580 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwPath.h" /> |
michael@0 | 581 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwProfileMenu.h" /> |
michael@0 | 582 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwRandom.h" /> |
michael@0 | 583 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwResource.h" /> |
michael@0 | 584 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwRuntime.h" /> |
michael@0 | 585 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwSerialise.h" /> |
michael@0 | 586 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwSingleton.h" /> |
michael@0 | 587 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwString.h" /> |
michael@0 | 588 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwTextParseable.h" /> |
michael@0 | 589 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwTextParser.h" /> |
michael@0 | 590 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwTextParserITX.h" /> |
michael@0 | 591 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwTypes.h" /> |
michael@0 | 592 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwUTF8.h" /> |
michael@0 | 593 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwUncopyable.h" /> |
michael@0 | 594 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwUtil.h" /> |
michael@0 | 595 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwUtilInitTerm.h" /> |
michael@0 | 596 | <ClInclude Include="c:/marmalade/modules/iwutil/h/IwVariableBitField.h" /> |
michael@0 | 597 | <ClInclude Include="c:/marmalade/s3e/h/MarmaladeVersion.h" /> |
michael@0 | 598 | <ClInclude Include="c:/marmalade/quick/include/QAnalytics.h" /> |
michael@0 | 599 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QAnimate.h" /> |
michael@0 | 600 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QAnimation.h" /> |
michael@0 | 601 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QAtlas.h" /> |
michael@0 | 602 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QAudio.h" /> |
michael@0 | 603 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QBase.h" /> |
michael@0 | 604 | <ClInclude Include="c:/marmalade/quick/include/QBilling.h" /> |
michael@0 | 605 | <ClInclude Include="c:/marmalade/quick/include/QBrowser.h" /> |
michael@0 | 606 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QCircle.h" /> |
michael@0 | 607 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QColor.h" /> |
michael@0 | 608 | <ClInclude Include="c:/marmalade/quick/include/QCompass.h" /> |
michael@0 | 609 | <ClInclude Include="c:/marmalade/quick/include/QCrypto.h" /> |
michael@0 | 610 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QDefines.h" /> |
michael@0 | 611 | <ClInclude Include="c:/marmalade/quick/include/QDevice.h" /> |
michael@0 | 612 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QDirector.h" /> |
michael@0 | 613 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QEvent.h" /> |
michael@0 | 614 | <ClInclude Include="c:/marmalade/quick/include/QEventX.h" /> |
michael@0 | 615 | <ClInclude Include="c:/marmalade/quick/include/QFacebook.h" /> |
michael@0 | 616 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QFont.h" /> |
michael@0 | 617 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QLabel.h" /> |
michael@0 | 618 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QLines.h" /> |
michael@0 | 619 | <ClInclude Include="c:/marmalade/quick/include/QLocation.h" /> |
michael@0 | 620 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QLsqlite3.h" /> |
michael@0 | 621 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QLuaHelpers.h" /> |
michael@0 | 622 | <ClInclude Include="c:/marmalade/quick/include/QLuasocket.h" /> |
michael@0 | 623 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QMain.h" /> |
michael@0 | 624 | <ClInclude Include="c:/marmalade/quick/include/QNUI.h" /> |
michael@0 | 625 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QNode.h" /> |
michael@0 | 626 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QParticles.h" /> |
michael@0 | 627 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QPhysics.h" /> |
michael@0 | 628 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QPhysicsContact.h" /> |
michael@0 | 629 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QPhysicsContactListener.h" /> |
michael@0 | 630 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QPhysicsJoint.h" /> |
michael@0 | 631 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QPhysicsJointDistance.h" /> |
michael@0 | 632 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QPhysicsJointFriction.h" /> |
michael@0 | 633 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QPhysicsJointGear.h" /> |
michael@0 | 634 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QPhysicsJointPrismatic.h" /> |
michael@0 | 635 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QPhysicsJointPulley.h" /> |
michael@0 | 636 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QPhysicsJointRevolute.h" /> |
michael@0 | 637 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QPhysicsJointRope.h" /> |
michael@0 | 638 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QPhysicsJointTouch.h" /> |
michael@0 | 639 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QPhysicsJointWeld.h" /> |
michael@0 | 640 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QPhysicsJointWheel.h" /> |
michael@0 | 641 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QPhysicsNodeProps.h" /> |
michael@0 | 642 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QRect.h" /> |
michael@0 | 643 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QRectangle.h" /> |
michael@0 | 644 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QScene.h" /> |
michael@0 | 645 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QSceneTextureBatch.h" /> |
michael@0 | 646 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QSprite.h" /> |
michael@0 | 647 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QSystem.h" /> |
michael@0 | 648 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QTiledMap.h" /> |
michael@0 | 649 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QTimer.h" /> |
michael@0 | 650 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QTween.h" /> |
michael@0 | 651 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QVec2.h" /> |
michael@0 | 652 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/include/QVector.h" /> |
michael@0 | 653 | <ClInclude Include="c:/marmalade/quick/include/QVideo.h" /> |
michael@0 | 654 | <ClInclude Include="c:/marmalade/quick/include/QWebView.h" /> |
michael@0 | 655 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/SAX.h" /> |
michael@0 | 656 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/SAX2.h" /> |
michael@0 | 657 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocosdenshion/include/SimpleAudioEngine.h" /> |
michael@0 | 658 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support/image_support/TGAlib.h" /> |
michael@0 | 659 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support/TransformUtils.h" /> |
michael@0 | 660 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support/zip_support/ZipUtils.h" /> |
michael@0 | 661 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include/kazmath/aabb.h" /> |
michael@0 | 662 | <ClInclude Include="c:/marmalade/s3e/h/std/alloca.h" /> |
michael@0 | 663 | <ClInclude Include="c:/marmalade/s3e/h/std/assert.h" /> |
michael@0 | 664 | <ClInclude Include="c:/marmalade/quick/luasocket-2.0.2/auxiliar.h" /> |
michael@0 | 665 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Common/b2BlockAllocator.h" /> |
michael@0 | 666 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/b2Body.h" /> |
michael@0 | 667 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Collision/b2BroadPhase.h" /> |
michael@0 | 668 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Contacts/b2ChainAndCircleContact.h" /> |
michael@0 | 669 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Contacts/b2ChainAndPolygonContact.h" /> |
michael@0 | 670 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Collision/Shapes/b2ChainShape.h" /> |
michael@0 | 671 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Contacts/b2CircleContact.h" /> |
michael@0 | 672 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Collision/Shapes/b2CircleShape.h" /> |
michael@0 | 673 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Collision/b2Collision.h" /> |
michael@0 | 674 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Contacts/b2Contact.h" /> |
michael@0 | 675 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/b2ContactManager.h" /> |
michael@0 | 676 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Contacts/b2ContactSolver.h" /> |
michael@0 | 677 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Collision/b2Distance.h" /> |
michael@0 | 678 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Joints/b2DistanceJoint.h" /> |
michael@0 | 679 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Common/b2Draw.h" /> |
michael@0 | 680 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Collision/b2DynamicTree.h" /> |
michael@0 | 681 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Contacts/b2EdgeAndCircleContact.h" /> |
michael@0 | 682 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Contacts/b2EdgeAndPolygonContact.h" /> |
michael@0 | 683 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Collision/Shapes/b2EdgeShape.h" /> |
michael@0 | 684 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/b2Fixture.h" /> |
michael@0 | 685 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Joints/b2FrictionJoint.h" /> |
michael@0 | 686 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Joints/b2GearJoint.h" /> |
michael@0 | 687 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Common/b2GrowableStack.h" /> |
michael@0 | 688 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/b2Island.h" /> |
michael@0 | 689 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Joints/b2Joint.h" /> |
michael@0 | 690 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Common/b2Math.h" /> |
michael@0 | 691 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Joints/b2MouseJoint.h" /> |
michael@0 | 692 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Contacts/b2PolygonAndCircleContact.h" /> |
michael@0 | 693 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Contacts/b2PolygonContact.h" /> |
michael@0 | 694 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Collision/Shapes/b2PolygonShape.h" /> |
michael@0 | 695 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Joints/b2PrismaticJoint.h" /> |
michael@0 | 696 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Joints/b2PulleyJoint.h" /> |
michael@0 | 697 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Joints/b2RevoluteJoint.h" /> |
michael@0 | 698 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Rope/b2Rope.h" /> |
michael@0 | 699 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Joints/b2RopeJoint.h" /> |
michael@0 | 700 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Common/b2Settings.h" /> |
michael@0 | 701 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Collision/Shapes/b2Shape.h" /> |
michael@0 | 702 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Common/b2StackAllocator.h" /> |
michael@0 | 703 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Collision/b2TimeOfImpact.h" /> |
michael@0 | 704 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/b2TimeStep.h" /> |
michael@0 | 705 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Common/b2Timer.h" /> |
michael@0 | 706 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Joints/b2WeldJoint.h" /> |
michael@0 | 707 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/Joints/b2WheelJoint.h" /> |
michael@0 | 708 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/b2World.h" /> |
michael@0 | 709 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/external/box2d/Dynamics/b2WorldCallbacks.h" /> |
michael@0 | 710 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support/base64.h" /> |
michael@0 | 711 | <ClInclude Include="c:/marmalade/quick/luasocket-2.0.2/buffer.h" /> |
michael@0 | 712 | <ClInclude Include="c:/marmalade/s3e/h/std/byteswap.h" /> |
michael@0 | 713 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/c14n.h" /> |
michael@0 | 714 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/catalog.h" /> |
michael@0 | 715 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support/data_support/ccCArray.h" /> |
michael@0 | 716 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/include/ccConfig.h" /> |
michael@0 | 717 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccGLStateCache.h" /> |
michael@0 | 718 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/include/ccMacros.h" /> |
michael@0 | 719 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShaderEx_SwitchMask_frag.h" /> |
michael@0 | 720 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShader_PositionColorLengthTexture_frag.h" /> |
michael@0 | 721 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShader_PositionColorLengthTexture_vert.h" /> |
michael@0 | 722 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShader_PositionColor_frag.h" /> |
michael@0 | 723 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShader_PositionColor_vert.h" /> |
michael@0 | 724 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShader_PositionTextureA8Color_frag.h" /> |
michael@0 | 725 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShader_PositionTextureA8Color_vert.h" /> |
michael@0 | 726 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShader_PositionTextureColorAlphaTest_frag.h" /> |
michael@0 | 727 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShader_PositionTextureColor_frag.h" /> |
michael@0 | 728 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShader_PositionTextureColor_vert.h" /> |
michael@0 | 729 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShader_PositionTexture_frag.h" /> |
michael@0 | 730 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShader_PositionTexture_uColor_frag.h" /> |
michael@0 | 731 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShader_PositionTexture_uColor_vert.h" /> |
michael@0 | 732 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShader_PositionTexture_vert.h" /> |
michael@0 | 733 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShader_Position_uColor_frag.h" /> |
michael@0 | 734 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShader_Position_uColor_vert.h" /> |
michael@0 | 735 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/shaders/ccShaders.h" /> |
michael@0 | 736 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/include/ccTypeInfo.h" /> |
michael@0 | 737 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/include/ccTypes.h" /> |
michael@0 | 738 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support/ccUtils.h" /> |
michael@0 | 739 | <ClInclude Include="c:/marmalade/modules/third_party/libjpeg/h/cderror.h" /> |
michael@0 | 740 | <ClInclude Include="c:/marmalade/modules/third_party/libjpeg/h/cdjpeg.h" /> |
michael@0 | 741 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/chvalid.h" /> |
michael@0 | 742 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/include/cocos2d.h" /> |
michael@0 | 743 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/marmalade/config.h" /> |
michael@0 | 744 | <ClInclude Include="c:/marmalade/s3e/h/std/ctype.h" /> |
michael@0 | 745 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/debugXML.h" /> |
michael@0 | 746 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/dict.h" /> |
michael@0 | 747 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/dir.h" /> |
michael@0 | 748 | <ClInclude Include="c:/marmalade/s3e/h/std/dirent.h" /> |
michael@0 | 749 | <ClInclude Include="c:/marmalade/s3e/h/std/dlfcn.h" /> |
michael@0 | 750 | <ClInclude Include="c:/marmalade/s3e/h/EGL/egl.h" /> |
michael@0 | 751 | <ClInclude Include="c:/marmalade/s3e/h/GLES/egl.h" /> |
michael@0 | 752 | <ClInclude Include="c:/marmalade/s3e/h/EGL/eglext.h" /> |
michael@0 | 753 | <ClInclude Include="c:/marmalade/s3e/h/EGL/eglplatform.h" /> |
michael@0 | 754 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/sources/elfgcchack.h" /> |
michael@0 | 755 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/encoding.h" /> |
michael@0 | 756 | <ClInclude Include="c:/marmalade/s3e/h/std/endian.h" /> |
michael@0 | 757 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/entities.h" /> |
michael@0 | 758 | <ClInclude Include="c:/marmalade/s3e/h/std/errno.h" /> |
michael@0 | 759 | <ClInclude Include="c:/marmalade/quick/luasocket-2.0.2/except.h" /> |
michael@0 | 760 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/exception.h" /> |
michael@0 | 761 | <ClInclude Include="c:/marmalade/s3e/h/std/fcntl.h" /> |
michael@0 | 762 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/file.h" /> |
michael@0 | 763 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/particle_nodes/firePngData.h" /> |
michael@0 | 764 | <ClInclude Include="c:/marmalade/s3e/h/std/float.h" /> |
michael@0 | 765 | <ClInclude Include="c:/marmalade/s3e/h/std/fnmatch.h" /> |
michael@0 | 766 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/freetype.h" /> |
michael@0 | 767 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/fstream.h" /> |
michael@0 | 768 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/ft2build.h" /> |
michael@0 | 769 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftbbox.h" /> |
michael@0 | 770 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftbdf.h" /> |
michael@0 | 771 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftbitmap.h" /> |
michael@0 | 772 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftcache.h" /> |
michael@0 | 773 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftcid.h" /> |
michael@0 | 774 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/config/ftconfig.h" /> |
michael@0 | 775 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/fterrdef.h" /> |
michael@0 | 776 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/fterrors.h" /> |
michael@0 | 777 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftgasp.h" /> |
michael@0 | 778 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftglyph.h" /> |
michael@0 | 779 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftgxval.h" /> |
michael@0 | 780 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftgzip.h" /> |
michael@0 | 781 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/config/ftheader.h" /> |
michael@0 | 782 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftimage.h" /> |
michael@0 | 783 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftincrem.h" /> |
michael@0 | 784 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftlcdfil.h" /> |
michael@0 | 785 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftlist.h" /> |
michael@0 | 786 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftlzw.h" /> |
michael@0 | 787 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftmac.h" /> |
michael@0 | 788 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftmm.h" /> |
michael@0 | 789 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftmodapi.h" /> |
michael@0 | 790 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftmoderr.h" /> |
michael@0 | 791 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/config/ftmodule.h" /> |
michael@0 | 792 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/config/ftoption.h" /> |
michael@0 | 793 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftotval.h" /> |
michael@0 | 794 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftoutln.h" /> |
michael@0 | 795 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftpfr.h" /> |
michael@0 | 796 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftrender.h" /> |
michael@0 | 797 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftsizes.h" /> |
michael@0 | 798 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftsnames.h" /> |
michael@0 | 799 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/config/ftstdlib.h" /> |
michael@0 | 800 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftstroke.h" /> |
michael@0 | 801 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftsynth.h" /> |
michael@0 | 802 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftsystem.h" /> |
michael@0 | 803 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/fttrigon.h" /> |
michael@0 | 804 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/fttypes.h" /> |
michael@0 | 805 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftwinfnt.h" /> |
michael@0 | 806 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ftxf86.h" /> |
michael@0 | 807 | <ClInclude Include="c:/marmalade/s3e/h/std/getopt.h" /> |
michael@0 | 808 | <ClInclude Include="c:/marmalade/s3e/h/GLES/gl.h" /> |
michael@0 | 809 | <ClInclude Include="c:/marmalade/s3e/h/GLES2/gl2.h" /> |
michael@0 | 810 | <ClInclude Include="c:/marmalade/s3e/h/GLES2/gl2ext.h" /> |
michael@0 | 811 | <ClInclude Include="c:/marmalade/s3e/h/GLES2/gl2extimg.h" /> |
michael@0 | 812 | <ClInclude Include="c:/marmalade/s3e/h/GLES2/gl2platform.h" /> |
michael@0 | 813 | <ClInclude Include="c:/marmalade/s3e/h/GLES/glext.h" /> |
michael@0 | 814 | <ClInclude Include="c:/marmalade/s3e/h/std/glob.h" /> |
michael@0 | 815 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/globals.h" /> |
michael@0 | 816 | <ClInclude Include="c:/marmalade/s3e/h/GLES/glplatform.h" /> |
michael@0 | 817 | <ClInclude Include="c:/marmalade/s3e/h/std/grp.h" /> |
michael@0 | 818 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/hash.h" /> |
michael@0 | 819 | <ClInclude Include="c:/marmalade/s3e/h/std/iconv.h" /> |
michael@0 | 820 | <ClInclude Include="c:/marmalade/s3e/h/std/ifaddrs.h" /> |
michael@0 | 821 | <ClInclude Include="c:/marmalade/quick/luasocket-2.0.2/inet_luasocket.h" /> |
michael@0 | 822 | <ClInclude Include="c:/marmalade/s3e/h/std/inttypes.h" /> |
michael@0 | 823 | <ClInclude Include="c:/marmalade/quick/luasocket-2.0.2/io_luasocket.h" /> |
michael@0 | 824 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support/zip_support/ioapi.h" /> |
michael@0 | 825 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/ioctl.h" /> |
michael@0 | 826 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/iomanip.h" /> |
michael@0 | 827 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/ios.h" /> |
michael@0 | 828 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/iostream.h" /> |
michael@0 | 829 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/ipc.h" /> |
michael@0 | 830 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/istream.h" /> |
michael@0 | 831 | <ClInclude Include="c:/marmalade/modules/third_party/libjpeg/h/jchuff.h" /> |
michael@0 | 832 | <ClInclude Include="c:/marmalade/modules/third_party/libjpeg/h/jconfig.h" /> |
michael@0 | 833 | <ClInclude Include="c:/marmalade/modules/third_party/libjpeg/h/jdct.h" /> |
michael@0 | 834 | <ClInclude Include="c:/marmalade/modules/third_party/libjpeg/h/jdhuff.h" /> |
michael@0 | 835 | <ClInclude Include="c:/marmalade/modules/third_party/libjpeg/h/jerror.h" /> |
michael@0 | 836 | <ClInclude Include="c:/marmalade/modules/third_party/libjpeg/h/jinclude.h" /> |
michael@0 | 837 | <ClInclude Include="c:/marmalade/modules/third_party/libjpeg/h/jmemsys.h" /> |
michael@0 | 838 | <ClInclude Include="c:/marmalade/modules/third_party/libjpeg/h/jmorecfg.h" /> |
michael@0 | 839 | <ClInclude Include="c:/marmalade/modules/third_party/libjpeg/h/jpegint.h" /> |
michael@0 | 840 | <ClInclude Include="c:/marmalade/modules/third_party/libjpeg/h/jpeglib.h" /> |
michael@0 | 841 | <ClInclude Include="c:/marmalade/modules/third_party/libjpeg/h/jversion.h" /> |
michael@0 | 842 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include/kazmath/kazmath.h" /> |
michael@0 | 843 | <ClInclude Include="c:/marmalade/s3e/h/std/langinfo.h" /> |
michael@0 | 844 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/lapi.h" /> |
michael@0 | 845 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/lauxlib.h" /> |
michael@0 | 846 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/lcode.h" /> |
michael@0 | 847 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/ldebug.h" /> |
michael@0 | 848 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/ldo.h" /> |
michael@0 | 849 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/lfunc.h" /> |
michael@0 | 850 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/lgc.h" /> |
michael@0 | 851 | <ClInclude Include="c:/marmalade/s3e/h/std/libgen.h" /> |
michael@0 | 852 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/sources/libxml.h" /> |
michael@0 | 853 | <ClInclude Include="c:/marmalade/s3e/h/std/limits.h" /> |
michael@0 | 854 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/list.h" /> |
michael@0 | 855 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/llex.h" /> |
michael@0 | 856 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/llimits.h" /> |
michael@0 | 857 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/lmem.h" /> |
michael@0 | 858 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/lobject.h" /> |
michael@0 | 859 | <ClInclude Include="c:/marmalade/s3e/h/std/locale.h" /> |
michael@0 | 860 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/lopcodes.h" /> |
michael@0 | 861 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/lparser.h" /> |
michael@0 | 862 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/lstate.h" /> |
michael@0 | 863 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/lstring.h" /> |
michael@0 | 864 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/ltable.h" /> |
michael@0 | 865 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/ltm.h" /> |
michael@0 | 866 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/lua.h" /> |
michael@0 | 867 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/luaconf.h" /> |
michael@0 | 868 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/lualib.h" /> |
michael@0 | 869 | <ClInclude Include="c:/marmalade/quick/luasocket-2.0.2/luasocket.h" /> |
michael@0 | 870 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/lundump.h" /> |
michael@0 | 871 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/lvm.h" /> |
michael@0 | 872 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/lua/lzio.h" /> |
michael@0 | 873 | <ClInclude Include="c:/marmalade/s3e/h/std/malloc.h" /> |
michael@0 | 874 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include/kazmath/mat3.h" /> |
michael@0 | 875 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include/kazmath/mat4.h" /> |
michael@0 | 876 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include/kazmath/gl/mat4stack.h" /> |
michael@0 | 877 | <ClInclude Include="c:/marmalade/s3e/h/std/math.h" /> |
michael@0 | 878 | <ClInclude Include="c:/marmalade/s3e/h/std/math_gcc.h" /> |
michael@0 | 879 | <ClInclude Include="c:/marmalade/s3e/h/std/math_rvct.h" /> |
michael@0 | 880 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include/kazmath/gl/matrix.h" /> |
michael@0 | 881 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/mem.h" /> |
michael@0 | 882 | <ClInclude Include="c:/marmalade/s3e/h/std/memory.h" /> |
michael@0 | 883 | <ClInclude Include="c:/marmalade/quick/luasocket-2.0.2/mime.h" /> |
michael@0 | 884 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/mman.h" /> |
michael@0 | 885 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/msl_string.h" /> |
michael@0 | 886 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/nanoftp.h" /> |
michael@0 | 887 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/nanohttp.h" /> |
michael@0 | 888 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include/kazmath/neon_matrix_impl.h" /> |
michael@0 | 889 | <ClInclude Include="c:/marmalade/s3e/h/std/netdb.h" /> |
michael@0 | 890 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/new.h" /> |
michael@0 | 891 | <ClInclude Include="c:/marmalade/quick/luasocket-2.0.2/options.h" /> |
michael@0 | 892 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/ostream.h" /> |
michael@0 | 893 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/param.h" /> |
michael@0 | 894 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/parser.h" /> |
michael@0 | 895 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/parserInternals.h" /> |
michael@0 | 896 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/pattern.h" /> |
michael@0 | 897 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include/kazmath/plane.h" /> |
michael@0 | 898 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/platform.h" /> |
michael@0 | 899 | <ClInclude Include="c:/marmalade/modules/third_party/libpng/h/png.h" /> |
michael@0 | 900 | <ClInclude Include="c:/marmalade/modules/third_party/libpng/h/pngconf.h" /> |
michael@0 | 901 | <ClInclude Include="c:/marmalade/s3e/h/std/poll.h" /> |
michael@0 | 902 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/poll.h" /> |
michael@0 | 903 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/prctl.h" /> |
michael@0 | 904 | <ClInclude Include="c:/marmalade/s3e/h/std/pthread.h" /> |
michael@0 | 905 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/pthread.h" /> |
michael@0 | 906 | <ClInclude Include="c:/marmalade/s3e/h/std/pthread_types.h" /> |
michael@0 | 907 | <ClInclude Include="c:/marmalade/s3e/h/std/pwd.h" /> |
michael@0 | 908 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include/kazmath/quaternion.h" /> |
michael@0 | 909 | <ClInclude Include="c:/marmalade/quick/quickuser.h" /> |
michael@0 | 910 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include/kazmath/ray2.h" /> |
michael@0 | 911 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/resource.h" /> |
michael@0 | 912 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/rlocks.h" /> |
michael@0 | 913 | <ClInclude Include="c:/marmalade/s3e/h/s3e.h" /> |
michael@0 | 914 | <ClInclude Include="c:/marmalade/s3e/h/s3eAccelerometer.h" /> |
michael@0 | 915 | <ClInclude Include="c:/marmalade/s3e/h/ext/s3eAndroidJNI.h" /> |
michael@0 | 916 | <ClInclude Include="c:/marmalade/extensions/s3eandroidmarketbilling/h/s3eAndroidMarketBilling.h" /> |
michael@0 | 917 | <ClInclude Include="c:/marmalade/s3e/h/s3eAudio.h" /> |
michael@0 | 918 | <ClInclude Include="c:/marmalade/extensions/s3ebbappworldbilling/h/s3eBBAppWorldBilling.h" /> |
michael@0 | 919 | <ClInclude Include="c:/marmalade/s3e/h/s3eCamera.h" /> |
michael@0 | 920 | <ClInclude Include="c:/marmalade/s3e/h/ext/s3eCameraCapture.h" /> |
michael@0 | 921 | <ClInclude Include="c:/marmalade/s3e/h/s3eClipboard.h" /> |
michael@0 | 922 | <ClInclude Include="c:/marmalade/s3e/h/s3eCompass.h" /> |
michael@0 | 923 | <ClInclude Include="c:/marmalade/s3e/h/s3eCompression.h" /> |
michael@0 | 924 | <ClInclude Include="c:/marmalade/s3e/h/s3eConfig.h" /> |
michael@0 | 925 | <ClInclude Include="c:/marmalade/s3e/h/s3eContacts.h" /> |
michael@0 | 926 | <ClInclude Include="c:/marmalade/s3e/h/s3eCrypto.h" /> |
michael@0 | 927 | <ClInclude Include="c:/marmalade/s3e/h/s3eDebug.h" /> |
michael@0 | 928 | <ClInclude Include="c:/marmalade/s3e/h/s3eDevice.h" /> |
michael@0 | 929 | <ClInclude Include="c:/marmalade/s3e/h/ext/s3eEMail.h" /> |
michael@0 | 930 | <ClInclude Include="c:/marmalade/s3e/h/s3eExt.h" /> |
michael@0 | 931 | <ClInclude Include="c:/marmalade/extensions/s3efacebook/h/s3eFacebook.h" /> |
michael@0 | 932 | <ClInclude Include="c:/marmalade/s3e/h/s3eFile.h" /> |
michael@0 | 933 | <ClInclude Include="c:/marmalade/s3e/h/s3eGL.h" /> |
michael@0 | 934 | <ClInclude Include="c:/marmalade/s3e/h/s3eHash.h" /> |
michael@0 | 935 | <ClInclude Include="c:/marmalade/extensions/s3eiosappstorebilling/h/s3eIOSAppStoreBilling.h" /> |
michael@0 | 936 | <ClInclude Include="c:/marmalade/s3e/h/ext/s3eIOSBackgroundAudio.h" /> |
michael@0 | 937 | <ClInclude Include="c:/marmalade/s3e/h/ext/s3eImagePicker.h" /> |
michael@0 | 938 | <ClInclude Include="c:/marmalade/s3e/h/s3eKeyboard.h" /> |
michael@0 | 939 | <ClInclude Include="c:/marmalade/s3e/h/ext/s3eLibrary.h" /> |
michael@0 | 940 | <ClInclude Include="c:/marmalade/s3e/h/s3eLicense.h" /> |
michael@0 | 941 | <ClInclude Include="c:/marmalade/s3e/h/s3eLocation.h" /> |
michael@0 | 942 | <ClInclude Include="c:/marmalade/s3e/h/s3eMemory.h" /> |
michael@0 | 943 | <ClInclude Include="c:/marmalade/s3e/h/ext/s3eMetrics.h" /> |
michael@0 | 944 | <ClInclude Include="c:/marmalade/s3e/h/ext/s3eOSExec.h" /> |
michael@0 | 945 | <ClInclude Include="c:/marmalade/s3e/h/ext/s3eOSReadString.h" /> |
michael@0 | 946 | <ClInclude Include="c:/marmalade/s3e/h/s3ePointer.h" /> |
michael@0 | 947 | <ClInclude Include="c:/marmalade/s3e/h/ext/s3eSMS.h" /> |
michael@0 | 948 | <ClInclude Include="c:/marmalade/s3e/h/s3eSecureStorage.h" /> |
michael@0 | 949 | <ClInclude Include="c:/marmalade/s3e/h/s3eSocket.h" /> |
michael@0 | 950 | <ClInclude Include="c:/marmalade/s3e/h/s3eSound.h" /> |
michael@0 | 951 | <ClInclude Include="c:/marmalade/s3e/h/s3eSoundRecord.h" /> |
michael@0 | 952 | <ClInclude Include="c:/marmalade/s3e/h/s3eSurface.h" /> |
michael@0 | 953 | <ClInclude Include="c:/marmalade/s3e/h/s3eThread.h" /> |
michael@0 | 954 | <ClInclude Include="c:/marmalade/s3e/h/s3eTimer.h" /> |
michael@0 | 955 | <ClInclude Include="c:/marmalade/s3e/h/s3eTypes.h" /> |
michael@0 | 956 | <ClInclude Include="c:/marmalade/s3e/h/s3eVersion.h" /> |
michael@0 | 957 | <ClInclude Include="c:/marmalade/s3e/h/s3eVibra.h" /> |
michael@0 | 958 | <ClInclude Include="c:/marmalade/s3e/h/s3eVideo.h" /> |
michael@0 | 959 | <ClInclude Include="c:/marmalade/extensions/s3ewebview/h/s3eWebView.h" /> |
michael@0 | 960 | <ClInclude Include="c:/marmalade/s3e/h/ext/s3eWindow.h" /> |
michael@0 | 961 | <ClInclude Include="c:/marmalade/s3e/h/ext/s3edebugHeap.h" /> |
michael@0 | 962 | <ClInclude Include="c:/marmalade/s3e/h/std/sched.h" /> |
michael@0 | 963 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/schemasInternals.h" /> |
michael@0 | 964 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/schematron.h" /> |
michael@0 | 965 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/select.h" /> |
michael@0 | 966 | <ClInclude Include="c:/marmalade/quick/luasocket-2.0.2/select_luasocket.h" /> |
michael@0 | 967 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/sem.h" /> |
michael@0 | 968 | <ClInclude Include="c:/marmalade/s3e/h/std/semaphore.h" /> |
michael@0 | 969 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/sendfile.h" /> |
michael@0 | 970 | <ClInclude Include="c:/marmalade/s3e/h/std/setjmp.h" /> |
michael@0 | 971 | <ClInclude Include="c:/marmalade/s3e/h/std/setjmp_win32.h" /> |
michael@0 | 972 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/shm.h" /> |
michael@0 | 973 | <ClInclude Include="c:/marmalade/s3e/h/std/sigcontext.h" /> |
michael@0 | 974 | <ClInclude Include="c:/marmalade/s3e/h/std/signal.h" /> |
michael@0 | 975 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/signal.h" /> |
michael@0 | 976 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/signal.h" /> |
michael@0 | 977 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/socket.h" /> |
michael@0 | 978 | <ClInclude Include="c:/marmalade/quick/luasocket-2.0.2/socket_wrapper.h" /> |
michael@0 | 979 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/sqlite3/sqlite3.h" /> |
michael@0 | 980 | <ClInclude Include="c:/marmalade/modules/third_party/openquick/sqlite3/sqlite3ext.h" /> |
michael@0 | 981 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/stat.h" /> |
michael@0 | 982 | <ClInclude Include="c:/marmalade/s3e/h/std/stdarg.h" /> |
michael@0 | 983 | <ClInclude Include="c:/marmalade/s3e/h/std/stdbool.h" /> |
michael@0 | 984 | <ClInclude Include="c:/marmalade/s3e/h/std/stddef.h" /> |
michael@0 | 985 | <ClInclude Include="c:/marmalade/s3e/h/std/stdint.h" /> |
michael@0 | 986 | <ClInclude Include="c:/marmalade/s3e/h/std/stdio.h" /> |
michael@0 | 987 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/stdiostream.h" /> |
michael@0 | 988 | <ClInclude Include="c:/marmalade/s3e/h/std/stdlib.h" /> |
michael@0 | 989 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/stl_user_config.h" /> |
michael@0 | 990 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/streambuf.h" /> |
michael@0 | 991 | <ClInclude Include="c:/marmalade/s3e/h/std/string.h" /> |
michael@0 | 992 | <ClInclude Include="c:/marmalade/s3e/h/std/strings.h" /> |
michael@0 | 993 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/strstream.h" /> |
michael@0 | 994 | <ClInclude Include="c:/marmalade/s3e/h/std/syslog.h" /> |
michael@0 | 995 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/t1tables.h" /> |
michael@0 | 996 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/headers/t4.h" /> |
michael@0 | 997 | <ClInclude Include="c:/marmalade/quick/luasocket-2.0.2/tcp_luasocket.h" /> |
michael@0 | 998 | <ClInclude Include="c:/marmalade/s3e/h/std/termios.h" /> |
michael@0 | 999 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/threads.h" /> |
michael@0 | 1000 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/headers/tif_config.h" /> |
michael@0 | 1001 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/headers/tif_dir.h" /> |
michael@0 | 1002 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/headers/tif_fax3.h" /> |
michael@0 | 1003 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/headers/tif_predict.h" /> |
michael@0 | 1004 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/headers/tiff.h" /> |
michael@0 | 1005 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/headers/tiffconf.h" /> |
michael@0 | 1006 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/headers/tiffio.h" /> |
michael@0 | 1007 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/headers/tiffiop.h" /> |
michael@0 | 1008 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/headers/tiffvers.h" /> |
michael@0 | 1009 | <ClInclude Include="c:/marmalade/s3e/h/std/time.h" /> |
michael@0 | 1010 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/time.h" /> |
michael@0 | 1011 | <ClInclude Include="c:/marmalade/quick/luasocket-2.0.2/timeout.h" /> |
michael@0 | 1012 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/times.h" /> |
michael@0 | 1013 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/tolua/tolua++.h" /> |
michael@0 | 1014 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/scripting/lua/tolua/tolua_event.h" /> |
michael@0 | 1015 | <ClInclude Include="c:/marmalade/modules/third_party/libjpeg/h/transupp.h" /> |
michael@0 | 1016 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/tree.h" /> |
michael@0 | 1017 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/sources/trio.h" /> |
michael@0 | 1018 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/sources/triodef.h" /> |
michael@0 | 1019 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/sources/trionan.h" /> |
michael@0 | 1020 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/sources/triop.h" /> |
michael@0 | 1021 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/sources/triostr.h" /> |
michael@0 | 1022 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ttnameid.h" /> |
michael@0 | 1023 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/tttables.h" /> |
michael@0 | 1024 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/tttags.h" /> |
michael@0 | 1025 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/freetype/include/freetype/ttunpat.h" /> |
michael@0 | 1026 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/type_traits.h" /> |
michael@0 | 1027 | <ClInclude Include="c:/marmalade/s3e/h/std/c++/typeinfo.h" /> |
michael@0 | 1028 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/types.h" /> |
michael@0 | 1029 | <ClInclude Include="c:/marmalade/s3e/h/std/ucontext.h" /> |
michael@0 | 1030 | <ClInclude Include="c:/marmalade/quick/luasocket-2.0.2/udp.h" /> |
michael@0 | 1031 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/uio.h" /> |
michael@0 | 1032 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/un.h" /> |
michael@0 | 1033 | <ClInclude Include="c:/marmalade/s3e/h/std/unistd.h" /> |
michael@0 | 1034 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support/zip_support/unzip.h" /> |
michael@0 | 1035 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/uri.h" /> |
michael@0 | 1036 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support/data_support/uthash.h" /> |
michael@0 | 1037 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include/kazmath/utility.h" /> |
michael@0 | 1038 | <ClInclude Include="c:/marmalade/s3e/h/std/utime.h" /> |
michael@0 | 1039 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/support/data_support/utlist.h" /> |
michael@0 | 1040 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/utsname.h" /> |
michael@0 | 1041 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libtiff/headers/uvcode.h" /> |
michael@0 | 1042 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/valid.h" /> |
michael@0 | 1043 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include/kazmath/vec2.h" /> |
michael@0 | 1044 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include/kazmath/vec3.h" /> |
michael@0 | 1045 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/kazmath/include/kazmath/vec4.h" /> |
michael@0 | 1046 | <ClInclude Include="c:/marmalade/s3e/h/std/sys/wait.h" /> |
michael@0 | 1047 | <ClInclude Include="c:/marmalade/s3e/h/std/wchar.h" /> |
michael@0 | 1048 | <ClInclude Include="c:/marmalade/s3e/h/std/wctype.h" /> |
michael@0 | 1049 | <ClInclude Include="c:/marmalade/quick/luasocket-2.0.2/wsocket.h" /> |
michael@0 | 1050 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xinclude.h" /> |
michael@0 | 1051 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xlink.h" /> |
michael@0 | 1052 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xmlIO.h" /> |
michael@0 | 1053 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xmlautomata.h" /> |
michael@0 | 1054 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xmlerror.h" /> |
michael@0 | 1055 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xmlexports.h" /> |
michael@0 | 1056 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xmlmemory.h" /> |
michael@0 | 1057 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xmlmodule.h" /> |
michael@0 | 1058 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xmlreader.h" /> |
michael@0 | 1059 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xmlregexp.h" /> |
michael@0 | 1060 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xmlsave.h" /> |
michael@0 | 1061 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xmlschemas.h" /> |
michael@0 | 1062 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xmlschemastypes.h" /> |
michael@0 | 1063 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xmlstring.h" /> |
michael@0 | 1064 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xmlunicode.h" /> |
michael@0 | 1065 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/marmalade/libxml/xmlversion.h" /> |
michael@0 | 1066 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xmlwriter.h" /> |
michael@0 | 1067 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xpath.h" /> |
michael@0 | 1068 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xpathInternals.h" /> |
michael@0 | 1069 | <ClInclude Include="c:/marmalade/modules/third_party/cocos2dx/cocos2dx/platform/third_party/marmalade/libxml2/include/libxml/xpointer.h" /> |
michael@0 | 1070 | <ClInclude Include="c:/marmalade/modules/third_party/zlib/h/zconf.h" /> |
michael@0 | 1071 | <ClInclude Include="c:/marmalade/modules/third_party/zlib/h/zlib.h" /> |
michael@0 | 1072 | </ItemGroup> |
michael@0 | 1073 | <ItemGroup> |
michael@0 | 1074 | <ClCompile Include="c:\marmalade\quick\source\AppDelegate.cpp" /> |
michael@0 | 1075 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\marmalade\CCAccelerometer.cpp" /> |
michael@0 | 1076 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\actions\CCAction.cpp" /> |
michael@0 | 1077 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\actions\CCActionCamera.cpp" /> |
michael@0 | 1078 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\actions\CCActionCatmullRom.cpp" /> |
michael@0 | 1079 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\actions\CCActionEase.cpp" /> |
michael@0 | 1080 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\actions\CCActionGrid.cpp" /> |
michael@0 | 1081 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\actions\CCActionGrid3D.cpp" /> |
michael@0 | 1082 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\actions\CCActionInstant.cpp" /> |
michael@0 | 1083 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\actions\CCActionInterval.cpp" /> |
michael@0 | 1084 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\actions\CCActionManager.cpp" /> |
michael@0 | 1085 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\actions\CCActionPageTurn3D.cpp" /> |
michael@0 | 1086 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\actions\CCActionProgressTimer.cpp" /> |
michael@0 | 1087 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\actions\CCActionTiledGrid.cpp" /> |
michael@0 | 1088 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\actions\CCActionTween.cpp" /> |
michael@0 | 1089 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\cocoa\CCAffineTransform.cpp" /> |
michael@0 | 1090 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\sprite_nodes\CCAnimation.cpp" /> |
michael@0 | 1091 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\sprite_nodes\CCAnimationCache.cpp" /> |
michael@0 | 1092 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\marmalade\CCApplication.cpp" /> |
michael@0 | 1093 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\cocoa\CCArray.cpp" /> |
michael@0 | 1094 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\base_nodes\CCAtlasNode.cpp" /> |
michael@0 | 1095 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\cocoa\CCAutoreleasePool.cpp" /> |
michael@0 | 1096 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\CCCamera.cpp" /> |
michael@0 | 1097 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\misc_nodes\CCClippingNode.cpp" /> |
michael@0 | 1098 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\marmalade\CCCommon.cpp" /> |
michael@0 | 1099 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\CCConfiguration.cpp" /> |
michael@0 | 1100 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\cocoa\CCDictionary.cpp" /> |
michael@0 | 1101 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\CCDirector.cpp" /> |
michael@0 | 1102 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\draw_nodes\CCDrawNode.cpp" /> |
michael@0 | 1103 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\draw_nodes\CCDrawingPrimitives.cpp" /> |
michael@0 | 1104 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\marmalade\CCEGLView.cpp" /> |
michael@0 | 1105 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\CCEGLViewProtocol.cpp" /> |
michael@0 | 1106 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\marmalade\CCFileUtils.cpp" /> |
michael@0 | 1107 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\shaders\CCGLProgram.cpp" /> |
michael@0 | 1108 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\cocoa\CCGeometry.cpp" /> |
michael@0 | 1109 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\effects\CCGrabber.cpp" /> |
michael@0 | 1110 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\effects\CCGrid.cpp" /> |
michael@0 | 1111 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\text_input_node\CCIMEDispatcher.cpp" /> |
michael@0 | 1112 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\marmalade\CCImage.cpp" /> |
michael@0 | 1113 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\keypad_dispatcher\CCKeypadDelegate.cpp" /> |
michael@0 | 1114 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\keypad_dispatcher\CCKeypadDispatcher.cpp" /> |
michael@0 | 1115 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\label_nodes\CCLabelAtlas.cpp" /> |
michael@0 | 1116 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\label_nodes\CCLabelBMFont.cpp" /> |
michael@0 | 1117 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\label_nodes\CCLabelTTF.cpp" /> |
michael@0 | 1118 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\layers_scenes_transitions_nodes\CCLayer.cpp" /> |
michael@0 | 1119 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\menu_nodes\CCMenu.cpp" /> |
michael@0 | 1120 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\menu_nodes\CCMenuItem.cpp" /> |
michael@0 | 1121 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\misc_nodes\CCMotionStreak.cpp" /> |
michael@0 | 1122 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\cocoa\CCNS.cpp" /> |
michael@0 | 1123 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\base_nodes\CCNode.cpp" /> |
michael@0 | 1124 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\support\CCNotificationCenter.cpp" /> |
michael@0 | 1125 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\cocoa\CCObject.cpp" /> |
michael@0 | 1126 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\tileMap_parallax_nodes\CCParallaxNode.cpp" /> |
michael@0 | 1127 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\particle_nodes\CCParticleBatchNode.cpp" /> |
michael@0 | 1128 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\particle_nodes\CCParticleExamples.cpp" /> |
michael@0 | 1129 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\particle_nodes\CCParticleSystem.cpp" /> |
michael@0 | 1130 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\particle_nodes\CCParticleSystemQuad.cpp" /> |
michael@0 | 1131 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\support\CCPointExtension.cpp" /> |
michael@0 | 1132 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\support\CCProfiling.cpp" /> |
michael@0 | 1133 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\misc_nodes\CCProgressTimer.cpp" /> |
michael@0 | 1134 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\misc_nodes\CCRenderTexture.cpp" /> |
michael@0 | 1135 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\CCSAXParser.cpp" /> |
michael@0 | 1136 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\layers_scenes_transitions_nodes\CCScene.cpp" /> |
michael@0 | 1137 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\CCScheduler.cpp" /> |
michael@0 | 1138 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\script_support\CCScriptSupport.cpp" /> |
michael@0 | 1139 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\cocoa\CCSet.cpp" /> |
michael@0 | 1140 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\shaders\CCShaderCache.cpp" /> |
michael@0 | 1141 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\sprite_nodes\CCSprite.cpp" /> |
michael@0 | 1142 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\sprite_nodes\CCSpriteBatchNode.cpp" /> |
michael@0 | 1143 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\sprite_nodes\CCSpriteFrame.cpp" /> |
michael@0 | 1144 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\sprite_nodes\CCSpriteFrameCache.cpp" /> |
michael@0 | 1145 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\cocoa\CCString.cpp" /> |
michael@0 | 1146 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\tileMap_parallax_nodes\CCTMXLayer.cpp" /> |
michael@0 | 1147 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\tileMap_parallax_nodes\CCTMXObjectGroup.cpp" /> |
michael@0 | 1148 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\tileMap_parallax_nodes\CCTMXTiledMap.cpp" /> |
michael@0 | 1149 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\tileMap_parallax_nodes\CCTMXXMLParser.cpp" /> |
michael@0 | 1150 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\text_input_node\CCTextFieldTTF.cpp" /> |
michael@0 | 1151 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\textures\CCTexture2D.cpp" /> |
michael@0 | 1152 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\textures\CCTextureAtlas.cpp" /> |
michael@0 | 1153 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\textures\CCTextureCache.cpp" /> |
michael@0 | 1154 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\textures\CCTexturePVR.cpp" /> |
michael@0 | 1155 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\CCThread.cpp" /> |
michael@0 | 1156 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\tileMap_parallax_nodes\CCTileMapAtlas.cpp" /> |
michael@0 | 1157 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\touch_dispatcher\CCTouch.cpp" /> |
michael@0 | 1158 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\touch_dispatcher\CCTouchDispatcher.cpp" /> |
michael@0 | 1159 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\touch_dispatcher\CCTouchHandler.cpp" /> |
michael@0 | 1160 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\layers_scenes_transitions_nodes\CCTransition.cpp" /> |
michael@0 | 1161 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\layers_scenes_transitions_nodes\CCTransitionPageTurn.cpp" /> |
michael@0 | 1162 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\layers_scenes_transitions_nodes\CCTransitionProgress.cpp" /> |
michael@0 | 1163 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\support\CCUserDefault.cpp" /> |
michael@0 | 1164 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\support\CCVertex.cpp" /> |
michael@0 | 1165 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\cocoa\CCZone.cpp" /> |
michael@0 | 1166 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\DOCBparser.c"> |
michael@0 | 1167 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1168 | </ClCompile> |
michael@0 | 1169 | <ClCompile Include="c:\marmalade\modules\flurry\interface\Flurry_interface.cpp" /> |
michael@0 | 1170 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\HTMLparser.c"> |
michael@0 | 1171 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1172 | </ClCompile> |
michael@0 | 1173 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\HTMLtree.c"> |
michael@0 | 1174 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1175 | </ClCompile> |
michael@0 | 1176 | <ClCompile Include="c:\marmalade\modules\iwbilling\source\IwBilling.cpp" /> |
michael@0 | 1177 | <ClCompile Include="c:\marmalade\quick\source\QAnalytics.cpp" /> |
michael@0 | 1178 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QAnimate.cpp" /> |
michael@0 | 1179 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QAnimation.cpp" /> |
michael@0 | 1180 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QAtlas.cpp" /> |
michael@0 | 1181 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QAudio.cpp" /> |
michael@0 | 1182 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QBase.cpp" /> |
michael@0 | 1183 | <ClCompile Include="c:\marmalade\quick\source\QBilling.cpp" /> |
michael@0 | 1184 | <ClCompile Include="c:\marmalade\quick\source\QBrowser.cpp" /> |
michael@0 | 1185 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QCircle.cpp" /> |
michael@0 | 1186 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QColor.cpp" /> |
michael@0 | 1187 | <ClCompile Include="c:\marmalade\quick\source\QCompass.cpp" /> |
michael@0 | 1188 | <ClCompile Include="c:\marmalade\quick\source\QCrypto.cpp" /> |
michael@0 | 1189 | <ClCompile Include="c:\marmalade\quick\source\QDevice.cpp" /> |
michael@0 | 1190 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QDirector.cpp" /> |
michael@0 | 1191 | <ClCompile Include="c:\marmalade\quick\source\QFacebook.cpp" /> |
michael@0 | 1192 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QFont.cpp" /> |
michael@0 | 1193 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QLabel.cpp" /> |
michael@0 | 1194 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QLines.cpp" /> |
michael@0 | 1195 | <ClCompile Include="c:\marmalade\quick\source\QLocation.cpp" /> |
michael@0 | 1196 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QLsqlite3.cpp" /> |
michael@0 | 1197 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QLuaHelpers.cpp" /> |
michael@0 | 1198 | <ClCompile Include="c:\marmalade\quick\source\QLuasocket.cpp" /> |
michael@0 | 1199 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QMain.cpp" /> |
michael@0 | 1200 | <ClCompile Include="c:\marmalade\quick\source\QNUI.cpp" /> |
michael@0 | 1201 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QNode.cpp" /> |
michael@0 | 1202 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QParticles.cpp" /> |
michael@0 | 1203 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QPhysics.cpp" /> |
michael@0 | 1204 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QPhysicsContact.cpp" /> |
michael@0 | 1205 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QPhysicsContactListener.cpp" /> |
michael@0 | 1206 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QPhysicsJoint.cpp" /> |
michael@0 | 1207 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QPhysicsJointDistance.cpp" /> |
michael@0 | 1208 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QPhysicsJointFriction.cpp" /> |
michael@0 | 1209 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QPhysicsJointGear.cpp" /> |
michael@0 | 1210 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QPhysicsJointPrismatic.cpp" /> |
michael@0 | 1211 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QPhysicsJointPulley.cpp" /> |
michael@0 | 1212 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QPhysicsJointRevolute.cpp" /> |
michael@0 | 1213 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QPhysicsJointRope.cpp" /> |
michael@0 | 1214 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QPhysicsJointTouch.cpp" /> |
michael@0 | 1215 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QPhysicsJointWeld.cpp" /> |
michael@0 | 1216 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QPhysicsJointWheel.cpp" /> |
michael@0 | 1217 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QPhysicsNodeProps.cpp" /> |
michael@0 | 1218 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QRectangle.cpp" /> |
michael@0 | 1219 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QScene.cpp" /> |
michael@0 | 1220 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QSceneTextureBatch.cpp" /> |
michael@0 | 1221 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QSprite.cpp" /> |
michael@0 | 1222 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QSystem.cpp" /> |
michael@0 | 1223 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QTiledMap.cpp" /> |
michael@0 | 1224 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QTween.cpp" /> |
michael@0 | 1225 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QVec2.cpp" /> |
michael@0 | 1226 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\source\QVector.cpp" /> |
michael@0 | 1227 | <ClCompile Include="c:\marmalade\quick\source\QVideo.cpp" /> |
michael@0 | 1228 | <ClCompile Include="c:\marmalade\quick\source\QWebView.cpp" /> |
michael@0 | 1229 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\SAX.c"> |
michael@0 | 1230 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1231 | </ClCompile> |
michael@0 | 1232 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\SAX2.c"> |
michael@0 | 1233 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1234 | </ClCompile> |
michael@0 | 1235 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocosdenshion\marmalade\SimpleAudioEngine.cpp" /> |
michael@0 | 1236 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\support\image_support\TGAlib.cpp" /> |
michael@0 | 1237 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\support\TransformUtils.cpp" /> |
michael@0 | 1238 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\support\zip_support\ZipUtils.cpp" /> |
michael@0 | 1239 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\kazmath\src\aabb.c"> |
michael@0 | 1240 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1241 | </ClCompile> |
michael@0 | 1242 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\autofit\autofit.c"> |
michael@0 | 1243 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1244 | </ClCompile> |
michael@0 | 1245 | <ClCompile Include="c:\marmalade\quick\luasocket-2.0.2\auxiliar.c"> |
michael@0 | 1246 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1247 | </ClCompile> |
michael@0 | 1248 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Common\b2BlockAllocator.cpp" /> |
michael@0 | 1249 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\b2Body.cpp" /> |
michael@0 | 1250 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Collision\b2BroadPhase.cpp" /> |
michael@0 | 1251 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Contacts\b2ChainAndCircleContact.cpp" /> |
michael@0 | 1252 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Contacts\b2ChainAndPolygonContact.cpp" /> |
michael@0 | 1253 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Collision\Shapes\b2ChainShape.cpp" /> |
michael@0 | 1254 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Contacts\b2CircleContact.cpp" /> |
michael@0 | 1255 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Collision\Shapes\b2CircleShape.cpp" /> |
michael@0 | 1256 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Collision\b2CollideCircle.cpp" /> |
michael@0 | 1257 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Collision\b2CollideEdge.cpp" /> |
michael@0 | 1258 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Collision\b2CollidePolygon.cpp" /> |
michael@0 | 1259 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Collision\b2Collision.cpp" /> |
michael@0 | 1260 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Contacts\b2Contact.cpp" /> |
michael@0 | 1261 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\b2ContactManager.cpp" /> |
michael@0 | 1262 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Contacts\b2ContactSolver.cpp" /> |
michael@0 | 1263 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Collision\b2Distance.cpp" /> |
michael@0 | 1264 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Joints\b2DistanceJoint.cpp" /> |
michael@0 | 1265 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Common\b2Draw.cpp" /> |
michael@0 | 1266 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Collision\b2DynamicTree.cpp" /> |
michael@0 | 1267 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Contacts\b2EdgeAndCircleContact.cpp" /> |
michael@0 | 1268 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Contacts\b2EdgeAndPolygonContact.cpp" /> |
michael@0 | 1269 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Collision\Shapes\b2EdgeShape.cpp" /> |
michael@0 | 1270 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\b2Fixture.cpp" /> |
michael@0 | 1271 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Joints\b2FrictionJoint.cpp" /> |
michael@0 | 1272 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Joints\b2GearJoint.cpp" /> |
michael@0 | 1273 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\b2Island.cpp" /> |
michael@0 | 1274 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Joints\b2Joint.cpp" /> |
michael@0 | 1275 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Common\b2Math.cpp" /> |
michael@0 | 1276 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Joints\b2MouseJoint.cpp" /> |
michael@0 | 1277 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Contacts\b2PolygonAndCircleContact.cpp" /> |
michael@0 | 1278 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Contacts\b2PolygonContact.cpp" /> |
michael@0 | 1279 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Collision\Shapes\b2PolygonShape.cpp" /> |
michael@0 | 1280 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Joints\b2PrismaticJoint.cpp" /> |
michael@0 | 1281 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Joints\b2PulleyJoint.cpp" /> |
michael@0 | 1282 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Joints\b2RevoluteJoint.cpp" /> |
michael@0 | 1283 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Rope\b2Rope.cpp" /> |
michael@0 | 1284 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Joints\b2RopeJoint.cpp" /> |
michael@0 | 1285 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Common\b2Settings.cpp" /> |
michael@0 | 1286 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Common\b2StackAllocator.cpp" /> |
michael@0 | 1287 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Collision\b2TimeOfImpact.cpp" /> |
michael@0 | 1288 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Common\b2Timer.cpp" /> |
michael@0 | 1289 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Joints\b2WeldJoint.cpp" /> |
michael@0 | 1290 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\Joints\b2WheelJoint.cpp" /> |
michael@0 | 1291 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\b2World.cpp" /> |
michael@0 | 1292 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\external\box2d\Dynamics\b2WorldCallbacks.cpp" /> |
michael@0 | 1293 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\support\base64.cpp" /> |
michael@0 | 1294 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\bdf\bdf.c"> |
michael@0 | 1295 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1296 | </ClCompile> |
michael@0 | 1297 | <ClCompile Include="c:\marmalade\quick\luasocket-2.0.2\buffer.c"> |
michael@0 | 1298 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1299 | </ClCompile> |
michael@0 | 1300 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\c14n.c"> |
michael@0 | 1301 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1302 | </ClCompile> |
michael@0 | 1303 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\catalog.c"> |
michael@0 | 1304 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1305 | </ClCompile> |
michael@0 | 1306 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\support\data_support\ccCArray.cpp" /> |
michael@0 | 1307 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\shaders\ccGLStateCache.cpp" /> |
michael@0 | 1308 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\shaders\ccShaders.cpp" /> |
michael@0 | 1309 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\support\ccUtils.cpp" /> |
michael@0 | 1310 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\cff\cff.c"> |
michael@0 | 1311 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1312 | </ClCompile> |
michael@0 | 1313 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\chvalid.c"> |
michael@0 | 1314 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1315 | </ClCompile> |
michael@0 | 1316 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\cocos2d.cpp" /> |
michael@0 | 1317 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\debugXML.c"> |
michael@0 | 1318 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1319 | </ClCompile> |
michael@0 | 1320 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\dict.c"> |
michael@0 | 1321 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1322 | </ClCompile> |
michael@0 | 1323 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\encoding.c"> |
michael@0 | 1324 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1325 | </ClCompile> |
michael@0 | 1326 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\entities.c"> |
michael@0 | 1327 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1328 | </ClCompile> |
michael@0 | 1329 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\error.c"> |
michael@0 | 1330 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1331 | </ClCompile> |
michael@0 | 1332 | <ClCompile Include="c:\marmalade\quick\luasocket-2.0.2\except.c"> |
michael@0 | 1333 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1334 | </ClCompile> |
michael@0 | 1335 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftbase.c"> |
michael@0 | 1336 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1337 | </ClCompile> |
michael@0 | 1338 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftbbox.c"> |
michael@0 | 1339 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1340 | </ClCompile> |
michael@0 | 1341 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftbdf.c"> |
michael@0 | 1342 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1343 | </ClCompile> |
michael@0 | 1344 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftbitmap.c"> |
michael@0 | 1345 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1346 | </ClCompile> |
michael@0 | 1347 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\cache\ftcache.c"> |
michael@0 | 1348 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1349 | </ClCompile> |
michael@0 | 1350 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftcid.c"> |
michael@0 | 1351 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1352 | </ClCompile> |
michael@0 | 1353 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftfstype.c"> |
michael@0 | 1354 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1355 | </ClCompile> |
michael@0 | 1356 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftgasp.c"> |
michael@0 | 1357 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1358 | </ClCompile> |
michael@0 | 1359 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftglyph.c"> |
michael@0 | 1360 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1361 | </ClCompile> |
michael@0 | 1362 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftgxval.c"> |
michael@0 | 1363 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1364 | </ClCompile> |
michael@0 | 1365 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\gzip\ftgzip.c"> |
michael@0 | 1366 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1367 | </ClCompile> |
michael@0 | 1368 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftinit.c"> |
michael@0 | 1369 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1370 | </ClCompile> |
michael@0 | 1371 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftlcdfil.c"> |
michael@0 | 1372 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1373 | </ClCompile> |
michael@0 | 1374 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\lzw\ftlzw.c"> |
michael@0 | 1375 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1376 | </ClCompile> |
michael@0 | 1377 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftmm.c"> |
michael@0 | 1378 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1379 | </ClCompile> |
michael@0 | 1380 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftotval.c"> |
michael@0 | 1381 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1382 | </ClCompile> |
michael@0 | 1383 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftpatent.c"> |
michael@0 | 1384 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1385 | </ClCompile> |
michael@0 | 1386 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftpfr.c"> |
michael@0 | 1387 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1388 | </ClCompile> |
michael@0 | 1389 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftstroke.c"> |
michael@0 | 1390 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1391 | </ClCompile> |
michael@0 | 1392 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftsynth.c"> |
michael@0 | 1393 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1394 | </ClCompile> |
michael@0 | 1395 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftsystem.c"> |
michael@0 | 1396 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1397 | </ClCompile> |
michael@0 | 1398 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\fttype1.c"> |
michael@0 | 1399 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1400 | </ClCompile> |
michael@0 | 1401 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\base\ftwinfnt.c"> |
michael@0 | 1402 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1403 | </ClCompile> |
michael@0 | 1404 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\globals.c"> |
michael@0 | 1405 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1406 | </ClCompile> |
michael@0 | 1407 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\hash.c"> |
michael@0 | 1408 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1409 | </ClCompile> |
michael@0 | 1410 | <ClCompile Include="c:\marmalade\quick\luasocket-2.0.2\inet_luasocket.c"> |
michael@0 | 1411 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1412 | </ClCompile> |
michael@0 | 1413 | <ClCompile Include="c:\marmalade\quick\luasocket-2.0.2\io_luasocket.c"> |
michael@0 | 1414 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1415 | </ClCompile> |
michael@0 | 1416 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\support\zip_support\ioapi.cpp" /> |
michael@0 | 1417 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lapi.c"> |
michael@0 | 1418 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1419 | </ClCompile> |
michael@0 | 1420 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lauxlib.c"> |
michael@0 | 1421 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1422 | </ClCompile> |
michael@0 | 1423 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lbaselib.c"> |
michael@0 | 1424 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1425 | </ClCompile> |
michael@0 | 1426 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lcode.c"> |
michael@0 | 1427 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1428 | </ClCompile> |
michael@0 | 1429 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\ldblib.c"> |
michael@0 | 1430 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1431 | </ClCompile> |
michael@0 | 1432 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\ldebug.c"> |
michael@0 | 1433 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1434 | </ClCompile> |
michael@0 | 1435 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\ldo.c"> |
michael@0 | 1436 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1437 | </ClCompile> |
michael@0 | 1438 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\ldump.c"> |
michael@0 | 1439 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1440 | </ClCompile> |
michael@0 | 1441 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\legacy.c"> |
michael@0 | 1442 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1443 | </ClCompile> |
michael@0 | 1444 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lfunc.c"> |
michael@0 | 1445 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1446 | </ClCompile> |
michael@0 | 1447 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lgc.c"> |
michael@0 | 1448 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1449 | </ClCompile> |
michael@0 | 1450 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\linit.c"> |
michael@0 | 1451 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1452 | </ClCompile> |
michael@0 | 1453 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\liolib.c"> |
michael@0 | 1454 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1455 | </ClCompile> |
michael@0 | 1456 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\list.c"> |
michael@0 | 1457 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1458 | </ClCompile> |
michael@0 | 1459 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\llex.c"> |
michael@0 | 1460 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1461 | </ClCompile> |
michael@0 | 1462 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lmathlib.c"> |
michael@0 | 1463 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1464 | </ClCompile> |
michael@0 | 1465 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lmem.c"> |
michael@0 | 1466 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1467 | </ClCompile> |
michael@0 | 1468 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\loadlib.c"> |
michael@0 | 1469 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1470 | </ClCompile> |
michael@0 | 1471 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lobject.c"> |
michael@0 | 1472 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1473 | </ClCompile> |
michael@0 | 1474 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lopcodes.c"> |
michael@0 | 1475 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1476 | </ClCompile> |
michael@0 | 1477 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\loslib.c"> |
michael@0 | 1478 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1479 | </ClCompile> |
michael@0 | 1480 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lparser.c"> |
michael@0 | 1481 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1482 | </ClCompile> |
michael@0 | 1483 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\sqlite3\lsqlite3.c"> |
michael@0 | 1484 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1485 | </ClCompile> |
michael@0 | 1486 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lstate.c"> |
michael@0 | 1487 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1488 | </ClCompile> |
michael@0 | 1489 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lstring.c"> |
michael@0 | 1490 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1491 | </ClCompile> |
michael@0 | 1492 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lstrlib.c"> |
michael@0 | 1493 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1494 | </ClCompile> |
michael@0 | 1495 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\ltable.c"> |
michael@0 | 1496 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1497 | </ClCompile> |
michael@0 | 1498 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\ltablib.c"> |
michael@0 | 1499 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1500 | </ClCompile> |
michael@0 | 1501 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\ltm.c"> |
michael@0 | 1502 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1503 | </ClCompile> |
michael@0 | 1504 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lua.c"> |
michael@0 | 1505 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1506 | </ClCompile> |
michael@0 | 1507 | <ClCompile Include="c:\marmalade\quick\luasocket-2.0.2\luasocket.c"> |
michael@0 | 1508 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1509 | </ClCompile> |
michael@0 | 1510 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lundump.c"> |
michael@0 | 1511 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1512 | </ClCompile> |
michael@0 | 1513 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lvm.c"> |
michael@0 | 1514 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1515 | </ClCompile> |
michael@0 | 1516 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\lzio.c"> |
michael@0 | 1517 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1518 | </ClCompile> |
michael@0 | 1519 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\kazmath\src\mat3.c"> |
michael@0 | 1520 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1521 | </ClCompile> |
michael@0 | 1522 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\kazmath\src\mat4.c"> |
michael@0 | 1523 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1524 | </ClCompile> |
michael@0 | 1525 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\kazmath\src\gl\mat4stack.c"> |
michael@0 | 1526 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1527 | </ClCompile> |
michael@0 | 1528 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\kazmath\src\gl\matrix.c"> |
michael@0 | 1529 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1530 | </ClCompile> |
michael@0 | 1531 | <ClCompile Include="c:\marmalade\quick\luasocket-2.0.2\mime.c"> |
michael@0 | 1532 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1533 | </ClCompile> |
michael@0 | 1534 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\nanoftp.c"> |
michael@0 | 1535 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1536 | </ClCompile> |
michael@0 | 1537 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\nanohttp.c"> |
michael@0 | 1538 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1539 | </ClCompile> |
michael@0 | 1540 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\kazmath\src\neon_matrix_impl.c"> |
michael@0 | 1541 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1542 | </ClCompile> |
michael@0 | 1543 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\openquick_tolua.cpp" /> |
michael@0 | 1544 | <ClCompile Include="c:\marmalade\quick\luasocket-2.0.2\options.c"> |
michael@0 | 1545 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1546 | </ClCompile> |
michael@0 | 1547 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\parser.c"> |
michael@0 | 1548 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1549 | </ClCompile> |
michael@0 | 1550 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\parserInternals.c"> |
michael@0 | 1551 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1552 | </ClCompile> |
michael@0 | 1553 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\pattern.c"> |
michael@0 | 1554 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1555 | </ClCompile> |
michael@0 | 1556 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\pcf\pcf.c"> |
michael@0 | 1557 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1558 | </ClCompile> |
michael@0 | 1559 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\pfr\pfr.c"> |
michael@0 | 1560 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1561 | </ClCompile> |
michael@0 | 1562 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\kazmath\src\plane.c"> |
michael@0 | 1563 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1564 | </ClCompile> |
michael@0 | 1565 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\platform.cpp" /> |
michael@0 | 1566 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\lua\print.c"> |
michael@0 | 1567 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1568 | </ClCompile> |
michael@0 | 1569 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\psaux\psaux.c"> |
michael@0 | 1570 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1571 | </ClCompile> |
michael@0 | 1572 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\pshinter\pshinter.c"> |
michael@0 | 1573 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1574 | </ClCompile> |
michael@0 | 1575 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\psnames\psmodule.c"> |
michael@0 | 1576 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1577 | </ClCompile> |
michael@0 | 1578 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\kazmath\src\quaternion.c"> |
michael@0 | 1579 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1580 | </ClCompile> |
michael@0 | 1581 | <ClCompile Include="c:\marmalade\quick\quick_tolua.cpp" /> |
michael@0 | 1582 | <ClCompile Include="c:\marmalade\quick\quickuser_tolua.cpp" /> |
michael@0 | 1583 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\raster\raster.c"> |
michael@0 | 1584 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1585 | </ClCompile> |
michael@0 | 1586 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\kazmath\src\ray2.c"> |
michael@0 | 1587 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1588 | </ClCompile> |
michael@0 | 1589 | <ClCompile Include="c:\marmalade\extensions\s3eandroidmarketbilling\interface\s3eAndroidMarketBilling_interface.cpp" /> |
michael@0 | 1590 | <ClCompile Include="c:\marmalade\extensions\s3ebbappworldbilling\interface\s3eBBAppWorldBilling_interface.cpp" /> |
michael@0 | 1591 | <ClCompile Include="c:\marmalade\extensions\s3efacebook\interface\s3eFacebook_interface.cpp" /> |
michael@0 | 1592 | <ClCompile Include="c:\marmalade\extensions\s3eiosappstorebilling\interface\s3eIOSAppStoreBilling_interface.cpp" /> |
michael@0 | 1593 | <ClCompile Include="c:\marmalade\extensions\s3ewebview\interface\s3eWebView_interface.cpp" /> |
michael@0 | 1594 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\schematron.c"> |
michael@0 | 1595 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1596 | </ClCompile> |
michael@0 | 1597 | <ClCompile Include="c:\marmalade\quick\luasocket-2.0.2\select_luasocket.c"> |
michael@0 | 1598 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1599 | </ClCompile> |
michael@0 | 1600 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\sfnt\sfnt.c"> |
michael@0 | 1601 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1602 | </ClCompile> |
michael@0 | 1603 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\smooth\smooth.c"> |
michael@0 | 1604 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1605 | </ClCompile> |
michael@0 | 1606 | <ClCompile Include="c:\marmalade\modules\third_party\openquick\sqlite3\sqlite3.c"> |
michael@0 | 1607 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1608 | </ClCompile> |
michael@0 | 1609 | <ClCompile Include="c:\marmalade\quick\luasocket-2.0.2\tcp_luasocket.c"> |
michael@0 | 1610 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1611 | </ClCompile> |
michael@0 | 1612 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\threads.c"> |
michael@0 | 1613 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1614 | </ClCompile> |
michael@0 | 1615 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_aux.c"> |
michael@0 | 1616 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1617 | </ClCompile> |
michael@0 | 1618 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_close.c"> |
michael@0 | 1619 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1620 | </ClCompile> |
michael@0 | 1621 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_codec.c"> |
michael@0 | 1622 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1623 | </ClCompile> |
michael@0 | 1624 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_color.c"> |
michael@0 | 1625 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1626 | </ClCompile> |
michael@0 | 1627 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_compress.c"> |
michael@0 | 1628 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1629 | </ClCompile> |
michael@0 | 1630 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_dir.c"> |
michael@0 | 1631 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1632 | </ClCompile> |
michael@0 | 1633 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_dirinfo.c"> |
michael@0 | 1634 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1635 | </ClCompile> |
michael@0 | 1636 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_dirread.c"> |
michael@0 | 1637 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1638 | </ClCompile> |
michael@0 | 1639 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_dirwrite.c"> |
michael@0 | 1640 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1641 | </ClCompile> |
michael@0 | 1642 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_dumpmode.c"> |
michael@0 | 1643 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1644 | </ClCompile> |
michael@0 | 1645 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_error.c"> |
michael@0 | 1646 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1647 | </ClCompile> |
michael@0 | 1648 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_extension.c"> |
michael@0 | 1649 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1650 | </ClCompile> |
michael@0 | 1651 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_fax3.c"> |
michael@0 | 1652 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1653 | </ClCompile> |
michael@0 | 1654 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_fax3sm.c"> |
michael@0 | 1655 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1656 | </ClCompile> |
michael@0 | 1657 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_flush.c"> |
michael@0 | 1658 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1659 | </ClCompile> |
michael@0 | 1660 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_getimage.c"> |
michael@0 | 1661 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1662 | </ClCompile> |
michael@0 | 1663 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_jbig.c"> |
michael@0 | 1664 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1665 | </ClCompile> |
michael@0 | 1666 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_jpeg.c"> |
michael@0 | 1667 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1668 | </ClCompile> |
michael@0 | 1669 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_luv.c"> |
michael@0 | 1670 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1671 | </ClCompile> |
michael@0 | 1672 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_lzw.c"> |
michael@0 | 1673 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1674 | </ClCompile> |
michael@0 | 1675 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_next.c"> |
michael@0 | 1676 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1677 | </ClCompile> |
michael@0 | 1678 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_ojpeg.c"> |
michael@0 | 1679 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1680 | </ClCompile> |
michael@0 | 1681 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_open.c"> |
michael@0 | 1682 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1683 | </ClCompile> |
michael@0 | 1684 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_packbits.c"> |
michael@0 | 1685 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1686 | </ClCompile> |
michael@0 | 1687 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_pixarlog.c"> |
michael@0 | 1688 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1689 | </ClCompile> |
michael@0 | 1690 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_predict.c"> |
michael@0 | 1691 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1692 | </ClCompile> |
michael@0 | 1693 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_print.c"> |
michael@0 | 1694 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1695 | </ClCompile> |
michael@0 | 1696 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_read.c"> |
michael@0 | 1697 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1698 | </ClCompile> |
michael@0 | 1699 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_strip.c"> |
michael@0 | 1700 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1701 | </ClCompile> |
michael@0 | 1702 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_swab.c"> |
michael@0 | 1703 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1704 | </ClCompile> |
michael@0 | 1705 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_thunder.c"> |
michael@0 | 1706 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1707 | </ClCompile> |
michael@0 | 1708 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_tile.c"> |
michael@0 | 1709 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1710 | </ClCompile> |
michael@0 | 1711 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_unix.c"> |
michael@0 | 1712 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1713 | </ClCompile> |
michael@0 | 1714 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_version.c"> |
michael@0 | 1715 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1716 | </ClCompile> |
michael@0 | 1717 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_warning.c"> |
michael@0 | 1718 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1719 | </ClCompile> |
michael@0 | 1720 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_write.c"> |
michael@0 | 1721 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1722 | </ClCompile> |
michael@0 | 1723 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libtiff\source\tif_zip.c"> |
michael@0 | 1724 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1725 | </ClCompile> |
michael@0 | 1726 | <ClCompile Include="c:\marmalade\quick\luasocket-2.0.2\timeout.c"> |
michael@0 | 1727 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1728 | </ClCompile> |
michael@0 | 1729 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\tolua\tolua_event.c"> |
michael@0 | 1730 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1731 | </ClCompile> |
michael@0 | 1732 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\tolua\tolua_is.c"> |
michael@0 | 1733 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1734 | </ClCompile> |
michael@0 | 1735 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\tolua\tolua_map.c"> |
michael@0 | 1736 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1737 | </ClCompile> |
michael@0 | 1738 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\tolua\tolua_push.c"> |
michael@0 | 1739 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1740 | </ClCompile> |
michael@0 | 1741 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\scripting\lua\tolua\tolua_to.c"> |
michael@0 | 1742 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1743 | </ClCompile> |
michael@0 | 1744 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\tree.c"> |
michael@0 | 1745 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1746 | </ClCompile> |
michael@0 | 1747 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\truetype\truetype.c"> |
michael@0 | 1748 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1749 | </ClCompile> |
michael@0 | 1750 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\type1\type1.c"> |
michael@0 | 1751 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1752 | </ClCompile> |
michael@0 | 1753 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\cid\type1cid.c"> |
michael@0 | 1754 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1755 | </ClCompile> |
michael@0 | 1756 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\type42\type42.c"> |
michael@0 | 1757 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1758 | </ClCompile> |
michael@0 | 1759 | <ClCompile Include="c:\marmalade\quick\luasocket-2.0.2\udp.c"> |
michael@0 | 1760 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1761 | </ClCompile> |
michael@0 | 1762 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\support\zip_support\unzip.cpp" /> |
michael@0 | 1763 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\uri.c"> |
michael@0 | 1764 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1765 | </ClCompile> |
michael@0 | 1766 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\kazmath\src\utility.c"> |
michael@0 | 1767 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1768 | </ClCompile> |
michael@0 | 1769 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\valid.c"> |
michael@0 | 1770 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1771 | </ClCompile> |
michael@0 | 1772 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\kazmath\src\vec2.c"> |
michael@0 | 1773 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1774 | </ClCompile> |
michael@0 | 1775 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\kazmath\src\vec3.c"> |
michael@0 | 1776 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1777 | </ClCompile> |
michael@0 | 1778 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\kazmath\src\vec4.c"> |
michael@0 | 1779 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1780 | </ClCompile> |
michael@0 | 1781 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\freetype\src\winfonts\winfnt.c"> |
michael@0 | 1782 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1783 | </ClCompile> |
michael@0 | 1784 | <ClCompile Include="c:\marmalade\quick\luasocket-2.0.2\wsocket.c"> |
michael@0 | 1785 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1786 | </ClCompile> |
michael@0 | 1787 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\xinclude.c"> |
michael@0 | 1788 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1789 | </ClCompile> |
michael@0 | 1790 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\xlink.c"> |
michael@0 | 1791 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1792 | </ClCompile> |
michael@0 | 1793 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\xmlIO.c"> |
michael@0 | 1794 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1795 | </ClCompile> |
michael@0 | 1796 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\xmlmemory.c"> |
michael@0 | 1797 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1798 | </ClCompile> |
michael@0 | 1799 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\xmlmodule.c"> |
michael@0 | 1800 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1801 | </ClCompile> |
michael@0 | 1802 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\xmlreader.c"> |
michael@0 | 1803 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1804 | </ClCompile> |
michael@0 | 1805 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\xmlregexp.c"> |
michael@0 | 1806 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1807 | </ClCompile> |
michael@0 | 1808 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\xmlsave.c"> |
michael@0 | 1809 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1810 | </ClCompile> |
michael@0 | 1811 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\xmlschemas.c"> |
michael@0 | 1812 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1813 | </ClCompile> |
michael@0 | 1814 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\xmlschemastypes.c"> |
michael@0 | 1815 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1816 | </ClCompile> |
michael@0 | 1817 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\xmlstring.c"> |
michael@0 | 1818 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1819 | </ClCompile> |
michael@0 | 1820 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\xmlunicode.c"> |
michael@0 | 1821 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1822 | </ClCompile> |
michael@0 | 1823 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\xmlwriter.c"> |
michael@0 | 1824 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1825 | </ClCompile> |
michael@0 | 1826 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\xpath.c"> |
michael@0 | 1827 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1828 | </ClCompile> |
michael@0 | 1829 | <ClCompile Include="c:\marmalade\modules\third_party\cocos2dx\cocos2dx\platform\third_party\marmalade\libxml2\sources\xpointer.c"> |
michael@0 | 1830 | <CompileAsWinRT>false</CompileAsWinRT> |
michael@0 | 1831 | </ClCompile> |
michael@0 | 1832 | </ItemGroup> |
michael@0 | 1833 | |
michael@0 | 1834 | <ItemGroup> |
michael@0 | 1835 | <Reference Include="Windows"> |
michael@0 | 1836 | <IsWinMDFile>true</IsWinMDFile> |
michael@0 | 1837 | </Reference> |
michael@0 | 1838 | <Reference Include="platform.winmd"> |
michael@0 | 1839 | <IsWinMDFile>true</IsWinMDFile> |
michael@0 | 1840 | <Private>false</Private> |
michael@0 | 1841 | </Reference> |
michael@0 | 1842 | </ItemGroup> |
michael@0 | 1843 | |
michael@0 | 1844 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
michael@0 | 1845 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsPhone\v$(TargetPlatformVersion)\Microsoft.Cpp.WindowsPhone.$(TargetPlatformVersion).targets" /> |
michael@0 | 1846 | <ItemGroup> |
michael@0 | 1847 | </ItemGroup> |
michael@0 | 1848 | <ImportGroup Label="ExtensionTargets"> |
michael@0 | 1849 | </ImportGroup> |
michael@0 | 1850 | </Project> |