root/src/BRAINSFramework/BrAInS[ZUNE].csproj

User picture

Author: conkerjo

Revision: 30 («Previous)


File Size: 8.06 KB

(November 01, 2009 14:48 UTC) Over 2 years ago

Added Zune HD support and simple sample

 
Show/hide line numbers
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  <PropertyGroup>
    <ProjectGuid>{76BE696C-E34D-4295-B011-412F79BE8A68}</ProjectGuid>
    <ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">Zune</Platform>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Brains</RootNamespace>
    <AssemblyName>Brains.Framework</AssemblyName>
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    <XnaFrameworkVersion>v3.1</XnaFrameworkVersion>
    <XnaPlatform>Zune</XnaPlatform>
    <XnaCrossPlatformGroupID>6f86d750-78c2-4a6b-92b2-51dd1453eb79</XnaCrossPlatformGroupID>
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Zune' ">
    <OutputPath>bin\Zune\Debug</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <NoStdLib>true</NoStdLib>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <PlatformTarget>x86</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <DefineConstants>DEBUG;TRACE;ZUNE</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Zune' ">
    <OutputPath>bin\Zune\Release</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <NoStdLib>true</NoStdLib>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <PlatformTarget>x86</PlatformTarget>
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <DefineConstants>TRACE;ZUNE</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="AIEngine.cs" />
    <Compile Include="Behaviors\ConditionBehavior.cs" />
    <Compile Include="Behaviors\DecoratorBehavior.cs" />
    <Compile Include="Behaviors\GoToBehavior.cs" />
    <Compile Include="Behaviors\ISubBehaviorHolder.cs" />
    <Compile Include="Behaviors\ParallelBehavior.cs" />
    <Compile Include="Behaviors\PathFinding\CyclicPathBehavior.cs" />
    <Compile Include="Behaviors\PathFinding\FindPathBehavior.cs" />
    <Compile Include="Behaviors\PathFinding\FollowPathBehavior.cs" />
    <Compile Include="Grouping\Group.cs" />
    <Compile Include="Spatial\SpatialTable.cs" />
    <Compile Include="Utility\AIConsts.cs" />
    <Compile Include="Map\Cluster.cs" />
    <Compile Include="Designer\BehaviorNode.cs" />
    <Compile Include="Behaviors\CompositeBehavior.cs" />
    <Compile Include="Behaviors\BehaviorList.cs" />
    <Compile Include="Behaviors\TaskBehavior.cs" />
    <Compile Include="Behaviors\IConditionBehavior.cs" />
    <Compile Include="Behaviors\SelectorBehavior.cs" />
    <Compile Include="Behaviors\RandomBehavior.cs" />
    <Compile Include="Behaviors\IActionBehavior.cs" />
    <Compile Include="Behaviors\ICompositeBehavior.cs" />
    <Compile Include="Behaviors\SequenceBehavior.cs" />
    <Compile Include="Behaviors\IBehavior.cs" />
    <Compile Include="Designer\BehaviorAttribute.cs" />
    <Compile Include="Utility\Enums.cs" />
    <Compile Include="Utility\ExtensionMethods.cs" />
    <Compile Include="Feeler.cs" />
    <Compile Include="Map\Grid.cs" />
    <Compile Include="Map\GridCell.cs" />
    <Compile Include="Agent.cs" />
    <Compile Include="Label.cs" />
    <Compile Include="Utility\License.cs" />
    <Compile Include="Locomotion\LocomotionController.cs" />
    <Compile Include="Locomotion\LocomtionSteering.cs" />
    <Compile Include="Map\WorldMap.cs" />
    <Compile Include="PathFinding\PathFinder.cs" />
    <Compile Include="PathFinding\PathFinderNode.cs" />
    <Compile Include="PathFinding\NodeComparer.cs" />
    <Compile Include="PriorityQueue.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="QuadTree\RectangleF.cs" />
    <Compile Include="QuadTree\QuadTree.cs" />
    <Compile Include="QuadTree\QuadTreeNode.cs" />
    <Compile Include="QuadTree\QuadTreePositionItem.cs" />
    <Compile Include="Utility\Util.cs" />
    <Compile Include="World.cs" />
  </ItemGroup>
  <ItemGroup>
    <NestedContentProject Include="Content\Content.contentproj">
      <Project>971b7099-f332-4716-b063-714fb0f3bb5a</Project>
      <Visible>False</Visible>
    </NestedContentProject>
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework Client Profile</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
      <Visible>False</Visible>
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
      <Visible>False</Visible>
      <ProductName>Windows Installer 3.1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Xna.Framework.3.1">
      <Visible>False</Visible>
      <ProductName>Microsoft XNA Framework Redistributable 3.1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <ItemGroup>
    <Reference Include="Microsoft.Xna.Framework">
      <Private>False</Private>
    </Reference>
    <Reference Include="Microsoft.Xna.Framework.Game">
      <Private>False</Private>
    </Reference>
    <Reference Include="mscorlib">
      <Private>False</Private>
    </Reference>
    <Reference Include="System">
      <Private>False</Private>
    </Reference>
    <Reference Include="System.Core">
      <Private>False</Private>
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Xml">
      <Private>False</Private>
    </Reference>
    <Reference Include="System.Xml.Linq">
      <Private>False</Private>
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.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>
  -->
  <PropertyGroup>
    <PostBuildEvent>xcopy /Y $(TargetDir)$(TargetName).* $(ProjectDir)..\..\build\Release\</PostBuildEvent>
  </PropertyGroup>
</Project>