TestCommon.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{7C93F86B-B5D1-48AA-A226-7EA81FBD9FAB}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CommonTest</RootNamespace>
  12. <AssemblyName>CommonTest</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <StartupObject>CommonTest.Program</StartupObject>
  16. <FileUpgradeFlags>
  17. </FileUpgradeFlags>
  18. <UpgradeBackupLocation>
  19. </UpgradeBackupLocation>
  20. <OldToolsVersion>3.5</OldToolsVersion>
  21. <PublishUrl>publish\</PublishUrl>
  22. <Install>true</Install>
  23. <InstallFrom>Disk</InstallFrom>
  24. <UpdateEnabled>false</UpdateEnabled>
  25. <UpdateMode>Foreground</UpdateMode>
  26. <UpdateInterval>7</UpdateInterval>
  27. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  28. <UpdatePeriodically>false</UpdatePeriodically>
  29. <UpdateRequired>false</UpdateRequired>
  30. <MapFileExtensions>true</MapFileExtensions>
  31. <ApplicationRevision>0</ApplicationRevision>
  32. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  33. <IsWebBootstrapper>false</IsWebBootstrapper>
  34. <UseApplicationTrust>false</UseApplicationTrust>
  35. <BootstrapperEnabled>true</BootstrapperEnabled>
  36. <TargetFrameworkProfile />
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  47. <PlatformTarget>x86</PlatformTarget>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <DebugType>pdbonly</DebugType>
  51. <Optimize>true</Optimize>
  52. <OutputPath>bin\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="SyntaxHighlighter">
  60. <HintPath>..\Library\Common\SyntaxHighlighter.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Core">
  64. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  65. </Reference>
  66. <Reference Include="System.EnterpriseServices" />
  67. <Reference Include="System.Xml.Linq">
  68. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  69. </Reference>
  70. <Reference Include="System.Data.DataSetExtensions">
  71. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  72. </Reference>
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.Deployment" />
  75. <Reference Include="System.Drawing" />
  76. <Reference Include="System.Windows.Forms" />
  77. <Reference Include="System.Xml" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="FormLaunch.cs">
  81. <SubType>Form</SubType>
  82. </Compile>
  83. <Compile Include="FormLaunch.Designer.cs">
  84. <DependentUpon>FormLaunch.cs</DependentUpon>
  85. </Compile>
  86. <Compile Include="FormSceneGraph2D.cs">
  87. <SubType>Form</SubType>
  88. </Compile>
  89. <Compile Include="FormSceneGraph2D.Designer.cs">
  90. <DependentUpon>FormSceneGraph2D.cs</DependentUpon>
  91. </Compile>
  92. <Compile Include="Program.cs" />
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. <EmbeddedResource Include="FormLaunch.resx">
  95. <DependentUpon>FormLaunch.cs</DependentUpon>
  96. </EmbeddedResource>
  97. <EmbeddedResource Include="FormSceneGraph2D.resx">
  98. <DependentUpon>FormSceneGraph2D.cs</DependentUpon>
  99. </EmbeddedResource>
  100. <EmbeddedResource Include="Properties\Resources.resx">
  101. <Generator>ResXFileCodeGenerator</Generator>
  102. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  103. <SubType>Designer</SubType>
  104. </EmbeddedResource>
  105. <Compile Include="Properties\Resources.Designer.cs">
  106. <AutoGen>True</AutoGen>
  107. <DependentUpon>Resources.resx</DependentUpon>
  108. <DesignTime>True</DesignTime>
  109. </Compile>
  110. <None Include="app.config" />
  111. <None Include="Properties\Settings.settings">
  112. <Generator>SettingsSingleFileGenerator</Generator>
  113. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  114. </None>
  115. <Compile Include="Properties\Settings.Designer.cs">
  116. <AutoGen>True</AutoGen>
  117. <DependentUpon>Settings.settings</DependentUpon>
  118. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  119. </Compile>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <ProjectReference Include="..\CommonAIClient\CommonAIClient.csproj">
  123. <Project>{7990158b-ba84-4177-8eec-84bddc8a527a}</Project>
  124. <Name>CommonAIClient</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\CommonAIServer.Connector\CommonAIServer.Connector.csproj">
  127. <Project>{d2a14196-3c00-4e3b-b716-fb168d32e343}</Project>
  128. <Name>CommonAIServer.Connector</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\CommonAIServer\CommonAIServer.csproj">
  131. <Project>{31a89f1e-f7d5-4f64-a1b6-67cb7aba4a18}</Project>
  132. <Name>CommonAIServer</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\CommonAI\CommonAI.csproj">
  135. <Project>{0D86D14E-C45E-400A-8F50-FF7BDE63B35A}</Project>
  136. <Name>CommonAI</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="..\CommonFileSystem.SharpZipLib\CommonMPQ.SharpZipLib.csproj">
  139. <Project>{29a43d20-f079-42bb-b6ff-d910c04eacd9}</Project>
  140. <Name>CommonMPQ.SharpZipLib</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="..\CommonFileSystem\CommonMPQ.csproj">
  143. <Project>{e6f4820c-30d4-4ddf-8890-517c9efd92a8}</Project>
  144. <Name>CommonMPQ</Name>
  145. </ProjectReference>
  146. <ProjectReference Include="..\CommonFroms\CommonFroms.csproj">
  147. <Project>{f3594e30-da84-4538-baa3-0959b86aa879}</Project>
  148. <Name>CommonFroms</Name>
  149. </ProjectReference>
  150. <ProjectReference Include="..\CommonLang\CommonLang.csproj">
  151. <Project>{1835E71D-0B6C-463D-B538-E68891E4DACB}</Project>
  152. <Name>CommonLang</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\CommonNetwork\CommonNetwork.csproj">
  155. <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
  156. <Name>CommonNetwork</Name>
  157. </ProjectReference>
  158. <ProjectReference Include="..\CommonServer.SSocket\CommonServer.SSocket.csproj">
  159. <Project>{9fb63fa2-2dcc-45ab-bd74-3c158e313ee9}</Project>
  160. <Name>CommonServer.SSocket</Name>
  161. </ProjectReference>
  162. <ProjectReference Include="..\CommonServer\CommonServer.csproj">
  163. <Project>{71cc36a4-6899-4bb8-8968-682dba861d98}</Project>
  164. <Name>CommonServer</Name>
  165. </ProjectReference>
  166. <ProjectReference Include="..\CommonTickBattle\CommonTickBattle.csproj">
  167. <Project>{32b611ad-3bc1-4438-9921-82e92c6fd991}</Project>
  168. <Name>CommonTickBattle</Name>
  169. </ProjectReference>
  170. <ProjectReference Include="..\CommonUI\CommonUI.csproj">
  171. <Project>{fe159004-4f5c-4a17-b633-e66d5a64acfb}</Project>
  172. <Name>CommonUI</Name>
  173. </ProjectReference>
  174. <ProjectReference Include="..\CommonUI_Unity3D\CommonUI_Unity3D.csproj">
  175. <Project>{3054ced6-df3b-4ddf-bead-03fcba15f6f0}</Project>
  176. <Name>CommonUI_Unity3D</Name>
  177. </ProjectReference>
  178. <ProjectReference Include="..\CommonUnity3DEditor\CommonUnity3DEditor.csproj">
  179. <Project>{27b69bd7-b926-406f-8e6b-ec993399d499}</Project>
  180. <Name>CommonUnity3DEditor</Name>
  181. </ProjectReference>
  182. <ProjectReference Include="..\CommonUnity3D\CommonUnity3D.csproj">
  183. <Project>{7d207deb-d27b-456a-9673-23b344254a5c}</Project>
  184. <Name>CommonUnity3D</Name>
  185. </ProjectReference>
  186. <ProjectReference Include="..\GameEditorPluginServer\GameEditorPluginServer.csproj">
  187. <Project>{dc5b7f3a-aaf4-47f8-abe5-820fb93016cc}</Project>
  188. <Name>GameEditorPluginServer</Name>
  189. </ProjectReference>
  190. <ProjectReference Include="..\GameEditorPlugin\GameEditorPlugin.csproj">
  191. <Project>{539fa0de-4ef2-4035-832d-9e8614e92a48}</Project>
  192. <Name>GameEditorPlugin</Name>
  193. </ProjectReference>
  194. <ProjectReference Include="..\GameEditorUnity3D\GameEditorUnity3D.csproj">
  195. <Project>{95b8fd91-f539-4a88-9a19-4e7b8ecf2310}</Project>
  196. <Name>GameEditorUnity3D</Name>
  197. </ProjectReference>
  198. </ItemGroup>
  199. <ItemGroup>
  200. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  201. <Visible>False</Visible>
  202. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  203. <Install>false</Install>
  204. </BootstrapperPackage>
  205. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  206. <Visible>False</Visible>
  207. <ProductName>.NET Framework 3.5 SP1</ProductName>
  208. <Install>true</Install>
  209. </BootstrapperPackage>
  210. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  211. <Visible>False</Visible>
  212. <ProductName>Windows Installer 3.1</ProductName>
  213. <Install>true</Install>
  214. </BootstrapperPackage>
  215. </ItemGroup>
  216. <ItemGroup>
  217. <Content Include="res\MapData.bmp">
  218. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  219. </Content>
  220. <Content Include="res\MapData.png">
  221. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  222. </Content>
  223. <Content Include="res\MapData2.png">
  224. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  225. </Content>
  226. </ItemGroup>
  227. <ItemGroup>
  228. <Folder Include="Old\" />
  229. </ItemGroup>
  230. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  231. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  232. Other similar extension points exist, see Microsoft.Common.targets.
  233. <Target Name="BeforeBuild">
  234. </Target>
  235. <Target Name="AfterBuild">
  236. </Target>
  237. -->
  238. </Project>