2011-11-30 16:03:51 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2015-10-04 21:30:00 +02:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
2011-11-30 16:03:51 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ProjectGuid>{57097B7A-A283-4409-8AAC-35BF0F458657}</ProjectGuid>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Primitives</RootNamespace>
|
|
|
|
|
<AssemblyName>Primitives</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
|
|
|
<ApplicationIcon>anx.ico</ApplicationIcon>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\x86\Debug</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\x86\Release</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;WINDOWS</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<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>
|
|
|
|
|
<DefineConstants>TRACE;WINDOWS</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<CodeAnalysisLogFile>bin\x86\Release\Primitives.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
|
|
|
|
<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>
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
|
|
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
|
|
|
|
</PropertyGroup>
|
2015-10-04 21:30:00 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<RunPostBuildEvent>Always</RunPostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2011-11-30 16:03:51 +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>
|
|
|
|
|
<Content Include="anx.ico" />
|
|
|
|
|
<Content Include="GameThumbnail.png">
|
|
|
|
|
<XnaPlatformSpecific>true</XnaPlatformSpecific>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-12-27 08:19:27 +00:00
|
|
|
|
<ProjectReference Include="..\..\ANX.Framework\ANX.Framework.csproj">
|
|
|
|
|
<Project>{6899F0C9-70B9-4EB0-9DD3-E598D4BE3E35}</Project>
|
|
|
|
|
<Name>ANX.Framework</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\InputSystems\ANX.InputDevices.Windows.XInput\ANX.InputDevices.Windows.XInput.csproj">
|
|
|
|
|
<Project>{60D08399-244F-46A3-91F1-4CFD26D961A3}</Project>
|
|
|
|
|
<Name>ANX.InputDevices.Windows.XInput</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\InputSystems\ANX.InputSystem.Standard\ANX.InputSystem.Standard.csproj">
|
|
|
|
|
<Project>{49066074-3B7B-4A55-B122-6BD33AB73558}</Project>
|
|
|
|
|
<Name>ANX.InputSystem.Standard</Name>
|
|
|
|
|
</ProjectReference>
|
2012-08-09 20:53:18 +00:00
|
|
|
|
<ProjectReference Include="..\..\PlatformSystems\ANX.PlatformSystem.Windows\ANX.PlatformSystem.Windows.csproj">
|
|
|
|
|
<Project>{068EB2E9-963C-4E1B-8831-E25011F11FFE}</Project>
|
|
|
|
|
<Name>ANX.PlatformSystem.Windows</Name>
|
|
|
|
|
</ProjectReference>
|
2012-09-15 13:43:31 +00:00
|
|
|
|
<ProjectReference Include="..\..\RenderSystems\ANX.RenderSystem.Windows.DX10\ANX.RenderSystem.Windows.DX10.csproj">
|
2011-12-27 08:19:27 +00:00
|
|
|
|
<Project>{5BE49183-2F6F-4527-AC90-D816911FCF90}</Project>
|
2012-08-14 07:42:00 +00:00
|
|
|
|
<Name>ANX.RenderSystem.Windows.DX10</Name>
|
2011-12-27 08:19:27 +00:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\SoundSystems\ANX.SoundSystem.Windows.XAudio\ANX.SoundSystem.Windows.XAudio.csproj">
|
|
|
|
|
<Project>{6A582788-C4D2-410C-96CD-177F75712D65}</Project>
|
|
|
|
|
<Name>ANX.SoundSystem.Windows.XAudio</Name>
|
|
|
|
|
</ProjectReference>
|
2011-11-30 16:03:51 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4 Client Profile %28x86 und x64%29</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
2015-10-04 21:30:00 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent>xcopy $(ProjectDir)..\SampleContent\bin\$(ConfigurationName) $(TargetDir)SampleContent\ /D /E /Y</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2011-11-30 16:03:51 +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>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|