<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.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>{D2A14196-3C00-4E3B-B716-FB168D32E343}</ProjectGuid> <OutputType>Exe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>CommonAIServer.Connector</RootNamespace> <AssemblyName>CommonAIServer.Connector</AssemblyName> <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>..\..\Library\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <DocumentationFile> </DocumentationFile> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>..\..\Library\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup> <StartupObject /> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'"> <DebugSymbols>true</DebugSymbols> <OutputPath>bin\Debug_JSGProfile\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <DebugType>full</DebugType> <PlatformTarget>AnyCPU</PlatformTarget> <ErrorReport>prompt</ErrorReport> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Deployment" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="Bot\BotConsole.cs" /> <Compile Include="Bot\BotPlayer.cs" /> <Compile Include="Bot\BotRunner.cs" /> <Compile Include="Client\NetTestClient.cs" /> <Compile Include="Form\FormClient.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Form\FormLauncher.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Form\FormLauncher.Designer.cs"> <DependentUpon>FormLauncher.cs</DependentUpon> </Compile> <Compile Include="Form\TestClientLoader.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <EmbeddedResource Include="Form\FormLauncher.resx"> <DependentUpon>FormLauncher.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> <SubType>Designer</SubType> </EmbeddedResource> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Resources.resx</DependentUpon> <DesignTime>True</DesignTime> </Compile> <None Include="app.config" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> </None> <Compile Include="Properties\Settings.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Settings.settings</DependentUpon> <DesignTimeSharedInput>True</DesignTimeSharedInput> </Compile> </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="..\CommonFileSystem\CommonMPQ.csproj"> <Project>{e6f4820c-30d4-4ddf-8890-517c9efd92a8}</Project> <Name>CommonMPQ</Name> </ProjectReference> <ProjectReference Include="..\CommonFroms\CommonFroms.csproj"> <Project>{f3594e30-da84-4538-baa3-0959b86aa879}</Project> <Name>CommonFroms</Name> </ProjectReference> <ProjectReference Include="..\CommonLang\CommonLang.csproj"> <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project> <Name>CommonLang</Name> </ProjectReference> <ProjectReference Include="..\CommonNetwork\CommonNetwork.csproj"> <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project> <Name>CommonNetwork</Name> </ProjectReference> <ProjectReference Include="..\CommonServer\CommonServer.csproj"> <Project>{71cc36a4-6899-4bb8-8968-682dba861d98}</Project> <Name>CommonServer</Name> </ProjectReference> <ProjectReference Include="..\GameEditorPlugin\GameEditorPlugin.csproj"> <Project>{539fa0de-4ef2-4035-832d-9e8614e92a48}</Project> <Name>GameEditorPlugin</Name> </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PostBuildEvent> </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>