vc11xwp/Marmalade.Shell.csproj

Wed, 31 Jul 2013 19:28:00 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Jul 2013 19:28:00 +0200
changeset 0
7ff85f7ce3a7
permissions
-rw-r--r--

Flush prograss with initial commit.

michael@0 1 <?xml version="1.0" encoding="utf-8"?><Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
michael@0 2 <PropertyGroup>
michael@0 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
michael@0 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
michael@0 5 <ProductVersion>10.0.20506</ProductVersion>
michael@0 6 <SchemaVersion>2.0</SchemaVersion>
michael@0 7 <ProjectGuid>{01587A73-431C-A052-82CB-C8DBCBC28941}</ProjectGuid>
michael@0 8 <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
michael@0 9 <OutputType>Library</OutputType>
michael@0 10 <AppDesignerFolder>Properties</AppDesignerFolder>
michael@0 11 <RootNamespace>MarmaladeShell</RootNamespace>
michael@0 12 <AssemblyName>MarmaladeShell</AssemblyName>
michael@0 13 <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
michael@0 14 <TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
michael@0 15 <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
michael@0 16 <SilverlightApplication>true</SilverlightApplication>
michael@0 17 <SupportedCultures>
michael@0 18 </SupportedCultures>
michael@0 19 <XapOutputs>true</XapOutputs>
michael@0 20 <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
michael@0 21 <XapFilename>Amalog_vc11xwp_wp8devtoolset.xap</XapFilename>
michael@0 22 <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
michael@0 23 <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
michael@0 24 <SilverlightAppEntry>MarmaladeShell.App</SilverlightAppEntry>
michael@0 25 <ValidateXaml>true</ValidateXaml>
michael@0 26 <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
michael@0 27 <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
michael@0 28 </PropertyGroup>
michael@0 29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
michael@0 30 <DebugSymbols>true</DebugSymbols>
michael@0 31 <DebugType>full</DebugType>
michael@0 32 <Optimize>false</Optimize>
michael@0 33 <OutputPath>Bin\x86\Debug</OutputPath>
michael@0 34 <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
michael@0 35 <NoStdLib>true</NoStdLib>
michael@0 36 <NoConfig>true</NoConfig>
michael@0 37 <ErrorReport>prompt</ErrorReport>
michael@0 38 <WarningLevel>4</WarningLevel>
michael@0 39 </PropertyGroup>
michael@0 40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
michael@0 41 <DebugType>pdbonly</DebugType>
michael@0 42 <Optimize>true</Optimize>
michael@0 43 <OutputPath>Bin\x86\Release</OutputPath>
michael@0 44 <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
michael@0 45 <NoStdLib>true</NoStdLib>
michael@0 46 <NoConfig>true</NoConfig>
michael@0 47 <ErrorReport>prompt</ErrorReport>
michael@0 48 <WarningLevel>4</WarningLevel>
michael@0 49 </PropertyGroup>
michael@0 50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
michael@0 51 <DebugSymbols>true</DebugSymbols>
michael@0 52 <DebugType>full</DebugType>
michael@0 53 <Optimize>false</Optimize>
michael@0 54 <OutputPath>Bin\ARM\Debug</OutputPath>
michael@0 55 <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
michael@0 56 <NoStdLib>true</NoStdLib>
michael@0 57 <NoConfig>true</NoConfig>
michael@0 58 <ErrorReport>prompt</ErrorReport>
michael@0 59 <WarningLevel>4</WarningLevel>
michael@0 60 </PropertyGroup>
michael@0 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
michael@0 62 <DebugType>pdbonly</DebugType>
michael@0 63 <Optimize>true</Optimize>
michael@0 64 <OutputPath>Bin\ARM\Release</OutputPath>
michael@0 65 <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
michael@0 66 <NoStdLib>true</NoStdLib>
michael@0 67 <NoConfig>true</NoConfig>
michael@0 68 <ErrorReport>prompt</ErrorReport>
michael@0 69 <WarningLevel>4</WarningLevel>
michael@0 70 </PropertyGroup>
michael@0 71 <ItemGroup>
michael@0 72 <Compile Include="App.xaml.cs">
michael@0 73 <DependentUpon>App.xaml</DependentUpon>
michael@0 74 </Compile>
michael@0 75 <Compile Include="DummyMainPage.xaml.cs">
michael@0 76 <DependentUpon>DummyMainPage.xaml</DependentUpon>
michael@0 77 </Compile>
michael@0 78 <Compile Include="Properties\AssemblyInfo.cs"/>
michael@0 79 <Compile Include="Resources\AppResources.Designer.cs">
michael@0 80 <AutoGen>True</AutoGen>
michael@0 81 <DesignTime>True</DesignTime>
michael@0 82 <DependentUpon>AppResources.resx</DependentUpon>
michael@0 83 </Compile>
michael@0 84 </ItemGroup>
michael@0 85 <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>
michael@0 86 <ItemGroup>
michael@0 87 <Reference Include="Marmalade.App">
michael@0 88 <HintPath>.\Marmalade.App.dll</HintPath>
michael@0 89 </Reference>
michael@0 90 </ItemGroup>
michael@0 91 <ItemGroup>
michael@0 92 <ApplicationDefinition Include="App.xaml">
michael@0 93 <SubType>Designer</SubType>
michael@0 94 <Generator>MSBuild:Compile</Generator>
michael@0 95 </ApplicationDefinition>
michael@0 96 </ItemGroup>
michael@0 97 <ItemGroup>
michael@0 98 <None Include="Properties\AppManifest.xml"/>
michael@0 99 <None Include="Properties\WMAppManifest.xml">
michael@0 100 <SubType>Designer</SubType>
michael@0 101 </None>
michael@0 102 </ItemGroup>
michael@0 103 <ItemGroup>
michael@0 104 <EmbeddedResource Include="Resources\AppResources.resx">
michael@0 105 <Generator>PublicResXFileCodeGenerator</Generator>
michael@0 106 <LastGenOutput>AppResources.Designer.cs</LastGenOutput>
michael@0 107 </EmbeddedResource>
michael@0 108 </ItemGroup>
michael@0 109 <ItemGroup>
michael@0 110 <Page Include="DummyMainPage.xaml">
michael@0 111 <SubType>Designer</SubType>
michael@0 112 <Generator>MSBuild:Compile</Generator>
michael@0 113 </Page>
michael@0 114 </ItemGroup>
michael@0 115 <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets"/>
michael@0 116 <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets"/>
michael@0 117 <ProjectExtensions/>
michael@0 118 <PropertyGroup><PreBuildEvent>
michael@0 119 set XDEBUGFLAG=
michael@0 120 set XARCHFLAG=x86
michael@0 121 if &quot;$(ConfigurationName)&quot;==&quot;Debug&quot; set XDEBUGFLAG=-d
michael@0 122 if &quot;$(PlatformName)&quot;==&quot;ARM&quot; set XARCHFLAG=arm
michael@0 123
michael@0 124 &quot;c:\marmalade\s3e\bin\s3e_deploy&quot; --exclude-package --exclude-assets --device-debugging -n -o wp8 -a wp8-%XARCHFLAG% %XDEBUGFLAG% $(ProjectDir)deploy_config.py --outputdir=$(ProjectDir)
michael@0 125 </PreBuildEvent></PropertyGroup>
michael@0 126 </Project>

mercurial