DemoexamUser11.csproj 13 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="$(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>{D672D7A1-E086-4951-BDD6-690B6669C922}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>DemoexamUser11</RootNamespace>
  10. <AssemblyName>DemoexamUser11</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. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.ComponentModel.DataAnnotations" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Runtime.Serialization" />
  42. <Reference Include="System.Security" />
  43. <Reference Include="System.Xml" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="System.Net.Http" />
  49. <Reference Include="System.Xaml">
  50. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="WindowsBase" />
  53. <Reference Include="PresentationCore" />
  54. <Reference Include="PresentationFramework" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <ApplicationDefinition Include="App.xaml">
  58. <Generator>MSBuild:Compile</Generator>
  59. <SubType>Designer</SubType>
  60. </ApplicationDefinition>
  61. <Compile Include="Agent.cs">
  62. <DependentUpon>ModelBase.tt</DependentUpon>
  63. </Compile>
  64. <Compile Include="AgentPriorityHistory.cs">
  65. <DependentUpon>ModelBase.tt</DependentUpon>
  66. </Compile>
  67. <Compile Include="AgentType.cs">
  68. <DependentUpon>ModelBase.tt</DependentUpon>
  69. </Compile>
  70. <Compile Include="classes\BaseConnector.cs" />
  71. <Compile Include="Material.cs">
  72. <DependentUpon>ModelBase.tt</DependentUpon>
  73. </Compile>
  74. <Compile Include="MaterialCountHistory.cs">
  75. <DependentUpon>ModelBase.tt</DependentUpon>
  76. </Compile>
  77. <Compile Include="MaterialType.cs">
  78. <DependentUpon>ModelBase.tt</DependentUpon>
  79. </Compile>
  80. <Compile Include="ModelBase.cs">
  81. <AutoGen>True</AutoGen>
  82. <DesignTime>True</DesignTime>
  83. <DependentUpon>ModelBase.tt</DependentUpon>
  84. </Compile>
  85. <Compile Include="Product.cs">
  86. <DependentUpon>ModelBase.tt</DependentUpon>
  87. </Compile>
  88. <Compile Include="ProductCostHistory.cs">
  89. <DependentUpon>ModelBase.tt</DependentUpon>
  90. </Compile>
  91. <Compile Include="ProductMaterial.cs">
  92. <DependentUpon>ModelBase.tt</DependentUpon>
  93. </Compile>
  94. <Compile Include="ProductSale.cs">
  95. <DependentUpon>ModelBase.tt</DependentUpon>
  96. </Compile>
  97. <Compile Include="ProductType.cs">
  98. <DependentUpon>ModelBase.tt</DependentUpon>
  99. </Compile>
  100. <Compile Include="Shop.cs">
  101. <DependentUpon>ModelBase.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="Supplier.cs">
  104. <DependentUpon>ModelBase.tt</DependentUpon>
  105. </Compile>
  106. <Page Include="MainWindow.xaml">
  107. <Generator>MSBuild:Compile</Generator>
  108. <SubType>Designer</SubType>
  109. </Page>
  110. <Compile Include="App.xaml.cs">
  111. <DependentUpon>App.xaml</DependentUpon>
  112. <SubType>Code</SubType>
  113. </Compile>
  114. <Compile Include="MainWindow.xaml.cs">
  115. <DependentUpon>MainWindow.xaml</DependentUpon>
  116. <SubType>Code</SubType>
  117. </Compile>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Compile Include="ModelBase.Context.cs">
  121. <AutoGen>True</AutoGen>
  122. <DesignTime>True</DesignTime>
  123. <DependentUpon>ModelBase.Context.tt</DependentUpon>
  124. </Compile>
  125. <Compile Include="ModelBase.Designer.cs">
  126. <AutoGen>True</AutoGen>
  127. <DesignTime>True</DesignTime>
  128. <DependentUpon>ModelBase.edmx</DependentUpon>
  129. </Compile>
  130. <Compile Include="Properties\AssemblyInfo.cs">
  131. <SubType>Code</SubType>
  132. </Compile>
  133. <Compile Include="Properties\Resources.Designer.cs">
  134. <AutoGen>True</AutoGen>
  135. <DesignTime>True</DesignTime>
  136. <DependentUpon>Resources.resx</DependentUpon>
  137. </Compile>
  138. <Compile Include="Properties\Settings.Designer.cs">
  139. <AutoGen>True</AutoGen>
  140. <DependentUpon>Settings.settings</DependentUpon>
  141. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  142. </Compile>
  143. <EmbeddedResource Include="Properties\Resources.resx">
  144. <Generator>ResXFileCodeGenerator</Generator>
  145. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  146. </EmbeddedResource>
  147. <EntityDeploy Include="ModelBase.edmx">
  148. <Generator>EntityModelCodeGenerator</Generator>
  149. <LastGenOutput>ModelBase.Designer.cs</LastGenOutput>
  150. </EntityDeploy>
  151. <None Include="ModelBase.edmx.diagram">
  152. <DependentUpon>ModelBase.edmx</DependentUpon>
  153. </None>
  154. <None Include="packages.config" />
  155. <None Include="Properties\Settings.settings">
  156. <Generator>SettingsSingleFileGenerator</Generator>
  157. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  158. </None>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <None Include="App.config" />
  162. </ItemGroup>
  163. <ItemGroup>
  164. <Resource Include="images\Приятный шелест.ico" />
  165. <Resource Include="images\Приятный шелест.png" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <Resource Include="agents\agent_1.png" />
  169. <Resource Include="agents\agent_10.png" />
  170. <Resource Include="agents\agent_100.png" />
  171. <Resource Include="agents\agent_101.png" />
  172. <Resource Include="agents\agent_102.png" />
  173. <Resource Include="agents\agent_103.png" />
  174. <Resource Include="agents\agent_104.png" />
  175. <Resource Include="agents\agent_105.png" />
  176. <Resource Include="agents\agent_106.png" />
  177. <Resource Include="agents\agent_107.png" />
  178. <Resource Include="agents\agent_108.png" />
  179. <Resource Include="agents\agent_109.png" />
  180. <Resource Include="agents\agent_11.png" />
  181. <Resource Include="agents\agent_110.png" />
  182. <Resource Include="agents\agent_111.png" />
  183. <Resource Include="agents\agent_112.png" />
  184. <Resource Include="agents\agent_113.png" />
  185. <Resource Include="agents\agent_114.png" />
  186. <Resource Include="agents\agent_115.png" />
  187. <Resource Include="agents\agent_116.png" />
  188. <Resource Include="agents\agent_117.png" />
  189. <Resource Include="agents\agent_118.png" />
  190. <Resource Include="agents\agent_119.png" />
  191. <Resource Include="agents\agent_12.png" />
  192. <Resource Include="agents\agent_120.png" />
  193. <Resource Include="agents\agent_121.png" />
  194. <Resource Include="agents\agent_122.png" />
  195. <Resource Include="agents\agent_123.png" />
  196. <Resource Include="agents\agent_124.png" />
  197. <Resource Include="agents\agent_125.png" />
  198. <Resource Include="agents\agent_126.png" />
  199. <Resource Include="agents\agent_127.png" />
  200. <Resource Include="agents\agent_128.png" />
  201. <Resource Include="agents\agent_129.png" />
  202. <Resource Include="agents\agent_13.png" />
  203. <Resource Include="agents\agent_130.png" />
  204. <Resource Include="agents\agent_14.png" />
  205. <Resource Include="agents\agent_15.png" />
  206. <Resource Include="agents\agent_16.png" />
  207. <Resource Include="agents\agent_17.png" />
  208. <Resource Include="agents\agent_18.png" />
  209. <Resource Include="agents\agent_19.png" />
  210. <Resource Include="agents\agent_2.png" />
  211. <Resource Include="agents\agent_20.png" />
  212. <Resource Include="agents\agent_21.png" />
  213. <Resource Include="agents\agent_22.png" />
  214. <Resource Include="agents\agent_23.png" />
  215. <Resource Include="agents\agent_24.png" />
  216. <Resource Include="agents\agent_25.png" />
  217. <Resource Include="agents\agent_26.png" />
  218. <Resource Include="agents\agent_27.png" />
  219. <Resource Include="agents\agent_28.png" />
  220. <Resource Include="agents\agent_29.png" />
  221. <Resource Include="agents\agent_3.png" />
  222. <Resource Include="agents\agent_30.png" />
  223. <Resource Include="agents\agent_31.png" />
  224. <Resource Include="agents\agent_32.png" />
  225. <Resource Include="agents\agent_33.png" />
  226. <Resource Include="agents\agent_34.png" />
  227. <Resource Include="agents\agent_35.png" />
  228. <Resource Include="agents\agent_36.png" />
  229. <Resource Include="agents\agent_37.png" />
  230. <Resource Include="agents\agent_38.png" />
  231. <Resource Include="agents\agent_39.png" />
  232. <Resource Include="agents\agent_4.png" />
  233. <Resource Include="agents\agent_40.png" />
  234. <Resource Include="agents\agent_41.png" />
  235. <Resource Include="agents\agent_42.png" />
  236. <Resource Include="agents\agent_43.png" />
  237. <Resource Include="agents\agent_44.png" />
  238. <Resource Include="agents\agent_45.png" />
  239. <Resource Include="agents\agent_46.png" />
  240. <Resource Include="agents\agent_47.png" />
  241. <Resource Include="agents\agent_48.png" />
  242. <Resource Include="agents\agent_49.png" />
  243. <Resource Include="agents\agent_5.png" />
  244. <Resource Include="agents\agent_50.png" />
  245. <Resource Include="agents\agent_51.png" />
  246. <Resource Include="agents\agent_52.png" />
  247. <Resource Include="agents\agent_53.png" />
  248. <Resource Include="agents\agent_54.png" />
  249. <Resource Include="agents\agent_55.png" />
  250. <Resource Include="agents\agent_56.png" />
  251. <Resource Include="agents\agent_57.png" />
  252. <Resource Include="agents\agent_58.png" />
  253. <Resource Include="agents\agent_59.png" />
  254. <Resource Include="agents\agent_6.png" />
  255. <Resource Include="agents\agent_60.png" />
  256. <Resource Include="agents\agent_61.png" />
  257. <Resource Include="agents\agent_62.png" />
  258. <Resource Include="agents\agent_63.png" />
  259. <Resource Include="agents\agent_64.png" />
  260. <Resource Include="agents\agent_65.png" />
  261. <Resource Include="agents\agent_66.png" />
  262. <Resource Include="agents\agent_67.png" />
  263. <Resource Include="agents\agent_68.png" />
  264. <Resource Include="agents\agent_69.png" />
  265. <Resource Include="agents\agent_7.png" />
  266. <Resource Include="agents\agent_70.png" />
  267. <Resource Include="agents\agent_71.png" />
  268. <Resource Include="agents\agent_72.png" />
  269. <Resource Include="agents\agent_73.png" />
  270. <Resource Include="agents\agent_74.png" />
  271. <Resource Include="agents\agent_75.png" />
  272. <Resource Include="agents\agent_76.png" />
  273. <Resource Include="agents\agent_77.png" />
  274. <Resource Include="agents\agent_78.png" />
  275. <Resource Include="agents\agent_79.png" />
  276. <Resource Include="agents\agent_8.png" />
  277. <Resource Include="agents\agent_80.png" />
  278. <Resource Include="agents\agent_81.png" />
  279. <Resource Include="agents\agent_82.png" />
  280. <Resource Include="agents\agent_83.png" />
  281. <Resource Include="agents\agent_84.png" />
  282. <Resource Include="agents\agent_85.png" />
  283. <Resource Include="agents\agent_86.png" />
  284. <Resource Include="agents\agent_87.png" />
  285. <Resource Include="agents\agent_88.png" />
  286. <Resource Include="agents\agent_89.png" />
  287. <Resource Include="agents\agent_9.png" />
  288. <Resource Include="agents\agent_90.png" />
  289. <Resource Include="agents\agent_91.png" />
  290. <Resource Include="agents\agent_92.png" />
  291. <Resource Include="agents\agent_93.png" />
  292. <Resource Include="agents\agent_94.png" />
  293. <Resource Include="agents\agent_95.png" />
  294. <Resource Include="agents\agent_96.png" />
  295. <Resource Include="agents\agent_97.png" />
  296. <Resource Include="agents\agent_98.png" />
  297. <Resource Include="agents\agent_99.png" />
  298. </ItemGroup>
  299. <ItemGroup>
  300. <Folder Include="pages\" />
  301. </ItemGroup>
  302. <ItemGroup>
  303. <Content Include="ModelBase.Context.tt">
  304. <Generator>TextTemplatingFileGenerator</Generator>
  305. <LastGenOutput>ModelBase.Context.cs</LastGenOutput>
  306. <DependentUpon>ModelBase.edmx</DependentUpon>
  307. </Content>
  308. <Content Include="ModelBase.tt">
  309. <Generator>TextTemplatingFileGenerator</Generator>
  310. <DependentUpon>ModelBase.edmx</DependentUpon>
  311. <LastGenOutput>ModelBase.cs</LastGenOutput>
  312. </Content>
  313. </ItemGroup>
  314. <ItemGroup>
  315. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  316. </ItemGroup>
  317. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  318. </Project>