<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <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> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> <NuGetPackageImportStamp> </NuGetPackageImportStamp> <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'"> <DebugSymbols>true</DebugSymbols> <OutputPath>bin\Debug_JSGProfile\</OutputPath> <DefineConstants>TRACE;DEBUG;JSGProfile</DefineConstants> <DebugType>full</DebugType> <PlatformTarget>AnyCPU</PlatformTarget> <ErrorReport>prompt</ErrorReport> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> <Prefer32Bit>true</Prefer32Bit> </PropertyGroup> <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>{A55AFCCE-D413-4B6D-AA8C-50E1FCD546FA}</ProjectGuid> <OutputType>Exe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>xmds_battle_server</RootNamespace> <AssemblyName>xmds-battle-server</AssemblyName> <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> <IsWebBootstrapper>false</IsWebBootstrapper> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>TRACE;DEBUG;r</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </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> <TargetZone>LocalIntranet</TargetZone> </PropertyGroup> <PropertyGroup> <GenerateManifests>true</GenerateManifests> </PropertyGroup> <PropertyGroup> <ApplicationManifest>Properties\app.manifest</ApplicationManifest> </PropertyGroup> <ItemGroup> <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\Common\Library\npoi_2.2.0.0\dotnet4\ICSharpCode.SharpZipLib.dll</HintPath> </Reference> <Reference Include="log4net"> <HintPath>..\Library\log4net.dll</HintPath> </Reference> <Reference Include="Newtonsoft.Json"> <HintPath>..\Library\Debug\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="SuperSocket.Common"> <HintPath>..\Common\Library\SuperSocket.2022.3.10\Release\SuperSocket.Common.dll</HintPath> </Reference> <Reference Include="SuperSocket.Dlr"> <HintPath>..\Common\Library\SuperSocket.2022.3.10\Release\SuperSocket.Dlr.dll</HintPath> </Reference> <Reference Include="SuperSocket.Facility"> <HintPath>..\Common\Library\SuperSocket.2022.3.10\Release\SuperSocket.Facility.dll</HintPath> </Reference> <Reference Include="SuperSocket.SocketBase"> <HintPath>..\Common\Library\SuperSocket.2022.3.10\Release\SuperSocket.SocketBase.dll</HintPath> </Reference> <Reference Include="SuperSocket.SocketEngine"> <HintPath>..\Common\Library\SuperSocket.2022.3.10\Release\SuperSocket.SocketEngine.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Configuration" /> <Reference Include="System.Core" /> <Reference Include="System.Web.Extensions" /> <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\Common\Library\System.Web.Helpers.dll</HintPath> </Reference> <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\Common\Library\System.Web.WebPages.dll</HintPath> </Reference> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Net.Http" /> <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="Properties\Settings.Designer.cs"> <AutoGen>True</AutoGen> <DesignTimeSharedInput>True</DesignTimeSharedInput> <DependentUpon>Settings.settings</DependentUpon> </Compile> </ItemGroup> <ItemGroup> <None Include="app.config"> <SubType>Designer</SubType> </None> <None Include="Properties\app.manifest" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> </None> </ItemGroup> <ItemGroup> <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\Pomelo\PomeloShare\PomeloShare.csproj"> <Project>{733e5fb8-1bbe-4cbb-b8b1-9f6d023db4c0}</Project> <Name>PomeloShare</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="..\XmdsServerCS\XmdsServerEdgeJS\XmdsServerEdgeJS.csproj"> <Project>{349250d8-79fa-4d70-8423-85fe9e8ba7e2}</Project> <Name>XmdsServerEdgeJS</Name> </ProjectReference> <ProjectReference Include="..\XmdsServerCS\XmdsServerNode\XmdsServerNode.csproj"> <Project>{f9a27810-d5df-4649-b056-ab7fb09f21b8}</Project> <Name>XmdsServerNode</Name> </ProjectReference> <ProjectReference Include="..\XmdsVSPlugins\XmdsCommonQuest\XmdsCommonQuest.csproj"> <Project>{70a38a7f-053c-4757-a38e-eb8aae9c6005}</Project> <Name>XmdsCommonQuest</Name> </ProjectReference> <ProjectReference Include="..\XmdsVSPlugins\XmdsCommonSkill\XmdsCommonSkill.csproj"> <Project>{9af3ee1e-3b5d-47f4-8385-7566c23866bc}</Project> <Name>XmdsCommonSkill</Name> </ProjectReference> <ProjectReference Include="..\XmdsVSPlugins\XmdsCommonZone\XmdsCommonZone.csproj"> <Project>{93d1c0bf-c266-4033-9a5f-87638b305db8}</Project> <Name>XmdsCommonZone</Name> </ProjectReference> </ItemGroup> <ItemGroup> <BootstrapperPackage Include=".NETFramework,Version=v4.5.2"> <Visible>False</Visible> <ProductName>Microsoft .NET Framework 4.5.2 %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> <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>