veloprokat2.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{4F81834D-1580-470A-A6FA-F6532F7F1F16}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>veloprokat2</RootNamespace>
  11. <AssemblyName>veloprokat2</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  43. </Reference>
  44. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  45. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  46. </Reference>
  47. <Reference Include="MaterialDesignColors, Version=2.0.3.2, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  48. <HintPath>..\packages\MaterialDesignColors.2.0.3\lib\net452\MaterialDesignColors.dll</HintPath>
  49. </Reference>
  50. <Reference Include="MaterialDesignThemes.Wpf, Version=4.2.1.2, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  51. <HintPath>..\packages\MaterialDesignThemes.4.2.1\lib\net452\MaterialDesignThemes.Wpf.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.ComponentModel.DataAnnotations" />
  55. <Reference Include="System.Configuration" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Data.OracleClient" />
  58. <Reference Include="System.Net" />
  59. <Reference Include="System.Runtime.Serialization" />
  60. <Reference Include="System.Security" />
  61. <Reference Include="System.Security.AccessControl, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  62. <HintPath>..\packages\System.Security.AccessControl.6.0.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System.Security.Permissions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  65. <HintPath>..\packages\System.Security.Permissions.6.0.0\lib\net461\System.Security.Permissions.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  68. <HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System.ServiceProcess" />
  71. <Reference Include="System.Transactions" />
  72. <Reference Include="System.Xml" />
  73. <Reference Include="Microsoft.CSharp" />
  74. <Reference Include="System.Core" />
  75. <Reference Include="System.Xml.Linq" />
  76. <Reference Include="System.Data.DataSetExtensions" />
  77. <Reference Include="System.Net.Http" />
  78. <Reference Include="System.Xaml">
  79. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  80. </Reference>
  81. <Reference Include="WindowsBase" />
  82. <Reference Include="PresentationCore" />
  83. <Reference Include="PresentationFramework" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <ApplicationDefinition Include="App.xaml">
  87. <Generator>MSBuild:Compile</Generator>
  88. <SubType>Designer</SubType>
  89. </ApplicationDefinition>
  90. <Compile Include="Auth.xaml.cs">
  91. <DependentUpon>Auth.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="auth_test.xaml.cs">
  94. <DependentUpon>auth_test.xaml</DependentUpon>
  95. </Compile>
  96. <Compile Include="Changing_the_type.xaml.cs">
  97. <DependentUpon>Changing_the_type.xaml</DependentUpon>
  98. </Compile>
  99. <Compile Include="DeleteBikes.xaml.cs">
  100. <DependentUpon>DeleteBikes.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="DeleteRab.xaml.cs">
  103. <DependentUpon>DeleteRab.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="DeleteTest.xaml.cs">
  106. <DependentUpon>DeleteTest.xaml</DependentUpon>
  107. </Compile>
  108. <Compile Include="InfoBikes.xaml.cs">
  109. <DependentUpon>InfoBikes.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="InfoTarif.xaml.cs">
  112. <DependentUpon>InfoTarif.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="Info_prodaji.xaml.cs">
  115. <DependentUpon>Info_prodaji.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="InsertZakaz.xaml.cs">
  118. <DependentUpon>InsertZakaz.xaml</DependentUpon>
  119. </Compile>
  120. <Compile Include="Insert_Bikes.xaml.cs">
  121. <DependentUpon>Insert_Bikes.xaml</DependentUpon>
  122. </Compile>
  123. <Compile Include="MainWindowAdm.xaml.cs">
  124. <DependentUpon>MainWindowAdm.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="MainWindowProd.xaml.cs">
  127. <DependentUpon>MainWindowProd.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="RedAdmTest.xaml.cs">
  130. <DependentUpon>RedAdmTest.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="regadm.xaml.cs">
  133. <DependentUpon>regadm.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Regrab.xaml.cs">
  136. <DependentUpon>Regrab.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="SpisokBikes.xaml.cs">
  139. <DependentUpon>SpisokBikes.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="SpisokProk.xaml.cs">
  142. <DependentUpon>SpisokProk.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="SpisRab.xaml.cs">
  145. <DependentUpon>SpisRab.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="tarif.xaml.cs">
  148. <DependentUpon>tarif.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="TestChanginhTheTypexaml.xaml.cs">
  151. <DependentUpon>TestChanginhTheTypexaml.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="TestInfoBikes.xaml.cs">
  154. <DependentUpon>TestInfoBikes.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="TestInsertBikes.xaml.cs">
  157. <DependentUpon>TestInsertBikes.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="TypeIzm.xaml.cs">
  160. <DependentUpon>TypeIzm.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="ValidTest.xaml.cs">
  163. <DependentUpon>ValidTest.xaml</DependentUpon>
  164. </Compile>
  165. <Page Include=".xaml">
  166. <SubType>Designer</SubType>
  167. <Generator>MSBuild:Compile</Generator>
  168. </Page>
  169. <Page Include="Auth.xaml">
  170. <SubType>Designer</SubType>
  171. <Generator>MSBuild:Compile</Generator>
  172. </Page>
  173. <Page Include="auth_test.xaml">
  174. <SubType>Designer</SubType>
  175. <Generator>MSBuild:Compile</Generator>
  176. </Page>
  177. <Page Include="Changing_the_type.xaml">
  178. <SubType>Designer</SubType>
  179. <Generator>MSBuild:Compile</Generator>
  180. </Page>
  181. <Page Include="DeleteBikes.xaml">
  182. <SubType>Designer</SubType>
  183. <Generator>MSBuild:Compile</Generator>
  184. </Page>
  185. <Page Include="DeleteRab.xaml">
  186. <SubType>Designer</SubType>
  187. <Generator>MSBuild:Compile</Generator>
  188. </Page>
  189. <Page Include="DeleteTest.xaml">
  190. <SubType>Designer</SubType>
  191. <Generator>MSBuild:Compile</Generator>
  192. </Page>
  193. <Page Include="InfoBikes.xaml">
  194. <SubType>Designer</SubType>
  195. <Generator>MSBuild:Compile</Generator>
  196. </Page>
  197. <Page Include="InfoTarif.xaml">
  198. <SubType>Designer</SubType>
  199. <Generator>MSBuild:Compile</Generator>
  200. </Page>
  201. <Page Include="Info_prodaji.xaml">
  202. <SubType>Designer</SubType>
  203. <Generator>MSBuild:Compile</Generator>
  204. </Page>
  205. <Page Include="InsertZakaz.xaml">
  206. <SubType>Designer</SubType>
  207. <Generator>MSBuild:Compile</Generator>
  208. </Page>
  209. <Page Include="Insert_Bikes.xaml">
  210. <SubType>Designer</SubType>
  211. <Generator>MSBuild:Compile</Generator>
  212. </Page>
  213. <Compile Include="App.xaml.cs">
  214. <DependentUpon>App.xaml</DependentUpon>
  215. <SubType>Code</SubType>
  216. </Compile>
  217. <Page Include="MainWindowAdm.xaml">
  218. <SubType>Designer</SubType>
  219. <Generator>MSBuild:Compile</Generator>
  220. </Page>
  221. <Page Include="MainWindowProd.xaml">
  222. <SubType>Designer</SubType>
  223. <Generator>MSBuild:Compile</Generator>
  224. </Page>
  225. <Page Include="RedAdmTest.xaml">
  226. <SubType>Designer</SubType>
  227. <Generator>MSBuild:Compile</Generator>
  228. </Page>
  229. <Page Include="regadm.xaml">
  230. <SubType>Designer</SubType>
  231. <Generator>MSBuild:Compile</Generator>
  232. </Page>
  233. <Page Include="Regrab.xaml">
  234. <SubType>Designer</SubType>
  235. <Generator>MSBuild:Compile</Generator>
  236. </Page>
  237. <Page Include="SpisokBikes.xaml">
  238. <SubType>Designer</SubType>
  239. <Generator>MSBuild:Compile</Generator>
  240. </Page>
  241. <Page Include="SpisokProk.xaml">
  242. <SubType>Designer</SubType>
  243. <Generator>MSBuild:Compile</Generator>
  244. </Page>
  245. <Page Include="SpisRab.xaml">
  246. <SubType>Designer</SubType>
  247. <Generator>MSBuild:Compile</Generator>
  248. </Page>
  249. <Page Include="tarif.xaml">
  250. <SubType>Designer</SubType>
  251. <Generator>MSBuild:Compile</Generator>
  252. </Page>
  253. <Page Include="TestChanginhTheTypexaml.xaml">
  254. <SubType>Designer</SubType>
  255. <Generator>MSBuild:Compile</Generator>
  256. </Page>
  257. <Page Include="TestInfoBikes.xaml">
  258. <SubType>Designer</SubType>
  259. <Generator>MSBuild:Compile</Generator>
  260. </Page>
  261. <Page Include="TestInsertBikes.xaml">
  262. <SubType>Designer</SubType>
  263. <Generator>MSBuild:Compile</Generator>
  264. </Page>
  265. <Page Include="TypeIzm.xaml">
  266. <SubType>Designer</SubType>
  267. <Generator>MSBuild:Compile</Generator>
  268. </Page>
  269. <Page Include="ValidTest.xaml">
  270. <SubType>Designer</SubType>
  271. <Generator>MSBuild:Compile</Generator>
  272. </Page>
  273. </ItemGroup>
  274. <ItemGroup>
  275. <Compile Include="Properties\AssemblyInfo.cs">
  276. <SubType>Code</SubType>
  277. </Compile>
  278. <Compile Include="Properties\Resources.Designer.cs">
  279. <AutoGen>True</AutoGen>
  280. <DesignTime>True</DesignTime>
  281. <DependentUpon>Resources.resx</DependentUpon>
  282. </Compile>
  283. <Compile Include="Properties\Settings.Designer.cs">
  284. <AutoGen>True</AutoGen>
  285. <DependentUpon>Settings.settings</DependentUpon>
  286. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  287. </Compile>
  288. <EmbeddedResource Include="Properties\Resources.resx">
  289. <Generator>ResXFileCodeGenerator</Generator>
  290. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  291. </EmbeddedResource>
  292. <None Include="packages.config" />
  293. <None Include="Properties\Settings.settings">
  294. <Generator>SettingsSingleFileGenerator</Generator>
  295. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  296. </None>
  297. </ItemGroup>
  298. <ItemGroup>
  299. <None Include="App.config" />
  300. </ItemGroup>
  301. <ItemGroup>
  302. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  303. </ItemGroup>
  304. <ItemGroup>
  305. <Resource Include="mountain_bike_sport_icon_123970.ico" />
  306. </ItemGroup>
  307. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  308. <Import Project="..\packages\MaterialDesignThemes.4.2.1\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.4.2.1\build\MaterialDesignThemes.targets')" />
  309. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  310. <PropertyGroup>
  311. <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
  312. </PropertyGroup>
  313. <Error Condition="!Exists('..\packages\MaterialDesignThemes.4.2.1\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.4.2.1\build\MaterialDesignThemes.targets'))" />
  314. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  315. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  316. </Target>
  317. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  318. </Project>