25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

233 satır
10 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{AE7779E7-AE31-4922-8095-C2AEC3BEF841}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Example</RootNamespace>
  10. <AssemblyName>Example</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>x64</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Material.Icons, Version=2.1.0.0, Culture=neutral, PublicKeyToken=34ed5903a64b4509, processorArchitecture=MSIL">
  41. <HintPath>..\packages\Material.Icons.2.1.0\lib\netstandard2.0\Material.Icons.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Material.Icons.WPF, Version=2.1.0.0, Culture=neutral, PublicKeyToken=34ed5903a64b4509, processorArchitecture=MSIL">
  44. <HintPath>..\packages\Material.Icons.WPF.2.1.0\lib\net461\Material.Icons.WPF.dll</HintPath>
  45. </Reference>
  46. <Reference Include="MaterialDesignColors, Version=2.1.4.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  47. <HintPath>..\packages\MaterialDesignColors.2.1.4\lib\net462\MaterialDesignColors.dll</HintPath>
  48. </Reference>
  49. <Reference Include="MaterialDesignThemes.Wpf, Version=4.9.0.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  50. <HintPath>..\packages\MaterialDesignThemes.4.9.0\lib\net462\MaterialDesignThemes.Wpf.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.39\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Drawing" />
  61. <Reference Include="System.Windows.Forms" />
  62. <Reference Include="System.Xml" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="System.Net.Http" />
  68. <Reference Include="System.Xaml">
  69. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  70. </Reference>
  71. <Reference Include="WindowsBase" />
  72. <Reference Include="PresentationCore" />
  73. <Reference Include="PresentationFramework" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ApplicationDefinition Include="App.xaml">
  77. <Generator>MSBuild:Compile</Generator>
  78. <SubType>Designer</SubType>
  79. </ApplicationDefinition>
  80. <Compile Include="Connectors\Apicall.cs" />
  81. <Compile Include="Connectors\APIGetSquads.cs" />
  82. <Compile Include="Connectors\CheckInfo.cs" />
  83. <Compile Include="Connectors\GetLogedInServer.cs" />
  84. <Compile Include="Connectors\GetPackData.cs" />
  85. <Compile Include="Connectors\GetPlayerInfo.cs" />
  86. <Compile Include="Connectors\GetSquadPlayerMember.cs" />
  87. <Compile Include="Connectors\GetTaxis.cs" />
  88. <Compile Include="Connectors\SendPackOrder.cs" />
  89. <Compile Include="Connectors\SendTaxi.cs" />
  90. <Compile Include="Helpers\CreateCategoryLists.cs" />
  91. <Compile Include="Helpers\CreateSquad.cs" />
  92. <Compile Include="Helpers\CreateTaxiList.cs" />
  93. <Compile Include="Helpers\GetScreenSize.cs" />
  94. <Compile Include="Helpers\GetVersion.cs" />
  95. <Compile Include="Ingame\overlay.xaml.cs">
  96. <DependentUpon>overlay.xaml</DependentUpon>
  97. </Compile>
  98. <Compile Include="Models\BattlemetricServerModule.cs" />
  99. <Compile Include="Models\CurrentServerLoggedOn.cs" />
  100. <Compile Include="Models\ItemModule.cs" />
  101. <Compile Include="Models\PackOrderStatus.cs" />
  102. <Compile Include="Models\PlayerInfoModule.cs" />
  103. <Compile Include="Models\SendTaxiOrder.cs" />
  104. <Compile Include="Models\ShopPackModule.cs" />
  105. <Compile Include="Models\SquadsModel.cs" />
  106. <Compile Include="Models\StaticData\Form1Module.cs" />
  107. <Compile Include="Models\StaticData\UserPcSettings.cs" />
  108. <Compile Include="Models\SteamLibrary.cs" />
  109. <Compile Include="Models\TaxiDataModule.cs" />
  110. <Compile Include="ViewModels\HomeViewModel.cs" />
  111. <Compile Include="ViewModels\MainViewModel.cs" />
  112. <Compile Include="ViewModels\ProfileViewModel.cs" />
  113. <Compile Include="ViewModels\ViewModelBase.cs" />
  114. <Compile Include="ViewModels\ViewModelCommand.cs" />
  115. <Compile Include="Views\HomeView.xaml.cs">
  116. <DependentUpon>HomeView.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="Views\ProfileView.xaml.cs">
  119. <DependentUpon>ProfileView.xaml</DependentUpon>
  120. </Compile>
  121. <Page Include="Ingame\IngameControl.xaml">
  122. <SubType>Designer</SubType>
  123. <Generator>MSBuild:Compile</Generator>
  124. </Page>
  125. <Page Include="Ingame\overlay.xaml">
  126. <SubType>Designer</SubType>
  127. <Generator>MSBuild:Compile</Generator>
  128. </Page>
  129. <Page Include="MainWindow.xaml">
  130. <Generator>MSBuild:Compile</Generator>
  131. <SubType>Designer</SubType>
  132. </Page>
  133. <Compile Include="App.xaml.cs">
  134. <DependentUpon>App.xaml</DependentUpon>
  135. <SubType>Code</SubType>
  136. </Compile>
  137. <Compile Include="Ingame\IngameControl.xaml.cs">
  138. <DependentUpon>IngameControl.xaml</DependentUpon>
  139. </Compile>
  140. <Compile Include="MainWindow.xaml.cs">
  141. <DependentUpon>MainWindow.xaml</DependentUpon>
  142. <SubType>Code</SubType>
  143. </Compile>
  144. <Page Include="Styles\ButtonStyles.xaml">
  145. <SubType>Designer</SubType>
  146. <Generator>MSBuild:Compile</Generator>
  147. </Page>
  148. <Page Include="Styles\UIColors.xaml">
  149. <SubType>Designer</SubType>
  150. <Generator>MSBuild:Compile</Generator>
  151. </Page>
  152. <Page Include="Views\HomeView.xaml">
  153. <SubType>Designer</SubType>
  154. <Generator>MSBuild:Compile</Generator>
  155. </Page>
  156. <Page Include="Views\ProfileView.xaml">
  157. <SubType>Designer</SubType>
  158. <Generator>MSBuild:Compile</Generator>
  159. </Page>
  160. </ItemGroup>
  161. <ItemGroup>
  162. <Compile Include="Properties\AssemblyInfo.cs">
  163. <SubType>Code</SubType>
  164. </Compile>
  165. <Compile Include="Properties\Resources.Designer.cs">
  166. <AutoGen>True</AutoGen>
  167. <DesignTime>True</DesignTime>
  168. <DependentUpon>Resources.resx</DependentUpon>
  169. </Compile>
  170. <Compile Include="Properties\Settings.Designer.cs">
  171. <AutoGen>True</AutoGen>
  172. <DependentUpon>Settings.settings</DependentUpon>
  173. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  174. </Compile>
  175. <EmbeddedResource Include="Properties\Resources.resx">
  176. <Generator>ResXFileCodeGenerator</Generator>
  177. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  178. </EmbeddedResource>
  179. <None Include="Img\SCUM_logo.webp" />
  180. <None Include="packages.config" />
  181. <None Include="Properties\Settings.settings">
  182. <Generator>SettingsSingleFileGenerator</Generator>
  183. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  184. </None>
  185. </ItemGroup>
  186. <ItemGroup>
  187. <None Include="App.config" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <ProjectReference Include="..\DamnOverSharp\DamnOverSharp.csproj">
  191. <Project>{4EE6FC63-5260-4ABE-A40B-36A5CDC7C734}</Project>
  192. <Name>DamnOverSharp</Name>
  193. </ProjectReference>
  194. </ItemGroup>
  195. <ItemGroup>
  196. <Resource Include="Ingame\example_image.png" />
  197. </ItemGroup>
  198. <ItemGroup>
  199. <Folder Include="Pages\" />
  200. </ItemGroup>
  201. <ItemGroup>
  202. <Resource Include="Img\Ingame_btn.png" />
  203. </ItemGroup>
  204. <ItemGroup>
  205. <Resource Include="Img\logo.png" />
  206. </ItemGroup>
  207. <ItemGroup>
  208. <Resource Include="Img\logo_head.png" />
  209. </ItemGroup>
  210. <ItemGroup>
  211. <Resource Include="Img\logo_intro.jpg" />
  212. </ItemGroup>
  213. <ItemGroup>
  214. <Resource Include="Img\logo_original.png" />
  215. </ItemGroup>
  216. <ItemGroup>
  217. <Resource Include="Img\scum_logo2.png" />
  218. </ItemGroup>
  219. <ItemGroup>
  220. <Resource Include="Img\zypher_logo_big.png" />
  221. </ItemGroup>
  222. <ItemGroup>
  223. <Resource Include="Img\zypher_mini_logo.png" />
  224. </ItemGroup>
  225. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  226. <Import Project="..\packages\MaterialDesignThemes.4.9.0\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.4.9.0\build\MaterialDesignThemes.targets')" />
  227. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  228. <PropertyGroup>
  229. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  230. </PropertyGroup>
  231. <Error Condition="!Exists('..\packages\MaterialDesignThemes.4.9.0\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.4.9.0\build\MaterialDesignThemes.targets'))" />
  232. </Target>
  233. </Project>