Advertisement
Guest User

Untitled

a guest
Nov 12th, 2013
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{7E0CA8B3-FF86-4C0B-AC66-8CC12A715F85}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>RuneScape.Commons</RootNamespace>
  11. <AssemblyName>RuneScape.Commons</AssemblyName>
  12. <newfilesearch>OnLoadAutoInsert</newfilesearch>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>bin\Debug</OutputPath>
  19. <DefineConstants>DEBUG;</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <ConsolePause>false</ConsolePause>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>full</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release</OutputPath>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <ConsolePause>false</ConsolePause>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="System" />
  34. <Reference Include="ICSharpCode.SharpZipLib">
  35. <HintPath>..\..\..\Reborn Revelations\Libraries\ICSharpCode.SharpZipLib.dll</HintPath>
  36. </Reference>
  37. <Reference Include="MySql.Data">
  38. <HintPath>..\..\..\..\Downloads\mysql-connector-net-6.7.4-noinstall\v4\mysql.data.dll</HintPath>
  39. </Reference>
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="Properties\AssemblyInfo.cs" />
  43. <Compile Include="Configuration.cs" />
  44. <Compile Include="JEnvironment.cs" />
  45. <Compile Include="Cache\Cache.cs" />
  46. <Compile Include="Cache\CacheFile.cs" />
  47. <Compile Include="Cache\Container.cs" />
  48. <Compile Include="Cache\FileInformation.cs" />
  49. <Compile Include="Cache\FileStore.cs" />
  50. <Compile Include="Cache\FileStoreInformation.cs" />
  51. <Compile Include="Cache\InvalidCacheException.cs" />
  52. <Compile Include="Cache\Reusable.cs" />
  53. <Compile Include="Cache\Definitions\AnimationDefinition.cs" />
  54. <Compile Include="Cache\Definitions\BodyData.cs" />
  55. <Compile Include="Cache\Definitions\InvalidDefinitionException.cs" />
  56. <Compile Include="Cache\Definitions\ItemDefinition.cs" />
  57. <Compile Include="Cache\Definitions\NPCDefinition.cs" />
  58. <Compile Include="Cache\Definitions\ObjectDefinition.cs" />
  59. <Compile Include="Cache\Utilities\CompressionUtilities.cs" />
  60. <Compile Include="Cache\Utilities\ExtendedBufferReader.cs" />
  61. <Compile Include="Cache\Utilities\ExtendedBufferWriter.cs" />
  62. <Compile Include="Cache\Utilities\MapsReader.cs" />
  63. <Compile Include="Cache\Utilities\NamesBruteforcer.cs" />
  64. <Compile Include="Cache\Utilities\XTEADecryptor.cs" />
  65. <Compile Include="Data\DatabaseException.cs" />
  66. <Compile Include="Data\Sql\ISqlDataObject.cs" />
  67. <Compile Include="Data\Sql\ISqlDataQuery.cs" />
  68. <Compile Include="Data\Sql\SqlDatabaseClient.cs" />
  69. <Compile Include="Data\Sql\SqlDatabaseManager.cs" />
  70. <Compile Include="Debug\AsyncLogWorker.cs" />
  71. <Compile Include="Debug\Logger.cs" />
  72. <Compile Include="Debug\LogPriority.cs" />
  73. <Compile Include="Features\Availability.cs" />
  74. <Compile Include="Features\Permissions.cs" />
  75. <Compile Include="Features\Contacts\Contact.cs" />
  76. <Compile Include="Features\Contacts\ContactList.cs" />
  77. <Compile Include="Features\Contacts\ContactType.cs" />
  78. <Compile Include="Features\FriendsChat\ChatChannel.cs" />
  79. <Compile Include="Features\FriendsChat\JoinResponse.cs" />
  80. <Compile Include="Features\FriendsChat\Member.cs" />
  81. <Compile Include="Features\FriendsChat\Rank.cs" />
  82. <Compile Include="Messages\GenericPacketComposer.cs" />
  83. <Compile Include="Messages\Packet.cs" />
  84. <Compile Include="Messages\PacketComposer.cs" />
  85. <Compile Include="Messages\PacketType.cs" />
  86. <Compile Include="Messages\ReadStreams.cs" />
  87. <Compile Include="Messages\WriteStreams.cs" />
  88. <Compile Include="Network\Client.cs" />
  89. <Compile Include="Network\ConnectionFactory.cs" />
  90. <Compile Include="Network\ConnectionListener.cs" />
  91. <Compile Include="Network\IoAdapter.cs" />
  92. <Compile Include="Scripting\ScriptsManager.cs" />
  93. <Compile Include="Scripting\CSharp\CSLoader.cs" />
  94. <Compile Include="Security\Crc32.cs" />
  95. <Compile Include="Security\Hash.cs" />
  96. <Compile Include="Security\HashType.cs" />
  97. <Compile Include="Security\ISAAC.cs" />
  98. <Compile Include="Utilities\ActivityLogQuery.cs" />
  99. <Compile Include="Utilities\ChatLogQuery.cs" />
  100. <Compile Include="Utilities\ChatLogType.cs" />
  101. <Compile Include="Utilities\CodeBenchmark.cs" />
  102. <Compile Include="Utilities\Constants.cs" />
  103. <Compile Include="Utilities\DatabaseUtilities.cs" />
  104. <Compile Include="Utilities\DatabaseVersionCheck.cs" />
  105. <Compile Include="Utilities\ICommandPrompt.cs" />
  106. <Compile Include="Utilities\IOUtilities.cs" />
  107. <Compile Include="Utilities\Performance.cs" />
  108. <Compile Include="Utilities\StringUtilities.cs" />
  109. <Compile Include="Utilities\XTEALoader.cs" />
  110. <Compile Include="Utilities\XTEAPacker.cs" />
  111. </ItemGroup>
  112. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  113. <ItemGroup>
  114. <None Include="app.ico" />
  115. </ItemGroup>
  116. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement