123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- <?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>{9AC3655D-B4D8-4F3C-8A27-24A7485604D5}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>XmdsServerTestLauncher</RootNamespace>
- <AssemblyName>XmdsServerTestLauncher</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <TargetFrameworkProfile />
- </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>
- </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>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject>XmdsServerTestLauncher.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>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <Prefer32Bit>true</Prefer32Bit>
- </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="NPOI">
- <HintPath>..\..\Library\Debug\NPOI.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OOXML">
- <HintPath>..\..\Library\Debug\NPOI.OOXML.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OpenXml4Net">
- <HintPath>..\..\Library\Debug\NPOI.OpenXml4Net.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OpenXmlFormats">
- <HintPath>..\..\Library\Debug\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, Version=1.6.4.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <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, Version=1.6.4.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Common\Library\SuperSocket.Binaries\Net40\Debug\SuperSocket.SocketEngine.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Common\Library\System.Web.Helpers.dll</HintPath>
- </Reference>
- <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.Net.Http" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="FormTest.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FormTest.Designer.cs">
- <DependentUpon>FormTest.cs</DependentUpon>
- </Compile>
- <Compile Include="FormTestClient.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <EmbeddedResource Include="FormTest.resx">
- <DependentUpon>FormTest.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="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>
- <None Include="App.config" />
- </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\CommonFroms\CommonFroms.csproj">
- <Project>{f3594e30-da84-4538-baa3-0959b86aa879}</Project>
- <Name>CommonFroms</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\CommonLang\CommonLang.csproj">
- <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
- <Name>CommonLang</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\CommonNetwork\CommonNetwork.csproj">
- <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
- <Name>CommonNetwork</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\CommonServer\CommonServer.csproj">
- <Project>{71cc36a4-6899-4bb8-8968-682dba861d98}</Project>
- <Name>CommonServer</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\GameEditorPluginServer\GameEditorPluginServer.csproj">
- <Project>{dc5b7f3a-aaf4-47f8-abe5-820fb93016cc}</Project>
- <Name>GameEditorPluginServer</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\GameEditorPlugin\GameEditorPlugin.csproj">
- <Project>{539fa0de-4ef2-4035-832d-9e8614e92a48}</Project>
- <Name>GameEditorPlugin</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="..\XmdsServerEdgeJS\XmdsServerEdgeJS.csproj">
- <Project>{349250d8-79fa-4d70-8423-85fe9e8ba7e2}</Project>
- <Name>XmdsServerEdgeJS</Name>
- </ProjectReference>
- <ProjectReference Include="..\XmdsServerNode\XmdsServerNode.csproj">
- <Project>{f9a27810-d5df-4649-b056-ab7fb09f21b8}</Project>
- <Name>XmdsServerNode</Name>
- </ProjectReference>
- <ProjectReference Include="..\XmdsServerTestBots\XmdsServerTestBots.csproj">
- <Project>{7f963a07-a596-4056-bb17-ca36ee1a0aab}</Project>
- <Name>XmdsServerTestBots</Name>
- </ProjectReference>
- <ProjectReference Include="..\XmdsServerTest\XmdsServerTest.csproj">
- <Project>{7a7f1706-9fb3-4fe1-86dc-8ddab89fcce8}</Project>
- <Name>XmdsServerTest</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>
|