2011-12-08 17:18:05 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
2012-08-09 09:45:04 +00:00
|
|
|
|
<ProjectGuid>{A42413A9-5189-40CB-AACA-D50F24865431}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
2011-12-08 17:18:05 +00:00
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
2012-08-12 20:00:19 +00:00
|
|
|
|
<OutputType>AppContainerExe</OutputType>
|
2011-12-08 17:18:05 +00:00
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2012-08-09 09:45:04 +00:00
|
|
|
|
<RootNamespace>Kinect</RootNamespace>
|
|
|
|
|
<AssemblyName>Kinect</AssemblyName>
|
2012-08-12 22:17:56 +00:00
|
|
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<PackageCertificateKeyFile>Test_TemporaryKey.pfx</PackageCertificateKeyFile>
|
2011-12-08 17:18:05 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\x86\Debug</OutputPath>
|
2012-08-09 09:45:04 +00:00
|
|
|
|
<DefineConstants>WINDOWS;TRACE;DEBUG;WINDOWSMETRO;</DefineConstants>
|
2011-12-08 17:18:05 +00:00
|
|
|
|
<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</OutputPath>
|
2012-08-09 09:45:04 +00:00
|
|
|
|
<DefineConstants>WINDOWS;TRACE;WINDOWSMETRO;</DefineConstants>
|
2011-12-08 17:18:05 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
2012-03-26 08:27:29 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWin8|x86'">
|
|
|
|
|
<OutputPath>bin\x86\DebugWin8\</OutputPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWin8|x86'">
|
|
|
|
|
<OutputPath>bin\x86\ReleaseWin8\</OutputPath>
|
2012-08-09 09:45:04 +00:00
|
|
|
|
<DefineConstants>WINDOWS;TRACE;WINDOWSMETRO;</DefineConstants>
|
2012-03-26 08:27:29 +00:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2012-08-09 09:45:04 +00:00
|
|
|
|
<CodeAnalysisLogFile>bin\x86\Release\Kinect.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
2012-03-26 08:27:29 +00:00
|
|
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
|
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
2012-08-09 09:45:04 +00:00
|
|
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
2012-03-26 08:27:29 +00:00
|
|
|
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
|
|
|
|
</PropertyGroup>
|
2011-12-08 17:18:05 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="mscorlib" />
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Net" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Game1.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2012-08-09 09:45:04 +00:00
|
|
|
|
<Content Include="anx.ico" />
|
2011-12-08 17:18:05 +00:00
|
|
|
|
<Content Include="GameThumbnail.png">
|
|
|
|
|
<XnaPlatformSpecific>true</XnaPlatformSpecific>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
2012-08-09 09:45:04 +00:00
|
|
|
|
<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.InputDevices.Windows.Kinect\ANX.InputDevices.Windows.Kinect_WindowsMetro.csproj">
|
|
|
|
|
<Project>{E5D69E75-D77C-493F-BBDA-6F9E73B82549}</Project>
|
|
|
|
|
<Name>ANX.InputDevices.Windows.Kinect</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\InputSystems\ANX.InputDevices.Windows.XInput\ANX.InputDevices.Windows.XInput_WindowsMetro.csproj">
|
|
|
|
|
<Project>{60D08399-244F-46A3-91F1-4CFD26D961A3}</Project>
|
|
|
|
|
<Name>ANX.InputDevices.Windows.XInput</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="..\..\MediaSystems\ANX.MediaSystem.Windows.OpenAL\ANX.MediaSystem.Windows.OpenAL_WindowsMetro.csproj">
|
|
|
|
|
<Project>{97185A92-077D-4498-8B6A-8BFF04079044}</Project>
|
|
|
|
|
<Name>ANX.MediaSystem.Windows.OpenAL</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" />
|
2011-12-08 17:18:05 +00:00
|
|
|
|
<!--
|
|
|
|
|
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>
|
|
|
|
|
-->
|
2012-08-12 21:43:28 +00:00
|
|
|
|
<ItemGroup>
|
2012-08-12 22:17:56 +00:00
|
|
|
|
<None Include="Test_TemporaryKey.pfx" />
|
2012-08-12 21:43:28 +00:00
|
|
|
|
<AppxManifest Include="Manifest.appxmanifest">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</AppxManifest>
|
2012-08-14 08:44:12 +00:00
|
|
|
|
<Content Include="Assets\Logo.png" />
|
|
|
|
|
<Content Include="Assets\SmallLogo.png" />
|
|
|
|
|
<Content Include="Assets\SplashScreen.png" />
|
|
|
|
|
<Content Include="Assets\StoreLogo.png" />
|
2012-08-12 21:43:28 +00:00
|
|
|
|
</ItemGroup>
|
2012-08-12 22:17:56 +00:00
|
|
|
|
<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')" />
|
2011-12-08 17:18:05 +00:00
|
|
|
|
</Project>
|