RakNet_WindowsStore8_VS2012.vcxproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|ARM">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|ARM">
  17. <Configuration>Release</Configuration>
  18. <Platform>ARM</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{bf122ab3-e8dd-4ade-b604-ca313404e322}</ProjectGuid>
  31. <RootNamespace>RakNet_WindowsStore8_VS2012</RootNamespace>
  32. <DefaultLanguage>en-US</DefaultLanguage>
  33. <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
  34. <AppContainerApplication>true</AppContainerApplication>
  35. </PropertyGroup>
  36. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  38. <ConfigurationType>Application</ConfigurationType>
  39. <UseDebugLibraries>true</UseDebugLibraries>
  40. <PlatformToolset>v110</PlatformToolset>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v110</PlatformToolset>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  48. <ConfigurationType>Application</ConfigurationType>
  49. <UseDebugLibraries>true</UseDebugLibraries>
  50. <PlatformToolset>v110</PlatformToolset>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  53. <ConfigurationType>Application</ConfigurationType>
  54. <UseDebugLibraries>false</UseDebugLibraries>
  55. <WholeProgramOptimization>true</WholeProgramOptimization>
  56. <PlatformToolset>v110</PlatformToolset>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  59. <ConfigurationType>Application</ConfigurationType>
  60. <UseDebugLibraries>false</UseDebugLibraries>
  61. <WholeProgramOptimization>true</WholeProgramOptimization>
  62. <PlatformToolset>v110</PlatformToolset>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  65. <ConfigurationType>Application</ConfigurationType>
  66. <UseDebugLibraries>false</UseDebugLibraries>
  67. <WholeProgramOptimization>true</WholeProgramOptimization>
  68. <PlatformToolset>v110</PlatformToolset>
  69. </PropertyGroup>
  70. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  71. <ImportGroup Label="ExtensionSettings">
  72. </ImportGroup>
  73. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  75. </ImportGroup>
  76. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  77. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  78. </ImportGroup>
  79. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  80. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  81. </ImportGroup>
  82. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  83. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  84. </ImportGroup>
  85. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  86. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  87. </ImportGroup>
  88. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  89. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  90. </ImportGroup>
  91. <PropertyGroup Label="UserMacros" />
  92. <PropertyGroup>
  93. <PackageCertificateKeyFile>RakNet_WindowsStore8_VS2012_TemporaryKey.pfx</PackageCertificateKeyFile>
  94. </PropertyGroup>
  95. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  96. <ClCompile>
  97. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  98. <DisableSpecificWarnings>4453</DisableSpecificWarnings>
  99. </ClCompile>
  100. </ItemDefinitionGroup>
  101. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  102. <ClCompile>
  103. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  104. <DisableSpecificWarnings>4453</DisableSpecificWarnings>
  105. </ClCompile>
  106. </ItemDefinitionGroup>
  107. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  108. <ClCompile>
  109. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  110. <DisableSpecificWarnings>4453</DisableSpecificWarnings>
  111. <PreprocessorDefinitions>_UNICODE;UNICODE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;WINDOWS_STORE_RT;_RAKNET_SUPPORT_TCPInterface=0;_RAKNET_SUPPORT_PacketizedTCP=0;_RAKNET_SUPPORT_EmailSender=0;_RAKNET_SUPPORT_HTTPConnection=0;_RAKNET_SUPPORT_HTTPConnection2=0;_RAKNET_SUPPORT_TelnetTransport=0;_RAKNET_SUPPORT_NatTypeDetectionServer=0;_RAKNET_SUPPORT_UDPProxyServer=0;_RAKNET_SUPPORT_UDPProxyCoordinator=0;_RAKNET_SUPPORT_UDPForwarder=0</PreprocessorDefinitions>
  112. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  113. <AdditionalIncludeDirectories>$(SolutionDir)DependentExtensions\WinPhone8;$(SolutionDir)DependentExtensions\WinRT;$(SolutionDir)Source;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  114. </ClCompile>
  115. </ItemDefinitionGroup>
  116. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  117. <ClCompile>
  118. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  119. <DisableSpecificWarnings>4453</DisableSpecificWarnings>
  120. <PreprocessorDefinitions>_UNICODE;UNICODE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;WINDOWS_STORE_RT;_RAKNET_SUPPORT_TCPInterface=0;_RAKNET_SUPPORT_PacketizedTCP=0;_RAKNET_SUPPORT_EmailSender=0;_RAKNET_SUPPORT_HTTPConnection=0;_RAKNET_SUPPORT_HTTPConnection2=0;_RAKNET_SUPPORT_TelnetTransport=0;_RAKNET_SUPPORT_NatTypeDetectionServer=0;_RAKNET_SUPPORT_UDPProxyServer=0;_RAKNET_SUPPORT_UDPProxyCoordinator=0;_RAKNET_SUPPORT_UDPForwarder=0</PreprocessorDefinitions>
  121. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  122. <AdditionalIncludeDirectories>$(SolutionDir)DependentExtensions\WinPhone8;$(SolutionDir)DependentExtensions\WinRT;$(SolutionDir)Source;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  123. </ClCompile>
  124. </ItemDefinitionGroup>
  125. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  126. <ClCompile>
  127. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  128. <DisableSpecificWarnings>4453</DisableSpecificWarnings>
  129. </ClCompile>
  130. </ItemDefinitionGroup>
  131. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  132. <ClCompile>
  133. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  134. <DisableSpecificWarnings>4453</DisableSpecificWarnings>
  135. </ClCompile>
  136. </ItemDefinitionGroup>
  137. <ItemGroup>
  138. <ClInclude Include="..\..\DependentExtensions\WinPhone8\ThreadEmulation.h" />
  139. <ClInclude Include="..\..\DependentExtensions\WinRT\WinRTSockAddr.h" />
  140. <ClInclude Include="..\..\DependentExtensions\WinRT\WinRTSocketAdapter.h" />
  141. <ClInclude Include="..\..\Source\AutopatcherPatchContext.h" />
  142. <ClInclude Include="..\..\Source\AutopatcherRepositoryInterface.h" />
  143. <ClInclude Include="..\..\Source\Base64Encoder.h" />
  144. <ClInclude Include="..\..\Source\BitStream.h" />
  145. <ClInclude Include="..\..\Source\CCRakNetSlidingWindow.h" />
  146. <ClInclude Include="..\..\Source\CCRakNetUDT.h" />
  147. <ClInclude Include="..\..\Source\CheckSum.h" />
  148. <ClInclude Include="..\..\Source\CloudClient.h" />
  149. <ClInclude Include="..\..\Source\CloudCommon.h" />
  150. <ClInclude Include="..\..\Source\CloudServer.h" />
  151. <ClInclude Include="..\..\Source\CommandParserInterface.h" />
  152. <ClInclude Include="..\..\Source\ConnectionGraph2.h" />
  153. <ClInclude Include="..\..\Source\ConsoleServer.h" />
  154. <ClInclude Include="..\..\Source\DataCompressor.h" />
  155. <ClInclude Include="..\..\Source\DirectoryDeltaTransfer.h" />
  156. <ClInclude Include="..\..\Source\DS_BinarySearchTree.h" />
  157. <ClInclude Include="..\..\Source\DS_BPlusTree.h" />
  158. <ClInclude Include="..\..\Source\DS_BytePool.h" />
  159. <ClInclude Include="..\..\Source\DS_ByteQueue.h" />
  160. <ClInclude Include="..\..\Source\DS_Hash.h" />
  161. <ClInclude Include="..\..\Source\DS_Heap.h" />
  162. <ClInclude Include="..\..\Source\DS_HuffmanEncodingTree.h" />
  163. <ClInclude Include="..\..\Source\DS_HuffmanEncodingTreeFactory.h" />
  164. <ClInclude Include="..\..\Source\DS_HuffmanEncodingTreeNode.h" />
  165. <ClInclude Include="..\..\Source\DS_LinkedList.h" />
  166. <ClInclude Include="..\..\Source\DS_List.h" />
  167. <ClInclude Include="..\..\Source\DS_Map.h" />
  168. <ClInclude Include="..\..\Source\DS_MemoryPool.h" />
  169. <ClInclude Include="..\..\Source\DS_Multilist.h" />
  170. <ClInclude Include="..\..\Source\DS_OrderedChannelHeap.h" />
  171. <ClInclude Include="..\..\Source\DS_OrderedList.h" />
  172. <ClInclude Include="..\..\Source\DS_Queue.h" />
  173. <ClInclude Include="..\..\Source\DS_QueueLinkedList.h" />
  174. <ClInclude Include="..\..\Source\DS_RangeList.h" />
  175. <ClInclude Include="..\..\Source\DS_Table.h" />
  176. <ClInclude Include="..\..\Source\DS_ThreadsafeAllocatingQueue.h" />
  177. <ClInclude Include="..\..\Source\DS_Tree.h" />
  178. <ClInclude Include="..\..\Source\DS_WeightedGraph.h" />
  179. <ClInclude Include="..\..\Source\DynDNS.h" />
  180. <ClInclude Include="..\..\Source\EmailSender.h" />
  181. <ClInclude Include="..\..\Source\EpochTimeToString.h" />
  182. <ClInclude Include="..\..\Source\Export.h" />
  183. <ClInclude Include="..\..\Source\FileList.h" />
  184. <ClInclude Include="..\..\Source\FileListNodeContext.h" />
  185. <ClInclude Include="..\..\Source\FileListTransfer.h" />
  186. <ClInclude Include="..\..\Source\FileListTransferCBInterface.h" />
  187. <ClInclude Include="..\..\Source\FileOperations.h" />
  188. <ClInclude Include="..\..\Source\FormatString.h" />
  189. <ClInclude Include="..\..\Source\FullyConnectedMesh2.h" />
  190. <ClInclude Include="..\..\Source\Getche.h" />
  191. <ClInclude Include="..\..\Source\Gets.h" />
  192. <ClInclude Include="..\..\Source\GetTime.h" />
  193. <ClInclude Include="..\..\Source\gettimeofday.h" />
  194. <ClInclude Include="..\..\Source\GridSectorizer.h" />
  195. <ClInclude Include="..\..\Source\HTTPConnection.h" />
  196. <ClInclude Include="..\..\Source\HTTPConnection2.h" />
  197. <ClInclude Include="..\..\Source\IncrementalReadInterface.h" />
  198. <ClInclude Include="..\..\Source\InternalPacket.h" />
  199. <ClInclude Include="..\..\Source\Itoa.h" />
  200. <ClInclude Include="..\..\Source\Kbhit.h" />
  201. <ClInclude Include="..\..\Source\LinuxStrings.h" />
  202. <ClInclude Include="..\..\Source\LocklessTypes.h" />
  203. <ClInclude Include="..\..\Source\LogCommandParser.h" />
  204. <ClInclude Include="..\..\Source\MessageFilter.h" />
  205. <ClInclude Include="..\..\Source\MessageIdentifiers.h" />
  206. <ClInclude Include="..\..\Source\MTUSize.h" />
  207. <ClInclude Include="..\..\Source\NativeFeatureIncludes.h" />
  208. <ClInclude Include="..\..\Source\NativeFeatureIncludesOverrides.h" />
  209. <ClInclude Include="..\..\Source\NativeTypes.h" />
  210. <ClInclude Include="..\..\Source\NatPunchthroughClient.h" />
  211. <ClInclude Include="..\..\Source\NatPunchthroughServer.h" />
  212. <ClInclude Include="..\..\Source\NatTypeDetectionClient.h" />
  213. <ClInclude Include="..\..\Source\NatTypeDetectionCommon.h" />
  214. <ClInclude Include="..\..\Source\NatTypeDetectionServer.h" />
  215. <ClInclude Include="..\..\Source\NetworkIDManager.h" />
  216. <ClInclude Include="..\..\Source\NetworkIDObject.h" />
  217. <ClInclude Include="..\..\Source\PacketConsoleLogger.h" />
  218. <ClInclude Include="..\..\Source\PacketFileLogger.h" />
  219. <ClInclude Include="..\..\Source\PacketizedTCP.h" />
  220. <ClInclude Include="..\..\Source\PacketLogger.h" />
  221. <ClInclude Include="..\..\Source\PacketOutputWindowLogger.h" />
  222. <ClInclude Include="..\..\Source\PacketPool.h" />
  223. <ClInclude Include="..\..\Source\PacketPriority.h" />
  224. <ClInclude Include="..\..\Source\PluginInterface2.h" />
  225. <ClInclude Include="..\..\Source\PS3Includes.h" />
  226. <ClInclude Include="..\..\Source\Rackspace.h" />
  227. <ClInclude Include="..\..\Source\RakAlloca.h" />
  228. <ClInclude Include="..\..\Source\RakAssert.h" />
  229. <ClInclude Include="..\..\Source\RakMemoryOverride.h" />
  230. <ClInclude Include="..\..\Source\RakNetCommandParser.h" />
  231. <ClInclude Include="..\..\Source\RakNetDefines.h" />
  232. <ClInclude Include="..\..\Source\RakNetDefinesOverrides.h" />
  233. <ClInclude Include="..\..\Source\RakNetSmartPtr.h" />
  234. <ClInclude Include="..\..\Source\RakNetSocket.h" />
  235. <ClInclude Include="..\..\Source\RakNetSocket2.h" />
  236. <ClInclude Include="..\..\Source\RakNetStatistics.h" />
  237. <ClInclude Include="..\..\Source\RakNetTime.h" />
  238. <ClInclude Include="..\..\Source\RakNetTransport2.h" />
  239. <ClInclude Include="..\..\Source\RakNetTypes.h" />
  240. <ClInclude Include="..\..\Source\RakNetVersion.h" />
  241. <ClInclude Include="..\..\Source\RakPeer.h" />
  242. <ClInclude Include="..\..\Source\RakPeerInterface.h" />
  243. <ClInclude Include="..\..\Source\RakSleep.h" />
  244. <ClInclude Include="..\..\Source\RakString.h" />
  245. <ClInclude Include="..\..\Source\RakThread.h" />
  246. <ClInclude Include="..\..\Source\RakWString.h" />
  247. <ClInclude Include="..\..\Source\Rand.h" />
  248. <ClInclude Include="..\..\Source\ReadyEvent.h" />
  249. <ClInclude Include="..\..\Source\RefCountedObj.h" />
  250. <ClInclude Include="..\..\Source\RelayPlugin.h" />
  251. <ClInclude Include="..\..\Source\ReliabilityLayer.h" />
  252. <ClInclude Include="..\..\Source\ReplicaEnums.h" />
  253. <ClInclude Include="..\..\Source\ReplicaManager3.h" />
  254. <ClInclude Include="..\..\Source\Router2.h" />
  255. <ClInclude Include="..\..\Source\RPC4Plugin.h" />
  256. <ClInclude Include="..\..\Source\SecureHandshake.h" />
  257. <ClInclude Include="..\..\Source\SendToThread.h" />
  258. <ClInclude Include="..\..\Source\DR_SHA1.h" />
  259. <ClInclude Include="..\..\Source\SignaledEvent.h" />
  260. <ClInclude Include="..\..\Source\SimpleMutex.h" />
  261. <ClInclude Include="..\..\Source\SimpleTCPServer.h" />
  262. <ClInclude Include="..\..\Source\SingleProducerConsumer.h" />
  263. <ClInclude Include="..\..\Source\SocketDefines.h" />
  264. <ClInclude Include="..\..\Source\SocketIncludes.h" />
  265. <ClInclude Include="..\..\Source\SocketLayer.h" />
  266. <ClInclude Include="..\..\Source\StatisticsHistory.h" />
  267. <ClInclude Include="..\..\Source\StringCompressor.h" />
  268. <ClInclude Include="..\..\Source\StringTable.h" />
  269. <ClInclude Include="..\..\Source\SuperFastHash.h" />
  270. <ClInclude Include="..\..\Source\TableSerializer.h" />
  271. <ClInclude Include="..\..\Source\TCPInterface.h" />
  272. <ClInclude Include="..\..\Source\TeamBalancer.h" />
  273. <ClInclude Include="..\..\Source\TeamManager.h" />
  274. <ClInclude Include="..\..\Source\TelnetTransport.h" />
  275. <ClInclude Include="..\..\Source\ThreadPool.h" />
  276. <ClInclude Include="..\..\Source\ThreadsafePacketLogger.h" />
  277. <ClInclude Include="..\..\Source\TransportInterface.h" />
  278. <ClInclude Include="..\..\Source\TwoWayAuthentication.h" />
  279. <ClInclude Include="..\..\Source\UDPForwarder.h" />
  280. <ClInclude Include="..\..\Source\UDPProxyClient.h" />
  281. <ClInclude Include="..\..\Source\UDPProxyCommon.h" />
  282. <ClInclude Include="..\..\Source\UDPProxyCoordinator.h" />
  283. <ClInclude Include="..\..\Source\UDPProxyServer.h" />
  284. <ClInclude Include="..\..\Source\VariableDeltaSerializer.h" />
  285. <ClInclude Include="..\..\Source\VariableListDeltaTracker.h" />
  286. <ClInclude Include="..\..\Source\VariadicSQLParser.h" />
  287. <ClInclude Include="..\..\Source\VitaIncludes.h" />
  288. <ClInclude Include="..\..\Source\WindowsIncludes.h" />
  289. <ClInclude Include="..\..\Source\WSAStartupSingleton.h" />
  290. <ClInclude Include="..\..\Source\XBox360Includes.h" />
  291. <ClInclude Include="..\..\Source\_FindFirst.h" />
  292. <ClInclude Include="pch.h" />
  293. <ClInclude Include="App.xaml.h">
  294. <DependentUpon>App.xaml</DependentUpon>
  295. </ClInclude>
  296. <ClInclude Include="MainPage.xaml.h">
  297. <DependentUpon>MainPage.xaml</DependentUpon>
  298. </ClInclude>
  299. </ItemGroup>
  300. <ItemGroup>
  301. <ApplicationDefinition Include="App.xaml">
  302. <SubType>Designer</SubType>
  303. </ApplicationDefinition>
  304. <Page Include="Common\StandardStyles.xaml">
  305. <SubType>Designer</SubType>
  306. </Page>
  307. <Page Include="MainPage.xaml">
  308. <SubType>Designer</SubType>
  309. </Page>
  310. </ItemGroup>
  311. <ItemGroup>
  312. <AppxManifest Include="Package.appxmanifest">
  313. <SubType>Designer</SubType>
  314. </AppxManifest>
  315. <None Include="RakNet_WindowsStore8_VS2012_TemporaryKey.pfx" />
  316. </ItemGroup>
  317. <ItemGroup>
  318. <Image Include="Assets\Logo.png" />
  319. <Image Include="Assets\SmallLogo.png" />
  320. <Image Include="Assets\StoreLogo.png" />
  321. <Image Include="Assets\SplashScreen.png" />
  322. </ItemGroup>
  323. <ItemGroup>
  324. <ClCompile Include="..\..\DependentExtensions\WinPhone8\ThreadEmulation.cpp" />
  325. <ClCompile Include="..\..\DependentExtensions\WinRT\WinRTSocketAdapter.cpp" />
  326. <ClCompile Include="..\..\Source\Base64Encoder.cpp" />
  327. <ClCompile Include="..\..\Source\BitStream.cpp" />
  328. <ClCompile Include="..\..\Source\CCRakNetSlidingWindow.cpp" />
  329. <ClCompile Include="..\..\Source\CCRakNetUDT.cpp" />
  330. <ClCompile Include="..\..\Source\CheckSum.cpp" />
  331. <ClCompile Include="..\..\Source\CloudClient.cpp" />
  332. <ClCompile Include="..\..\Source\CloudCommon.cpp" />
  333. <ClCompile Include="..\..\Source\CloudServer.cpp" />
  334. <ClCompile Include="..\..\Source\CommandParserInterface.cpp" />
  335. <ClCompile Include="..\..\Source\ConnectionGraph2.cpp" />
  336. <ClCompile Include="..\..\Source\ConsoleServer.cpp" />
  337. <ClCompile Include="..\..\Source\DataCompressor.cpp" />
  338. <ClCompile Include="..\..\Source\DirectoryDeltaTransfer.cpp" />
  339. <ClCompile Include="..\..\Source\DS_BytePool.cpp" />
  340. <ClCompile Include="..\..\Source\DS_ByteQueue.cpp" />
  341. <ClCompile Include="..\..\Source\DS_HuffmanEncodingTree.cpp" />
  342. <ClCompile Include="..\..\Source\DS_Table.cpp" />
  343. <ClCompile Include="..\..\Source\DynDNS.cpp" />
  344. <ClCompile Include="..\..\Source\EmailSender.cpp" />
  345. <ClCompile Include="..\..\Source\EpochTimeToString.cpp" />
  346. <ClCompile Include="..\..\Source\FileList.cpp" />
  347. <ClCompile Include="..\..\Source\FileListTransfer.cpp" />
  348. <ClCompile Include="..\..\Source\FileOperations.cpp" />
  349. <ClCompile Include="..\..\Source\FormatString.cpp" />
  350. <ClCompile Include="..\..\Source\FullyConnectedMesh2.cpp" />
  351. <ClCompile Include="..\..\Source\Getche.cpp" />
  352. <ClCompile Include="..\..\Source\Gets.cpp" />
  353. <ClCompile Include="..\..\Source\GetTime.cpp" />
  354. <ClCompile Include="..\..\Source\gettimeofday.cpp" />
  355. <ClCompile Include="..\..\Source\GridSectorizer.cpp" />
  356. <ClCompile Include="..\..\Source\HTTPConnection.cpp" />
  357. <ClCompile Include="..\..\Source\HTTPConnection2.cpp" />
  358. <ClCompile Include="..\..\Source\IncrementalReadInterface.cpp" />
  359. <ClCompile Include="..\..\Source\Itoa.cpp" />
  360. <ClCompile Include="..\..\Source\LinuxStrings.cpp" />
  361. <ClCompile Include="..\..\Source\LocklessTypes.cpp" />
  362. <ClCompile Include="..\..\Source\LogCommandParser.cpp" />
  363. <ClCompile Include="..\..\Source\MessageFilter.cpp" />
  364. <ClCompile Include="..\..\Source\NatPunchthroughClient.cpp" />
  365. <ClCompile Include="..\..\Source\NatPunchthroughServer.cpp" />
  366. <ClCompile Include="..\..\Source\NatTypeDetectionClient.cpp" />
  367. <ClCompile Include="..\..\Source\NatTypeDetectionCommon.cpp" />
  368. <ClCompile Include="..\..\Source\NatTypeDetectionServer.cpp" />
  369. <ClCompile Include="..\..\Source\NetworkIDManager.cpp" />
  370. <ClCompile Include="..\..\Source\NetworkIDObject.cpp" />
  371. <ClCompile Include="..\..\Source\PacketConsoleLogger.cpp" />
  372. <ClCompile Include="..\..\Source\PacketFileLogger.cpp" />
  373. <ClCompile Include="..\..\Source\PacketizedTCP.cpp" />
  374. <ClCompile Include="..\..\Source\PacketLogger.cpp" />
  375. <ClCompile Include="..\..\Source\PacketOutputWindowLogger.cpp" />
  376. <ClCompile Include="..\..\Source\PluginInterface2.cpp" />
  377. <ClCompile Include="..\..\Source\Rackspace.cpp" />
  378. <ClCompile Include="..\..\Source\RakMemoryOverride.cpp" />
  379. <ClCompile Include="..\..\Source\RakNetCommandParser.cpp" />
  380. <ClCompile Include="..\..\Source\RakNetSocket.cpp" />
  381. <ClCompile Include="..\..\Source\RakNetSocket2.cpp" />
  382. <ClCompile Include="..\..\Source\RakNetSocket2_360_720.cpp" />
  383. <ClCompile Include="..\..\Source\RakNetSocket2_Berkley.cpp" />
  384. <ClCompile Include="..\..\Source\RakNetSocket2_NativeClient.cpp" />
  385. <ClCompile Include="..\..\Source\RakNetSocket2_PS3_PS4.cpp" />
  386. <ClCompile Include="..\..\Source\RakNetSocket2_Vita.cpp" />
  387. <ClCompile Include="..\..\Source\RakNetSocket2_WindowsStore8.cpp" />
  388. <ClCompile Include="..\..\Source\RakNetSocket2_Windows_Linux.cpp" />
  389. <ClCompile Include="..\..\Source\RakNetSocket2_Windows_Linux_360.cpp" />
  390. <ClCompile Include="..\..\Source\RakNetStatistics.cpp" />
  391. <ClCompile Include="..\..\Source\RakNetTransport2.cpp" />
  392. <ClCompile Include="..\..\Source\RakNetTypes.cpp" />
  393. <ClCompile Include="..\..\Source\RakPeer.cpp" />
  394. <ClCompile Include="..\..\Source\RakSleep.cpp" />
  395. <ClCompile Include="..\..\Source\RakString.cpp" />
  396. <ClCompile Include="..\..\Source\RakThread.cpp" />
  397. <ClCompile Include="..\..\Source\RakWString.cpp" />
  398. <ClCompile Include="..\..\Source\Rand.cpp" />
  399. <ClCompile Include="..\..\Source\ReadyEvent.cpp" />
  400. <ClCompile Include="..\..\Source\RelayPlugin.cpp" />
  401. <ClCompile Include="..\..\Source\ReliabilityLayer.cpp" />
  402. <ClCompile Include="..\..\Source\ReplicaManager3.cpp" />
  403. <ClCompile Include="..\..\Source\Router2.cpp" />
  404. <ClCompile Include="..\..\Source\RPC4Plugin.cpp" />
  405. <ClCompile Include="..\..\Source\SecureHandshake.cpp" />
  406. <ClCompile Include="..\..\Source\SendToThread.cpp" />
  407. <ClCompile Include="..\..\Source\DR_SHA1.cpp" />
  408. <ClCompile Include="..\..\Source\SignaledEvent.cpp" />
  409. <ClCompile Include="..\..\Source\SimpleMutex.cpp" />
  410. <ClCompile Include="..\..\Source\SocketLayer.cpp" />
  411. <ClCompile Include="..\..\Source\StatisticsHistory.cpp" />
  412. <ClCompile Include="..\..\Source\StringCompressor.cpp" />
  413. <ClCompile Include="..\..\Source\StringTable.cpp" />
  414. <ClCompile Include="..\..\Source\SuperFastHash.cpp" />
  415. <ClCompile Include="..\..\Source\TableSerializer.cpp" />
  416. <ClCompile Include="..\..\Source\TCPInterface.cpp" />
  417. <ClCompile Include="..\..\Source\TeamBalancer.cpp" />
  418. <ClCompile Include="..\..\Source\TeamManager.cpp" />
  419. <ClCompile Include="..\..\Source\TelnetTransport.cpp" />
  420. <ClCompile Include="..\..\Source\ThreadsafePacketLogger.cpp" />
  421. <ClCompile Include="..\..\Source\TwoWayAuthentication.cpp" />
  422. <ClCompile Include="..\..\Source\UDPForwarder.cpp" />
  423. <ClCompile Include="..\..\Source\UDPProxyClient.cpp" />
  424. <ClCompile Include="..\..\Source\UDPProxyCoordinator.cpp" />
  425. <ClCompile Include="..\..\Source\UDPProxyServer.cpp" />
  426. <ClCompile Include="..\..\Source\VariableDeltaSerializer.cpp" />
  427. <ClCompile Include="..\..\Source\VariableListDeltaTracker.cpp" />
  428. <ClCompile Include="..\..\Source\VariadicSQLParser.cpp" />
  429. <ClCompile Include="..\..\Source\VitaIncludes.cpp" />
  430. <ClCompile Include="..\..\Source\WSAStartupSingleton.cpp" />
  431. <ClCompile Include="..\..\Source\_FindFirst.cpp" />
  432. <ClCompile Include="App.xaml.cpp">
  433. <DependentUpon>App.xaml</DependentUpon>
  434. </ClCompile>
  435. <ClCompile Include="MainPage.xaml.cpp">
  436. <DependentUpon>MainPage.xaml</DependentUpon>
  437. </ClCompile>
  438. <ClCompile Include="pch.cpp">
  439. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  440. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  441. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
  442. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
  443. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  444. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  445. </ClCompile>
  446. </ItemGroup>
  447. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  448. <ImportGroup Label="ExtensionTargets">
  449. </ImportGroup>
  450. </Project>
粤ICP备19079148号