Namordnik.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  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>{263B2F43-0175-4B52-93F4-D050AF12159C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Namordnik</RootNamespace>
  10. <AssemblyName>Namordnik</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="Agent.cs">
  72. <DependentUpon>Model1.tt</DependentUpon>
  73. </Compile>
  74. <Compile Include="AgentPriorityHistory.cs">
  75. <DependentUpon>Model1.tt</DependentUpon>
  76. </Compile>
  77. <Compile Include="AgentType.cs">
  78. <DependentUpon>Model1.tt</DependentUpon>
  79. </Compile>
  80. <Compile Include="Class\PaginationClass.cs" />
  81. <Compile Include="Material.cs">
  82. <DependentUpon>Model1.tt</DependentUpon>
  83. </Compile>
  84. <Compile Include="MaterialCountHistory.cs">
  85. <DependentUpon>Model1.tt</DependentUpon>
  86. </Compile>
  87. <Compile Include="MaterialType.cs">
  88. <DependentUpon>Model1.tt</DependentUpon>
  89. </Compile>
  90. <Compile Include="Model1.cs">
  91. <AutoGen>True</AutoGen>
  92. <DesignTime>True</DesignTime>
  93. <DependentUpon>Model1.tt</DependentUpon>
  94. </Compile>
  95. <Compile Include="Pages\ChangedWindow.xaml.cs">
  96. <DependentUpon>ChangedWindow.xaml</DependentUpon>
  97. </Compile>
  98. <Compile Include="Pages\CreateOrUpdatePage.xaml.cs">
  99. <DependentUpon>CreateOrUpdatePage.xaml</DependentUpon>
  100. </Compile>
  101. <Compile Include="Pages\MainPage.xaml.cs">
  102. <DependentUpon>MainPage.xaml</DependentUpon>
  103. </Compile>
  104. <Compile Include="Pages\Reports.xaml.cs">
  105. <DependentUpon>Reports.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="Product.cs">
  108. <DependentUpon>Model1.tt</DependentUpon>
  109. </Compile>
  110. <Compile Include="ProductCostHistory.cs">
  111. <DependentUpon>Model1.tt</DependentUpon>
  112. </Compile>
  113. <Compile Include="ProductMaterial.cs">
  114. <DependentUpon>Model1.tt</DependentUpon>
  115. </Compile>
  116. <Compile Include="ProductSale.cs">
  117. <DependentUpon>Model1.tt</DependentUpon>
  118. </Compile>
  119. <Compile Include="ProductType.cs">
  120. <DependentUpon>Model1.tt</DependentUpon>
  121. </Compile>
  122. <Compile Include="Shop.cs">
  123. <DependentUpon>Model1.tt</DependentUpon>
  124. </Compile>
  125. <Compile Include="Supplier.cs">
  126. <DependentUpon>Model1.tt</DependentUpon>
  127. </Compile>
  128. <Page Include="MainWindow.xaml">
  129. <Generator>MSBuild:Compile</Generator>
  130. <SubType>Designer</SubType>
  131. </Page>
  132. <Compile Include="App.xaml.cs">
  133. <DependentUpon>App.xaml</DependentUpon>
  134. <SubType>Code</SubType>
  135. </Compile>
  136. <Compile Include="Class\BaseClass.cs" />
  137. <Compile Include="Class\FrameClass.cs" />
  138. <Compile Include="Class\PartClass.cs" />
  139. <Compile Include="MainWindow.xaml.cs">
  140. <DependentUpon>MainWindow.xaml</DependentUpon>
  141. <SubType>Code</SubType>
  142. </Compile>
  143. <Page Include="Pages\ChangedWindow.xaml">
  144. <SubType>Designer</SubType>
  145. <Generator>MSBuild:Compile</Generator>
  146. </Page>
  147. <Page Include="Pages\CreateOrUpdatePage.xaml">
  148. <SubType>Designer</SubType>
  149. <Generator>MSBuild:Compile</Generator>
  150. </Page>
  151. <Page Include="Pages\MainPage.xaml">
  152. <SubType>Designer</SubType>
  153. <Generator>MSBuild:Compile</Generator>
  154. </Page>
  155. <Page Include="Pages\Reports.xaml">
  156. <SubType>Designer</SubType>
  157. <Generator>MSBuild:Compile</Generator>
  158. </Page>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Compile Include="Model1.Context.cs">
  162. <AutoGen>True</AutoGen>
  163. <DesignTime>True</DesignTime>
  164. <DependentUpon>Model1.Context.tt</DependentUpon>
  165. </Compile>
  166. <Compile Include="Model1.Designer.cs">
  167. <AutoGen>True</AutoGen>
  168. <DesignTime>True</DesignTime>
  169. <DependentUpon>Model1.edmx</DependentUpon>
  170. </Compile>
  171. <Compile Include="Properties\AssemblyInfo.cs">
  172. <SubType>Code</SubType>
  173. </Compile>
  174. <Compile Include="Properties\Resources.Designer.cs">
  175. <AutoGen>True</AutoGen>
  176. <DesignTime>True</DesignTime>
  177. <DependentUpon>Resources.resx</DependentUpon>
  178. </Compile>
  179. <Compile Include="Properties\Settings.Designer.cs">
  180. <AutoGen>True</AutoGen>
  181. <DependentUpon>Settings.settings</DependentUpon>
  182. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  183. </Compile>
  184. <EmbeddedResource Include="Properties\Resources.resx">
  185. <Generator>ResXFileCodeGenerator</Generator>
  186. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  187. </EmbeddedResource>
  188. <EntityDeploy Include="Model1.edmx">
  189. <Generator>EntityModelCodeGenerator</Generator>
  190. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  191. </EntityDeploy>
  192. <None Include="Model1.edmx.diagram">
  193. <DependentUpon>Model1.edmx</DependentUpon>
  194. </None>
  195. <None Include="packages.config" />
  196. <None Include="Properties\Settings.settings">
  197. <Generator>SettingsSingleFileGenerator</Generator>
  198. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  199. </None>
  200. </ItemGroup>
  201. <ItemGroup>
  202. <None Include="App.config" />
  203. </ItemGroup>
  204. <ItemGroup>
  205. <Content Include="Model1.Context.tt">
  206. <Generator>TextTemplatingFileGenerator</Generator>
  207. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  208. <DependentUpon>Model1.edmx</DependentUpon>
  209. </Content>
  210. <Content Include="Model1.tt">
  211. <Generator>TextTemplatingFileGenerator</Generator>
  212. <DependentUpon>Model1.edmx</DependentUpon>
  213. <LastGenOutput>Model1.cs</LastGenOutput>
  214. </Content>
  215. <Resource Include="Resources\Намордник.png" />
  216. <None Include="Resources\Намордник.ico" />
  217. <Resource Include="Resources\picture.png" />
  218. <Resource Include="products\5fb128cc69235.jpg" />
  219. <Resource Include="products\5fb128cc719a6.jpg" />
  220. <Resource Include="products\5fb128cc753e3.jpg" />
  221. <Resource Include="products\5fb128cc7941f.jpg" />
  222. <Resource Include="products\5fb128cc7d798.jpg" />
  223. <Resource Include="products\5fb128cc80a10.jpg" />
  224. <Resource Include="products\5fb128cc84474.jpg" />
  225. <Resource Include="products\5fb128cc87b90.jpg" />
  226. <Resource Include="products\5fb128cc8b750.jpg" />
  227. <Resource Include="products\5fb128cc8f4dd.jpg" />
  228. <Resource Include="products\5fb128cc9414b.jpg" />
  229. <Resource Include="products\5fb128cc97ff4.jpg" />
  230. <Resource Include="products\5fb128cc9bd36.jpg" />
  231. <Resource Include="products\5fb128cc9f069.jpg" />
  232. <Resource Include="products\5fb128cca31d9.jpg" />
  233. <Resource Include="products\5fb128cca6910.jpg" />
  234. <Resource Include="products\5fb128cca9d9b.jpg" />
  235. <Resource Include="products\5fb128ccae21a.jpg" />
  236. <Resource Include="products\5fb128ccb1958.jpg" />
  237. <Resource Include="products\5fb128ccb4e8c.jpg" />
  238. <Resource Include="products\5fb128ccb97a0.jpg" />
  239. <Resource Include="products\5fb128ccbd227.jpg" />
  240. <Resource Include="products\5fb128ccc1592.jpg" />
  241. <Resource Include="products\5fb128ccc4a86.jpg" />
  242. <Resource Include="products\5fb128ccc9a9e.jpg" />
  243. <Resource Include="products\5fb128cccdbee.jpg" />
  244. <Resource Include="products\5fb128ccd133c.jpg" />
  245. <Resource Include="products\5fb128ccd5dc2.jpg" />
  246. <Resource Include="products\5fb128ccd8ff6.jpg" />
  247. <Resource Include="products\5fb128ccdca1e.jpg" />
  248. <Resource Include="products\5fb128cce0042.jpg" />
  249. <Resource Include="products\5fb128cce39fa.jpg" />
  250. <Resource Include="products\5fb128cce7971.jpg" />
  251. <Resource Include="products\5fb128cceae7c.jpg" />
  252. <Resource Include="products\5fb128ccef256.jpg" />
  253. <Resource Include="products\5fb128ccf3dd2.jpg" />
  254. <Resource Include="products\5fb128cd0544b.jpg" />
  255. <Resource Include="products\5fb128cd08e3f.jpg" />
  256. <Resource Include="products\5fb128cd0d0b1.jpg" />
  257. <Resource Include="products\5fb128cd10ec2.jpg" />
  258. <Resource Include="products\5fb128cd157f9.jpg" />
  259. <Resource Include="products\5fb128cd19baa.jpg" />
  260. <Resource Include="products\5fb128cd1e2b9.jpg" />
  261. <Resource Include="products\5fb128cd2215f.jpg" />
  262. <Resource Include="products\5fb128cd268bf.jpg" />
  263. <Resource Include="products\5fb128cd2ab69.jpg" />
  264. <Resource Include="products\5fb128cd2ef7a.jpg" />
  265. <Resource Include="products\5fb128cd331c4.jpg" />
  266. <Resource Include="products\5fb128cd3674d.jpg" />
  267. <Resource Include="products\5fb128cd3af5c.jpg" />
  268. <Resource Include="products\5fb128cd3e7e4.jpg" />
  269. <Resource Include="products\5fb128cd41ece.jpg" />
  270. <Resource Include="products\5fb128cd4672c.jpg" />
  271. <Resource Include="products\5fb128cd4c99d.jpg" />
  272. <Resource Include="products\5fb128cd50a70.jpg" />
  273. <Resource Include="products\5fb128cd5433e.jpg" />
  274. <Resource Include="products\5fb128cd5838d.jpg" />
  275. <Resource Include="products\5fb128cd5bb7d.jpg" />
  276. <Resource Include="products\5fb128cd5ff78.jpg" />
  277. <Resource Include="products\5fb128cd63666.jpg" />
  278. <Resource Include="products\5fb128cd66df6.jpg" />
  279. <Resource Include="products\5fb128cd6a2b6.jpg" />
  280. <Resource Include="products\5fb128cd6e4ee.jpg" />
  281. <Resource Include="products\5fb128cd71db3.jpg" />
  282. <Resource Include="products\5fb128cd7518c.jpg" />
  283. <Resource Include="products\5fb128cd78fce.jpg" />
  284. <Resource Include="products\5fb128cd7d2cd.jpg" />
  285. <Resource Include="products\5fb128cd80a06.jpg" />
  286. <Resource Include="products\5fb128cd8417e.jpg" />
  287. <Resource Include="products\5fb128cd8818d.jpg" />
  288. </ItemGroup>
  289. <ItemGroup>
  290. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  291. </ItemGroup>
  292. <ItemGroup>
  293. <COMReference Include="Microsoft.Office.Core">
  294. <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
  295. <VersionMajor>2</VersionMajor>
  296. <VersionMinor>8</VersionMinor>
  297. <Lcid>0</Lcid>
  298. <WrapperTool>primary</WrapperTool>
  299. <Isolated>False</Isolated>
  300. <EmbedInteropTypes>True</EmbedInteropTypes>
  301. </COMReference>
  302. <COMReference Include="Microsoft.Office.Interop.Word">
  303. <Guid>{00020905-0000-0000-C000-000000000046}</Guid>
  304. <VersionMajor>8</VersionMajor>
  305. <VersionMinor>7</VersionMinor>
  306. <Lcid>0</Lcid>
  307. <WrapperTool>primary</WrapperTool>
  308. <Isolated>False</Isolated>
  309. <EmbedInteropTypes>True</EmbedInteropTypes>
  310. </COMReference>
  311. <COMReference Include="VBIDE">
  312. <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
  313. <VersionMajor>5</VersionMajor>
  314. <VersionMinor>3</VersionMinor>
  315. <Lcid>0</Lcid>
  316. <WrapperTool>primary</WrapperTool>
  317. <Isolated>False</Isolated>
  318. <EmbedInteropTypes>True</EmbedInteropTypes>
  319. </COMReference>
  320. </ItemGroup>
  321. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  322. </Project>