1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/vc11xwp/Marmalade.Shell.csproj Wed Jul 31 19:28:00 2013 +0200 1.3 @@ -0,0 +1,126 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?><Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1.5 + <PropertyGroup> 1.6 + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 1.7 + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 1.8 + <ProductVersion>10.0.20506</ProductVersion> 1.9 + <SchemaVersion>2.0</SchemaVersion> 1.10 + <ProjectGuid>{01587A73-431C-A052-82CB-C8DBCBC28941}</ProjectGuid> 1.11 + <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> 1.12 + <OutputType>Library</OutputType> 1.13 + <AppDesignerFolder>Properties</AppDesignerFolder> 1.14 + <RootNamespace>MarmaladeShell</RootNamespace> 1.15 + <AssemblyName>MarmaladeShell</AssemblyName> 1.16 + <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier> 1.17 + <TargetFrameworkVersion>v8.0</TargetFrameworkVersion> 1.18 + <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> 1.19 + <SilverlightApplication>true</SilverlightApplication> 1.20 + <SupportedCultures> 1.21 + </SupportedCultures> 1.22 + <XapOutputs>true</XapOutputs> 1.23 + <GenerateSilverlightManifest>true</GenerateSilverlightManifest> 1.24 + <XapFilename>Amalog_vc11xwp_wp8devtoolset.xap</XapFilename> 1.25 + <GenerateSilverlightManifest>true</GenerateSilverlightManifest> 1.26 + <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate> 1.27 + <SilverlightAppEntry>MarmaladeShell.App</SilverlightAppEntry> 1.28 + <ValidateXaml>true</ValidateXaml> 1.29 + <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> 1.30 + <ThrowErrorsInValidation>true</ThrowErrorsInValidation> 1.31 + </PropertyGroup> 1.32 + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 1.33 + <DebugSymbols>true</DebugSymbols> 1.34 + <DebugType>full</DebugType> 1.35 + <Optimize>false</Optimize> 1.36 + <OutputPath>Bin\x86\Debug</OutputPath> 1.37 + <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants> 1.38 + <NoStdLib>true</NoStdLib> 1.39 + <NoConfig>true</NoConfig> 1.40 + <ErrorReport>prompt</ErrorReport> 1.41 + <WarningLevel>4</WarningLevel> 1.42 + </PropertyGroup> 1.43 + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 1.44 + <DebugType>pdbonly</DebugType> 1.45 + <Optimize>true</Optimize> 1.46 + <OutputPath>Bin\x86\Release</OutputPath> 1.47 + <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants> 1.48 + <NoStdLib>true</NoStdLib> 1.49 + <NoConfig>true</NoConfig> 1.50 + <ErrorReport>prompt</ErrorReport> 1.51 + <WarningLevel>4</WarningLevel> 1.52 + </PropertyGroup> 1.53 + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' "> 1.54 + <DebugSymbols>true</DebugSymbols> 1.55 + <DebugType>full</DebugType> 1.56 + <Optimize>false</Optimize> 1.57 + <OutputPath>Bin\ARM\Debug</OutputPath> 1.58 + <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants> 1.59 + <NoStdLib>true</NoStdLib> 1.60 + <NoConfig>true</NoConfig> 1.61 + <ErrorReport>prompt</ErrorReport> 1.62 + <WarningLevel>4</WarningLevel> 1.63 + </PropertyGroup> 1.64 + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' "> 1.65 + <DebugType>pdbonly</DebugType> 1.66 + <Optimize>true</Optimize> 1.67 + <OutputPath>Bin\ARM\Release</OutputPath> 1.68 + <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants> 1.69 + <NoStdLib>true</NoStdLib> 1.70 + <NoConfig>true</NoConfig> 1.71 + <ErrorReport>prompt</ErrorReport> 1.72 + <WarningLevel>4</WarningLevel> 1.73 + </PropertyGroup> 1.74 + <ItemGroup> 1.75 + <Compile Include="App.xaml.cs"> 1.76 + <DependentUpon>App.xaml</DependentUpon> 1.77 + </Compile> 1.78 + <Compile Include="DummyMainPage.xaml.cs"> 1.79 + <DependentUpon>DummyMainPage.xaml</DependentUpon> 1.80 + </Compile> 1.81 + <Compile Include="Properties\AssemblyInfo.cs"/> 1.82 + <Compile Include="Resources\AppResources.Designer.cs"> 1.83 + <AutoGen>True</AutoGen> 1.84 + <DesignTime>True</DesignTime> 1.85 + <DependentUpon>AppResources.resx</DependentUpon> 1.86 + </Compile> 1.87 + </ItemGroup> 1.88 + <ItemGroup><Content Include="s3e_native.dll"><CopyToOutputDirectory>Always</CopyToOutputDirectory></Content><Content Include="s3e_native.winmd"><CopyToOutputDirectory>Always</CopyToOutputDirectory></Content><Content Include="libEGL.dll"><CopyToOutputDirectory>Always</CopyToOutputDirectory></Content><Content Include="libGLESv2.dll"><CopyToOutputDirectory>Always</CopyToOutputDirectory></Content><Content Include="Marmalade.App.dll"><CopyToOutputDirectory>Always</CopyToOutputDirectory></Content><Content Include="s3eSurface_pixelshader.cso"><CopyToOutputDirectory>Always</CopyToOutputDirectory></Content><Content Include="s3eSurface_vertexshader.cso"><CopyToOutputDirectory>Always</CopyToOutputDirectory></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\build_temp\Assets\WP8_Icon_Or_Tile_336x336_0_2.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\build_temp\Assets\WP8_Icon_Or_Tile_99x99_0_0.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\build_temp\Assets\WP8_Icon_Or_Tile_159x159_0_1.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory></Content><Content Include="Amalog.s86"><CopyToOutputDirectory>Always</CopyToOutputDirectory></Content><Content Include="Amalog.lic"><CopyToOutputDirectory>Always</CopyToOutputDirectory></Content><Content Include="app.icf"><CopyToOutputDirectory>Always</CopyToOutputDirectory></Content><Content Include="s3e.icf"><CopyToOutputDirectory>Always</CopyToOutputDirectory></Content><Content Include="s3e_splash.jpg"><CopyToOutputDirectory>Always</CopyToOutputDirectory></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\config.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\config.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\marmalade\QAnalytics.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\marmalade\QAnalytics.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\Default.fnt"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\Default.fnt</Link></Content><Content Include="c:\marmalade\extensions\s3efacebook\source\iphone\facebook-ios-sdk\FacebookSDK.framework\Versions\A\Resources\FacebookSDKResources.bundle\FBDialog\images\close.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>FacebookSDKResources.bundle\FBDialog\images\close.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources-ram\shader_bin_wp8\1443bfa7.bin"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>shader_bin_wp8\1443bfa7.bin</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\mobdebug.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>mobdebug.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\scenemain.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>scenemain.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\Arial-96pt_bold.fnt"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\Arial-96pt_bold.fnt</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QScene.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QScene.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QAtlas.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QAtlas.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\ComicSans24_0.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\ComicSans24_0.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\Default_0.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\Default_0.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\lua_socket\ltn12.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\lua_socket\ltn12.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\class.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\class.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QAnimation.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QAnimation.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\butthelp.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\butthelp.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\SegoeUI-64pt_smbld_0.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\SegoeUI-64pt_smbld_0.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\lua_socket\socket.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\lua_socket\socket.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\SegoeUI-64pt_bold_0.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\SegoeUI-64pt_bold_0.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources-ram\shader_bin_wp8\a2b7f161.bin"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>shader_bin_wp8\a2b7f161.bin</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QParticles.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QParticles.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\ComicSans24.fnt"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\ComicSans24.fnt</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\SegoeUI-blanc_36pt.gxfont"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\SegoeUI-blanc_36pt.gxfont</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\sceneabout.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>sceneabout.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources-ram\shader_bin_wp8\eb3143cf.bin"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>shader_bin_wp8\eb3143cf.bin</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QVec2.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QVec2.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\SegoeUI-64pt_smbld.fnt"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\SegoeUI-64pt_smbld.fnt</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\buttforw.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\buttforw.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\screenshot1-768.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\screenshot1-768.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QDraw.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QDraw.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\SegoeUI-blanc_36pt.tga"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\SegoeUI-blanc_36pt.tga</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QLsqlite3.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QLsqlite3.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\SegoeUI-36pt_bold_0.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\SegoeUI-36pt_bold_0.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\lua_socket\mime.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\lua_socket\mime.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\splashscreen.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\splashscreen.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QTiledMap.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QTiledMap.lua</Link></Content><Content Include="c:\marmalade\extensions\s3ewebview\s3eWebView.js"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>s3eWebView.js</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\openquick.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\openquick.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QRect.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QRect.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QJoint.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QJoint.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QLines.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QLines.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\marmalade\QBilling.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\marmalade\QBilling.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QLabel.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QLabel.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\splashtest.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\splashtest.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\Arial32.fnt"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\Arial32.fnt</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\Arial18.fnt"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\Arial18.fnt</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\Qjson.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\Qjson.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\marmalade\QNUI.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\marmalade\QNUI.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\marmalade\quick.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\marmalade\quick.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\marmalade\QLocation.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\marmalade\QLocation.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\lua_socket\initls.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\lua_socket\initls.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\dbg.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\dbg.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QNode.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QNode.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\main.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>main.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\buttno.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\buttno.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\buttadd.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\buttadd.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\lua_socket\ftp.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\lua_socket\ftp.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\SegoeUI-64pt_bold.fnt"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\SegoeUI-64pt_bold.fnt</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\SegoeUI-36pt_bold.fnt"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\SegoeUI-36pt_bold.fnt</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources-ram\shader_bin_wp8\a2c0a338.bin"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>shader_bin_wp8\a2c0a338.bin</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\development.icf"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>development.icf</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\marmalade\QCompass.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\marmalade\QCompass.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\Arial-96pt_bold_1.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\Arial-96pt_bold_1.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QDirector.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QDirector.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\Amasplash.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\Amasplash.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QDebug.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QDebug.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\lua_socket\url.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\lua_socket\url.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\buttdel1.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\buttdel1.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\butback.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\butback.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\marmalade\QFacebook.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\marmalade\QFacebook.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\textures\skyepic.jpeg"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>textures\skyepic.jpeg</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources-ram\shader_bin_wp8\02871b50.bin"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>shader_bin_wp8\02871b50.bin</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\lua_socket\smtp.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\lua_socket\smtp.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources-ram\shader_bin_wp8\68bd2511.bin"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>shader_bin_wp8\68bd2511.bin</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\lua_socket\http.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\lua_socket\http.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\buttcanc.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\buttcanc.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\SegoeUI-32pt_smbld_0.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\SegoeUI-32pt_smbld_0.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\SegoeUI-92pt_smbld.fnt"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\SegoeUI-92pt_smbld.fnt</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\amaico_114.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\amaico_114.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QRectangle.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QRectangle.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\Arial32_0.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\Arial32_0.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\buttyes.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\buttyes.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\marmalade\QVideo.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\marmalade\QVideo.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\marmalade\QDevice.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\marmalade\QDevice.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\textures\skynorm.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>textures\skynorm.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\SegoeUI-92pt_smbld_1.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\SegoeUI-92pt_smbld_1.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources-ram\shader_bin_wp8\e7931291.bin"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>shader_bin_wp8\e7931291.bin</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QConfig.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QConfig.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QTimer.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QTimer.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\marmalade\QWebView.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\marmalade\QWebView.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources-ram\shader_bin_wp8\4c5a10f0.bin"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>shader_bin_wp8\4c5a10f0.bin</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QAudio.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QAudio.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\amaico_99.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\amaico_99.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources-ram\shader_bin_wp8\dd7e55d5.bin"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>shader_bin_wp8\dd7e55d5.bin</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources-ram\shader_bin_wp8\35020d25.bin"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>shader_bin_wp8\35020d25.bin</Link></Content><Content Include="c:\marmalade\extensions\s3efacebook\source\iphone\facebook-ios-sdk\FacebookSDK.framework\Versions\A\Resources\FacebookSDKResources.bundle\FBDialog\images\close@2x.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>FacebookSDKResources.bundle\FBDialog\images\close@2x.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\buttdel2.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\buttdel2.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources-ram\shader_bin_wp8\08938ac6.bin"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>shader_bin_wp8\08938ac6.bin</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\json\json.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\json\json.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources-ram\shader_bin_wp8\584056c3.bin"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>shader_bin_wp8\584056c3.bin</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources-ram\shader_bin_wp8\73936b7a.bin"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>shader_bin_wp8\73936b7a.bin</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources-ram\shader_bin_wp8\f9726e28.bin"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>shader_bin_wp8\f9726e28.bin</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QFont.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QFont.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\SegoeUI-64pt_smbld_1.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\SegoeUI-64pt_smbld_1.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\common.icf"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>common.icf</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QCircle.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QCircle.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\SegoeUI-92pt_smbld_0.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\SegoeUI-92pt_smbld_0.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\icon4.jpg"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\icon4.jpg</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QEvent.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QEvent.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QColor.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QColor.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\Arial-96pt_bold_0.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\Arial-96pt_bold_0.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QVector.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QVector.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QPhysics.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QPhysics.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\marmalade\QAds.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\marmalade\QAds.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\icon3.svg"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\icon3.svg</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources-ram\shader_bin_wp8\b08947f2.bin"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>shader_bin_wp8\b08947f2.bin</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\icon2.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\icon2.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\marmalade\QCrypto.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\marmalade\QCrypto.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\marmalade\QLuasocket.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\marmalade\QLuasocket.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\SegoeUI-64pt_smbld_2.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\SegoeUI-64pt_smbld_2.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QTween.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QTween.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QSystem.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QSystem.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\splashscreen.jpg"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>splashscreen.jpg</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\scenehelp.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>scenehelp.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\icon5.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\icon5.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\marmalade\QBrowser.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\marmalade\QBrowser.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\buttinfo.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\buttinfo.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\images\butexclaim.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>images\butexclaim.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources-ram\shader_bin_wp8\424e48b8.bin"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>shader_bin_wp8\424e48b8.bin</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\lua_socket\tp.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\lua_socket\tp.lua</Link></Content><Content Include="c:\marmalade\extensions\s3efacebook\source\iphone\facebook-ios-sdk\FacebookSDK.framework\Versions\A\Resources\FacebookSDKResources.bundle\FBDialog\images\fbicon.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>FacebookSDKResources.bundle\FBDialog\images\fbicon.png</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\quicklua\QSprite.lua"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>quicklua\QSprite.lua</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\SegoeUI-32pt_smbld.fnt"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\SegoeUI-32pt_smbld.fnt</Link></Content><Content Include="c:\Users\Michel\Documents\Quick\Projects\Amalog\resources\fonts\Arial18_0.png"><CopyToOutputDirectory>Always</CopyToOutputDirectory><Link>fonts\Arial18_0.png</Link></Content></ItemGroup> 1.89 + <ItemGroup> 1.90 + <Reference Include="Marmalade.App"> 1.91 + <HintPath>.\Marmalade.App.dll</HintPath> 1.92 + </Reference> 1.93 + </ItemGroup> 1.94 + <ItemGroup> 1.95 + <ApplicationDefinition Include="App.xaml"> 1.96 + <SubType>Designer</SubType> 1.97 + <Generator>MSBuild:Compile</Generator> 1.98 + </ApplicationDefinition> 1.99 + </ItemGroup> 1.100 + <ItemGroup> 1.101 + <None Include="Properties\AppManifest.xml"/> 1.102 + <None Include="Properties\WMAppManifest.xml"> 1.103 + <SubType>Designer</SubType> 1.104 + </None> 1.105 + </ItemGroup> 1.106 + <ItemGroup> 1.107 + <EmbeddedResource Include="Resources\AppResources.resx"> 1.108 + <Generator>PublicResXFileCodeGenerator</Generator> 1.109 + <LastGenOutput>AppResources.Designer.cs</LastGenOutput> 1.110 + </EmbeddedResource> 1.111 + </ItemGroup> 1.112 + <ItemGroup> 1.113 + <Page Include="DummyMainPage.xaml"> 1.114 + <SubType>Designer</SubType> 1.115 + <Generator>MSBuild:Compile</Generator> 1.116 + </Page> 1.117 + </ItemGroup> 1.118 + <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets"/> 1.119 + <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets"/> 1.120 + <ProjectExtensions/> 1.121 + <PropertyGroup><PreBuildEvent> 1.122 +set XDEBUGFLAG= 1.123 +set XARCHFLAG=x86 1.124 +if "$(ConfigurationName)"=="Debug" set XDEBUGFLAG=-d 1.125 +if "$(PlatformName)"=="ARM" set XARCHFLAG=arm 1.126 + 1.127 +"c:\marmalade\s3e\bin\s3e_deploy" --exclude-package --exclude-assets --device-debugging -n -o wp8 -a wp8-%XARCHFLAG% %XDEBUGFLAG% $(ProjectDir)deploy_config.py --outputdir=$(ProjectDir) 1.128 +</PreBuildEvent></PropertyGroup> 1.129 +</Project> 1.130 \ No newline at end of file