UP2022Ex.csproj 15 KB

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