<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.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')" /> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{A3C4B075-2A9F-4D99-B7E4-BDE9F60576C2}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>CommonAIClient.Unity</RootNamespace> <AssemblyName>CommonAIClient.Unity</AssemblyName> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <TargetFrameworkProfile>Client</TargetFrameworkProfile> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>..\Library\Common\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>..\Library\CommonRelease\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> <Reference Include="UnityEngine"> <HintPath>..\Library\Unity3D\UnityEngine.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> <Compile Include="Battle\BattleDecoration.cs" /> <Compile Include="Battle\BattleFlag.cs" /> <Compile Include="Battle\BattleObject.cs" /> <Compile Include="Battle\BattleScene.cs" /> <Compile Include="Battle\BattleScene.ZoneEvent.cs" /> <Compile Include="Battle\BattleScene.ZoneFlag.cs" /> <Compile Include="Battle\ComAIActor.cs" /> <Compile Include="Battle\ComAICell.cs" /> <Compile Include="Battle\ComAICell.ObjectEvent.cs" /> <Compile Include="Battle\ComAIItem.cs" /> <Compile Include="Battle\ComAISpell.cs" /> <Compile Include="Battle\ComAISpell.ObjectEvent.cs" /> <Compile Include="Battle\ComAIUnit.ActionStatus.cs" /> <Compile Include="Battle\ComAIUnit.Avatar.cs" /> <Compile Include="Battle\ComAIUnit.Buff.cs" /> <Compile Include="Battle\ComAIUnit.cs" /> <Compile Include="Battle\ComAIUnit.ObjectEvent.cs" /> <Compile Include="Battle\DisplayCell.cs" /> <Compile Include="BattleFactroy.cs" /> <Compile Include="DefaultBattleFactory.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Utils\AssetLoader.cs" /> <Compile Include="Utils\AssetObjectExt.cs" /> <Compile Include="Utils\AudioAutoStop.cs" /> <Compile Include="Utils\AudioAutoTrans.cs" /> <Compile Include="Utils\DummyNode.cs" /> <Compile Include="Utils\EffectAutoDestroy.cs" /> <Compile Include="Utils\Extensions.cs" /> <Compile Include="Utils\GameObjectAdapter.cs" /> <Compile Include="Utils\IStandardCamera.cs" /> <Compile Include="Utils\LRUCache.cs" /> <Compile Include="Utils\SoundAdapter.cs" /> <Compile Include="Utils\TerrainAdapter.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\CommonAIClient\CommonAIClient.csproj"> <Project>{7990158b-ba84-4177-8eec-84bddc8a527a}</Project> <Name>CommonAIClient</Name> </ProjectReference> <ProjectReference Include="..\CommonAI\CommonAI.csproj"> <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project> <Name>CommonAI</Name> </ProjectReference> <ProjectReference Include="..\CommonLang\CommonLang.csproj"> <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project> <Name>CommonLang</Name> </ProjectReference> <ProjectReference Include="..\CommonUI\CommonUI.csproj"> <Project>{fe159004-4f5c-4a17-b633-e66d5a64acfb}</Project> <Name>CommonUI</Name> </ProjectReference> <ProjectReference Include="..\CommonUI_Unity3D\CommonUI_Unity3D.csproj"> <Project>{3054ced6-df3b-4ddf-bead-03fcba15f6f0}</Project> <Name>CommonUI_Unity3D</Name> </ProjectReference> <ProjectReference Include="..\CommonUnity3D\CommonUnity3D.csproj"> <Project>{7d207deb-d27b-456a-9673-23b344254a5c}</Project> <Name>CommonUnity3D</Name> </ProjectReference> </ItemGroup> <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PostBuildEvent>@IF EXIST "$(SolutionDir)CommonWorkspace\CommonAI_Unity3D" ( @echo --------------------------------------------------------------------------------- @echo - Sync CommonAI_Unity @echo --------------------------------------------------------------------------------- @copy /Y "$(TargetDir)CommonLang.dll" "$(SolutionDir)CommonWorkspace\CommonAI_Unity3D\Assets\Plugins" @copy /Y "$(TargetDir)CommonNetwork.dll" "$(SolutionDir)CommonWorkspace\CommonAI_Unity3D\Assets\Plugins" @copy /Y "$(TargetDir)CommonMPQ.dll" "$(SolutionDir)CommonWorkspace\CommonAI_Unity3D\Assets\Plugins" @copy /Y "$(TargetDir)CommonMPQ.SharpZipLib.dll" "$(SolutionDir)CommonWorkspace\CommonAI_Unity3D\Assets\Plugins" @copy /Y "$(TargetDir)CommonAI.dll" "$(SolutionDir)CommonWorkspace\CommonAI_Unity3D\Assets\Plugins" @copy /Y "$(TargetDir)CommonAIClient.dll" "$(SolutionDir)CommonWorkspace\CommonAI_Unity3D\Assets\Plugins" @call "$(ProjectDir)..\_copyprj.bat" "$(ProjectDir)." "$(SolutionDir)CommonWorkspace\CommonAI_Unity3D\Assets\Pro Standard Assets\Common\CommonAIClient.Unity"\ @call "$(ProjectDir)..\_copyprj_common_ui.bat" "$(ProjectDir)"..\ "$(SolutionDir)CommonWorkspace\CommonAI_Unity3D\Assets"\ @echo --------------------------------------------------------------------------------- )</PostBuildEvent> </PropertyGroup> <!-- 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>