veloprokat2.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  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="Bikes.cs">
  94. <DependentUpon>Model1.tt</DependentUpon>
  95. </Compile>
  96. <Compile Include="InfoAdm.cs">
  97. <DependentUpon>Model1.tt</DependentUpon>
  98. </Compile>
  99. <Compile Include="InfoProdaji.xaml.cs">
  100. <DependentUpon>InfoProdaji.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="InfoRab.cs">
  103. <DependentUpon>Model1.tt</DependentUpon>
  104. </Compile>
  105. <Compile Include="Insert_Bikes.xaml.cs">
  106. <DependentUpon>Insert_Bikes.xaml</DependentUpon>
  107. </Compile>
  108. <Compile Include="Insert_zap.xaml.cs">
  109. <DependentUpon>Insert_zap.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="MainWindowAdm.xaml.cs">
  112. <DependentUpon>MainWindowAdm.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="MainWindowProd.xaml.cs">
  115. <DependentUpon>MainWindowProd.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="Model1.Context.cs">
  118. <AutoGen>True</AutoGen>
  119. <DesignTime>True</DesignTime>
  120. <DependentUpon>Model1.Context.tt</DependentUpon>
  121. </Compile>
  122. <Compile Include="Model1.cs">
  123. <AutoGen>True</AutoGen>
  124. <DesignTime>True</DesignTime>
  125. <DependentUpon>Model1.tt</DependentUpon>
  126. </Compile>
  127. <Compile Include="Model1.Designer.cs">
  128. <AutoGen>True</AutoGen>
  129. <DesignTime>True</DesignTime>
  130. <DependentUpon>Model1.edmx</DependentUpon>
  131. </Compile>
  132. <Compile Include="regadm.xaml.cs">
  133. <DependentUpon>regadm.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="SpisokBikes.xaml.cs">
  136. <DependentUpon>SpisokBikes.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="sysdiagrams.cs">
  139. <DependentUpon>Model1.tt</DependentUpon>
  140. </Compile>
  141. <Compile Include="Window1.xaml.cs">
  142. <DependentUpon>Window1.xaml</DependentUpon>
  143. </Compile>
  144. <Page Include="Auth.xaml">
  145. <SubType>Designer</SubType>
  146. <Generator>MSBuild:Compile</Generator>
  147. </Page>
  148. <Page Include="InfoProdaji.xaml">
  149. <SubType>Designer</SubType>
  150. <Generator>MSBuild:Compile</Generator>
  151. </Page>
  152. <Page Include="Insert_Bikes.xaml">
  153. <SubType>Designer</SubType>
  154. <Generator>MSBuild:Compile</Generator>
  155. </Page>
  156. <Page Include="Insert_zap.xaml">
  157. <SubType>Designer</SubType>
  158. <Generator>MSBuild:Compile</Generator>
  159. </Page>
  160. <Page Include="MainWindow.xaml">
  161. <Generator>MSBuild:Compile</Generator>
  162. <SubType>Designer</SubType>
  163. </Page>
  164. <Compile Include="App.xaml.cs">
  165. <DependentUpon>App.xaml</DependentUpon>
  166. <SubType>Code</SubType>
  167. </Compile>
  168. <Compile Include="MainWindow.xaml.cs">
  169. <DependentUpon>MainWindow.xaml</DependentUpon>
  170. <SubType>Code</SubType>
  171. </Compile>
  172. <Page Include="MainWindowAdm.xaml">
  173. <SubType>Designer</SubType>
  174. <Generator>MSBuild:Compile</Generator>
  175. </Page>
  176. <Page Include="MainWindowProd.xaml">
  177. <SubType>Designer</SubType>
  178. <Generator>MSBuild:Compile</Generator>
  179. </Page>
  180. <Page Include="regadm.xaml">
  181. <SubType>Designer</SubType>
  182. <Generator>MSBuild:Compile</Generator>
  183. </Page>
  184. <Page Include="SpisokBikes.xaml">
  185. <SubType>Designer</SubType>
  186. <Generator>MSBuild:Compile</Generator>
  187. </Page>
  188. <Page Include="Window1.xaml">
  189. <SubType>Designer</SubType>
  190. <Generator>MSBuild:Compile</Generator>
  191. </Page>
  192. </ItemGroup>
  193. <ItemGroup>
  194. <Compile Include="Properties\AssemblyInfo.cs">
  195. <SubType>Code</SubType>
  196. </Compile>
  197. <Compile Include="Properties\Resources.Designer.cs">
  198. <AutoGen>True</AutoGen>
  199. <DesignTime>True</DesignTime>
  200. <DependentUpon>Resources.resx</DependentUpon>
  201. </Compile>
  202. <Compile Include="Properties\Settings.Designer.cs">
  203. <AutoGen>True</AutoGen>
  204. <DependentUpon>Settings.settings</DependentUpon>
  205. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  206. </Compile>
  207. <EmbeddedResource Include="Properties\Resources.resx">
  208. <Generator>ResXFileCodeGenerator</Generator>
  209. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  210. </EmbeddedResource>
  211. <EntityDeploy Include="Model1.edmx">
  212. <Generator>EntityModelCodeGenerator</Generator>
  213. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  214. </EntityDeploy>
  215. <None Include="Model1.edmx.diagram">
  216. <DependentUpon>Model1.edmx</DependentUpon>
  217. </None>
  218. <None Include="packages.config" />
  219. <None Include="Properties\Settings.settings">
  220. <Generator>SettingsSingleFileGenerator</Generator>
  221. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  222. </None>
  223. </ItemGroup>
  224. <ItemGroup>
  225. <None Include="App.config" />
  226. </ItemGroup>
  227. <ItemGroup>
  228. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  229. </ItemGroup>
  230. <ItemGroup>
  231. <Content Include="Model1.Context.tt">
  232. <Generator>TextTemplatingFileGenerator</Generator>
  233. <DependentUpon>Model1.edmx</DependentUpon>
  234. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  235. </Content>
  236. <Content Include="Model1.tt">
  237. <Generator>TextTemplatingFileGenerator</Generator>
  238. <DependentUpon>Model1.edmx</DependentUpon>
  239. <LastGenOutput>Model1.cs</LastGenOutput>
  240. </Content>
  241. </ItemGroup>
  242. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  243. <Import Project="..\packages\MaterialDesignThemes.4.2.1\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.4.2.1\build\MaterialDesignThemes.targets')" />
  244. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  245. <PropertyGroup>
  246. <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
  247. </PropertyGroup>
  248. <Error Condition="!Exists('..\packages\MaterialDesignThemes.4.2.1\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.4.2.1\build\MaterialDesignThemes.targets'))" />
  249. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  250. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  251. </Target>
  252. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  253. </Project>