<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>9.0.21022</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{0D86D14E-C45E-400A-8F50-FF7BDE63B35A}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>CommonAI</RootNamespace> <AssemblyName>CommonAI</AssemblyName> <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <FileUpgradeFlags> </FileUpgradeFlags> <UpgradeBackupLocation> </UpgradeBackupLocation> <OldToolsVersion>3.5</OldToolsVersion> <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> <TargetFrameworkProfile> </TargetFrameworkProfile> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>portable</DebugType> <Optimize>false</Optimize> <OutputPath>..\..\Library\Debug\</OutputPath> <DefineConstants>TRACE;DEBUG;PATH_NO_SQRT;ClientOnly</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RegisterForComInterop>false</RegisterForComInterop> <DocumentationFile> </DocumentationFile> <NoWarn>1591</NoWarn> <WarningsAsErrors>0612;0108</WarningsAsErrors> <Prefer32Bit>false</Prefer32Bit> <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>..\..\Library\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>0</WarningLevel> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'"> <DebugSymbols>true</DebugSymbols> <OutputPath>bin\Debug_JSGProfile\</OutputPath> <DefineConstants>TRACE;DEBUG;PATH_NO_SQRT;JSGProfile;ProfileGS</DefineConstants> <NoWarn>1591</NoWarn> <DebugType>full</DebugType> <PlatformTarget>AnyCPU</PlatformTarget> <WarningsAsErrors>0612;0108</WarningsAsErrors> <ErrorReport>prompt</ErrorReport> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <ItemGroup> <Reference Include="CommonLang, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\Library\Debug\CommonLang.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="BattleCodec.cs" /> <Compile Include="data\ComData.cs" /> <Compile Include="data\Interface.cs" /> <Compile Include="data\XmdsConstConfig.cs" /> <Compile Include="Disposable.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="RTS\Manhattan\IManhattanMap.cs" /> <Compile Include="RTS\Manhattan\RTSManhattan.cs" /> <Compile Include="RTS\Manhattan\RTSManhattan.Map.cs" /> <Compile Include="RTS\Manhattan\RTSManhattan.SpaceDiv.cs" /> <Compile Include="RTS\PathFinder.cs" /> <Compile Include="ZoneClient\Agent\AbstractAgent.cs" /> <Compile Include="ZoneClient\Agent\ActorMoveAgent.cs" /> <Compile Include="ZoneClient\ZoneLayer.cs" /> <Compile Include="ZoneClient\ZoneLayer.Terrain.cs" /> <Compile Include="ZoneClient\ZoneObject.cs" /> <Compile Include="ZoneClient\ZoneObject.Player.cs" /> <Compile Include="ZoneClient\ZoneFlags.cs" /> <Compile Include="ZoneClient\ZoneObject.Unit.cs" /> <Compile Include="ZoneClient\ZoneObject.Unit.Status.cs" /> <Compile Include="ZoneServer\JSGModule\JSGGlobalData.cs" /> <Compile Include="ZoneServer\JSGModule\JSGHackerModule.cs" /> <Compile Include="ZoneServer\JSGModule\JSGSrvData.cs" /> <Compile Include="ZoneServer\JSGModule\MSpaceNodeCache.cs" /> <Compile Include="ZoneServer\JSGModule\JSGModule.cs" /> <Compile Include="ZoneServer\JSGModule\JSGServerProfile.cs" /> <Compile Include="ZoneServer\RoomData\BotRunner\DataTest.cs" /> <Compile Include="ZoneServer\RoomData\BsClient\DataR2B.cs" /> <Compile Include="ZoneServer\RoomData\BsServer\DataC2B.cs" /> <Compile Include="ZoneServer\DataB2R.cs" /> <Compile Include="Zone\EventTrigger\EventAdapter.cs" /> <Compile Include="Zone\EventTrigger\EventData.cs" /> <Compile Include="Zone\Helper\AttackRangeHelper.cs" /> <Compile Include="Zone\Helper\DarmaAOI.cs" /> <Compile Include="Zone\Helper\QuestAdapter.cs" /> <Compile Include="RTS\SpaceDivision.cs" /> <Compile Include="Zone\Helper\SpellChainInfo.cs" /> <Compile Include="Zone\Helper\TeamFormationHelper.cs" /> <Compile Include="Zone\Helper\AOI.cs" /> <Compile Include="Zone\Helper\ZoneManhattanMap.cs" /> <Compile Include="Zone\InstanceZoneFactory.Simple.cs" /> <Compile Include="Zone\Instance\Abilities\Triggers.View.cs" /> <Compile Include="Zone\Instance\Abilities\Triggers.Spawn.cs" /> <Compile Include="Zone\Instance\InstanceBuilding.cs" /> <Compile Include="Zone\Instance\InstanceManual.cs" /> <Compile Include="Zone\Instance\InstanceNature.cs" /> <Compile Include="Zone\Instance\InstanceNpcs.cs" /> <Compile Include="Zone\Instance\InstancePet.cs" /> <Compile Include="Zone\Instance\InstancePlayer.cs" /> <Compile Include="Zone\Instance\InstanceZone.Events.cs" /> <Compile Include="Zone\Instance\UnitTypes.cs" /> <Compile Include="Zone\Interface\PlayerClientObject.cs" /> <Compile Include="Zone\Replay\BattleRecoder.cs" /> <Compile Include="Zone\ZoneEditor\EditorTemplates.cs" /> <Compile Include="Zone\ZoneEditor\EditorData.Vars.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Actions.UnitControl.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Quest.Actions.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Quest.Triggers.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Triggers.Items.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Triggers.Events.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Triggers.Units.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Triggers.Flags.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Triggers.Zone.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\UnitEnvironment.Values.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Actions.Items.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Actions.Units.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Actions.Flags.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Actions.Zone.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Actions.Client.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Actions.A.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\SceneEnvironment.Actions.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\SceneEnvironment.Values.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\UnitEnvironment.Actions.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Conditions.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Quest.Values.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\SpawnTrigger.Values.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\LocalVars.Actions.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\LocalVars.Values.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\LocalVar.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Triggers.A.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Values.A.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Values.Fields.Properties.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Values.Flags.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Values.Items.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Values.Positions.cs" /> <Compile Include="Zone\ZoneEditor\EventTrigger\Values.Units.cs" /> <Compile Include="Zone\Attributes.cs" /> <Compile Include="ZoneClient\Messages.cs" /> <Compile Include="Zone\Formula\IFormulas.cs" /> <Compile Include="Zone\Helper\DropItem.cs" /> <Compile Include="Zone\Helper\EnvironmentVar.cs" /> <Compile Include="Zone\Helper\HateSystem.cs" /> <Compile Include="Zone\Helper\Helper.cs" /> <Compile Include="Zone\Helper\ObjectCollection.cs" /> <Compile Include="Zone\Helper\UnitActionStatus.cs" /> <Compile Include="Zone\Helper\GameObject.cs" /> <Compile Include="Zone\Instance\InstanceTriggerUnit.cs" /> <Compile Include="Zone\Instance\InstanceUnit.API.cs" /> <Compile Include="Zone\Instance\InstanceUnit.StateMachine.cs" /> <Compile Include="Zone\Helper\Motions.cs" /> <Compile Include="Zone\Instance\InstanceZone.API.cs" /> <Compile Include="Zone\Instance\InstanceZone.Terrain.cs" /> <Compile Include="Zone\Helper\Collider.cs" /> <Compile Include="Zone\Helper\Statistic.cs" /> <Compile Include="Zone\ZoneEditor\EditorData.Abilities.cs" /> <Compile Include="Zone\ZoneEditor\EditorPlugin.cs" /> <Compile Include="Zone\Instance\InstanceItem.cs" /> <Compile Include="Zone\ZoneEditor\EditorScene.cs" /> <Compile Include="Zone\Data.cs" /> <Compile Include="Zone\Messages.cs" /> <Compile Include="Zone\Instance\InstanceFlag.cs" /> <Compile Include="Zone\Instance\InstanceSpell.cs" /> <Compile Include="Zone\Instance\Abilities\Triggers.cs" /> <Compile Include="Zone\Instance\InstanceUnit.cs" /> <Compile Include="Zone\Instance\InstanceZone.cs" /> <Compile Include="Zone\InstanceZoneFactory.cs" /> <Compile Include="Zone\Instance\InstanceZoneObject.cs" /> <Compile Include="Zone\ZoneEditor\EditorDatas.cs" /> <Compile Include="Zone\ZoneEditor\EditorData.Events.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Zone\TemplateManager.cs" /> <Compile Include="Zone\Data.UnitTriggers.cs" /> <Compile Include="Zone\ZoneEditor\ISceneDataLoader.cs" /> </ItemGroup> <ItemGroup> <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>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> <Visible>False</Visible> <ProductName>Windows Installer 3.1</ProductName> <Install>true</Install> </BootstrapperPackage> </ItemGroup> <ItemGroup> <Compile Include="Zone\Instance\InstanceUnit.Status.cs" /> </ItemGroup> <ItemGroup> <Compile Include="Zone\ZoneEditor\EventTrigger\Values.Fields.cs" /> </ItemGroup> <ItemGroup> <Compile Include="Zone\ZoneEditor\EventTrigger\Values.Templates.cs" /> </ItemGroup> <ItemGroup> <Compile Include="Zone\ZoneEditor\EventTrigger\Actions.Manual.cs" /> </ItemGroup> <ItemGroup> <Compile Include="ZoneClient\ZoneObject.Spell.cs" /> </ItemGroup> <ItemGroup> <Compile Include="ZoneClient\ZoneObject.Item.cs" /> </ItemGroup> <ItemGroup> <Compile Include="Zone\ZoneEditor\EventTrigger\Values.Int32.cs" /> </ItemGroup> <ItemGroup> <Compile Include="Zone\ZoneEditor\EventTrigger\Values.String.cs" /> </ItemGroup> <ItemGroup> <Compile Include="Zone\ZoneEditor\EventTrigger\Values.Single.cs" /> </ItemGroup> <ItemGroup> <Compile Include="Zone\ZoneEditor\EventTrigger\Values.Boolean.cs" /> </ItemGroup> <ItemGroup> <Compile Include="Zone\Data.UnitEvents.cs" /> </ItemGroup> <ItemGroup> <Compile Include="Zone\Instance\InstanceUnit.Events.cs" /> </ItemGroup> <ItemGroup> <Compile Include="ZoneClient\ZoneLayer.Objects.cs" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\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> --> <PropertyGroup> <PostBuildEvent> </PostBuildEvent> </PropertyGroup> </Project>