CommonAIServer.Connector.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{D2A14196-3C00-4E3B-B716-FB168D32E343}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CommonAIServer.Connector</RootNamespace>
  11. <AssemblyName>CommonAIServer.Connector</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\..\Library\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <DocumentationFile>
  26. </DocumentationFile>
  27. <Prefer32Bit>false</Prefer32Bit>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>..\..\Library\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <Prefer32Bit>false</Prefer32Bit>
  38. </PropertyGroup>
  39. <PropertyGroup>
  40. <StartupObject />
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  43. <DebugSymbols>true</DebugSymbols>
  44. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <DebugType>full</DebugType>
  47. <PlatformTarget>AnyCPU</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="CommonLang">
  53. <HintPath>..\..\Library\Debug\CommonLang.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Deployment" />
  62. <Reference Include="System.Drawing" />
  63. <Reference Include="System.Windows.Forms" />
  64. <Reference Include="System.Xml" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="Bot\BotConsole.cs" />
  68. <Compile Include="Bot\BotPlayer.cs" />
  69. <Compile Include="Bot\BotRunner.cs" />
  70. <Compile Include="Client\NetTestClient.cs" />
  71. <Compile Include="Form\FormClient.cs">
  72. <SubType>Form</SubType>
  73. </Compile>
  74. <Compile Include="Form\FormLauncher.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="Form\FormLauncher.Designer.cs">
  78. <DependentUpon>FormLauncher.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="Form\TestClientLoader.cs" />
  81. <Compile Include="Program.cs" />
  82. <Compile Include="Properties\AssemblyInfo.cs" />
  83. <EmbeddedResource Include="Form\FormLauncher.resx">
  84. <DependentUpon>FormLauncher.cs</DependentUpon>
  85. </EmbeddedResource>
  86. <EmbeddedResource Include="Properties\Resources.resx">
  87. <Generator>ResXFileCodeGenerator</Generator>
  88. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  89. <SubType>Designer</SubType>
  90. </EmbeddedResource>
  91. <Compile Include="Properties\Resources.Designer.cs">
  92. <AutoGen>True</AutoGen>
  93. <DependentUpon>Resources.resx</DependentUpon>
  94. <DesignTime>True</DesignTime>
  95. </Compile>
  96. <None Include="app.config" />
  97. <None Include="Properties\Settings.settings">
  98. <Generator>SettingsSingleFileGenerator</Generator>
  99. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  100. </None>
  101. <Compile Include="Properties\Settings.Designer.cs">
  102. <AutoGen>True</AutoGen>
  103. <DependentUpon>Settings.settings</DependentUpon>
  104. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  105. </Compile>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <ProjectReference Include="..\CommonAIClient\CommonAIClient.csproj">
  109. <Project>{7990158b-ba84-4177-8eec-84bddc8a527a}</Project>
  110. <Name>CommonAIClient</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\CommonAI\CommonAI.csproj">
  113. <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project>
  114. <Name>CommonAI</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\CommonFileSystem\CommonMPQ.csproj">
  117. <Project>{e6f4820c-30d4-4ddf-8890-517c9efd92a8}</Project>
  118. <Name>CommonMPQ</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\CommonFroms\CommonFroms.csproj">
  121. <Project>{f3594e30-da84-4538-baa3-0959b86aa879}</Project>
  122. <Name>CommonFroms</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\CommonNetwork\CommonNetwork.csproj">
  125. <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
  126. <Name>CommonNetwork</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\CommonServer\CommonServer.csproj">
  129. <Project>{71cc36a4-6899-4bb8-8968-682dba861d98}</Project>
  130. <Name>CommonServer</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\GameEditorPlugin\GameEditorPlugin.csproj">
  133. <Project>{539fa0de-4ef2-4035-832d-9e8614e92a48}</Project>
  134. <Name>GameEditorPlugin</Name>
  135. </ProjectReference>
  136. </ItemGroup>
  137. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  138. <PropertyGroup>
  139. <PostBuildEvent>
  140. </PostBuildEvent>
  141. </PropertyGroup>
  142. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  143. Other similar extension points exist, see Microsoft.Common.targets.
  144. <Target Name="BeforeBuild">
  145. </Target>
  146. <Target Name="AfterBuild">
  147. </Target>
  148. -->
  149. </Project>