Gives perf win on every tick, and fixes bugs where you lose prereqs when buildings are low power.
276 lines
13 KiB
XML
Executable File
276 lines
13 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</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</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>
|
|
<ApplicationIcon>OpenRA.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>..\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Optimize>false</Optimize>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<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" />
|
|
<Reference Include="Tao.FreeType, Version=2.3.5.0, Culture=neutral, PublicKeyToken=e499629dc69cd531">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\thirdparty\Tao\Tao.FreeType.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Tao.OpenAl, Version=1.1.0.1, Culture=neutral, PublicKeyToken=a7579dda88828311">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\thirdparty\Tao\Tao.OpenAl.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Effects\RepairIndicator.cs" />
|
|
<Compile Include="GameRules\WeaponInfo.cs" />
|
|
<Compile Include="Group.cs" />
|
|
<Compile Include="Orders\GenericSelectTarget.cs" />
|
|
<Compile Include="Server\ProtocolVersion.cs" />
|
|
<Compile Include="Traits\BaseBuilding.cs" />
|
|
<Compile Include="Traits\LintAttributes.cs" />
|
|
<Compile Include="Traits\Player\PlayerResources.cs" />
|
|
<Compile Include="Traits\Player\TechTreeCache.cs" />
|
|
<Compile Include="Traits\World\Shroud.cs" />
|
|
<Compile Include="Widgets\ChatEntryWidget.cs" />
|
|
<Compile Include="Widgets\Delegates\ConnectionDialogsDelegate.cs" />
|
|
<Compile Include="Widgets\Delegates\CreateServerMenuDelegate.cs" />
|
|
<Compile Include="Widgets\Delegates\DiplomacyDelegate.cs" />
|
|
<Compile Include="Widgets\Delegates\MainMenuButtonsDelegate.cs" />
|
|
<Compile Include="Widgets\Delegates\ServerBrowserDelegate.cs" />
|
|
<Compile Include="Widgets\Delegates\SettingsMenuDelegate.cs" />
|
|
<Compile Include="Widgets\MapPreviewWidget.cs" />
|
|
<Compile Include="Widgets\WidgetUtils.cs" />
|
|
<Compile Include="Effects\DelayedAction.cs" />
|
|
<Compile Include="Effects\FlashTarget.cs" />
|
|
<Compile Include="Effects\MoveFlash.cs" />
|
|
<Compile Include="Exts.cs" />
|
|
<Compile Include="GameRules\ActorInfo.cs" />
|
|
<Compile Include="GameRules\TechTree.cs" />
|
|
<Compile Include="GameRules\VoiceInfo.cs" />
|
|
<Compile Include="Effects\IEffect.cs" />
|
|
<Compile Include="Graphics\ChromeProvider.cs" />
|
|
<Compile Include="Graphics\MappedImage.cs" />
|
|
<Compile Include="Graphics\Minimap.cs" />
|
|
<Compile Include="Graphics\SpriteFont.cs" />
|
|
<Compile Include="Network\Connection.cs" />
|
|
<Compile Include="Network\OrderIO.cs" />
|
|
<Compile Include="Network\OrderManager.cs" />
|
|
<Compile Include="PathSearch.cs" />
|
|
<Compile Include="Selection.cs" />
|
|
<Compile Include="Server\Connection.cs" />
|
|
<Compile Include="Server\Exts.cs" />
|
|
<Compile Include="Server\MasterServerQuery.cs" />
|
|
<Compile Include="Server\Server.cs" />
|
|
<Compile Include="Server\ServerOrder.cs" />
|
|
<Compile Include="ShroudRenderer.cs" />
|
|
<Compile Include="Sound.cs" />
|
|
<Compile Include="Support\PerfHistory.cs" />
|
|
<Compile Include="Sync.cs" />
|
|
<Compile Include="Traits\CustomSellValue.cs" />
|
|
<Compile Include="Traits\World\SpatialBins.cs" />
|
|
<Compile Include="Traits\World\Country.cs" />
|
|
<Compile Include="Actor.cs" />
|
|
<Compile Include="Cursor.cs" />
|
|
<Compile Include="GameRules\Footprint.cs" />
|
|
<Compile Include="GameRules\Rules.cs" />
|
|
<Compile Include="Graphics\Animation.cs" />
|
|
<Compile Include="Game.cs" />
|
|
<Compile Include="Graphics\CursorSequence.cs" />
|
|
<Compile Include="Graphics\CursorSheetBuilder.cs" />
|
|
<Compile Include="Graphics\LineRenderer.cs" />
|
|
<Compile Include="Graphics\WorldRenderer.cs" />
|
|
<Compile Include="Traits\Activities\Idle.cs" />
|
|
<Compile Include="Traits\Activities\RemoveSelf.cs" />
|
|
<Compile Include="Traits\Activities\Sell.cs" />
|
|
<Compile Include="Orders\IOrderGenerator.cs" />
|
|
<Compile Include="Orders\PlaceBuildingOrderGenerator.cs" />
|
|
<Compile Include="Player.cs" />
|
|
<Compile Include="Graphics\Sheet.cs" />
|
|
<Compile Include="PathFinder.cs" />
|
|
<Compile Include="Graphics\Sequence.cs" />
|
|
<Compile Include="Network\Order.cs" />
|
|
<Compile Include="Graphics\SequenceProvider.cs" />
|
|
<Compile Include="Graphics\SheetBuilder.cs" />
|
|
<Compile Include="Graphics\HardwarePalette.cs" />
|
|
<Compile Include="MainWindow.cs">
|
|
</Compile>
|
|
<Compile Include="Support\Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Graphics\Renderer.cs" />
|
|
<Compile Include="Graphics\Sprite.cs" />
|
|
<Compile Include="Graphics\SpriteRenderer.cs" />
|
|
<Compile Include="Graphics\SpriteSheetBuilder.cs" />
|
|
<Compile Include="Graphics\TerrainRenderer.cs" />
|
|
<Compile Include="Traits\Activities\Move.cs" />
|
|
<Compile Include="Traits\Activities\Turn.cs" />
|
|
<Compile Include="Traits\Buildable.cs" />
|
|
<Compile Include="Traits\Building.cs" />
|
|
<Compile Include="Traits\World\BuildingInfluence.cs" />
|
|
<Compile Include="Traits\Player\PlaceBuilding.cs" />
|
|
<Compile Include="Traits\World\PlayerColorPalette.cs" />
|
|
<Compile Include="Traits\World\ResourceLayer.cs" />
|
|
<Compile Include="Traits\World\ResourceType.cs" />
|
|
<Compile Include="Traits\SupportPower.cs" />
|
|
<Compile Include="Traits\ProvidesRadar.cs" />
|
|
<Compile Include="Traits\Selectable.cs" />
|
|
<Compile Include="Traits\Player\ProductionQueue.cs" />
|
|
<Compile Include="Traits\Mobile.cs" />
|
|
<Compile Include="Traits\Production.cs" />
|
|
<Compile Include="Traits\RallyPoint.cs" />
|
|
<Compile Include="Traits\Render\RenderSimple.cs" />
|
|
<Compile Include="Traits\TraitsInterfaces.cs" />
|
|
<Compile Include="Traits\Turreted.cs" />
|
|
<Compile Include="Traits\World\UnitInfluence.cs" />
|
|
<Compile Include="Network\UnitOrders.cs" />
|
|
<Compile Include="Traits\Util.cs" />
|
|
<Compile Include="UiOverlay.cs" />
|
|
<Compile Include="Graphics\Util.cs" />
|
|
<Compile Include="Graphics\Viewport.cs" />
|
|
<Compile Include="Orders\UnitOrderGenerator.cs" />
|
|
<Compile Include="Widgets\WorldTooltipWidget.cs" />
|
|
<Compile Include="World.cs" />
|
|
<Compile Include="WorldUtils.cs" />
|
|
<Compile Include="Traits\Player\EvaAlerts.cs" />
|
|
<Compile Include="Traits\World\ScreenShaker.cs" />
|
|
<Compile Include="Traits\LineBuild.cs" />
|
|
<Compile Include="Widgets\WidgetLoader.cs" />
|
|
<Compile Include="Widgets\ButtonWidget.cs" />
|
|
<Compile Include="Widgets\Widget.cs" />
|
|
<Compile Include="Widgets\BackgroundWidget.cs" />
|
|
<Compile Include="Widgets\LabelWidget.cs" />
|
|
<Compile Include="Widgets\CheckboxWidget.cs" />
|
|
<Compile Include="Traits\World\BibLayer.cs" />
|
|
<Compile Include="Traits\World\SmudgeLayer.cs" />
|
|
<Compile Include="Widgets\Delegates\MusicPlayerDelegate.cs" />
|
|
<Compile Include="Widgets\PerfGraphWidget.cs" />
|
|
<Compile Include="Widgets\Delegates\PerfDebugDelegate.cs" />
|
|
<Compile Include="Widgets\Delegates\LobbyDelegate.cs" />
|
|
<Compile Include="Widgets\ColorBlockWidget.cs" />
|
|
<Compile Include="GameRules\MusicInfo.cs" />
|
|
<Compile Include="Widgets\ImageWidget.cs" />
|
|
<Compile Include="Traits\SharesCell.cs" />
|
|
<Compile Include="Widgets\TextFieldWidget.cs" />
|
|
<Compile Include="Widgets\ChatDisplayWidget.cs" />
|
|
<Compile Include="Widgets\Delegates\MapChooserDelegate.cs" />
|
|
<Compile Include="Widgets\ListBoxWidget.cs" />
|
|
<Compile Include="Widgets\SliderWidget.cs" />
|
|
<Compile Include="Widgets\TimerWidget.cs" />
|
|
<Compile Include="Widgets\ShpImageWidget.cs" />
|
|
<Compile Include="Traits\DrawLineToTarget.cs" />
|
|
<Compile Include="Widgets\WorldInteractionControllerWidget.cs" />
|
|
<Compile Include="Widgets\ViewportScrollControllerWidget.cs" />
|
|
<Compile Include="Traits\Player\DeveloperMode.cs" />
|
|
<Compile Include="Traits\RevealsShroud.cs" />
|
|
<Compile Include="Traits\Targetable.cs" />
|
|
<Compile Include="Traits\Health.cs" />
|
|
<Compile Include="Traits\RepairableBuilding.cs" />
|
|
<Compile Include="Traits\Activities\Drag.cs" />
|
|
<Compile Include="Widgets\VqaPlayerWidget.cs" />
|
|
<Compile Include="Widgets\Delegates\VideoPlayerDelegate.cs" />
|
|
<Compile Include="Traits\MPStartLocations.cs" />
|
|
<Compile Include="GameRules\Settings.cs" />
|
|
<Compile Include="Support\Arguments.cs" />
|
|
<Compile Include="Traits\ActorStance.cs" />
|
|
<Compile Include="Traits\Armor.cs" />
|
|
<Compile Include="Graphics\CursorProvider.cs" />
|
|
<Compile Include="Traits\Player\PlayerProductionQueue.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\OpenRA.FileFormats\OpenRA.FileFormats.csproj">
|
|
<Project>{BDAEAB25-991E-46A7-AF1E-4F0E03358DAA}</Project>
|
|
<Name>OpenRA.FileFormats</Name>
|
|
</ProjectReference>
|
|
<Compile Include="ActorInitializer.cs" />
|
|
<Compile Include="ActorReference.cs" />
|
|
<Compile Include="ModData.cs" />
|
|
<Compile Include="Map.cs" />
|
|
<Compile Include="Network\Session.cs" />
|
|
<Compile Include="ObjectCreator.cs" />
|
|
<Compile Include="Network\SyncReport.cs" />
|
|
<Compile Include="TraitDictionary.cs" />
|
|
<Compile Include="Traits\PrimaryBuilding.cs" />
|
|
<Compile Include="Widgets\Delegates\DeveloperModeDelegate.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
|
<Install>true</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>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="OpenRA.ico" />
|
|
</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> |