@@ -1,197 +1,198 @@
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion= "3.5" >
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProductVersion > 9.0.30729</ProductVersion>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {0DFB103F-2962-400F-8C6D-E2C28CCBA633}</ProjectGuid>
<OutputType > WinExe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > OpenRa.Game</RootNamespace>
<AssemblyName > OpenRa.Game</AssemblyName>
<FileUpgradeFlags >
</FileUpgradeFlags>
<OldToolsVersion > 2.0</OldToolsVersion>
<UpgradeBackupLocation >
</UpgradeBackupLocation>
<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>
<TargetFrameworkVersion > v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|x86' " >
<DebugSymbols > true</DebugSymbols>
<OutputPath > bin\x86\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
<DebugType > full</DebugType>
<PlatformTarget > x86</PlatformTarget>
<UseVSHostingProcess > false</UseVSHostingProcess>
<ErrorReport > prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|x86' " >
<OutputPath > bin\x86\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
<Optimize > true</Optimize>
<DebugType > pdbonly</DebugType>
<PlatformTarget > x86</PlatformTarget>
<UseVSHostingProcess > false</UseVSHostingProcess>
<ErrorReport > prompt</ErrorReport>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Ijw.DirectX, Version=0.0.0.0, Culture=neutral, processorArchitecture=x86" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\Ijw.DirectX\Release\Ijw.DirectX.dll</HintPath>
</Reference>
<Reference Include= "IjwFramework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\Ijw.DirectX\Ijw.Framework\IjwFramework\bin\Debug\IjwFramework.dll</HintPath>
</Reference>
<Reference Include= "irrKlang.NET2.0, Version=1.1.3.0, Culture=neutral, PublicKeyToken=a854741bd80517c7, processorArchitecture=x86" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\thirdparty\irrKlang.NET2.0.dll</HintPath>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Core" >
<RequiredTargetFramework > 3.5</RequiredTargetFramework>
</Reference>
<Reference Include= "System.Data" />
<Reference Include= "System.Drawing" />
<Reference Include= "System.Windows.Forms" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
<Compile Include= "Traits\Activities\DeployMcv .cs" />
<Compile Include= "Actor .cs" />
<Compile Include= "Bullet .cs" />
<Compile Include= "Contro ller .cs" />
<Compile Include= "Curso r.cs" />
<Compile Include= "Explosion .cs" />
<Compile Include= "GameRules\FieldLoader .cs" />
<Compile Include= "GameRules\Footprint .cs" />
<Compile Include= "GameRules\InfoLoader .cs" />
<Compile Include= "GameRules\ProjectileInfo .cs" />
<Compile Include= "GameRules\Rules .cs" />
<Compile Include= "GameRules\UnitInfo .cs" />
<Compile Include= "GameRules\Warhead Info.cs" />
<Compile Include= "GameRules\Weapon Info.cs" />
<Compile Include= "Graphics\Animation .cs" />
<Compile Include= "Game .cs" />
<Compile Include= "Graphics\CursorSequenc e.cs" />
<Compile Include= "Graphics\CursorSheetBuilder .cs" />
<Compile Include= "Graphics\LineRender er.cs" />
<Compile Include= "Graphics\Overlay Renderer.cs" />
<Compile Include= "Graphics\World Renderer.cs" />
<Compile Include= "BuildingInfluenceMap .cs" />
<Compile Include= "IOrderGenerator .cs" />
<Compile Include= "PlaceBuilding .cs" />
<Compile Include= "TechTree\Item .cs" />
<Compile Include= "Network\Packet .cs" />
<Compile Include= "Player .cs" />
<Compile Include= "Race .cs" />
<Compile Include= "Support\SharedResour ces .cs" />
<Compile Include= "Graphics\Sheet .cs" />
<Compile Include= "Support\Log .cs" />
<Compile Include= "Network\Network .cs" />
<Compile Include= "PathFinder .cs" />
<Compile Include= "Graphics\Sequence .cs" />
<Compile Include= "Order .cs" />
<Compile Include= "Graphics\Region .cs" />
<Compile Include= "Graphics\SequenceProvider .cs" />
<Compile Include= "Graphics\SheetBuil der.cs" />
<Compile Include= "Graphics\HardwarePalette .cs" />
<Compile Include= "MainWindow .cs" >
<SubType > Form</SubType >
</Compil e>
<Compile Include= "Support\Program.cs" / >
<Compile Include= "Properties\AssemblyInfo .cs" />
<Compile Include= "Graphics\Renderer .cs" />
<Compile Include= "Support\Settings .cs" />
<Compile Include= "Sidebar .cs" />
<Compile Include= "SidebarItem .cs" />
<Compile Include= "Graphics\Spri te.cs" />
<Compile Include= "Graphics\SpriteRenderer .cs" />
<Compile Include= "Graphics\SpriteSheetBuild er.cs" />
<Compile Include= "TechTree\TechTree .cs" />
<Compile Include= "TerrainCosts .cs" />
<Compile Include= "Graphics\TerrainRenderer .cs" />
<Compile Include= "Graphics\TreeCache .cs" />
<Compile Include= "T raits\AttackTurreted .cs" />
<Compile Include= "Traits\Building .cs" />
<Compile Include= "Traits\McvDeploy .cs" />
<Compile Include= "Traits\Mobile .cs" />
<Compile Include= "Traits\RenderBuilding .cs" />
<Compile Include= "Traits\RenderBuildingOre .cs" />
<Compile Include= "Traits\RenderBuildingTurreted .cs" />
<Compile Include= "Traits\RenderBuildingWarFactory .cs" />
<Compile Include= "Traits\RenderSimple .cs" />
<Compile Include= "Traits\RenderUnit .cs" />
<Compile Include= "Traits\RenderUnitTurreted .cs" />
<Compile Include= "Traits\TraitsInterfaces .cs" />
<Compile Include= "Traits\Tree .cs" />
<Compile Include= "Traits\Turreted .cs" />
<Compile Include= "UnitOrders .cs" />
<Compile Include= "Traits\Util .cs" />
<Compile Include= "UiOverlay .cs" />
<Compile Include= "Graphics\UnitSheetBuilder .cs" />
<Compile Include= "Graphics\Util .cs" />
<Compile Include= "Graphics\Vertex .cs" />
<Compile Include= "Graphics\Viewport .cs" />
<Compile Include= "UnitInfluenceMap .cs" />
<Compile Include= "UnitOrderGenerator .cs" />
<Compile Include= "VoicePool .cs" />
<Compile Include= "World .cs" />
</ItemGroup >
<ItemGroup >
<ProjectReference Include= "..\OpenRa.DataStructures\OpenRa.DataStructures.csproj" >
<Project> {2F9E7A23-56C0-4286-9C8E-1060A9B2F073}</Project >
<Name > OpenRa.DataStructures</Name >
</ProjectReferenc e>
<ProjectReference Include= "..\OpenRa.FileFormats\OpenRa.FileFormats.csproj" >
<Project> {BDAEAB25-991E-46A7-AF1E-4F0E03358DAA}</Project >
<Name > OpenRa.FileFormats</Name >
</ProjectReferenc e>
</ItemGroup >
<ItemGroup >
<BootstrapperPackage Include= "Microsoft.Net.Framework.2.0" >
<Visible > False</Visible >
<ProductName > .NET Framework 2.0 %28x86%29</ProductNam e>
<Install > true</Install >
</BootstrapperPackage >
<BootstrapperPackage Include= "Microsoft.Net.Framework.3.0" >
<Visible > False</Visible >
<ProductName > .NET Framework 3.0 %28x86%29</ProductNam e>
<Install > false</Install >
</BootstrapperPackage >
<BootstrapperPackage Include= "Microsoft.Net.Framework.3.5" >
<Visible > False</Visible >
<ProductName > .NET Framework 3.5</ProductNam e>
<Install > false</Install >
</BootstrapperPackage >
</ItemGroup >
<ItemGroup >
<None Include= "Game Code.cd" / >
<None Include= "Graphics\Graphics .cd" />
</ItemGroup >
<Import Project= "$(MSBuildBinPath)\Microsoft.CSharp.targets" / >
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion= "3.5" >
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProductVersion > 9.0.30729</ProductVersion>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {0DFB103F-2962-400F-8C6D-E2C28CCBA633}</ProjectGuid>
<OutputType > WinExe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > OpenRa.Game</RootNamespace>
<AssemblyName > OpenRa.Game</AssemblyName>
<FileUpgradeFlags >
</FileUpgradeFlags>
<OldToolsVersion > 2.0</OldToolsVersion>
<UpgradeBackupLocation >
</UpgradeBackupLocation>
<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>
<TargetFrameworkVersion > v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|x86' " >
<DebugSymbols > true</DebugSymbols>
<OutputPath > bin\x86\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
<DebugType > full</DebugType>
<PlatformTarget > x86</PlatformTarget>
<UseVSHostingProcess > false</UseVSHostingProcess>
<ErrorReport > prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|x86' " >
<OutputPath > bin\x86\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
<Optimize > true</Optimize>
<DebugType > pdbonly</DebugType>
<PlatformTarget > x86</PlatformTarget>
<UseVSHostingProcess > false</UseVSHostingProcess>
<ErrorReport > prompt</ErrorReport>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Ijw.DirectX, Version=0.0.0.0, Culture=neutral, processorArchitecture=x86" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\Ijw.DirectX\Release\Ijw.DirectX.dll</HintPath>
</Reference>
<Reference Include= "IjwFramework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\Ijw.DirectX\Ijw.Framework\IjwFramework\bin\Debug\IjwFramework.dll</HintPath>
</Reference>
<Reference Include= "irrKlang.NET2.0, Version=1.1.3.0, Culture=neutral, PublicKeyToken=a854741bd80517c7, processorArchitecture=x86" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\thirdparty\irrKlang.NET2.0.dll</HintPath>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Core" >
<RequiredTargetFramework > 3.5</RequiredTargetFramework>
</Reference>
<Reference Include= "System.Data" />
<Reference Include= "System.Drawing" />
<Reference Include= "System.Windows.Forms" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
<Compile Include= "OrderManager .cs" />
<Compile Include= "Traits\Activities\DeployMcv .cs" />
<Compile Include= "Actor .cs" />
<Compile Include= "Bu llet .cs" />
<Compile Include= "Controlle r.cs" />
<Compile Include= "Cursor .cs" />
<Compile Include= "Explosion .cs" />
<Compile Include= "GameRules\FieldLoader .cs" />
<Compile Include= "GameRules\Footprint .cs" />
<Compile Include= "GameRules\InfoLoader .cs" />
<Compile Include= "GameRules\ProjectileInfo .cs" />
<Compile Include= "GameRules\Rules .cs" />
<Compile Include= "GameRules\Unit Info.cs" />
<Compile Include= "GameRules\Warhead Info.cs" />
<Compile Include= "GameRules\WeaponInfo .cs" />
<Compile Include= "Graphics\Animation .cs" />
<Compile Include= "Gam e.cs" />
<Compile Include= "Graphics\CursorSequence .cs" />
<Compile Include= "Graphics\CursorSheetBuild er.cs" />
<Compile Include= "Graphics\Line Renderer.cs" />
<Compile Include= "Graphics\Overlay Renderer.cs" />
<Compile Include= "Graphics\WorldRenderer .cs" />
<Compile Include= "BuildingInfluenceMap .cs" />
<Compile Include= "IOrderGenerator .cs" />
<Compile Include= "PlaceBuilding .cs" />
<Compile Include= "TechTree\Item .cs" />
<Compile Include= "Network\Packet .cs" />
<Compile Include= "Player .cs" />
<Compile Include= "Ra ce.cs" />
<Compile Include= "Support\SharedResources .cs" />
<Compile Include= "Graphics\Sheet .cs" />
<Compile Include= "Support\Log .cs" />
<Compile Include= "Network\Network .cs" />
<Compile Include= "PathFinder .cs" />
<Compile Include= "Graphics\Sequence .cs" />
<Compile Include= "Order .cs" />
<Compile Include= "Graphics\Region .cs" />
<Compile Include= "Graphics\SequenceProvi der.cs" />
<Compile Include= "Graphics\SheetBuilder .cs" />
<Compile Include= "Graphics\HardwarePalette .cs" / >
<Compile Include= "MainWindow.cs" >
<SubType > Form</SubTyp e>
</ Compile>
<Compile Include= "Support\Program .cs" />
<Compile Include= "Properties\AssemblyInfo .cs" />
<Compile Include= "Graphics\Renderer .cs" />
<Compile Include= "Support\Settings .cs" />
<Compile Include= "Sidebar.cs" />
<Compile Include= "SidebarI tem .cs" />
<Compile Include= "Graphics\Sprite.cs" />
<Compile Include= "Graphics\SpriteRender er.cs" />
<Compile Include= "Graphics\SpriteSheetBuilder .cs" />
<Compile Include= "TechTree\TechTree .cs" />
<Compile Include= "TerrainCosts .cs" />
<Compile Include= "Graphics\TerrainRenderer .cs" />
<Compile Include= "G raphics\TreeCache .cs" />
<Compile Include= "Traits\AttackTurreted .cs" />
<Compile Include= "Traits\Building .cs" />
<Compile Include= "Traits\McvDeploy .cs" />
<Compile Include= "Traits\Mobile .cs" />
<Compile Include= "Traits\RenderBuilding.cs" />
<Compile Include= "Traits\RenderBuildingOre .cs" />
<Compile Include= "Traits\RenderBuildingTurreted .cs" />
<Compile Include= "Traits\RenderBuildingWarFactory .cs" />
<Compile Include= "Traits\RenderSimple .cs" />
<Compile Include= "Traits\RenderUnit.cs" />
<Compile Include= "Traits\RenderUnitTurreted .cs" />
<Compile Include= "Traits\TraitsInterfaces .cs" />
<Compile Include= "Traits\Tree .cs" />
<Compile Include= "Traits\Turreted .cs" />
<Compile Include= "UnitOrders .cs" />
<Compile Include= "Traits\Util .cs" />
<Compile Include= "UiOverlay .cs" />
<Compile Include= "Graphics\UnitSheetBuilder .cs" />
<Compile Include= "Graphics\Util .cs" />
<Compile Include= "Graphics\Vertex .cs" />
<Compile Include= "Graphics\Viewport .cs" />
<Compile Include= "UnitInfluenceMap .cs" />
<Compile Include= "UnitOrderGenerator .cs" />
<Compile Include= "VoicePool .cs" />
<Compile Include= "World.cs" / >
</ ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\OpenRa.DataStructures\OpenRa.DataStructures.csproj" >
<Project > {2F9E7A23-56C0-4286-9C8E-1060A9B2F073}</Project >
<Name > OpenRa.DataStructures</Nam e>
</ ProjectReference>
<ProjectReference Include= "..\OpenRa.FileFormats\OpenRa.FileFormats.csproj" >
<Project > {BDAEAB25-991E-46A7-AF1E-4F0E03358DAA}</Project >
<Name > OpenRa.FileFormats</Nam e>
</ProjectReference >
</ ItemGroup>
<ItemGroup >
<BootstrapperPackage Include= "Microsoft.Net.Framework.2.0" >
<Visible > False</Visibl e>
<ProductName > .NET Framework 2.0 %28x86%29</ProductName >
<Install > true</Install >
</ BootstrapperPackage>
<BootstrapperPackage Include= "Microsoft.Net.Framework.3.0" >
<Visible > False</Visibl e>
<ProductName > .NET Framework 3.0 %28x86%29</ProductName >
<Install > false</Install >
</ BootstrapperPackage>
<BootstrapperPackage Include= "Microsoft.Net.Framework.3.5" >
<Visible > False</Visibl e>
<ProductName > .NET Framework 3.5</ProductName >
<Install > false</Install >
</BootstrapperPackage >
</ ItemGroup>
<ItemGroup >
<None Include= "Game Code .cd" />
<None Include= "Graphics\Graphics.cd" / >
</ItemGroup >
<Import Project= "$(MSBuildBinPath)\Microsoft.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>
-->
-->
</Project>