<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <ProjectGuid>{D810F12D-6CE9-4755-AC6A-5DFEC7D1C782}</ProjectGuid> <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">x86</Platform> <OutputType>AppContainerExe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>BasicEffectSample</RootNamespace> <AssemblyName>BasicEffectSample</AssemblyName> <DefaultLanguage>en-US</DefaultLanguage> <FileAlignment>512</FileAlignment> <PackageCertificateKeyFile>Test_TemporaryKey.pfx</PackageCertificateKeyFile> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\x86\Debug\ModernUI</OutputPath> <DefineConstants>WINDOWS;TRACE;DEBUG;WINDOWSMETRO;</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <UseVSHostingProcess>false</UseVSHostingProcess> <PlatformTarget>x86</PlatformTarget> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\x86\Release\ModernUI</OutputPath> <DefineConstants>WINDOWS;TRACE;WINDOWSMETRO;</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <UseVSHostingProcess>false</UseVSHostingProcess> <PlatformTarget>x86</PlatformTarget> </PropertyGroup> <ItemGroup> <Reference Include="mscorlib"> <Private>False</Private> </Reference> <Reference Include="System"> <Private>False</Private> </Reference> <Reference Include="System.Xml"> <Private>False</Private> </Reference> <Reference Include="System.Core"> <Private>False</Private> </Reference> <Reference Include="System.Xml.Linq"> <Private>False</Private> </Reference> <Reference Include="System.Net"> <Private>False</Private> </Reference> </ItemGroup> <ItemGroup> <Compile Include="BaseScene.cs" /> <Compile Include="LightingMode.cs" /> <Compile Include="Scenes\DiffuseFogScene.cs" /> <Compile Include="Camera.cs" /> <Compile Include="Scenes\DiffuseNoFogScene.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Program.cs" /> <Compile Include="Game1.cs" /> <Compile Include="Scenes\LitVertexColorTextureFogScene.cs" /> <Compile Include="Scenes\LitVertexColorTextureNoFogScene.cs" /> <Compile Include="Scenes\LitTextureFogScene.cs" /> <Compile Include="Scenes\LitTextureNoFogScene.cs" /> <Compile Include="Scenes\LitVertexColorFogScene.cs" /> <Compile Include="Scenes\LitVertexColorNoFogScene.cs" /> <Compile Include="Scenes\LitDiffuseNoFogScene.cs" /> <Compile Include="Scenes\LitDiffuseFogScene.cs" /> <Compile Include="Scenes\VertexColorTextureNoFogScene.cs" /> <Compile Include="Scenes\VertexColorTextureFogScene.cs" /> <Compile Include="Scenes\TextureNoFogScene.cs" /> <Compile Include="Scenes\TextureFogScene.cs" /> <Compile Include="Scenes\VertexColorNoFogScene.cs" /> <Compile Include="Scenes\VertexColorFogScene.cs" /> <Compile Include="VertexTypes\VertexPositionNormalColorTexture.cs" /> <Compile Include="VertexTypes\VertexPositionNormalColor.cs" /> </ItemGroup> <ItemGroup> <Content Include="Game.ico" /> <Content Include="GameThumbnail.png" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\ANX.Framework\ANX.Framework_WindowsMetro.csproj"> <Project>{6899F0C9-70B9-4EB0-9DD3-E598D4BE3E35}</Project> <Name>ANX.Framework</Name> </ProjectReference> <ProjectReference Include="..\..\InputSystems\ANX.InputSystem.Standard\ANX.InputSystem.Standard_WindowsMetro.csproj"> <Project>{49066074-3B7B-4A55-B122-6BD33AB73558}</Project> <Name>ANX.InputSystem.Standard</Name> </ProjectReference> <ProjectReference Include="..\..\SoundSystems\ANX.SoundSystem.Windows.XAudio\ANX.SoundSystem.Windows.XAudio_WindowsMetro.csproj"> <Project>{6A582788-C4D2-410C-96CD-177F75712D65}</Project> <Name>ANX.SoundSystem.Windows.XAudio</Name> </ProjectReference> <ProjectReference Include="..\SampleContent\SampleContent.contentproj"> <Project>{FA6E229D-4504-47B1-8A23-2D3FCC13F778}</Project> <Name>SampleContent</Name> <XnaReferenceType>Content</XnaReferenceType> </ProjectReference> </ItemGroup> <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> <ItemGroup> <None Include="Test_TemporaryKey.pfx" /> <AppxManifest Include="Manifest.appxmanifest"> <SubType>Designer</SubType> </AppxManifest> <Content Include="Assets\Logo.png" /> <Content Include="Assets\SmallLogo.png" /> <Content Include="Assets\SplashScreen.png" /> <Content Include="Assets\StoreLogo.png" /> </ItemGroup> <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '11.0' "> <VisualStudioVersion>11.0</VisualStudioVersion> </PropertyGroup> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> </Project>