PracticaDemoexam.csproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619
  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>{EC13FAAA-0494-4998-AB79-CB6D9F164E37}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>PracticaDemoexam</RootNamespace>
  10. <AssemblyName>PracticaDemoexam</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>Resources\Приятный шелест.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.Drawing" />
  51. <Reference Include="System.Runtime.Serialization" />
  52. <Reference Include="System.Security" />
  53. <Reference Include="System.Xml" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="System.Net.Http" />
  59. <Reference Include="System.Xaml">
  60. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  61. </Reference>
  62. <Reference Include="WindowsBase" />
  63. <Reference Include="PresentationCore" />
  64. <Reference Include="PresentationFramework" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ApplicationDefinition Include="App.xaml">
  68. <Generator>MSBuild:Compile</Generator>
  69. <SubType>Designer</SubType>
  70. </ApplicationDefinition>
  71. <Compile Include="Windows\ChangePriority.xaml.cs">
  72. <DependentUpon>ChangePriority.xaml</DependentUpon>
  73. </Compile>
  74. <Compile Include="Windows\PriorityChanger.xaml.cs">
  75. <DependentUpon>PriorityChanger.xaml</DependentUpon>
  76. </Compile>
  77. <Compile Include="Windows\Redact.xaml.cs">
  78. <DependentUpon>Redact.xaml</DependentUpon>
  79. </Compile>
  80. <Page Include="MainWindow.xaml">
  81. <Generator>MSBuild:Compile</Generator>
  82. <SubType>Designer</SubType>
  83. </Page>
  84. <Compile Include="App.xaml.cs">
  85. <DependentUpon>App.xaml</DependentUpon>
  86. <SubType>Code</SubType>
  87. </Compile>
  88. <Compile Include="MainWindow.xaml.cs">
  89. <DependentUpon>MainWindow.xaml</DependentUpon>
  90. <SubType>Code</SubType>
  91. </Compile>
  92. <Page Include="Pages\Agents.xaml">
  93. <SubType>Designer</SubType>
  94. <Generator>MSBuild:Compile</Generator>
  95. </Page>
  96. <Page Include="Windows\ChangePriority.xaml">
  97. <SubType>Designer</SubType>
  98. <Generator>MSBuild:Compile</Generator>
  99. </Page>
  100. <Page Include="Windows\PriorityChanger.xaml">
  101. <SubType>Designer</SubType>
  102. <Generator>MSBuild:Compile</Generator>
  103. </Page>
  104. <Page Include="Windows\Redact.xaml">
  105. <SubType>Designer</SubType>
  106. <Generator>MSBuild:Compile</Generator>
  107. </Page>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <Compile Include="Model\Agent.cs">
  111. <DependentUpon>ShelestModel.tt</DependentUpon>
  112. </Compile>
  113. <Compile Include="Model\AgentPriorityHistory.cs">
  114. <DependentUpon>ShelestModel.tt</DependentUpon>
  115. </Compile>
  116. <Compile Include="Model\AgentType.cs">
  117. <DependentUpon>ShelestModel.tt</DependentUpon>
  118. </Compile>
  119. <Compile Include="Model\ItemModels\AgentModel.cs" />
  120. <Compile Include="Model\Material.cs">
  121. <DependentUpon>ShelestModel.tt</DependentUpon>
  122. </Compile>
  123. <Compile Include="Model\MaterialCountHistory.cs">
  124. <DependentUpon>ShelestModel.tt</DependentUpon>
  125. </Compile>
  126. <Compile Include="Model\MaterialType.cs">
  127. <DependentUpon>ShelestModel.tt</DependentUpon>
  128. </Compile>
  129. <Compile Include="Model\Product.cs">
  130. <DependentUpon>ShelestModel.tt</DependentUpon>
  131. </Compile>
  132. <Compile Include="Model\ProductCostHistory.cs">
  133. <DependentUpon>ShelestModel.tt</DependentUpon>
  134. </Compile>
  135. <Compile Include="Model\ProductMaterial.cs">
  136. <DependentUpon>ShelestModel.tt</DependentUpon>
  137. </Compile>
  138. <Compile Include="Model\ProductSale.cs">
  139. <DependentUpon>ShelestModel.tt</DependentUpon>
  140. </Compile>
  141. <Compile Include="Model\ProductType.cs">
  142. <DependentUpon>ShelestModel.tt</DependentUpon>
  143. </Compile>
  144. <Compile Include="Model\ShelestModel.Context.cs">
  145. <AutoGen>True</AutoGen>
  146. <DesignTime>True</DesignTime>
  147. <DependentUpon>ShelestModel.Context.tt</DependentUpon>
  148. </Compile>
  149. <Compile Include="Model\ShelestModel.cs">
  150. <AutoGen>True</AutoGen>
  151. <DesignTime>True</DesignTime>
  152. <DependentUpon>ShelestModel.tt</DependentUpon>
  153. </Compile>
  154. <Compile Include="Model\ShelestModel.Designer.cs">
  155. <AutoGen>True</AutoGen>
  156. <DesignTime>True</DesignTime>
  157. <DependentUpon>ShelestModel.edmx</DependentUpon>
  158. </Compile>
  159. <Compile Include="Model\Shop.cs">
  160. <DependentUpon>ShelestModel.tt</DependentUpon>
  161. </Compile>
  162. <Compile Include="Model\Supplier.cs">
  163. <DependentUpon>ShelestModel.tt</DependentUpon>
  164. </Compile>
  165. <Compile Include="Pages\Agents.xaml.cs">
  166. <DependentUpon>Agents.xaml</DependentUpon>
  167. </Compile>
  168. <Compile Include="Properties\AssemblyInfo.cs">
  169. <SubType>Code</SubType>
  170. </Compile>
  171. <Compile Include="Properties\Resources.Designer.cs">
  172. <AutoGen>True</AutoGen>
  173. <DesignTime>True</DesignTime>
  174. <DependentUpon>Resources.resx</DependentUpon>
  175. </Compile>
  176. <Compile Include="Properties\Settings.Designer.cs">
  177. <AutoGen>True</AutoGen>
  178. <DependentUpon>Settings.settings</DependentUpon>
  179. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  180. </Compile>
  181. <EmbeddedResource Include="Properties\Resources.resx">
  182. <Generator>ResXFileCodeGenerator</Generator>
  183. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  184. </EmbeddedResource>
  185. <EntityDeploy Include="Model\ShelestModel.edmx">
  186. <Generator>EntityModelCodeGenerator</Generator>
  187. <LastGenOutput>ShelestModel.Designer.cs</LastGenOutput>
  188. </EntityDeploy>
  189. <None Include="Model\ShelestModel.edmx.diagram">
  190. <DependentUpon>ShelestModel.edmx</DependentUpon>
  191. </None>
  192. <None Include="packages.config" />
  193. <None Include="Properties\Settings.settings">
  194. <Generator>SettingsSingleFileGenerator</Generator>
  195. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  196. </None>
  197. </ItemGroup>
  198. <ItemGroup>
  199. <None Include="App.config" />
  200. </ItemGroup>
  201. <ItemGroup />
  202. <ItemGroup>
  203. <Resource Include="Resources\agents\agent_1.png">
  204. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  205. </Resource>
  206. <Resource Include="Resources\agents\agent_10.png">
  207. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  208. </Resource>
  209. <Resource Include="Resources\agents\agent_100.png">
  210. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  211. </Resource>
  212. <Resource Include="Resources\agents\agent_101.png">
  213. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  214. </Resource>
  215. <Resource Include="Resources\agents\agent_102.png">
  216. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  217. </Resource>
  218. <Resource Include="Resources\agents\agent_103.png">
  219. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  220. </Resource>
  221. <Resource Include="Resources\agents\agent_104.png">
  222. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  223. </Resource>
  224. <Resource Include="Resources\agents\agent_105.png">
  225. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  226. </Resource>
  227. <Resource Include="Resources\agents\agent_106.png">
  228. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  229. </Resource>
  230. <Resource Include="Resources\agents\agent_107.png">
  231. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  232. </Resource>
  233. <Resource Include="Resources\agents\agent_108.png">
  234. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  235. </Resource>
  236. <Resource Include="Resources\agents\agent_109.png">
  237. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  238. </Resource>
  239. <Resource Include="Resources\agents\agent_11.png">
  240. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  241. </Resource>
  242. <Resource Include="Resources\agents\agent_110.png">
  243. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  244. </Resource>
  245. <Resource Include="Resources\agents\agent_111.png">
  246. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  247. </Resource>
  248. <Resource Include="Resources\agents\agent_112.png">
  249. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  250. </Resource>
  251. <Resource Include="Resources\agents\agent_113.png">
  252. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  253. </Resource>
  254. <Resource Include="Resources\agents\agent_114.png">
  255. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  256. </Resource>
  257. <Resource Include="Resources\agents\agent_115.png">
  258. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  259. </Resource>
  260. <Resource Include="Resources\agents\agent_116.png">
  261. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  262. </Resource>
  263. <Resource Include="Resources\agents\agent_117.png">
  264. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  265. </Resource>
  266. <Resource Include="Resources\agents\agent_118.png">
  267. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  268. </Resource>
  269. <Resource Include="Resources\agents\agent_119.png">
  270. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  271. </Resource>
  272. <Resource Include="Resources\agents\agent_12.png">
  273. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  274. </Resource>
  275. <Resource Include="Resources\agents\agent_120.png">
  276. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  277. </Resource>
  278. <Resource Include="Resources\agents\agent_121.png">
  279. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  280. </Resource>
  281. <Resource Include="Resources\agents\agent_122.png">
  282. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  283. </Resource>
  284. <Resource Include="Resources\agents\agent_123.png">
  285. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  286. </Resource>
  287. <Resource Include="Resources\agents\agent_124.png">
  288. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  289. </Resource>
  290. <Resource Include="Resources\agents\agent_125.png">
  291. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  292. </Resource>
  293. <Resource Include="Resources\agents\agent_126.png">
  294. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  295. </Resource>
  296. <Resource Include="Resources\agents\agent_127.png">
  297. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  298. </Resource>
  299. <Resource Include="Resources\agents\agent_128.png">
  300. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  301. </Resource>
  302. <Resource Include="Resources\agents\agent_129.png">
  303. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  304. </Resource>
  305. <Resource Include="Resources\agents\agent_13.png">
  306. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  307. </Resource>
  308. <Resource Include="Resources\agents\agent_130.png">
  309. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  310. </Resource>
  311. <Resource Include="Resources\agents\agent_14.png">
  312. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  313. </Resource>
  314. <Resource Include="Resources\agents\agent_15.png">
  315. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  316. </Resource>
  317. <Resource Include="Resources\agents\agent_16.png">
  318. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  319. </Resource>
  320. <Resource Include="Resources\agents\agent_17.png">
  321. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  322. </Resource>
  323. <Resource Include="Resources\agents\agent_18.png">
  324. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  325. </Resource>
  326. <Resource Include="Resources\agents\agent_19.png">
  327. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  328. </Resource>
  329. <Resource Include="Resources\agents\agent_2.png">
  330. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  331. </Resource>
  332. <Resource Include="Resources\agents\agent_20.png">
  333. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  334. </Resource>
  335. <Resource Include="Resources\agents\agent_21.png">
  336. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  337. </Resource>
  338. <Resource Include="Resources\agents\agent_22.png">
  339. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  340. </Resource>
  341. <Resource Include="Resources\agents\agent_23.png">
  342. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  343. </Resource>
  344. <Resource Include="Resources\agents\agent_24.png">
  345. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  346. </Resource>
  347. <Resource Include="Resources\agents\agent_25.png">
  348. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  349. </Resource>
  350. <Resource Include="Resources\agents\agent_26.png">
  351. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  352. </Resource>
  353. <Resource Include="Resources\agents\agent_27.png">
  354. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  355. </Resource>
  356. <Resource Include="Resources\agents\agent_28.png">
  357. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  358. </Resource>
  359. <Resource Include="Resources\agents\agent_29.png">
  360. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  361. </Resource>
  362. <Resource Include="Resources\agents\agent_3.png">
  363. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  364. </Resource>
  365. <Resource Include="Resources\agents\agent_30.png">
  366. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  367. </Resource>
  368. <Resource Include="Resources\agents\agent_31.png">
  369. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  370. </Resource>
  371. <Resource Include="Resources\agents\agent_32.png">
  372. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  373. </Resource>
  374. <Resource Include="Resources\agents\agent_33.png">
  375. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  376. </Resource>
  377. <Resource Include="Resources\agents\agent_34.png">
  378. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  379. </Resource>
  380. <Resource Include="Resources\agents\agent_35.png">
  381. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  382. </Resource>
  383. <Resource Include="Resources\agents\agent_36.png">
  384. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  385. </Resource>
  386. <Resource Include="Resources\agents\agent_37.png">
  387. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  388. </Resource>
  389. <Resource Include="Resources\agents\agent_38.png">
  390. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  391. </Resource>
  392. <Resource Include="Resources\agents\agent_39.png">
  393. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  394. </Resource>
  395. <Resource Include="Resources\agents\agent_4.png">
  396. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  397. </Resource>
  398. <Resource Include="Resources\agents\agent_40.png">
  399. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  400. </Resource>
  401. <Resource Include="Resources\agents\agent_41.png">
  402. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  403. </Resource>
  404. <Resource Include="Resources\agents\agent_42.png">
  405. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  406. </Resource>
  407. <Resource Include="Resources\agents\agent_43.png">
  408. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  409. </Resource>
  410. <Resource Include="Resources\agents\agent_44.png">
  411. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  412. </Resource>
  413. <Resource Include="Resources\agents\agent_45.png">
  414. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  415. </Resource>
  416. <Resource Include="Resources\agents\agent_46.png">
  417. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  418. </Resource>
  419. <Resource Include="Resources\agents\agent_47.png">
  420. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  421. </Resource>
  422. <Resource Include="Resources\agents\agent_48.png">
  423. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  424. </Resource>
  425. <Resource Include="Resources\agents\agent_49.png">
  426. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  427. </Resource>
  428. <Resource Include="Resources\agents\agent_5.png">
  429. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  430. </Resource>
  431. <Resource Include="Resources\agents\agent_50.png">
  432. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  433. </Resource>
  434. <Resource Include="Resources\agents\agent_51.png">
  435. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  436. </Resource>
  437. <Resource Include="Resources\agents\agent_52.png">
  438. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  439. </Resource>
  440. <Resource Include="Resources\agents\agent_53.png">
  441. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  442. </Resource>
  443. <Resource Include="Resources\agents\agent_54.png">
  444. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  445. </Resource>
  446. <Resource Include="Resources\agents\agent_55.png">
  447. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  448. </Resource>
  449. <Resource Include="Resources\agents\agent_56.png">
  450. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  451. </Resource>
  452. <Resource Include="Resources\agents\agent_57.png">
  453. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  454. </Resource>
  455. <Resource Include="Resources\agents\agent_58.png">
  456. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  457. </Resource>
  458. <Resource Include="Resources\agents\agent_59.png">
  459. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  460. </Resource>
  461. <Resource Include="Resources\agents\agent_6.png">
  462. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  463. </Resource>
  464. <Resource Include="Resources\agents\agent_60.png">
  465. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  466. </Resource>
  467. <Resource Include="Resources\agents\agent_61.png">
  468. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  469. </Resource>
  470. <Resource Include="Resources\agents\agent_62.png">
  471. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  472. </Resource>
  473. <Resource Include="Resources\agents\agent_63.png">
  474. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  475. </Resource>
  476. <Resource Include="Resources\agents\agent_64.png">
  477. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  478. </Resource>
  479. <Resource Include="Resources\agents\agent_65.png">
  480. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  481. </Resource>
  482. <Resource Include="Resources\agents\agent_66.png">
  483. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  484. </Resource>
  485. <Resource Include="Resources\agents\agent_67.png">
  486. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  487. </Resource>
  488. <Resource Include="Resources\agents\agent_68.png">
  489. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  490. </Resource>
  491. <Resource Include="Resources\agents\agent_69.png">
  492. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  493. </Resource>
  494. <Resource Include="Resources\agents\agent_7.png">
  495. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  496. </Resource>
  497. <Resource Include="Resources\agents\agent_70.png">
  498. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  499. </Resource>
  500. <Resource Include="Resources\agents\agent_71.png">
  501. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  502. </Resource>
  503. <Resource Include="Resources\agents\agent_72.png">
  504. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  505. </Resource>
  506. <Resource Include="Resources\agents\agent_73.png">
  507. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  508. </Resource>
  509. <Resource Include="Resources\agents\agent_74.png">
  510. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  511. </Resource>
  512. <Resource Include="Resources\agents\agent_75.png">
  513. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  514. </Resource>
  515. <Resource Include="Resources\agents\agent_76.png">
  516. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  517. </Resource>
  518. <Resource Include="Resources\agents\agent_77.png">
  519. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  520. </Resource>
  521. <Resource Include="Resources\agents\agent_78.png">
  522. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  523. </Resource>
  524. <Resource Include="Resources\agents\agent_79.png">
  525. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  526. </Resource>
  527. <Resource Include="Resources\agents\agent_8.png">
  528. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  529. </Resource>
  530. <Resource Include="Resources\agents\agent_80.png">
  531. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  532. </Resource>
  533. <Resource Include="Resources\agents\agent_81.png">
  534. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  535. </Resource>
  536. <Resource Include="Resources\agents\agent_82.png">
  537. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  538. </Resource>
  539. <Resource Include="Resources\agents\agent_83.png">
  540. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  541. </Resource>
  542. <Resource Include="Resources\agents\agent_84.png">
  543. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  544. </Resource>
  545. <Resource Include="Resources\agents\agent_85.png">
  546. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  547. </Resource>
  548. <Resource Include="Resources\agents\agent_86.png">
  549. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  550. </Resource>
  551. <Resource Include="Resources\agents\agent_87.png">
  552. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  553. </Resource>
  554. <Resource Include="Resources\agents\agent_88.png">
  555. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  556. </Resource>
  557. <Resource Include="Resources\agents\agent_89.png">
  558. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  559. </Resource>
  560. <Resource Include="Resources\agents\agent_9.png">
  561. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  562. </Resource>
  563. <Resource Include="Resources\agents\agent_90.png">
  564. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  565. </Resource>
  566. <Resource Include="Resources\agents\agent_91.png">
  567. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  568. </Resource>
  569. <Resource Include="Resources\agents\agent_92.png">
  570. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  571. </Resource>
  572. <Resource Include="Resources\agents\agent_93.png">
  573. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  574. </Resource>
  575. <Resource Include="Resources\agents\agent_94.png">
  576. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  577. </Resource>
  578. <Resource Include="Resources\agents\agent_95.png">
  579. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  580. </Resource>
  581. <Resource Include="Resources\agents\agent_96.png">
  582. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  583. </Resource>
  584. <Resource Include="Resources\agents\agent_97.png">
  585. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  586. </Resource>
  587. <Resource Include="Resources\agents\agent_98.png">
  588. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  589. </Resource>
  590. <Resource Include="Resources\agents\agent_99.png">
  591. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  592. </Resource>
  593. <Resource Include="Resources\agents\picture.png">
  594. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  595. </Resource>
  596. <Resource Include="Resources\Приятный шелест.ico">
  597. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  598. </Resource>
  599. <Resource Include="Resources\Приятный шелест.png">
  600. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  601. </Resource>
  602. </ItemGroup>
  603. <ItemGroup>
  604. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  605. </ItemGroup>
  606. <ItemGroup>
  607. <Content Include="Model\ShelestModel.Context.tt">
  608. <Generator>TextTemplatingFileGenerator</Generator>
  609. <LastGenOutput>ShelestModel.Context.cs</LastGenOutput>
  610. <DependentUpon>ShelestModel.edmx</DependentUpon>
  611. </Content>
  612. <Content Include="Model\ShelestModel.tt">
  613. <Generator>TextTemplatingFileGenerator</Generator>
  614. <DependentUpon>ShelestModel.edmx</DependentUpon>
  615. <LastGenOutput>ShelestModel.cs</LastGenOutput>
  616. </Content>
  617. </ItemGroup>
  618. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  619. </Project>