WPF01.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  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>{96E14570-D115-4C9F-8233-E3BDD44F0DE9}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>WPF01</RootNamespace>
  10. <AssemblyName>WPF01</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. <PropertyGroup>
  38. <ApplicationIcon>images\service_logo.ico</ApplicationIcon>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>packages\EntityFramework.6.2.0\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.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.ComponentModel.DataAnnotations" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Runtime.Serialization" />
  51. <Reference Include="System.Security" />
  52. <Reference Include="System.Xml" />
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="System.Net.Http" />
  58. <Reference Include="System.Xaml">
  59. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  60. </Reference>
  61. <Reference Include="WindowsBase" />
  62. <Reference Include="PresentationCore" />
  63. <Reference Include="PresentationFramework" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <ApplicationDefinition Include="App.xaml">
  67. <Generator>MSBuild:Compile</Generator>
  68. <SubType>Designer</SubType>
  69. </ApplicationDefinition>
  70. <Page Include="MainWindow.xaml">
  71. <Generator>MSBuild:Compile</Generator>
  72. <SubType>Designer</SubType>
  73. </Page>
  74. <Compile Include="App.xaml.cs">
  75. <DependentUpon>App.xaml</DependentUpon>
  76. <SubType>Code</SubType>
  77. </Compile>
  78. <Compile Include="db2\Client.cs">
  79. <DependentUpon>Model1.tt</DependentUpon>
  80. </Compile>
  81. <Compile Include="db2\ClientService.cs">
  82. <DependentUpon>Model1.tt</DependentUpon>
  83. </Compile>
  84. <Compile Include="db2\DocumentByService.cs">
  85. <DependentUpon>Model1.tt</DependentUpon>
  86. </Compile>
  87. <Compile Include="db2\Gender.cs">
  88. <DependentUpon>Model1.tt</DependentUpon>
  89. </Compile>
  90. <Compile Include="db2\Manufacturer.cs">
  91. <DependentUpon>Model1.tt</DependentUpon>
  92. </Compile>
  93. <Compile Include="db2\Model1.Context.cs">
  94. <AutoGen>True</AutoGen>
  95. <DesignTime>True</DesignTime>
  96. <DependentUpon>Model1.Context.tt</DependentUpon>
  97. </Compile>
  98. <Compile Include="db2\Model1.cs">
  99. <AutoGen>True</AutoGen>
  100. <DesignTime>True</DesignTime>
  101. <DependentUpon>Model1.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="db2\Model1.Designer.cs">
  104. <AutoGen>True</AutoGen>
  105. <DesignTime>True</DesignTime>
  106. <DependentUpon>Model1.edmx</DependentUpon>
  107. </Compile>
  108. <Compile Include="db2\Product.cs">
  109. <DependentUpon>Model1.tt</DependentUpon>
  110. </Compile>
  111. <Compile Include="db2\ProductPhoto.cs">
  112. <DependentUpon>Model1.tt</DependentUpon>
  113. </Compile>
  114. <Compile Include="db2\ProductSale.cs">
  115. <DependentUpon>Model1.tt</DependentUpon>
  116. </Compile>
  117. <Compile Include="db2\Service.cs">
  118. <DependentUpon>Model1.tt</DependentUpon>
  119. </Compile>
  120. <Compile Include="db2\ServicePhoto.cs">
  121. <DependentUpon>Model1.tt</DependentUpon>
  122. </Compile>
  123. <Compile Include="db2\Tag.cs">
  124. <DependentUpon>Model1.tt</DependentUpon>
  125. </Compile>
  126. <Compile Include="db\Database.cs" />
  127. <Compile Include="db\Manager.cs">
  128. <DependentUpon>MyDatabase.tt</DependentUpon>
  129. </Compile>
  130. <Compile Include="db\MyDatabase.Context.cs">
  131. <AutoGen>True</AutoGen>
  132. <DesignTime>True</DesignTime>
  133. <DependentUpon>MyDatabase.Context.tt</DependentUpon>
  134. </Compile>
  135. <Compile Include="db\MyDatabase.cs">
  136. <AutoGen>True</AutoGen>
  137. <DesignTime>True</DesignTime>
  138. <DependentUpon>MyDatabase.tt</DependentUpon>
  139. </Compile>
  140. <Compile Include="db\MyDatabase.Designer.cs">
  141. <AutoGen>True</AutoGen>
  142. <DesignTime>True</DesignTime>
  143. <DependentUpon>MyDatabase.edmx</DependentUpon>
  144. </Compile>
  145. <Compile Include="db\Role.cs">
  146. <DependentUpon>MyDatabase.tt</DependentUpon>
  147. </Compile>
  148. <Compile Include="db\sysdiagrams.cs">
  149. <DependentUpon>MyDatabase.tt</DependentUpon>
  150. </Compile>
  151. <Compile Include="MainWindow.xaml.cs">
  152. <DependentUpon>MainWindow.xaml</DependentUpon>
  153. <SubType>Code</SubType>
  154. </Compile>
  155. <Page Include="pages\Authorization.xaml">
  156. <SubType>Designer</SubType>
  157. <Generator>MSBuild:Compile</Generator>
  158. </Page>
  159. <Page Include="pages\Director.xaml">
  160. <SubType>Designer</SubType>
  161. <Generator>MSBuild:Compile</Generator>
  162. </Page>
  163. <Page Include="pages\MainPage.xaml">
  164. <SubType>Designer</SubType>
  165. <Generator>MSBuild:Compile</Generator>
  166. </Page>
  167. <Page Include="pages\Page1.xaml">
  168. <SubType>Designer</SubType>
  169. <Generator>MSBuild:Compile</Generator>
  170. </Page>
  171. <Page Include="pages\Product.xaml">
  172. <SubType>Designer</SubType>
  173. <Generator>MSBuild:Compile</Generator>
  174. </Page>
  175. <Page Include="pages\Registration.xaml">
  176. <SubType>Designer</SubType>
  177. <Generator>MSBuild:Compile</Generator>
  178. </Page>
  179. <Page Include="pages\UserInfo.xaml">
  180. <SubType>Designer</SubType>
  181. <Generator>MSBuild:Compile</Generator>
  182. </Page>
  183. </ItemGroup>
  184. <ItemGroup>
  185. <Compile Include="PageNavigation.cs" />
  186. <Compile Include="pages\Authorization.xaml.cs">
  187. <DependentUpon>Authorization.xaml</DependentUpon>
  188. </Compile>
  189. <Compile Include="pages\Director.xaml.cs">
  190. <DependentUpon>Director.xaml</DependentUpon>
  191. </Compile>
  192. <Compile Include="pages\MainPage.xaml.cs">
  193. <DependentUpon>MainPage.xaml</DependentUpon>
  194. </Compile>
  195. <Compile Include="pages\Page1.xaml.cs">
  196. <DependentUpon>Page1.xaml</DependentUpon>
  197. </Compile>
  198. <Compile Include="pages\Product.xaml.cs">
  199. <DependentUpon>Product.xaml</DependentUpon>
  200. </Compile>
  201. <Compile Include="pages\Registration.xaml.cs">
  202. <DependentUpon>Registration.xaml</DependentUpon>
  203. </Compile>
  204. <Compile Include="pages\UserInfo.xaml.cs">
  205. <DependentUpon>UserInfo.xaml</DependentUpon>
  206. </Compile>
  207. <Compile Include="Properties\AssemblyInfo.cs">
  208. <SubType>Code</SubType>
  209. </Compile>
  210. <Compile Include="Properties\Resources.Designer.cs">
  211. <AutoGen>True</AutoGen>
  212. <DesignTime>True</DesignTime>
  213. <DependentUpon>Resources.resx</DependentUpon>
  214. </Compile>
  215. <Compile Include="Properties\Settings.Designer.cs">
  216. <AutoGen>True</AutoGen>
  217. <DependentUpon>Settings.settings</DependentUpon>
  218. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  219. </Compile>
  220. <EmbeddedResource Include="Properties\Resources.resx">
  221. <Generator>ResXFileCodeGenerator</Generator>
  222. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  223. </EmbeddedResource>
  224. <EntityDeploy Include="db\MyDatabase.edmx">
  225. <Generator>EntityModelCodeGenerator</Generator>
  226. <LastGenOutput>MyDatabase.Designer.cs</LastGenOutput>
  227. </EntityDeploy>
  228. <EntityDeploy Include="db2\Model1.edmx">
  229. <Generator>EntityModelCodeGenerator</Generator>
  230. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  231. </EntityDeploy>
  232. <None Include="db2\Model1.edmx.diagram">
  233. <DependentUpon>Model1.edmx</DependentUpon>
  234. </None>
  235. <None Include="db\MyDatabase.edmx.diagram">
  236. <DependentUpon>MyDatabase.edmx</DependentUpon>
  237. </None>
  238. <None Include="packages.config" />
  239. <None Include="Properties\Settings.settings">
  240. <Generator>SettingsSingleFileGenerator</Generator>
  241. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  242. </None>
  243. </ItemGroup>
  244. <ItemGroup>
  245. <None Include="App.config" />
  246. </ItemGroup>
  247. <ItemGroup>
  248. <Resource Include="images\Кирпич.jpg" />
  249. </ItemGroup>
  250. <ItemGroup>
  251. <Resource Include="images\linoleum-imitiruyuschiy-venge.jpg" />
  252. </ItemGroup>
  253. <ItemGroup>
  254. <Content Include="db2\Model1.Context.tt">
  255. <Generator>TextTemplatingFileGenerator</Generator>
  256. <DependentUpon>Model1.edmx</DependentUpon>
  257. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  258. </Content>
  259. <Content Include="db2\Model1.tt">
  260. <Generator>TextTemplatingFileGenerator</Generator>
  261. <DependentUpon>Model1.edmx</DependentUpon>
  262. <LastGenOutput>Model1.cs</LastGenOutput>
  263. </Content>
  264. <Content Include="db\MyDatabase.Context.tt">
  265. <Generator>TextTemplatingFileGenerator</Generator>
  266. <LastGenOutput>MyDatabase.Context.cs</LastGenOutput>
  267. <DependentUpon>MyDatabase.edmx</DependentUpon>
  268. </Content>
  269. <Content Include="db\MyDatabase.tt">
  270. <Generator>TextTemplatingFileGenerator</Generator>
  271. <DependentUpon>MyDatabase.edmx</DependentUpon>
  272. <LastGenOutput>MyDatabase.cs</LastGenOutput>
  273. </Content>
  274. <Resource Include="Товары автосервиса\0070C563.jpg" />
  275. <Resource Include="Товары автосервиса\022096CB.jpg" />
  276. <Resource Include="Товары автосервиса\03D096CB.jpg" />
  277. <Resource Include="Товары автосервиса\0D30C4EE.jpg" />
  278. <Resource Include="Товары автосервиса\0D60A8A4.jpg" />
  279. <Resource Include="Товары автосервиса\0DF0A8A4.jpg" />
  280. <Resource Include="Товары автосервиса\21B0E533.jpg" />
  281. <Resource Include="Товары автосервиса\23106A35.jpg" />
  282. <Resource Include="Товары автосервиса\2390848B.jpg" />
  283. <Resource Include="Товары автосервиса\23F0848B.jpg" />
  284. <Resource Include="Товары автосервиса\27B0C883.jpg" />
  285. <Resource Include="Товары автосервиса\2A109062.jpg" />
  286. <Resource Include="Товары автосервиса\2B009062.jpg" />
  287. <Resource Include="Товары автосервиса\2B609062.jpg" />
  288. <Resource Include="Товары автосервиса\2D709062.jpg" />
  289. <Resource Include="Товары автосервиса\2E00E06C.jpg" />
  290. <Resource Include="Товары автосервиса\2E30E06C.jpg" />
  291. <Resource Include="Товары автосервиса\2E60E06C.jpg" />
  292. <Resource Include="Товары автосервиса\30E0C751.jpg" />
  293. <Resource Include="Товары автосервиса\3760D73F.jpg" />
  294. <Resource Include="Товары автосервиса\3970E753.jpg" />
  295. <Resource Include="Товары автосервиса\39A0C188.jpg" />
  296. <Resource Include="Товары автосервиса\39D0C188.jpg" />
  297. <Resource Include="Товары автосервиса\3B70C57C.jpg" />
  298. <Resource Include="Товары автосервиса\3DA0B713.jpg" />
  299. <Resource Include="Товары автосервиса\3DF0E4BC.jpg" />
  300. <Resource Include="Товары автосервиса\40409946.jpg" />
  301. <Resource Include="Товары автосервиса\43909176.jpg" />
  302. <Resource Include="Товары автосервиса\43C09176.jpg" />
  303. <Resource Include="Товары автосервиса\43E08C52.jpg" />
  304. <Resource Include="Товары автосервиса\45008C52.jpg" />
  305. <Resource Include="Товары автосервиса\45908C52.jpg" />
  306. <Resource Include="Товары автосервиса\47E07CB5.jpg" />
  307. <Resource Include="Товары автосервиса\5180B90E.jpg" />
  308. <Resource Include="Товары автосервиса\5250C855.jpg" />
  309. <Resource Include="Товары автосервиса\54B0795D.jpg" />
  310. <Resource Include="Товары автосервиса\59B0BE73.jpg" />
  311. <Resource Include="Товары автосервиса\5A30A7EE.jpg" />
  312. <Resource Include="Товары автосервиса\5BB0C351.jpg" />
  313. <Resource Include="Товары автосервиса\5BE0C351.jpg" />
  314. <Resource Include="Товары автосервиса\6080DCD5.jpg" />
  315. <Resource Include="Товары автосервиса\63C09E91.jpg" />
  316. <Resource Include="Товары автосервиса\6730A31C.jpg" />
  317. <Resource Include="Товары автосервиса\6800BB8A.jpg" />
  318. <Resource Include="Товары автосервиса\69C0CD62.jpg" />
  319. <Resource Include="Товары автосервиса\6CA0BE73.jpg" />
  320. <Resource Include="Товары автосервиса\6CE0A012.jpg" />
  321. <Resource Include="Товары автосервиса\6DA0A012.jpg" />
  322. <Resource Include="Товары автосервиса\6DD0A012.jpg" />
  323. <Resource Include="Товары автосервиса\7B70B9C6.jpg" />
  324. <Resource Include="Товары автосервиса\8430842A.jpg" />
  325. <Resource Include="Товары автосервиса\85C04040.jpg" />
  326. <Resource Include="Товары автосервиса\8BC0C1A9.jpg" />
  327. <Resource Include="Товары автосервиса\8E20A863.jpg" />
  328. <Resource Include="Товары автосервиса\8F609ED7.jpg" />
  329. <Resource Include="Товары автосервиса\8F909ED7.jpg" />
  330. <Resource Include="Товары автосервиса\8FE07916.jpg" />
  331. <Resource Include="Товары автосервиса\90505D31.jpg" />
  332. <Resource Include="Товары автосервиса\90A0B807.jpg" />
  333. <Resource Include="Товары автосервиса\90D0B807.jpg" />
  334. <Resource Include="Товары автосервиса\9290C1E7.jpg" />
  335. <Resource Include="Товары автосервиса\92C0C1E7.jpg" />
  336. <Resource Include="Товары автосервиса\9380C1E7.jpg" />
  337. <Resource Include="Товары автосервиса\96E0C1E7.jpg" />
  338. <Resource Include="Товары автосервиса\9750DA76.jpg" />
  339. <Resource Include="Товары автосервиса\97809225.jpg" />
  340. <Resource Include="Товары автосервиса\9B3075EB.jpg" />
  341. <Resource Include="Товары автосервиса\AD00B713.jpg" />
  342. <Resource Include="Товары автосервиса\B0A0C186.jpg" />
  343. <Resource Include="Товары автосервиса\B0F0CB59.jpg" />
  344. <Resource Include="Товары автосервиса\B590AA7B.jpg" />
  345. <Resource Include="Товары автосервиса\B790A6AA.jpg" />
  346. <Resource Include="Товары автосервиса\BA30C186.jpg" />
  347. <Resource Include="Товары автосервиса\BD80E8D5.jpg" />
  348. <Resource Include="Товары автосервиса\C310B9F3.jpg" />
  349. <Resource Include="Товары автосервиса\C9C0F036.jpg" />
  350. <Resource Include="Товары автосервиса\CC10C869.jpg" />
  351. <Resource Include="Товары автосервиса\CC40C869.jpg" />
  352. <Resource Include="Товары автосервиса\D0D08F32.jpg" />
  353. <Resource Include="Товары автосервиса\D2508F32.jpg" />
  354. <Resource Include="Товары автосервиса\D4D0CE67.jpg" />
  355. <Resource Include="Товары автосервиса\D9605006.jpg" />
  356. <Resource Include="Товары автосервиса\DC70BEC3.jpg" />
  357. <Resource Include="Товары автосервиса\E0A0E079.jpg" />
  358. <Resource Include="Товары автосервиса\E0D0E079.jpg" />
  359. <Resource Include="Товары автосервиса\E320BB7C.jpg" />
  360. <Resource Include="Товары автосервиса\E3A0B18A.jpg" />
  361. <Resource Include="Товары автосервиса\E5507A37.jpg" />
  362. <Resource Include="Товары автосервиса\E9308929.jpg" />
  363. <Resource Include="Товары автосервиса\EF80D790.jpg" />
  364. <Resource Include="Товары автосервиса\EFC05011.jpg" />
  365. <Resource Include="Товары автосервиса\F160E078.jpg" />
  366. <Resource Include="Товары автосервиса\F200BC2F.jpg" />
  367. <Resource Include="Товары автосервиса\F2B0E078.jpg" />
  368. <Resource Include="Товары автосервиса\F2E0E078.jpg" />
  369. <Resource Include="Товары автосервиса\F310E078.jpg" />
  370. <Resource Include="Товары автосервиса\F460E078.jpg" />
  371. <Resource Include="Товары автосервиса\F490E078.jpg" />
  372. <Resource Include="Товары автосервиса\F8E0B138.jpg" />
  373. <Resource Include="Товары автосервиса\FA90B138.jpg" />
  374. <Resource Include="images\service_logo.ico" />
  375. </ItemGroup>
  376. <ItemGroup>
  377. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  378. </ItemGroup>
  379. <ItemGroup>
  380. <ProjectReference Include="..\mylib\mylib.csproj">
  381. <Project>{64e83180-e4a7-4ee1-bd1c-91afa789f0f8}</Project>
  382. <Name>mylib</Name>
  383. </ProjectReference>
  384. </ItemGroup>
  385. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  386. </Project>