2012-10-14 16:40:10 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-09-05 12:37:48 +02:00
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
2012-10-14 16:40:10 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
2015-09-05 12:37:48 +02:00
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{E1A73436-CD1C-41B8-9295-8F1C20740063}</ProjectGuid>
|
2012-10-14 16:40:10 +00:00
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>AlphaTestEffectSample</RootNamespace>
|
|
|
|
|
<AssemblyName>AlphaTestEffectSample</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2015-09-05 12:37:48 +02:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2012-10-14 16:40:10 +00:00
|
|
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
|
|
|
</PropertyGroup>
|
2015-09-05 12:37:48 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2012-10-14 16:40:10 +00:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2015-09-05 12:37:48 +02:00
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
2012-10-14 16:40:10 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-09-30 21:31:15 +02:00
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
2012-10-14 16:40:10 +00:00
|
|
|
|
</PropertyGroup>
|
2015-09-05 12:37:48 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2012-10-14 16:40:10 +00:00
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2015-09-05 12:37:48 +02:00
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
2012-10-14 16:40:10 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-09-05 12:37:48 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<RunPostBuildEvent>Always</RunPostBuildEvent>
|
2012-10-14 16:40:10 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2015-09-05 12:37:48 +02:00
|
|
|
|
<Reference Include="ANX.Framework">
|
2015-04-26 19:47:26 +02:00
|
|
|
|
<HintPath>..\..\bin\Debug\ANX.Framework.dll</HintPath>
|
|
|
|
|
</Reference>
|
2015-09-05 14:48:26 +02:00
|
|
|
|
<Reference Include="ANX.InputDevices.Windows.XInput">
|
|
|
|
|
<HintPath>..\..\bin\Debug\ANX.InputDevices.Windows.XInput.dll</HintPath>
|
|
|
|
|
</Reference>
|
2015-09-05 12:37:48 +02:00
|
|
|
|
<Reference Include="ANX.InputSystem.Standard">
|
2015-04-26 19:47:26 +02:00
|
|
|
|
<HintPath>..\..\bin\Debug\ANX.InputSystem.Standard.dll</HintPath>
|
|
|
|
|
</Reference>
|
2015-09-05 12:37:48 +02:00
|
|
|
|
<Reference Include="ANX.PlatformSystem.Windows">
|
2015-04-26 19:47:26 +02:00
|
|
|
|
<HintPath>..\..\bin\Debug\ANX.PlatformSystem.Windows.dll</HintPath>
|
|
|
|
|
</Reference>
|
2015-09-05 12:37:48 +02:00
|
|
|
|
<Reference Include="ANX.RenderSystem.Windows.DX10">
|
2015-04-26 19:47:26 +02:00
|
|
|
|
<HintPath>..\..\bin\Debug\ANX.RenderSystem.Windows.DX10.dll</HintPath>
|
2015-09-05 14:48:26 +02:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="ANX.SoundSystem.Windows.XAudio">
|
|
|
|
|
<HintPath>..\..\bin\Debug\ANX.SoundSystem.Windows.XAudio.dll</HintPath>
|
2015-04-26 19:47:26 +02:00
|
|
|
|
</Reference>
|
2015-04-08 14:50:03 +02:00
|
|
|
|
<Reference Include="System" />
|
2015-09-05 12:37:48 +02:00
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Game1.cs" />
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="anx.ico" />
|
|
|
|
|
<Content Include="GameThumbnail.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="app.config" />
|
2012-10-14 16:40:10 +00:00
|
|
|
|
</ItemGroup>
|
2015-09-05 12:37:48 +02:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2015-04-08 14:50:03 +02:00
|
|
|
|
<PropertyGroup>
|
2015-09-05 12:37:48 +02:00
|
|
|
|
<PostBuildEvent>xcopy $(ProjectDir)..\SampleContent\bin\$(ConfigurationName) $(TargetDir)SampleContent\ /D /E /Y</PostBuildEvent>
|
2015-04-08 14:50:03 +02:00
|
|
|
|
</PropertyGroup>
|
2015-09-05 12:37:48 +02: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-10-14 16:40:10 +00:00
|
|
|
|
</Project>
|