<?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>{7A7F1706-9FB3-4FE1-86DC-8DDAB89FCCE8}</ProjectGuid> <OutputType>Exe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>XmdsServerTest</RootNamespace> <AssemblyName>XmdsServerTest</AssemblyName> <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <TargetFrameworkProfile /> <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> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>x64</PlatformTarget> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup> <StartupObject>XmdsServerTest.Program</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="ICSharpCode.SharpZipLib"> <HintPath>C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Web Tools\DNX\ICSharpCode.SharpZipLib.dll</HintPath> </Reference> <Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\Library\Release\log4net.dll</HintPath> </Reference> <Reference Include="NPOI"> <HintPath>..\..\Library\Release\NPOI.dll</HintPath> </Reference> <Reference Include="NPOI.OOXML"> <HintPath>..\..\Library\Release\NPOI.OOXML.dll</HintPath> </Reference> <Reference Include="NPOI.OpenXml4Net"> <HintPath>..\..\Library\Release\NPOI.OpenXml4Net.dll</HintPath> </Reference> <Reference Include="NPOI.OpenXmlFormats"> <HintPath>..\..\Library\Release\NPOI.OpenXmlFormats.dll</HintPath> </Reference> <Reference Include="SuperSocket.Common"> <HintPath>..\..\Common\Library\SuperSocket.Binaries\Net40\Debug\SuperSocket.Common.dll</HintPath> </Reference> <Reference Include="SuperSocket.Dlr"> <HintPath>..\..\Common\Library\SuperSocket.Binaries\Net40\Debug\SuperSocket.Dlr.dll</HintPath> </Reference> <Reference Include="SuperSocket.Facility"> <HintPath>..\..\Common\Library\SuperSocket.Binaries\Net40\Debug\SuperSocket.Facility.dll</HintPath> </Reference> <Reference Include="SuperSocket.SocketBase"> <HintPath>..\..\Common\Library\SuperSocket.Binaries\Net40\Debug\SuperSocket.SocketBase.dll</HintPath> </Reference> <Reference Include="SuperSocket.SocketEngine"> <HintPath>..\..\Common\Library\SuperSocket.Binaries\Net40\Debug\SuperSocket.SocketEngine.dll</HintPath> </Reference> <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" /> <Reference Include="UnityEngine"> <HintPath>..\..\Library\UnityEngine.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Server\NodeTestConsoleCommands.cs" /> <Compile Include="Server\NodeTestServer.cs" /> <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> <BootstrapperPackage Include=".NETFramework,Version=v4.5"> <Visible>False</Visible> <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1</ProductName> <Install>false</Install> </BootstrapperPackage> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Common\CommonAIClient\CommonAIClient.csproj"> <Project>{7990158b-ba84-4177-8eec-84bddc8a527a}</Project> <Name>CommonAIClient</Name> </ProjectReference> <ProjectReference Include="..\..\Common\CommonAIServer.Connector\CommonAIServer.Connector.csproj"> <Project>{d2a14196-3c00-4e3b-b716-fb168d32e343}</Project> <Name>CommonAIServer.Connector</Name> </ProjectReference> <ProjectReference Include="..\..\Common\CommonAIServer\CommonAIServer.csproj"> <Project>{31a89f1e-f7d5-4f64-a1b6-67cb7aba4a18}</Project> <Name>CommonAIServer</Name> </ProjectReference> <ProjectReference Include="..\..\Common\CommonAI\CommonAI.csproj"> <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project> <Name>CommonAI</Name> </ProjectReference> <ProjectReference Include="..\..\Common\CommonLang\CommonLang.csproj"> <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project> <Name>CommonLang</Name> </ProjectReference> <ProjectReference Include="..\..\Common\CommonServer.SSocket\CommonServer.SSocket.csproj"> <Project>{9fb63fa2-2dcc-45ab-bd74-3c158e313ee9}</Project> <Name>CommonServer.SSocket</Name> </ProjectReference> <ProjectReference Include="..\..\Common\CommonServer\CommonServer.csproj"> <Project>{71cc36a4-6899-4bb8-8968-682dba861d98}</Project> <Name>CommonServer</Name> </ProjectReference> <ProjectReference Include="..\..\XmdsCommonServer\XmdsCommonServer.csproj"> <Project>{847ebc4b-297b-4ec7-ba21-3e3b9212cca3}</Project> <Name>XmdsCommonServer</Name> </ProjectReference> <ProjectReference Include="..\..\XmdsCommon\XmdsCommon.csproj"> <Project>{e739a788-7a95-4427-bb97-a167960db7db}</Project> <Name>XmdsCommon</Name> </ProjectReference> <ProjectReference Include="..\XmdsServerNode\XmdsServerNode.csproj"> <Project>{f9a27810-d5df-4649-b056-ab7fb09f21b8}</Project> <Name>XmdsServerNode</Name> </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PreBuildEvent> </PreBuildEvent> </PropertyGroup> <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>