PageRenderTime 70ms CodeModel.GetById 36ms RepoModel.GetById 1ms app.codeStats 0ms

/ZeroKLobby_NET4.0/ZeroKLobby_NET4.0.csproj

https://github.com/db81/Zero-K-Infrastructure
MSBuild | 2001 lines | 2001 code | 0 blank | 0 comment | 0 complexity | d793b70abc7b3eaf854a1339905712c7 MD5 | raw file
Possible License(s): GPL-3.0, MIT

Large files files are truncated, but you can click here to view the full file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProjectGuid>{09B6C92A-AF10-49E3-92D5-CA07D0D54EF0}</ProjectGuid>
  7. <OutputType>WinExe</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>ZeroKLobby</RootNamespace>
  10. <AssemblyName>Zero-K</AssemblyName>
  11. <ApplicationIcon>SpringDownloader.ico</ApplicationIcon>
  12. <ManifestCertificateThumbprint>FC2212B55F1B9944395B70DF91CE4D38FC17189D</ManifestCertificateThumbprint>
  13. <ManifestKeyFile>SpringDownloader_TemporaryKey.pfx</ManifestKeyFile>
  14. <GenerateManifests>true</GenerateManifests>
  15. <SignManifests>false</SignManifests>
  16. <IsWebBootstrapper>true</IsWebBootstrapper>
  17. <FileUpgradeFlags>
  18. </FileUpgradeFlags>
  19. <UpgradeBackupLocation>
  20. </UpgradeBackupLocation>
  21. <OldToolsVersion>3.5</OldToolsVersion>
  22. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  23. <TargetZone>Custom</TargetZone>
  24. <SignAssembly>false</SignAssembly>
  25. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  26. <StartupObject>ZeroKLobby.Program</StartupObject>
  27. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  28. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  29. <RestorePackages>true</RestorePackages>
  30. <PublishUrl>ftp://zero-k.info/zero-k.info/www/lobby/</PublishUrl>
  31. <Install>true</Install>
  32. <InstallFrom>Web</InstallFrom>
  33. <UpdateEnabled>true</UpdateEnabled>
  34. <UpdateMode>Background</UpdateMode>
  35. <UpdateInterval>1</UpdateInterval>
  36. <UpdateIntervalUnits>Hours</UpdateIntervalUnits>
  37. <UpdatePeriodically>false</UpdatePeriodically>
  38. <UpdateRequired>true</UpdateRequired>
  39. <MapFileExtensions>true</MapFileExtensions>
  40. <InstallUrl>http://zero-k.info/lobby/</InstallUrl>
  41. <SupportUrl>http://zero-k.info/</SupportUrl>
  42. <ErrorReportUrl>http://code.google.com/p/zero-k/issues/entry</ErrorReportUrl>
  43. <ProductName>Zero-K</ProductName>
  44. <PublisherName>Zero-K</PublisherName>
  45. <MinimumRequiredVersion>3.0.0.0</MinimumRequiredVersion>
  46. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  47. <WebPage>publish.htm</WebPage>
  48. <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
  49. <TrustUrlParameters>true</TrustUrlParameters>
  50. <ApplicationRevision>4</ApplicationRevision>
  51. <ApplicationVersion>3.0.0.%2a</ApplicationVersion>
  52. <UseApplicationTrust>false</UseApplicationTrust>
  53. <PublishWizardCompleted>true</PublishWizardCompleted>
  54. <BootstrapperEnabled>true</BootstrapperEnabled>
  55. <NoWin32Manifest>False</NoWin32Manifest>
  56. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  57. <NoStdLib>False</NoStdLib>
  58. <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
  59. <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
  60. </PropertyGroup>
  61. <PropertyGroup />
  62. <PropertyGroup>
  63. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  66. <DebugSymbols>true</DebugSymbols>
  67. <OutputPath>bin\Debug\</OutputPath>
  68. <DefineConstants>TRACE;DEBUG;LIVE</DefineConstants>
  69. <DebugType>full</DebugType>
  70. <PlatformTarget>x86</PlatformTarget>
  71. <UseVSHostingProcess>false</UseVSHostingProcess>
  72. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  73. <ErrorReport>prompt</ErrorReport>
  74. <CodeAnalysisRuleSet>..\rules.ruleset</CodeAnalysisRuleSet>
  75. <WarningLevel>4</WarningLevel>
  76. <Optimize>false</Optimize>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  79. <OutputPath>bin\Release\</OutputPath>
  80. <DefineConstants>TRACE;LIVE</DefineConstants>
  81. <DebugType>pdbonly</DebugType>
  82. <PlatformTarget>x86</PlatformTarget>
  83. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  84. <ErrorReport>prompt</ErrorReport>
  85. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  86. <WarningLevel>4</WarningLevel>
  87. <Optimize>false</Optimize>
  88. </PropertyGroup>
  89. <ItemGroup>
  90. <Reference Include="Ionic.Zip">
  91. <HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Microsoft.CSharp" />
  94. <Reference Include="Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
  95. <EmbedInteropTypes>True</EmbedInteropTypes>
  96. </Reference>
  97. <Reference Include="Microsoft.Threading.Tasks">
  98. <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Microsoft.Threading.Tasks.Extensions">
  101. <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
  104. <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Newtonsoft.Json">
  107. <HintPath>..\packages\Newtonsoft.Json.6.0.5\lib\net40\Newtonsoft.Json.dll</HintPath>
  108. </Reference>
  109. <Reference Include="RestSharp">
  110. <HintPath>..\packages\RestSharp.105.0.0\lib\net4-client\RestSharp.dll</HintPath>
  111. </Reference>
  112. <Reference Include="SharpCompress">
  113. <HintPath>..\packages\sharpcompress.0.9\lib\net40\SharpCompress.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Steamworks.NET">
  116. <HintPath>..\Libs\Steamworks.NET.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System" />
  119. <Reference Include="System.Core">
  120. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  121. </Reference>
  122. <Reference Include="System.Data" />
  123. <Reference Include="System.Drawing" />
  124. <Reference Include="System.EnterpriseServices" />
  125. <Reference Include="System.IO">
  126. <HintPath>..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.IO.dll</HintPath>
  127. </Reference>
  128. <Reference Include="System.Net">
  129. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  130. </Reference>
  131. <Reference Include="System.Runtime">
  132. <HintPath>..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.Runtime.dll</HintPath>
  133. </Reference>
  134. <Reference Include="System.Runtime.Serialization">
  135. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  136. </Reference>
  137. <Reference Include="System.ServiceModel" />
  138. <Reference Include="System.Speech" />
  139. <Reference Include="System.Threading.Tasks">
  140. <HintPath>..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.Threading.Tasks.dll</HintPath>
  141. </Reference>
  142. <Reference Include="System.Web.Services" />
  143. <Reference Include="System.Windows.Forms" />
  144. <Reference Include="System.Xml" />
  145. <Reference Include="NAudio">
  146. <HintPath>..\packages\NAudio.1.7.2\lib\net35\NAudio.dll</HintPath>
  147. </Reference>
  148. <Reference Include="ZedGraph">
  149. <HintPath>..\packages\ZedGraph.5.1.6\lib\net35-Client\ZedGraph.dll</HintPath>
  150. </Reference>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <Compile Include="ActionHandler.cs" />
  154. <Compile Include="Benchmarker\Batch.cs" />
  155. <Compile Include="Benchmarker\BatchRunResult.cs" />
  156. <Compile Include="Benchmarker\Benchmark.cs" />
  157. <Compile Include="Benchmarker\BisectForm.cs" />
  158. <Compile Include="Benchmarker\BisectForm.Designer.cs" />
  159. <Compile Include="Benchmarker\Config.cs" />
  160. <Compile Include="Benchmarker\GraphsForm.cs" />
  161. <Compile Include="Benchmarker\GraphsForm.Designer.cs" />
  162. <Compile Include="Benchmarker\MainForm.cs" />
  163. <Compile Include="Benchmarker\MainForm.Designer.cs" />
  164. <Compile Include="Benchmarker\SpringRun.cs" />
  165. <Compile Include="Benchmarker\StartScript.cs" />
  166. <Compile Include="Benchmarker\TestCase.cs" />
  167. <Compile Include="BrowserInterop.cs" />
  168. <Compile Include="ButtonInfo.cs" />
  169. <Compile Include="Buttons.Designer.cs">
  170. <AutoGen>True</AutoGen>
  171. <DesignTime>True</DesignTime>
  172. <DependentUpon>Buttons.resx</DependentUpon>
  173. </Compile>
  174. <Compile Include="ChatToSpeech.cs" />
  175. <Compile Include="Controls\MinimapFuncBox.cs">
  176. <SubType>UserControl</SubType>
  177. </Compile>
  178. <Compile Include="Controls\MinimapFuncBox.Designer.cs">
  179. <DependentUpon>MinimapFuncBox.cs</DependentUpon>
  180. </Compile>
  181. <Compile Include="ExtendedWebBrowser.cs">
  182. <SubType>Component</SubType>
  183. </Compile>
  184. <Compile Include="Controls\ZkSplitContainer.cs">
  185. <SubType>Component</SubType>
  186. </Compile>
  187. <Compile Include="GlobalHook.cs" />
  188. <Compile Include="LobbyClient\Battle.cs" />
  189. <Compile Include="LobbyClient\BattleRect.cs" />
  190. <Compile Include="LobbyClient\BotBattleStatus.cs" />
  191. <Compile Include="LobbyClient\CountryNames.cs" />
  192. <Compile Include="LobbyClient\Crc.cs" />
  193. <Compile Include="LobbyClient\Legacy\Battle.cs" />
  194. <Compile Include="LobbyClient\Legacy\BattleDetails.cs" />
  195. <Compile Include="LobbyClient\Legacy\BattleRect.cs" />
  196. <Compile Include="LobbyClient\Legacy\BotBattleStatus.cs" />
  197. <Compile Include="LobbyClient\Legacy\Channel.cs" />
  198. <Compile Include="LobbyClient\Legacy\SayingEventArgs.cs" />
  199. <Compile Include="LobbyClient\Legacy\TasClient.cs" />
  200. <Compile Include="LobbyClient\Legacy\TasClient_structures.cs" />
  201. <Compile Include="LobbyClient\Legacy\User.cs" />
  202. <Compile Include="LobbyClient\Legacy\UserBattleStatus.cs" />
  203. <Compile Include="LobbyClient\ProtocolExtension.cs" />
  204. <Compile Include="LobbyClient\Protocol\CommandJsonSerializer.cs" />
  205. <Compile Include="LobbyClient\Protocol\Messages.cs" />
  206. <Compile Include="LobbyClient\PwMatchCommand.cs" />
  207. <Compile Include="LobbyClient\SayingEventArgs.cs" />
  208. <Compile Include="LobbyClient\ServerConnection.cs" />
  209. <Compile Include="LobbyClient\Spring.cs" />
  210. <Compile Include="LobbyClient\SpringieServer.cs" />
  211. <Compile Include="LobbyClient\Talker.cs" />
  212. <Compile Include="LobbyClient\TasClient.cs" />
  213. <Compile Include="LobbyClient\TasClient_structures.cs" />
  214. <Compile Include="LobbyClient\UserBattleStatus.cs" />
  215. <Compile Include="MicroForms\PromptForm.cs">
  216. <SubType>Form</SubType>
  217. </Compile>
  218. <Compile Include="MicroForms\PromptForm.Designer.cs">
  219. <DependentUpon>PromptForm.cs</DependentUpon>
  220. </Compile>
  221. <Compile Include="MicroForms\UnitSyncRetryPrompt.cs" />
  222. <Compile Include="MicroLobby\ExtrasTab\TableReader.cs" />
  223. <Compile Include="MicroLobby\ExtrasTab\SkirmishControlTool.cs" />
  224. <Compile Include="MicroForms\UnitSyncUploadPrompt.cs" />
  225. <Compile Include="MicroLobby\HexToUnicodeConverter.cs">
  226. <SubType>Form</SubType>
  227. </Compile>
  228. <Compile Include="MicroLobby\HexToUnicodeConverter.Designer.cs">
  229. <DependentUpon>HexToUnicodeConverter.cs</DependentUpon>
  230. </Compile>
  231. <Compile Include="MicroLobby\ExtrasTab\ExtrasToolTabs.cs">
  232. <SubType>UserControl</SubType>
  233. </Compile>
  234. <Compile Include="MicroLobby\ExtrasTab\SkirmishControl.cs">
  235. <SubType>UserControl</SubType>
  236. </Compile>
  237. <Compile Include="MicroLobby\ExtrasTab\SkirmishControl.Designer.cs">
  238. <DependentUpon>SkirmishControl.cs</DependentUpon>
  239. </Compile>
  240. <Compile Include="MicroLobby\TextColoringPanel.cs">
  241. <SubType>Form</SubType>
  242. </Compile>
  243. <Compile Include="MicroLobby\TextColoringPanel.Designer.cs">
  244. <DependentUpon>TextColoringPanel.cs</DependentUpon>
  245. </Compile>
  246. <Compile Include="MicroLobby\ExtrasTab\ExtrasTab.cs">
  247. <SubType>UserControl</SubType>
  248. </Compile>
  249. <Compile Include="MonoTorrent\MonoTorrent.BEncoding\BEncodedDictionary.cs" />
  250. <Compile Include="MonoTorrent\MonoTorrent.BEncoding\BEncodedList.cs" />
  251. <Compile Include="MonoTorrent\MonoTorrent.BEncoding\BEncodedNumber.cs" />
  252. <Compile Include="MonoTorrent\MonoTorrent.BEncoding\BEncodedString.cs" />
  253. <Compile Include="MonoTorrent\MonoTorrent.BEncoding\BEncodingException.cs" />
  254. <Compile Include="MonoTorrent\MonoTorrent.BEncoding\IBEncodedValue.cs" />
  255. <Compile Include="MonoTorrent\MonoTorrent.BEncoding\RawReader.cs" />
  256. <Compile Include="MonoTorrent\MonoTorrent.Client\Block.cs" />
  257. <Compile Include="MonoTorrent\MonoTorrent.Client\ClientEngine.cs" />
  258. <Compile Include="MonoTorrent\MonoTorrent.Client\FileStreamBuffer.cs" />
  259. <Compile Include="MonoTorrent\MonoTorrent.Client\Logger.cs" />
  260. <Compile Include="MonoTorrent\MonoTorrent.Client\Managers\BufferManager.cs" />
  261. <Compile Include="MonoTorrent\MonoTorrent.Client\Piece.cs" />
  262. <Compile Include="MonoTorrent\MonoTorrent.Client\PieceWriter\DiskWriter.cs" />
  263. <Compile Include="MonoTorrent\MonoTorrent.Client\PieceWriter\NtfsSparseFile.cs" />
  264. <Compile Include="MonoTorrent\MonoTorrent.Client\PieceWriter\PieceData.cs" />
  265. <Compile Include="MonoTorrent\MonoTorrent.Client\PieceWriter\PieceWriter.cs" />
  266. <Compile Include="MonoTorrent\MonoTorrent.Client\TorrentFileStream.cs" />
  267. <Compile Include="MonoTorrent\MonoTorrent.Common\AsyncResult.cs" />
  268. <Compile Include="MonoTorrent\MonoTorrent.Common\BitField.cs" />
  269. <Compile Include="MonoTorrent\MonoTorrent.Common\Check.cs" />
  270. <Compile Include="MonoTorrent\MonoTorrent.Common\Enums.cs" />
  271. <Compile Include="MonoTorrent\MonoTorrent.Common\EventArgs\TorrentCreatorEventArgs.cs" />
  272. <Compile Include="MonoTorrent\MonoTorrent.Common\HashAlgoFactory.cs" />
  273. <Compile Include="MonoTorrent\MonoTorrent.Common\Hashes.cs" />
  274. <Compile Include="MonoTorrent\MonoTorrent.Common\InfoHash.cs" />
  275. <Compile Include="MonoTorrent\MonoTorrent.Common\MonoTorrentCollectionBase.cs" />
  276. <Compile Include="MonoTorrent\MonoTorrent.Common\ToolBox.cs" />
  277. <Compile Include="MonoTorrent\MonoTorrent.Common\Torrent.cs" />
  278. <Compile Include="MonoTorrent\MonoTorrent.Common\TorrentCreator.cs" />
  279. <Compile Include="MonoTorrent\MonoTorrent.Common\TorrentCreatorAsyncResult.cs" />
  280. <Compile Include="MonoTorrent\MonoTorrent.Common\TorrentException.cs" />
  281. <Compile Include="MonoTorrent\MonoTorrent.Common\TorrentFile.cs" />
  282. <Compile Include="MonoTorrent\MyHttpUtility.cs" />
  283. <Compile Include="Notifications\PwBar.cs">
  284. <SubType>UserControl</SubType>
  285. </Compile>
  286. <Compile Include="Notifications\PwBar.Designer.cs">
  287. <DependentUpon>PwBar.cs</DependentUpon>
  288. </Compile>
  289. <Compile Include="PlasmaDownloader\Download.cs" />
  290. <Compile Include="PlasmaDownloader\EngineDownload.cs" />
  291. <Compile Include="PlasmaDownloader\IPlasmaDownloaderConfig.cs" />
  292. <Compile Include="PlasmaDownloader\Packages\BitArray.cs" />
  293. <Compile Include="PlasmaDownloader\Packages\PackageDownload.cs" />
  294. <Compile Include="PlasmaDownloader\Packages\PackageDownloader.cs" />
  295. <Compile Include="PlasmaDownloader\Packages\StreamExtension.cs" />
  296. <Compile Include="PlasmaDownloader\PlasmaDownloader.cs" />
  297. <Compile Include="PlasmaDownloader\Torrents\TorrentDownload.cs" />
  298. <Compile Include="PlasmaDownloader\Torrents\TorrentDownloader.cs" />
  299. <Compile Include="PlasmaDownloader\WebDownload.cs" />
  300. <Compile Include="PlasmaDownloader\WebFileDownload.cs" />
  301. <Compile Include="PlasmaDownloader\WebMultiDownload.cs" />
  302. <Compile Include="PlasmaShared\AuthTools.cs" />
  303. <Compile Include="PlasmaShared\ChangeEventArgs.cs" />
  304. <Compile Include="PlasmaShared\Connection.cs" />
  305. <Compile Include="PlasmaShared\CsvTable.cs" />
  306. <Compile Include="PlasmaShared\DbCloner.cs" />
  307. <Compile Include="PlasmaShared\Diagrams\Diagram.cs" />
  308. <Compile Include="PlasmaShared\Diagrams\Node.cs" />
  309. <Compile Include="PlasmaShared\Diagrams\Vector.cs" />
  310. <Compile Include="PlasmaShared\EmbeddedResourceExtractor.cs" />
  311. <Compile Include="PlasmaShared\EventArgs.cs" />
  312. <Compile Include="PlasmaShared\EventExtensions.cs" />
  313. <Compile Include="PlasmaShared\GlobalConst.cs" />
  314. <Compile Include="PlasmaShared\Hash.cs" />
  315. <Compile Include="PlasmaShared\IContentService\AccountInfo.cs" />
  316. <Compile Include="PlasmaShared\IContentService\IContentService.cs" />
  317. <Compile Include="PlasmaShared\IContentService\ResourceData.cs" />
  318. <Compile Include="PlasmaShared\IContentService\ResourceType.cs" />
  319. <Compile Include="PlasmaShared\IContentService\ReturnValue.cs" />
  320. <Compile Include="PlasmaShared\IContentService\ScriptMissionData.cs" />
  321. <Compile Include="PlasmaShared\IResourceInfo.cs" />
  322. <Compile Include="PlasmaShared\ISpringieService\AhConfig.cs" />
  323. <Compile Include="PlasmaShared\ISpringieService\AutohostMode.cs" />
  324. <Compile Include="PlasmaShared\ISpringieService\BalanceTeamsResult.cs" />
  325. <Compile Include="PlasmaShared\ISpringieService\BattleContext.cs" />
  326. <Compile Include="PlasmaShared\ISpringieService\BattlePlayerResult.cs" />
  327. <Compile Include="PlasmaShared\ISpringieService\BattleResult.cs" />
  328. <Compile Include="PlasmaShared\ISpringieService\BotTeam.cs" />
  329. <Compile Include="PlasmaShared\ISpringieService\CommandLevel.cs" />
  330. <Compile Include="PlasmaShared\ISpringieService\ISpringieService.cs" />
  331. <Compile Include="PlasmaShared\ISpringieService\MovePlayerEntry.cs" />
  332. <Compile Include="PlasmaShared\ISpringieService\PlayerJoinResult.cs" />
  333. <Compile Include="PlasmaShared\ISpringieService\PlayerTeam.cs" />
  334. <Compile Include="PlasmaShared\ISpringieService\RecommendedMapResult.cs" />
  335. <Compile Include="PlasmaShared\ISpringieService\RectInfo.cs" />
  336. <Compile Include="PlasmaShared\ISpringieService\SpringBattleStartSetup.cs" />
  337. <Compile Include="PlasmaShared\LuaTable.cs" />
  338. <Compile Include="PlasmaShared\MapRegisteredEventArgs.cs" />
  339. <Compile Include="PlasmaShared\MetaDataCache.cs" />
  340. <Compile Include="PlasmaShared\Pool.cs" />
  341. <Compile Include="PlasmaShared\PoolFileInfo.cs" />
  342. <Compile Include="PlasmaShared\Properties\Settings.Designer.cs" />
  343. <Compile Include="PlasmaShared\ResharperAttribs.cs" />
  344. <Compile Include="PlasmaShared\SdpArchive.cs" />
  345. <Compile Include="PlasmaShared\SelfUpdater.cs" />
  346. <Compile Include="PlasmaShared\SerializableDictionary.cs" />
  347. <Compile Include="PlasmaShared\Service References\ContentServiceReference\Reference.cs" />
  348. <Compile Include="PlasmaShared\Settings.cs" />
  349. <Compile Include="PlasmaShared\SpringPaths.cs" />
  350. <Compile Include="PlasmaShared\SpringScanner.cs" />
  351. <Compile Include="PlasmaShared\SteamWebApi.cs" />
  352. <Compile Include="PlasmaShared\UnitSyncLib\Ai.cs" />
  353. <Compile Include="PlasmaShared\UnitSyncLib\AiInfoPair.cs" />
  354. <Compile Include="PlasmaShared\UnitSyncLib\DependencyMissingException.cs" />
  355. <Compile Include="PlasmaShared\UnitSyncLib\ListOption.cs" />
  356. <Compile Include="PlasmaShared\UnitSyncLib\Map.cs" />
  357. <Compile Include="PlasmaShared\UnitSyncLib\MapInfo.cs" />
  358. <Compile Include="PlasmaShared\UnitSyncLib\Mod.cs" />
  359. <Compile Include="PlasmaShared\UnitSyncLib\ModMissionSlot.cs" />
  360. <Compile Include="PlasmaShared\UnitSyncLib\NativeMethods.cs" />
  361. <Compile Include="PlasmaShared\UnitSyncLib\Option.cs" />
  362. <Compile Include="PlasmaShared\UnitSyncLib\StartPos.cs" />
  363. <Compile Include="PlasmaShared\UnitSyncLib\UnitInfo.cs" />
  364. <Compile Include="PlasmaShared\UnitSyncLib\UnitSync.cs" />
  365. <Compile Include="PlasmaShared\UnitSyncLib\UnitSyncException.cs" />
  366. <Compile Include="PlasmaShared\UnitSyncLib\VfsMode.cs" />
  367. <Compile Include="PlasmaShared\Utils.cs" />
  368. <Compile Include="PlasmaShared\Web References\ModStats\Reference.cs" />
  369. <Compile Include="PlasmaShared\Whois.cs" />
  370. <Compile Include="SelectWritableFolder.cs">
  371. <SubType>Form</SubType>
  372. </Compile>
  373. <Compile Include="SelectWritableFolder.Designer.cs">
  374. <DependentUpon>SelectWritableFolder.cs</DependentUpon>
  375. </Compile>
  376. <Compile Include="Steam\SteamClientHelper.cs" />
  377. <Compile Include="Steam\SteamVoiceSystem.cs" />
  378. <Compile Include="Configs.Designer.cs">
  379. <AutoGen>True</AutoGen>
  380. <DesignTime>True</DesignTime>
  381. <DependentUpon>Configs.resx</DependentUpon>
  382. </Compile>
  383. <Compile Include="Controls\BitmapButton.cs">
  384. <SubType>Component</SubType>
  385. </Compile>
  386. <Compile Include="Controls\HeadlessTabControl.cs">
  387. <SubType>Component</SubType>
  388. </Compile>
  389. <Compile Include="EngineConfigurator.cs" />
  390. <Compile Include="Extensions.cs" />
  391. <Compile Include="INavigatable.cs" />
  392. <Compile Include="KnownGames.cs" />
  393. <Compile Include="Lines\SelfJoinedBattleLine.cs" />
  394. <Compile Include="MainWindow.cs">
  395. <SubType>Form</SubType>
  396. </Compile>
  397. <Compile Include="MainWindow.Designer.cs">
  398. <DependentUpon>MainWindow.cs</DependentUpon>
  399. </Compile>
  400. <Compile Include="MicroLobby\BattleListControl.cs">
  401. <SubType>Component</SubType>
  402. </Compile>
  403. <Compile Include="MicroLobby\BattleListControl.Designer.cs">
  404. <DependentUpon>BattleListControl.cs</DependentUpon>
  405. </Compile>
  406. <Compile Include="MicroLobby\BattleListTab.cs">
  407. <SubType>UserControl</SubType>
  408. </Compile>
  409. <Compile Include="MicroLobby\BattleListTab.Designer.cs">
  410. <DependentUpon>BattleListTab.cs</DependentUpon>
  411. </Compile>
  412. <Compile Include="MicroLobby\BrowserTab.cs">
  413. <SubType>Component</SubType>
  414. </Compile>
  415. <Compile Include="MicroLobby\ChatTab.cs">
  416. <SubType>UserControl</SubType>
  417. </Compile>
  418. <Compile Include="MicroLobby\ChatTab.Designer.cs">
  419. <DependentUpon>ChatTab.cs</DependentUpon>
  420. </Compile>
  421. <Compile Include="MicroLobby\SpringsettingForm.cs">
  422. <SubType>Form</SubType>
  423. </Compile>
  424. <Compile Include="MicroLobby\SpringsettingForm.Designer.cs">
  425. <DependentUpon>SpringsettingForm.cs</DependentUpon>
  426. </Compile>
  427. <Compile Include="NavigationControl.cs">
  428. <SubType>UserControl</SubType>
  429. </Compile>
  430. <Compile Include="NavigationControl.Designer.cs">
  431. <DependentUpon>NavigationControl.cs</DependentUpon>
  432. </Compile>
  433. <Compile Include="Notifications\MissionBar.cs">
  434. <SubType>UserControl</SubType>
  435. </Compile>
  436. <Compile Include="Notifications\MissionBar.Designer.cs">
  437. <DependentUpon>MissionBar.cs</DependentUpon>
  438. </Compile>
  439. <Compile Include="Notifications\NotifySection.cs">
  440. <SubType>UserControl</SubType>
  441. </Compile>
  442. <Compile Include="Notifications\NotifySection.Designer.cs">
  443. <DependentUpon>NotifySection.cs</DependentUpon>
  444. </Compile>
  445. <Compile Include="Notifications\ReplayBar.cs">
  446. <SubType>UserControl</SubType>
  447. </Compile>
  448. <Compile Include="Notifications\ReplayBar.Designer.cs">
  449. <DependentUpon>ReplayBar.cs</DependentUpon>
  450. </Compile>
  451. <Compile Include="Notifications\SinglePlayerBar.cs">
  452. <SubType>UserControl</SubType>
  453. </Compile>
  454. <Compile Include="Notifications\SinglePlayerBar.Designer.cs">
  455. <DependentUpon>SinglePlayerBar.cs</DependentUpon>
  456. </Compile>
  457. <Compile Include="Flags.Designer.cs">
  458. <AutoGen>True</AutoGen>
  459. <DesignTime>True</DesignTime>
  460. <DependentUpon>Flags.resx</DependentUpon>
  461. </Compile>
  462. <Compile Include="MicroLobby\ContextMenus.cs" />
  463. <Compile Include="Lines\ChimeLine.cs" />
  464. <Compile Include="Lines\FriendJoinedBattleLine.cs" />
  465. <Compile Include="Lines\TopicLine.cs" />
  466. <Compile Include="MicroLobby\AutoJoinManager.cs" />
  467. <Compile Include="MicroLobby\GdiListBox.cs">
  468. <SubType>Component</SubType>
  469. </Compile>
  470. <Compile Include="MicroLobby\GdiListBoxItem.cs" />
  471. <Compile Include="MicroLobby\HostDialog.cs">
  472. <SubType>Form</SubType>
  473. </Compile>
  474. <Compile Include="MicroLobby\HostDialog.Designer.cs">
  475. <DependentUpon>HostDialog.cs</DependentUpon>
  476. </Compile>
  477. <Compile Include="MicroLobby\ModStore.cs" />
  478. <Compile Include="MicroLobby\ServerTab.cs">
  479. <SubType>UserControl</SubType>
  480. </Compile>
  481. <Compile Include="MicroLobby\ServerTab.Designer.cs">
  482. <DependentUpon>ServerTab.cs</DependentUpon>
  483. </Compile>
  484. <Compile Include="MicroLobby\SettingsTab.cs">
  485. <SubType>UserControl</SubType>
  486. </Compile>
  487. <Compile Include="MicroLobby\SettingsTab.Designer.cs">
  488. <DependentUpon>SettingsTab.cs</DependentUpon>
  489. </Compile>
  490. <Compile Include="MicroLobby\SpringieCommand.cs" />
  491. <Compile Include="MicroLobby\TextImage.cs" />
  492. <Compile Include="MicroLobby\ModOptionsControl.cs">
  493. <SubType>UserControl</SubType>
  494. </Compile>
  495. <Compile Include="MicroLobby\MyCol.cs" />
  496. <Compile Include="Notifications\GenericBar.cs">
  497. <SubType>UserControl</SubType>
  498. </Compile>
  499. <Compile Include="Notifications\GenericBar.Designer.cs">
  500. <DependentUpon>GenericBar.cs</DependentUpon>
  501. </Compile>
  502. <Compile Include="Notifications\NewVersionBar.cs">
  503. <SubType>UserControl</SubType>
  504. </Compile>
  505. <Compile Include="Notifications\NewVersionBar.Designer.cs">
  506. <DependentUpon>NewVersionBar.cs</DependentUpon>
  507. </Compile>
  508. <Compile Include="Notifications\ScannerBar.cs">
  509. <SubType>UserControl</SubType>
  510. </Compile>
  511. <Compile Include="Notifications\ScannerBar.Designer.cs">
  512. <DependentUpon>ScannerBar.cs</DependentUpon>
  513. </Compile>
  514. <Compile Include="Notifications\VoteBar.cs">
  515. <SubType>UserControl</SubType>
  516. </Compile>
  517. <Compile Include="Notifications\VoteBar.Designer.cs">
  518. <DependentUpon>VoteBar.cs</DependentUpon>
  519. </Compile>
  520. <Compile Include="Ranks.Designer.cs">
  521. <AutoGen>True</AutoGen>
  522. <DesignTime>True</DesignTime>
  523. <DependentUpon>Ranks.resx</DependentUpon>
  524. </Compile>
  525. <Compile Include="ServerImagesHandler.cs" />
  526. <Compile Include="ToolTips\BattleTooltipRenderer.cs" />
  527. <Compile Include="MicroLobby\AskBattlePasswordForm.cs">
  528. <SubType>Form</SubType>
  529. </Compile>
  530. <Compile Include="MicroLobby\AskBattlePasswordForm.Designer.cs">
  531. <DependentUpon>AskBattlePasswordForm.cs</DependentUpon>
  532. </Compile>
  533. <Compile Include="MicroLobby\ChatBox.cs">
  534. <SubType>UserControl</SubType>
  535. </Compile>
  536. <Compile Include="MicroLobby\HistoryManager.cs" />
  537. <Compile Include="Lines\BroadcastLine.cs" />
  538. <Compile Include="Lines\ChannelMessageLine.cs" />
  539. <Compile Include="Lines\FromServerLine.cs" />
  540. <Compile Include="Lines\HistoryLine.cs" />
  541. <Compile Include="Lines\IChatLine.cs" />
  542. <Compile Include="Lines\JoinLine.cs" />
  543. <Compile Include="Lines\LeaveLine.cs" />
  544. <Compile Include="Lines\SaidExLine.cs" />
  545. <Compile Include="Lines\SaidLine.cs" />
  546. <Compile Include="Lines\ServerMessageLine.cs" />
  547. <Compile Include="Lines\ToServerLine.cs" />
  548. <Compile Include="MicroLobby\BattleChatControl.cs">
  549. <SubType>UserControl</SubType>
  550. </Compile>
  551. <Compile Include="MicroLobby\BattleIcon.cs" />
  552. <Compile Include="MicroLobby\BattleIconManager.cs" />
  553. <Compile Include="MicroLobby\DudeRenderer.cs" />
  554. <Compile Include="MicroLobby\FriendManager.cs" />
  555. <Compile Include="MicroLobby\GameInfo.cs" />
  556. <Compile Include="MicroLobby\TextColor.cs" />
  557. <Compile Include="MicroLobby\TextWindow.cs">
  558. <SubType>UserControl</SubType>
  559. </Compile>
  560. <Compile Include="MicroLobby\TextWindow.designer.cs">
  561. <DependentUpon>TextWindow.cs</DependentUpon>
  562. </Compile>
  563. <Compile Include="MicroLobby\Images.cs" />
  564. <Compile Include="MicroLobby\LoginForm.cs">
  565. <SubType>Form</SubType>
  566. </Compile>
  567. <Compile Include="MicroLobby\LoginForm.Designer.cs">
  568. <DependentUpon>LoginForm.cs</DependentUpon>
  569. </Compile>
  570. <Compile Include="MicroLobby\PrivateMessageControl.cs">
  571. <SubType>UserControl</SubType>
  572. </Compile>
  573. <Compile Include="MicroLobby\PrivateMessageControl.Designer.cs">
  574. <DependentUpon>PrivateMessageControl.cs</DependentUpon>
  575. </Compile>
  576. <Compile Include="MicroLobby\SayCommandHandler.cs" />
  577. <Compile Include="MicroLobby\SendBox.cs">
  578. <SubType>Component</SubType>
  579. </Compile>
  580. <Compile Include="MicroLobby\ToolTabs.cs">
  581. <SubType>UserControl</SubType>
  582. </Compile>
  583. <Compile Include="Notifications\ConnectBar.cs">
  584. <SubType>UserControl</SubType>
  585. </Compile>
  586. <Compile Include="Notifications\INotifyBar.cs" />
  587. <Compile Include="Notifications\DownloadBar.cs">
  588. <SubType>UserControl</SubType>
  589. </Compile>
  590. <Compile Include="Notifications\DownloadBar.designer.cs">
  591. <DependentUpon>DownloadBar.cs</DependentUpon>
  592. </Compile>
  593. <Compile Include="MicroLobby\PlayerListBox.cs">
  594. <SubType>Component</SubType>
  595. </Compile>
  596. <Compile Include="MicroLobby\ChatControl.cs">
  597. <SubType>UserControl</SubType>
  598. </Compile>
  599. <Compile Include="MicroLobby\ChatControl.Designer.cs">
  600. <DependentUpon>ChatControl.cs</DependentUpon>
  601. </Compile>
  602. <Compile Include="MicroLobby\PopupNotify.cs">
  603. <SubType>Form</SubType>
  604. </Compile>
  605. <Compile Include="Notifications\BattleBar.cs">
  606. <SubType>UserControl</SubType>
  607. </Compile>
  608. <Compile Include="Notifications\BattleBar.Designer.cs">
  609. <DependentUpon>BattleBar.cs</DependentUpon>
  610. </Compile>
  611. <Compile Include="ToolTips\IToolTipRenderer.cs" />
  612. <Compile Include="ToolTips\MapTooltipRenderer.cs" />
  613. <Compile Include="ToolTips\PlayerTooltipRenderer.cs" />
  614. <Compile Include="MicroLobby\PlayerListItem.cs" />
  615. <Compile Include="Notifications\WarningBar.cs">
  616. <SubType>UserControl</SubType>
  617. </Compile>
  618. <Compile Include="Notifications\WarningBar.Designer.cs">
  619. <DependentUpon>WarningBar.cs</DependentUpon>
  620. </Compile>
  621. <Compile Include="MicroLobby\ScrollMessageFilter.cs" />
  622. <Compile Include="Settings.cs" />
  623. <Compile Include="Properties\Settings.Designer.cs">
  624. <AutoGen>True</AutoGen>
  625. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  626. <DependentUpon>Settings.settings</DependentUpon>
  627. </Compile>
  628. <Compile Include="Config.cs" />
  629. <Compile Include="ErrorHandling.cs" />
  630. <Compile Include="FormLog.cs">
  631. <SubType>Form</SubType>
  632. </Compile>
  633. <Compile Include="FormLog.Designer.cs">
  634. <DependentUpon>FormLog.cs</DependentUpon>
  635. </Compile>
  636. <Compile Include="MicroLobby\DownloaderTab.cs">
  637. <SubType>UserControl</SubType>
  638. </Compile>
  639. <Compile Include="MicroLobby\DownloaderTab.Designer.cs">
  640. <DependentUpon>DownloaderTab.cs</DependentUpon>
  641. </Compile>
  642. <Compile Include="Notifications\NotifyBarContainer.cs">
  643. <SubType>UserControl</SubType>
  644. </Compile>
  645. <Compile Include="Notifications\NotifyBarContainer.Designer.cs">
  646. <DependentUpon>NotifyBarContainer.cs</DependentUpon>
  647. </Compile>
  648. <Compile Include="Program.cs" />
  649. <Compile Include="Properties\AssemblyInfo.cs" />
  650. <Compile Include="WindowsApi.cs" />
  651. <Compile Include="ZklResources.Designer.cs">
  652. <AutoGen>True</AutoGen>
  653. <DesignTime>True</DesignTime>
  654. <DependentUpon>ZklResources.resx</DependentUpon>
  655. </Compile>
  656. <Compile Include="Steam\ZklSteamHandler.cs" />
  657. <EmbeddedResource Include="Benchmarker\BisectForm.resx" />
  658. <EmbeddedResource Include="Benchmarker\GraphsForm.resx" />
  659. <EmbeddedResource Include="Benchmarker\MainForm.resx" />
  660. <EmbeddedResource Include="Buttons.resx">
  661. <Generator>ResXFileCodeGenerator</Generator>
  662. <LastGenOutput>Buttons.Designer.cs</LastGenOutput>
  663. <SubType>Designer</SubType>
  664. </EmbeddedResource>
  665. <EmbeddedResource Include="Configs.resx">
  666. <Generator>ResXFileCodeGenerator</Generator>
  667. <LastGenOutput>Configs.Designer.cs</LastGenOutput>
  668. <SubType>Designer</SubType>
  669. </EmbeddedResource>
  670. <EmbeddedResource Include="Controls\MinimapFuncBox.resx">
  671. <DependentUpon>MinimapFuncBox.cs</DependentUpon>
  672. </EmbeddedResource>
  673. <EmbeddedResource Include="Flags.resx">
  674. <Generator>ResXFileCodeGenerator</Generator>
  675. <LastGenOutput>Flags.Designer.cs</LastGenOutput>
  676. <SubType>Designer</SubType>
  677. </EmbeddedResource>
  678. <EmbeddedResource Include="MicroForms\PromptForm.resx">
  679. <DependentUpon>PromptForm.cs</DependentUpon>
  680. </EmbeddedResource>
  681. <EmbeddedResource Include="MicroLobby\BattleChatControl.resx">
  682. <DependentUpon>BattleChatControl.cs</DependentUpon>
  683. </EmbeddedResource>
  684. <EmbeddedResource Include="MicroLobby\ExtrasTab\SkirmishControl.resx">
  685. <DependentUpon>SkirmishControl.cs</DependentUpon>
  686. </EmbeddedResource>
  687. <EmbeddedResource Include="Notifications\PwBar.resx">
  688. <DependentUpon>PwBar.cs</DependentUpon>
  689. </EmbeddedResource>
  690. <EmbeddedResource Include="MainWindow.resx">
  691. <DependentUpon>MainWindow.cs</DependentUpon>
  692. <SubType>Designer</SubType>
  693. </EmbeddedResource>
  694. <EmbeddedResource Include="MicroLobby\BattleListTab.resx">
  695. <DependentUpon>BattleListTab.cs</DependentUpon>
  696. </EmbeddedResource>
  697. <EmbeddedResource Include="MicroLobby\ChatControl.resx">
  698. <DependentUpon>ChatControl.cs</DependentUpon>
  699. </EmbeddedResource>
  700. <EmbeddedResource Include="MicroLobby\ChatTab.resx">
  701. <DependentUpon>ChatTab.cs</DependentUpon>
  702. </EmbeddedResource>
  703. <EmbeddedResource Include="MicroLobby\ModOptionsControl.resx">
  704. <DependentUpon>ModOptionsControl.cs</DependentUpon>
  705. </EmbeddedResource>
  706. <EmbeddedResource Include="MicroLobby\PlayerListBox.resx">
  707. <DependentUpon>PlayerListBox.cs</DependentUpon>
  708. </EmbeddedResource>
  709. <EmbeddedResource Include="MicroLobby\PopupNotify.resx">
  710. <DependentUpon>PopupNotify.cs</DependentUpon>
  711. </EmbeddedResource>
  712. <EmbeddedResource Include="MicroLobby\SpringsettingForm.resx">
  713. <DependentUpon>SpringsettingForm.cs</DependentUpon>
  714. </EmbeddedResource>
  715. <EmbeddedResource Include="NavigationControl.resx">
  716. <DependentUpon>NavigationControl.cs</DependentUpon>
  717. <SubType>Designer</SubType>
  718. </EmbeddedResource>
  719. <EmbeddedResource Include="Notifications\BattleBar.resx">
  720. <DependentUpon>BattleBar.cs</DependentUpon>
  721. </EmbeddedResource>
  722. <EmbeddedResource Include="FormLog.resx">
  723. <DependentUpon>FormLog.cs</DependentUpon>
  724. <SubType>Designer</SubType>
  725. </EmbeddedResource>
  726. <EmbeddedResource Include="MicroLobby\DownloaderTab.resx">
  727. <DependentUpon>DownloaderTab.cs</DependentUpon>
  728. <SubType>Designer</SubType>
  729. </EmbeddedResource>
  730. <EmbeddedResource Include="Notifications\MissionBar.resx">
  731. <DependentUpon>MissionBar.cs</DependentUpon>
  732. </EmbeddedResource>
  733. <EmbeddedResource Include="Notifications\NotifyBarContainer.resx">
  734. <DependentUpon>NotifyBarContainer.cs</DependentUpon>
  735. <SubType>Designer</SubType>
  736. </EmbeddedResource>
  737. <EmbeddedResource Include="Notifications\NotifySection.resx">
  738. <DependentUpon>NotifySection.cs</DependentUpon>
  739. </EmbeddedResource>
  740. <EmbeddedResource Include="Notifications\ReplayBar.resx">
  741. <DependentUpon>ReplayBar.cs</DependentUpon>
  742. </EmbeddedResource>
  743. <EmbeddedResource Include="Notifications\ScannerBar.resx">
  744. <DependentUpon>ScannerBar.cs</DependentUpon>
  745. </EmbeddedResource>
  746. <EmbeddedResource Include="Notifications\SinglePlayerBar.resx">
  747. <DependentUpon>SinglePlayerBar.cs</DependentUpon>
  748. </EmbeddedResource>
  749. <EmbeddedResource Include="Notifications\VoteBar.resx">
  750. <DependentUpon>VoteBar.cs</DependentUpon>
  751. </EmbeddedResource>
  752. <EmbeddedResource Include="Ranks.resx">
  753. <Generator>ResXFileCodeGenerator</Generator>
  754. <LastGenOutput>Ranks.Designer.cs</LastGenOutput>
  755. <SubType>Designer</SubType>
  756. </EmbeddedResource>
  757. <Compile Include="ToolTips\TextTooltipRenderer.cs" />
  758. <Compile Include="ToolTips\ToolTipForm.cs">
  759. <SubType>Form</SubType>
  760. </Compile>
  761. <Compile Include="ToolTips\ToolTipHandler.cs" />
  762. <Compile Include="Utils.cs" />
  763. <EmbeddedResource Include="SelectWritableFolder.resx">
  764. <DependentUpon>SelectWritableFolder.cs</DependentUpon>
  765. </EmbeddedResource>
  766. <EmbeddedResource Include="ZklResources.resx">
  767. <Generator>ResXFileCodeGenerator</Generator>
  768. <LastGenOutput>ZklResources.Designer.cs</LastGenOutput>
  769. </EmbeddedResource>
  770. <EmbeddedResource Include="NativeLibs\libCSteamworks-x86_64.so" />
  771. <EmbeddedResource Include="NativeLibs\libsteam_api-x86_64.so" />
  772. </ItemGroup>
  773. <ItemGroup>
  774. <BootstrapperPackage Include=".NETFramework,Version=v4.5.1">
  775. <Visible>False</Visible>
  776. <ProductName>Microsoft .NET Framework 4.5.1 %28x86 and x64%29</ProductName>
  777. <Install>true</Install>
  778. </BootstrapperPackage>
  779. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  780. <Visible>False</Visible>
  781. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  782. <Install>false</Install>
  783. </BootstrapperPackage>
  784. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  785. <Visible>False</Visible>
  786. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  787. <Install>false</Install>
  788. </BootstrapperPackage>
  789. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  790. <Visible>False</Visible>
  791. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  792. <Install>false</Install>
  793. </BootstrapperPackage>
  794. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  795. <Visible>False</Visible>
  796. <ProductName>.NET Framework 3.5</ProductName>
  797. <Install>false</Install>
  798. </BootstrapperPackage>
  799. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  800. <Visible>False</Visible>
  801. <ProductName>.NET Framework 3.5 SP1</ProductName>
  802. <Install>false</Install>
  803. </BootstrapperPackage>
  804. </ItemGroup>
  805. <ItemGroup>
  806. <Resource Include="Images\add.png" />
  807. <EmbeddedResource Include="NativeLibs\libCSteamworks.so" />
  808. <EmbeddedResource Include="NativeLibs\libsteam_api.so" />
  809. <None Include="Benchmarker\app.config" />
  810. <None Include="Benchmarker\Benchmarker.csproj" />
  811. <None Include="Benchmarker\Benchmarks\Configs\ZKL_default\LuaUI\Config\ZK_data.lua" />
  812. <None Include="Benchmarker\Benchmarks\Configs\ZKL_default\LuaUI\Config\ZK_order.lua" />
  813. <None Include="Benchmarker\Benchmarks\Configs\ZKL_default\LuaUI\pathTests\config\DeltaSiegeDry.lua" />
  814. <None Include="Benchmarker\Benchmarks\Configs\ZKL_default\springsettings.cfg" />
  815. <None Include="Benchmarker\Benchmarks\Configs\ZKL_with_lights\LuaUI\Config\ZK_data.lua" />
  816. <None Include="Benchmarker\Benchmarks\Configs\ZKL_with_lights\LuaUI\Config\ZK_order.lua" />
  817. <None Include="Benchmarker\Benchmarks\Configs\ZKL_with_lights\LuaUI\pathTests\config\DeltaSiegeDry.lua" />
  818. <None Include="Benchmarker\Benchmarks\Configs\ZKL_with_lights\springsettings.cfg" />
  819. <None Include="Benchmarker\Benchmarks\fps_war2_test.batch" />
  820. <None Include="Benchmarker\Benchmarks\games\ca-benchmark.sdd\LuaRules\Benchmarks\benchmarks.lua" />
  821. <None Include="Benchmarker\Benchmarks\games\ca-benchmark.sdd\LuaRules\draw.lua" />
  822. <None Include="Benchmarker\Benchmarks\games\ca-benchmark.sdd\LuaRules\main.lua" />
  823. <None Include="Benchmarker\Benchmarks\games\ca-benchmark.sdd\LuaRules\resultFile.lua" />
  824. <None Include="Benchmarker\Benchmarks\games\ca-benchmark.sdd\LuaUI\Widgets\dbg_fpslog_direct.lua" />
  825. <None Include="Benchmarker\Benchmarks\games\ca-benchmark.sdd\modinfo.lua" />
  826. <None Include="Benchmarker\Benchmarks\games\dynlights.sdd\LuaRules\Gadgets\unit_peace_spawner.lua" />
  827. <None Include="Benchmarker\Benchmarks\games\dynlights.sdd\LuaUI\Widgets\dbg_fpslog_direct.lua" />
  828. <None Include="Benchmarker\Benchmarks\games\dynlights.sdd\modinfo.lua" />
  829. <None Include="Benchmarker\Benchmarks\games\dynlights.sdd\modinfo.lua.org" />
  830. <None Include="Benchmarker\Benchmarks\games\fps_terraform.sdd\info.txt" />
  831. <None Include="Benchmarker\Benchmarks\games\fps_terraform.sdd\LuaRules\Gadgets\dbg_fps_log.lua" />
  832. <None Include="Benchmarker\Benchmarks\games\fps_terraform.sdd\LuaRules\Gadgets\unit_terraform_map.lua" />
  833. <None Include="Benchmarker\Benchmarks\games\fps_terraform.sdd\LuaUI\Widgets\dbg_exit.lua" />
  834. <None Include="Benchmarker\Benchmarks\games\fps_terraform.sdd\LuaUI\Widgets\dbg_fpslog_direct.lua" />
  835. <None Include="Benchmarker\Benchmarks\games\fps_terraform.sdd\modinfo.lua" />
  836. <None Include="Benchmarker\Benchmarks\games\fps_terraform.sdd\units\armnanotc.lua" />
  837. <None Include="Benchmarker\Benchmarks\games\fps_terraform.sdd\units\terraunit.lua" />
  838. <None Include="Benchmarker\Benchmarks\games\fps_test.sdd\LuaRules\Gadgets\dbg_fps_log.lua" />
  839. <None Include="Benchmarker\Benchmarks\games\fps_test.sdd\LuaUI\Widgets\dbg_fpslog_direct.lua" />
  840. <None Include="Benchmarker\Benchmarks\games\fps_test.sdd\modinfo.lua" />
  841. <None Include="Benchmarker\Benchmarks\games\fps_war.sdd\LuaRules\Gadgets\unit_war_spawner.lua" />
  842. <None Include="Benchmarker\Benchmarks\games\fps_war.sdd\LuaUI\Widgets\dbg_fpslog_direct.lua" />
  843. <None Include="Benchmarker\Benchmarks\games\fps_war.sdd\modinfo.lua" />
  844. <None Include="Benchmarker\Benchmarks\games\fps_war2.sdd\LuaRules\Gadgets\dbg_fps_log.lua" />
  845. <None Include="Benchmarker\Benchmarks\games\fps_war2.sdd\LuaRules\Gadgets\game_over.lua" />
  846. <None Include="Benchmarker\Benchmarks\games\fps_war2.sdd\LuaRules\Gadgets\unit_war_spawner.lua" />
  847. <None Include="Benchmarker\Benchmarks\games\fps_war2.sdd\LuaUI\Widgets\dbg_exit.lua" />
  848. <None Include="Benchmarker\Benchmarks\games\fps_war2.sdd\LuaUI\Widgets\dbg_fpslog_direct.lua" />
  849. <None Include="Benchmarker\Benchmarks\games\fps_war2.sdd\modinfo.lua" />
  850. <None Include="Benchmarker\Benchmarks\games\path_test.sdd\LuaRules\Gadgets\game_over.lua" />
  851. <None Include="Benchmarker\Benchmarks\games\path_test.sdd\LuaRules\Gadgets\start_unit_setup.lua" />
  852. <None Include="Benchmarker\Benchmarks\games\path_test.sdd\Luaui\pathTests\Config\Crossing_4_final.lua" />
  853. <None Include="Benchmarker\Benchmarks\games\path_test.sdd\Luaui\pathTests\Results\readme.txt" />
  854. <None Include="Benchmarker\Benchmarks\games\path_test.sdd\Luaui\Widgets\cmd_path_tester.lua" />
  855. <None Include="Benchmarker\Benchmarks\games\path_test.sdd\Luaui\Widgets\cmd_path_test_creator.lua" />
  856. <None Include="Benchmarker\Benchmarks\games\path_test.sdd\modinfo.lua" />
  857. <None Include="Benchmarker\Benchmarks\Scripts\cai_vs_cai.txt" />
  858. <None Include="Benchmarker\Benchmarks\Scripts\dynlights.txt" />
  859. <None Include="Benchmarker\Benchmarks\Scripts\jk6cai.txt" />
  860. <None Include="Benchmarker\Benchmarks\Scripts\null_vs_null_ai.txt" />
  861. <None Include="Benchmarker\Benchmarks\Scripts\path_test_script.txt" />
  862. <None Include="Benchmarker\Benchmarks\Scripts\player_vs_null_ai.txt" />
  863. <None Include="Benchmarker\License-LGPL.txt" />
  864. <None Include="Benchmarker\packages.config" />
  865. <None Include="LobbyClient\app.config" />
  866. <None Include="LobbyClient\LobbyClient.csproj" />
  867. <None Include="LobbyClient\packages.config" />
  868. <None Include="LobbyClient\Resources\CountryNames.txt" />
  869. <None Include="MonoTorrent\MonoTorrent.BEncoding\ChangeLog" />
  870. <None Include="MonoTorrent\MonoTorrent.Client\ChangeLog" />
  871. <None Include="MonoTorrent\MonoTorrent.Client\CLASS DESCRIPTION" />
  872. <None Include="MonoTorrent\MonoTorrent.Client\CodeRoadmap.txt" />
  873. <None Include="MonoTorrent\MonoTorrent.Client\Managers\ChangeLog" />
  874. <None Include="MonoTorrent\MonoTorrent.Client\Mono.Security.dll" />
  875. <None Include="MonoTorrent\MonoTorrent.Common\ChangeLog" />
  876. <None Include="MonoTorrent\MonoTorrent.csproj" />
  877. <None Include="packages.config" />
  878. <None Include="PlasmaDownloader\app.config" />
  879. <None Include="PlasmaDownloader\packages.config" />
  880. <None Include="PlasmaDownloader\PlasmaDownloader.csproj" />
  881. <None Include="PlasmaShared\app.config" />
  882. <None Include="PlasmaShared\packages.config" />
  883. <None Include="PlasmaShared\PlasmaShared.csproj" />
  884. <None Include="PlasmaShared\PlasmaShared.csproj.DotSettings" />
  885. <None Include="PlasmaShared\Properties\Settings.settings" />
  886. <None Include="PlasmaShared\Service References\ContentServiceReference\configuration.svcinfo" />
  887. <None Include="PlasmaShared\Service References\ContentServiceReference\configuration91.svcinfo" />
  888. <None Include="PlasmaShared\Service References\ContentServiceReference\ContentService.disco" />
  889. <None Include="PlasmaShared\Service References\ContentServiceReference\ContentService.wsdl" />
  890. <None Include="PlasmaShared\Service References\ContentServiceReference\Reference.svcmap" />
  891. <None Include="PlasmaShared\Web References\ModStats\Reference.map" />
  892. <None Include="PlasmaShared\Web References\ModStats\StatsCollector.disco" />
  893. <None Include="PlasmaShared\Web References\ModStats\StatsCollector.wsdl" />
  894. <None Include="Properties\app.manifest">
  895. <SubType>Designer</SubType>
  896. </None>
  897. <EmbeddedResource Include="MicroLobby\HostDialog.resx">
  898. <DependentUpon>HostDialog.cs</DependentUpon>
  899. </EmbeddedResource>
  900. <EmbeddedResource Include="Notifications\GenericBar.resx">
  901. <DependentUpon>GenericBar.cs</DependentUpon>
  902. </EmbeddedResource>
  903. <EmbeddedResource Include="Notifications\NewVersionBar.resx">
  904. <DependentUpon>NewVersionBar.cs</DependentUpon>
  905. </EmbeddedResource>
  906. <EmbeddedResource Include="MicroLobby\SettingsTab.resx">
  907. <DependentUpon>SettingsTab.cs</DependentUpon>
  908. </EmbeddedResource>
  909. <EmbeddedResource Include="MicroLobby\TextWindow.resources" />
  910. <EmbeddedResource Include="Notifications\WarningBar.resx">
  911. <DependentUpon>WarningBar.cs</DependentUpon>
  912. </EmbeddedResource>
  913. <EmbeddedResource Include="Notifications\ConnectBar.resx">
  914. <DependentUpon>ConnectBar.cs</DependentUpon>
  915. </EmbeddedResource>
  916. <EmbeddedResource Include="MicroLobby\AskBattlePasswordForm.resx">
  917. <DependentUpon>AskBattlePasswordForm.cs</DependentUpon>
  918. <SubType>Designer</SubType>
  919. </EmbeddedResource>
  920. <EmbeddedResource Include="MicroLobby\PrivateMessageControl.resx">
  921. <DependentUpon>PrivateMessageControl.cs</DependentUpon>
  922. </EmbeddedResource>
  923. <EmbeddedResource Include="MicroLobby\LoginForm.resx">
  924. <DependentUpon>LoginForm.cs</DependentUpon>
  925. </EmbeddedResource>
  926. <EmbeddedResource Include="Notifications\DownloadBar.resx">
  927. </EmbeddedResource>
  928. <None Include="Resources\Conf\lups0.cfg" />
  929. <None Include="Resources\Conf\lups1.cfg" />
  930. <None Include="Resources\Conf\lups2.cfg" />
  931. <None Include="Resources\Conf\lups3.cfg" />
  932. <None Include="Resources\Conf\lups4.cfg" />
  933. <None Include="Resources\Conf\springsettings0.cfg" />
  934. <None Include="Resources\Conf\springsettings1.cfg" />
  935. <None Include="Resources\Conf\springsettings2.cfg" />
  936. <None Include="Resources\Conf\springsettings3.cfg" />
  937. <None Include="Resources\Conf\springsettings4.cfg" />
  938. <None Include="SpringDownloader_TemporaryKey.pfx" />
  939. <None Include="app.config" />
  940. <None Include="Properties\Settings.settings">
  941. <Generator>SettingsSingleFileGenerator</Generator>
  942. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  943. </None>
  944. </ItemGroup>
  945. <ItemGroup>
  946. <None Include="Resources\Conf\cmdcolors.txt" />
  947. </ItemGroup>
  948. <ItemGroup>
  949. <None Include="Resources\Conf\selectkeys.txt" />
  950. </ItemGroup>
  951. <ItemGroup>
  952. <None Include="Resources\Conf\uikeys.txt" />
  953. </ItemGroup>
  954. <ItemGroup>
  955. <None Include="Resources\Flags\ad.png" />
  956. </ItemGroup>
  957. <ItemGroup>
  958. <None Include="Resources\Flags\ae.png" />
  959. </ItemGroup>
  960. <ItemGroup>
  961. <None Include="Resources\Flags\af.png" />
  962. </ItemGroup>
  963. <ItemGroup>
  964. <None Include="Resources\Flags\ag.png" />
  965. </ItemGroup>
  966. <ItemGroup>
  967. <None Include="Resources\Flags\ai.png" />
  968. </ItemGroup>
  969. <ItemGroup>
  970. <None Include="Resources\Flags\al.png" />
  971. </ItemGroup>
  972. <ItemGroup>
  973. <None Include="Resources\Flags\am.png" />
  974. </ItemGroup>
  975. <ItemGroup>
  976. <None Include="Resources\Flags\an.png" />
  977. </ItemGroup>
  978. <ItemGroup>
  979. <None Include="Resources\Flags\ao.png" />
  980. </ItemGroup>
  981. <ItemGroup>
  982. <None Include="Resources\Flags\ar.png" />
  983. </ItemGroup>
  984. <ItemGroup>
  985. <None Include="Resources\Flags\as.png" />
  986. </ItemGroup>
  987. <ItemGroup>
  988. <None Include="Resources\Flags\at.png" />
  989. </ItemGroup>
  990. <ItemGroup>
  991. <None Include="Resources\Flags\au.png" />
  992. </ItemGroup>
  993. <ItemGroup>
  994. <None Include="Resources\Flags\aw.png" />
  995. </ItemGroup>
  996. <ItemGroup>
  997. <None Include="Resources\Flags\ax.png" />
  998. </ItemGroup>
  999. <ItemGroup>
  1000. <None Include="Resources\Flags\az.png" />
  1001. </ItemGroup>
  1002. <ItemGroup>
  1003. <None Include="Resources\Flags\ba.png" />
  1004. </ItemGroup>
  1005. <ItemGroup>
  1006. <None Include="Resources\Flags\bb.png" />
  1007. </ItemGroup>
  1008. <ItemGroup>
  1009. <None Include="Resources\Flags\bd.png" />
  1010. </ItemGroup>
  1011. <ItemGroup>
  1012. <None Include="Resources\Flags\be.png" />
  1013. </ItemGroup>
  1014. <ItemGroup>
  1015. <None In

Large files files are truncated, but you can click here to view the full file