veloprokat2.csproj 12 KB

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