<?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>{DC5B7F3A-AAF4-47F8-ABE5-820FB93016CC}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>GameEditorPluginServer</RootNamespace> <AssemblyName>GameEditorPluginServer</AssemblyName> <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <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' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>..\..\Library\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> </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="CommonLang, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\Library\Debug\CommonLang.dll</HintPath> </Reference> <Reference Include="CommonNetwork, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\Library\Debug\CommonNetwork.dll</HintPath> </Reference> <Reference Include="SuperSocket.Common"> <HintPath>..\Library\SuperSocket.Binaries\net40\Debug\SuperSocket.Common.dll</HintPath> </Reference> <Reference Include="SuperSocket.Dlr"> <HintPath>..\Library\SuperSocket.Binaries\net40\Debug\SuperSocket.Dlr.dll</HintPath> </Reference> <Reference Include="SuperSocket.Facility, Version=1.6.4.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\Library\SuperSocket.Binaries\net40\Debug\SuperSocket.Facility.dll</HintPath> </Reference> <Reference Include="SuperSocket.SocketBase"> <HintPath>..\Library\SuperSocket.Binaries\net40\Debug\SuperSocket.SocketBase.dll</HintPath> </Reference> <Reference Include="SuperSocket.SocketEngine"> <HintPath>..\Library\SuperSocket.Binaries\net40\Debug\SuperSocket.SocketEngine.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="Client\FormTestClient.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Server\FormMsgBytes.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Server\FormMsgBytes.Designer.cs"> <DependentUpon>FormMsgBytes.cs</DependentUpon> </Compile> <Compile Include="Server\FormServer.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Server\FormServer.Designer.cs"> <DependentUpon>FormServer.cs</DependentUpon> </Compile> <Compile Include="Server\ServerNode.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\CommonAIClient\CommonAIClient.csproj"> <Project>{7990158b-ba84-4177-8eec-84bddc8a527a}</Project> <Name>CommonAIClient</Name> </ProjectReference> <ProjectReference Include="..\CommonAIServer.Connector\CommonAIServer.Connector.csproj"> <Project>{d2a14196-3c00-4e3b-b716-fb168d32e343}</Project> <Name>CommonAIServer.Connector</Name> </ProjectReference> <ProjectReference Include="..\CommonAIServer\CommonAIServer.csproj"> <Project>{31a89f1e-f7d5-4f64-a1b6-67cb7aba4a18}</Project> <Name>CommonAIServer</Name> </ProjectReference> <ProjectReference Include="..\CommonAI\CommonAI.csproj"> <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project> <Name>CommonAI</Name> </ProjectReference> <ProjectReference Include="..\CommonFroms\CommonFroms.csproj"> <Project>{f3594e30-da84-4538-baa3-0959b86aa879}</Project> <Name>CommonFroms</Name> </ProjectReference> <ProjectReference Include="..\CommonServer.SSocket\CommonServer.SSocket.csproj"> <Project>{9fb63fa2-2dcc-45ab-bd74-3c158e313ee9}</Project> <Name>CommonServer.SSocket</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> <ItemGroup> <EmbeddedResource Include="Client\FormTestClient.resx"> <DependentUpon>FormTestClient.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Server\FormMsgBytes.resx"> <DependentUpon>FormMsgBytes.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Server\FormServer.resx"> <DependentUpon>FormServer.cs</DependentUpon> </EmbeddedResource> </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> --> </Project>