kursach.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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>{6A9B7AA6-4D1A-4828-8174-F20CE17EFFB7}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>kursach</RootNamespace>
  10. <AssemblyName>kursach</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</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. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  39. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  40. </Reference>
  41. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" />
  49. <Reference Include="System.ComponentModel.DataAnnotations" />
  50. <Reference Include="System.Configuration" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
  53. <Reference Include="System.Runtime.Serialization" />
  54. <Reference Include="System.Security" />
  55. <Reference Include="System.Text.Json, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" />
  56. <Reference Include="System.Xml" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="System.Net.Http" />
  62. <Reference Include="System.Xaml">
  63. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  64. </Reference>
  65. <Reference Include="WindowsBase" />
  66. <Reference Include="PresentationCore" />
  67. <Reference Include="PresentationFramework" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <ApplicationDefinition Include="App.xaml">
  71. <Generator>MSBuild:Compile</Generator>
  72. <SubType>Designer</SubType>
  73. </ApplicationDefinition>
  74. <Compile Include="Windows\Account.xaml.cs">
  75. <DependentUpon>Account.xaml</DependentUpon>
  76. </Compile>
  77. <Compile Include="Windows\Auth.xaml.cs">
  78. <DependentUpon>Auth.xaml</DependentUpon>
  79. </Compile>
  80. <Compile Include="Windows\Fav.xaml.cs">
  81. <DependentUpon>Fav.xaml</DependentUpon>
  82. </Compile>
  83. <Compile Include="Windows\Menu.xaml.cs">
  84. <DependentUpon>Menu.xaml</DependentUpon>
  85. </Compile>
  86. <Compile Include="Windows\Reg.xaml.cs">
  87. <DependentUpon>Reg.xaml</DependentUpon>
  88. </Compile>
  89. <Compile Include="Windows\Search.xaml.cs">
  90. <DependentUpon>Search.xaml</DependentUpon>
  91. </Compile>
  92. <Page Include="MainWindow.xaml">
  93. <Generator>MSBuild:Compile</Generator>
  94. <SubType>Designer</SubType>
  95. </Page>
  96. <Compile Include="App.xaml.cs">
  97. <DependentUpon>App.xaml</DependentUpon>
  98. <SubType>Code</SubType>
  99. </Compile>
  100. <Compile Include="MainWindow.xaml.cs">
  101. <DependentUpon>MainWindow.xaml</DependentUpon>
  102. <SubType>Code</SubType>
  103. </Compile>
  104. <Page Include="Windows\Account.xaml">
  105. <SubType>Designer</SubType>
  106. <Generator>MSBuild:Compile</Generator>
  107. </Page>
  108. <Page Include="Windows\Auth.xaml">
  109. <SubType>Designer</SubType>
  110. <Generator>MSBuild:Compile</Generator>
  111. </Page>
  112. <Page Include="Windows\Fav.xaml">
  113. <SubType>Designer</SubType>
  114. <Generator>MSBuild:Compile</Generator>
  115. </Page>
  116. <Page Include="Windows\Menu.xaml">
  117. <SubType>Designer</SubType>
  118. <Generator>MSBuild:Compile</Generator>
  119. </Page>
  120. <Page Include="Windows\Reg.xaml">
  121. <SubType>Designer</SubType>
  122. <Generator>MSBuild:Compile</Generator>
  123. </Page>
  124. <Page Include="Windows\Search.xaml">
  125. <SubType>Designer</SubType>
  126. <Generator>MSBuild:Compile</Generator>
  127. </Page>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Compile Include="Properties\AssemblyInfo.cs">
  131. <SubType>Code</SubType>
  132. </Compile>
  133. <Compile Include="Properties\Resources.Designer.cs">
  134. <AutoGen>True</AutoGen>
  135. <DesignTime>True</DesignTime>
  136. <DependentUpon>Resources.resx</DependentUpon>
  137. </Compile>
  138. <Compile Include="Properties\Settings.Designer.cs">
  139. <AutoGen>True</AutoGen>
  140. <DependentUpon>Settings.settings</DependentUpon>
  141. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  142. </Compile>
  143. <EmbeddedResource Include="Properties\Resources.resx">
  144. <Generator>ResXFileCodeGenerator</Generator>
  145. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  146. </EmbeddedResource>
  147. <Resource Include="Fonts\Montserrat-Medium.ttf" />
  148. <None Include="packages.config" />
  149. <None Include="Properties\Settings.settings">
  150. <Generator>SettingsSingleFileGenerator</Generator>
  151. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  152. </None>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <None Include="App.config" />
  156. </ItemGroup>
  157. <ItemGroup>
  158. <WCFMetadata Include="Connected Services\" />
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Resource Include="Image\menu.png" />
  162. </ItemGroup>
  163. <ItemGroup>
  164. <Resource Include="Image\aircraft.png" />
  165. </ItemGroup>
  166. <ItemGroup>
  167. <Resource Include="Image\testImage.jpg" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <Resource Include="Image\ava_m.png" />
  171. <Resource Include="Image\ava_w.png" />
  172. </ItemGroup>
  173. <ItemGroup>
  174. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <Resource Include="Image\ava_c.jpg" />
  178. </ItemGroup>
  179. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  180. </Project>