Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.94 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{06C3AD01-A047-4AD1-90AE-E3C3259DE61C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PoroLib</RootNamespace>
  11. <AssemblyName>PoroLib</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <NuGetPackageImportStamp>3446d6ce</NuGetPackageImportStamp>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-FileSystem|AnyCPU'">
  34. <DebugSymbols>true</DebugSymbols>
  35. <OutputPath>bin\Debug-FileSystem\</OutputPath>
  36. <DefineConstants>TRACE;DEBUG;FILESYSTEM</DefineConstants>
  37. <DebugType>full</DebugType>
  38. <PlatformTarget>AnyCPU</PlatformTarget>
  39. <ErrorReport>prompt</ErrorReport>
  40. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="LiteDB">
  44. <HintPath>..\pack\LiteDB.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Mono.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\Mono.Security.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\pack\Newtonsoft.Json.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Management" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Xml" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="AuthServer.cs" />
  65. <Compile Include="Certificate\CertGen.cs" />
  66. <Compile Include="Data\DataLoader.cs" />
  67. <Compile Include="Data\JSON\Masteries.cs" />
  68. <Compile Include="Data\JSON\MasteryData.cs" />
  69. <Compile Include="Data\JSON\MasteryLite.cs" />
  70. <Compile Include="Forwarder\ForwardPlayer.cs" />
  71. <Compile Include="Forwarder\MessageForwarder.cs" />
  72. <Compile Include="Forwarder\NotConnectedException.cs" />
  73. <Compile Include="Forwarder\Shards\BaseShard.cs" />
  74. <Compile Include="Forwarder\Shards\NA.cs" />
  75. <Compile Include="Forwarder\Shards\OCE.cs" />
  76. <Compile Include="Forwarder\Shards\Shards.cs" />
  77. <Compile Include="Messages\ClientFacadeService\GetLoginDataPacketForUser.cs" />
  78. <Compile Include="Messages\IMessage.cs" />
  79. <Compile Include="Messages\InventoryService\GetAvailableChampions.cs" />
  80. <Compile Include="Messages\InventoryService\GetSumonerActiveBoosts.cs" />
  81. <Compile Include="Messages\LcdsGameInvitationService\CheckLobbyStatus.cs" />
  82. <Compile Include="Messages\LcdsGameInvitationService\GetPendingInvitations.cs" />
  83. <Compile Include="Messages\LeaguesServiceProxy\GetMyLeaguePositions.cs" />
  84. <Compile Include="Messages\LoginService\Login.cs" />
  85. <Compile Include="Messages\LoginService\Logout.cs" />
  86. <Compile Include="Messages\LoginService\PerformLCDSHeartBeat.cs" />
  87. <Compile Include="Messages\MasteryBookService\GetMasteryBook.cs" />
  88. <Compile Include="Messages\MatchmakerService\AttachToQueue.cs" />
  89. <Compile Include="Messages\MatchmakerService\GetAvailableQueues.cs" />
  90. <Compile Include="Messages\MessageHandler.cs" />
  91. <Compile Include="Messages\PlayerPreferencesService\LoadPreferencesByKey.cs" />
  92. <Compile Include="Messages\SummonerRuneService\GetSummonerRuneInventory.cs" />
  93. <Compile Include="PoroServer.cs" />
  94. <Compile Include="PoroServerSettings.cs" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. <Compile Include="Redirector\Properties\PoroProperties.cs" />
  97. <Compile Include="Redirector\PropertyRedirector.cs" />
  98. <Compile Include="Data\SQLite\Champions.cs" />
  99. <Compile Include="Data\SQLite\ChampionSkins.cs" />
  100. <Compile Include="Data\SQLite\SQLite.cs" />
  101. <Compile Include="Structures\Kudos\PendingKudosDTO.cs" />
  102. <Compile Include="Structures\Platform\Account\AccountSummary.cs" />
  103. <Compile Include="Structures\Platform\Broadcast\BroadcastNotification.cs" />
  104. <Compile Include="Structures\Platform\Catalog\ChampionDTO.cs" />
  105. <Compile Include="Structures\Platform\Catalog\ChampionSkinDTO.cs" />
  106. <Compile Include="Structures\Platform\Catalog\RuneSlot.cs" />
  107. <Compile Include="Structures\Platform\Catalog\RuneType.cs" />
  108. <Compile Include="Structures\Platform\ClientFacade\LoginDataPacket.cs" />
  109. <Compile Include="Structures\Platform\Client\ClientDynamicConfigurationNotification.cs" />
  110. <Compile Include="Structures\Platform\Game\GameNotification.cs" />
  111. <Compile Include="Structures\Platform\Game\GameTypeConfigDTO.cs" />
  112. <Compile Include="Structures\Platform\Leagues\SummonerLeagueItemsDTO.cs" />
  113. <Compile Include="Structures\Platform\Login\AuthenticationCredentials.cs" />
  114. <Compile Include="Structures\Platform\Login\Session.cs" />
  115. <Compile Include="Structures\Platform\Matchmaking\GameQueueConfigs.cs" />
  116. <Compile Include="Structures\Platform\Matchmaking\MatchingThrottleConfig.cs" />
  117. <Compile Include="Structures\Platform\Matchmaking\QueueDisabled.cs" />
  118. <Compile Include="Structures\Platform\Matchmaking\SearchingForMatchNotification.cs" />
  119. <Compile Include="Structures\Platform\Messaging\StoreAccountBalanceNotification.cs" />
  120. <Compile Include="Structures\Platform\Statistics\PlayerStatSummaries.cs" />
  121. <Compile Include="Structures\Platform\Statistics\PlayerStatSummary.cs" />
  122. <Compile Include="Structures\Platform\Statistics\SummaryAggStat.cs" />
  123. <Compile Include="Structures\Platform\Statistics\SummaryAggStats.cs" />
  124. <Compile Include="Structures\Platform\Summoner\AllSummonerData.cs" />
  125. <Compile Include="Structures\Platform\Summoner\MasteryBookDTO.cs" />
  126. <Compile Include="Structures\Platform\Summoner\MasteryPageDTO.cs" />
  127. <Compile Include="Structures\Platform\Summoner\SlotEntry.cs" />
  128. <Compile Include="Structures\Platform\Summoner\SpellBookDTO.cs" />
  129. <Compile Include="Structures\Platform\Summoner\SpellBookPageDTO.cs" />
  130. <Compile Include="Structures\Platform\Summoner\Summoner.cs" />
  131. <Compile Include="Structures\Platform\Summoner\SummonerActiveBoostsDTO.cs" />
  132. <Compile Include="Structures\Platform\Summoner\SummonerCatalog.cs" />
  133. <Compile Include="Structures\Platform\Summoner\SummonerDefaultSpells.cs" />
  134. <Compile Include="Structures\Platform\Summoner\SummonerLevel.cs" />
  135. <Compile Include="Structures\Platform\Summoner\SummonerLevelAndPoints.cs" />
  136. <Compile Include="Structures\Platform\Summoner\SummonerRune.cs" />
  137. <Compile Include="Structures\Platform\Summoner\SummonerRuneInventory.cs" />
  138. <Compile Include="Structures\Platform\Summoner\SummonerTalentsAndPoints.cs" />
  139. <Compile Include="Structures\Platform\Summoner\Talent.cs" />
  140. <Compile Include="Structures\Platform\Summoner\TalentEntry.cs" />
  141. <Compile Include="Structures\Platform\Summoner\TalentGroup.cs" />
  142. <Compile Include="Structures\Platform\Summoner\TalentRow.cs" />
  143. <Compile Include="Structures\Platform\SystemState\ClientSystemStatesNotification.cs" />
  144. <Compile Include="Users\DPAPI.cs" />
  145. <Compile Include="Users\UserHandler.cs" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <None Include="app.config" />
  149. <None Include="packages.config" />
  150. </ItemGroup>
  151. <ItemGroup>
  152. <ProjectReference Include="..\..\rtmp-sharp\rtmp-sharp.csproj">
  153. <Project>{aa1a4f5d-3bd4-4832-9f5d-90727007727e}</Project>
  154. <Name>rtmp-sharp</Name>
  155. </ProjectReference>
  156. </ItemGroup>
  157. <ItemGroup />
  158. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  159. <Import Project="..\pack\System.Data.SQLite.Core.targets" Condition="Exists('..\pack\System.Data.SQLite.Core.targets')" />
  160. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  161. <PropertyGroup>
  162. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  163. </PropertyGroup>
  164. <Error Condition="!Exists('..\pack\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\pack\System.Data.SQLite.Core.targets'))" />
  165. </Target>
  166. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  167. Other similar extension points exist, see Microsoft.Common.targets.
  168. <Target Name="BeforeBuild">
  169. </Target>
  170. <Target Name="AfterBuild">
  171. </Target>
  172. -->
  173. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement