IS_hairdresser.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  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>{99D47DC8-EC93-436A-91E4-DD33BCFBB7B8}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>IS_hairdresser</RootNamespace>
  10. <AssemblyName>IS_hairdresser</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  37. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  38. </Reference>
  39. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  40. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  41. </Reference>
  42. <Reference Include="MySql.Data, Version=8.0.18.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" />
  43. <Reference Include="MySql.Data.EntityFramework, Version=8.0.18.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" />
  44. <Reference Include="MySQL.Data.EntityFrameworkCore, Version=8.0.18.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" />
  45. <Reference Include="MySQL.Data.EntityFrameworkCore.Design, Version=8.0.18.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" />
  46. <Reference Include="MySql.Web, Version=8.0.18.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" />
  47. <Reference Include="System" />
  48. <Reference Include="System.ComponentModel.DataAnnotations" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Runtime.Serialization" />
  51. <Reference Include="System.Security" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Deployment" />
  57. <Reference Include="System.Drawing" />
  58. <Reference Include="System.Net.Http" />
  59. <Reference Include="System.Windows.Forms" />
  60. <Reference Include="System.Xml" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="Consumables_sold.cs">
  64. <DependentUpon>GushchinaDataSet.tt</DependentUpon>
  65. </Compile>
  66. <Compile Include="Consumables_sold_FORM.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="Consumables_sold_FORM.Designer.cs">
  70. <DependentUpon>Consumables_sold_FORM.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="Deliveries.cs">
  73. <DependentUpon>GushchinaDataSet.tt</DependentUpon>
  74. </Compile>
  75. <Compile Include="Deliveries_FORM.cs">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="Deliveries_FORM.Designer.cs">
  79. <DependentUpon>Deliveries_FORM.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="Form1.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="Form1.Designer.cs">
  85. <DependentUpon>Form1.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="Form2.cs">
  88. <SubType>Form</SubType>
  89. </Compile>
  90. <Compile Include="Form2.Designer.cs">
  91. <DependentUpon>Form2.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="GushchinaDataSet.Context.cs">
  94. <AutoGen>True</AutoGen>
  95. <DesignTime>True</DesignTime>
  96. <DependentUpon>GushchinaDataSet.Context.tt</DependentUpon>
  97. </Compile>
  98. <Compile Include="GushchinaDataSet.cs">
  99. <AutoGen>True</AutoGen>
  100. <DesignTime>True</DesignTime>
  101. <DependentUpon>GushchinaDataSet.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="GushchinaDataSet.Designer.cs">
  104. <AutoGen>True</AutoGen>
  105. <DesignTime>True</DesignTime>
  106. <DependentUpon>GushchinaDataSet.edmx</DependentUpon>
  107. </Compile>
  108. <Compile Include="GushchinaDataSet1.Designer.cs">
  109. <AutoGen>True</AutoGen>
  110. <DesignTime>True</DesignTime>
  111. <DependentUpon>GushchinaDataSet.xsd</DependentUpon>
  112. </Compile>
  113. <Compile Include="GushchinaDataSet11.Designer.cs">
  114. <AutoGen>True</AutoGen>
  115. <DesignTime>True</DesignTime>
  116. <DependentUpon>GushchinaDataSet1.xsd</DependentUpon>
  117. </Compile>
  118. <Compile Include="List.cs">
  119. <DependentUpon>GushchinaDataSet.tt</DependentUpon>
  120. </Compile>
  121. <Compile Include="LIST_FORM.cs">
  122. <SubType>Form</SubType>
  123. </Compile>
  124. <Compile Include="LIST_FORM.Designer.cs">
  125. <DependentUpon>LIST_FORM.cs</DependentUpon>
  126. </Compile>
  127. <Compile Include="Program.cs" />
  128. <Compile Include="Properties\AssemblyInfo.cs" />
  129. <Compile Include="Purchase.cs">
  130. <DependentUpon>GushchinaDataSet.tt</DependentUpon>
  131. </Compile>
  132. <Compile Include="Purchase_FORM.cs">
  133. <SubType>Form</SubType>
  134. </Compile>
  135. <Compile Include="Purchase_FORM.Designer.cs">
  136. <DependentUpon>Purchase_FORM.cs</DependentUpon>
  137. </Compile>
  138. <Compile Include="sp_helpdiagramdefinition_Result.cs">
  139. <DependentUpon>GushchinaDataSet.tt</DependentUpon>
  140. </Compile>
  141. <Compile Include="sp_helpdiagrams_Result.cs">
  142. <DependentUpon>GushchinaDataSet.tt</DependentUpon>
  143. </Compile>
  144. <Compile Include="sysdiagrams.cs">
  145. <DependentUpon>GushchinaDataSet.tt</DependentUpon>
  146. </Compile>
  147. <Compile Include="Used_consumables.cs">
  148. <DependentUpon>GushchinaDataSet.tt</DependentUpon>
  149. </Compile>
  150. <Compile Include="Used_consumables_FORM.cs">
  151. <SubType>Form</SubType>
  152. </Compile>
  153. <Compile Include="Used_consumables_FORM.Designer.cs">
  154. <DependentUpon>Used_consumables_FORM.cs</DependentUpon>
  155. </Compile>
  156. <Compile Include="Warehouse.cs">
  157. <DependentUpon>GushchinaDataSet.tt</DependentUpon>
  158. </Compile>
  159. <Compile Include="Warehouse_FORM.cs">
  160. <SubType>Form</SubType>
  161. </Compile>
  162. <Compile Include="Warehouse_FORM.Designer.cs">
  163. <DependentUpon>Warehouse_FORM.cs</DependentUpon>
  164. </Compile>
  165. <EmbeddedResource Include="Consumables_sold_FORM.resx">
  166. <DependentUpon>Consumables_sold_FORM.cs</DependentUpon>
  167. </EmbeddedResource>
  168. <EmbeddedResource Include="Deliveries_FORM.resx">
  169. <DependentUpon>Deliveries_FORM.cs</DependentUpon>
  170. </EmbeddedResource>
  171. <EmbeddedResource Include="Form1.resx">
  172. <DependentUpon>Form1.cs</DependentUpon>
  173. </EmbeddedResource>
  174. <EmbeddedResource Include="Form2.resx">
  175. <DependentUpon>Form2.cs</DependentUpon>
  176. </EmbeddedResource>
  177. <EmbeddedResource Include="LIST_FORM.resx">
  178. <DependentUpon>LIST_FORM.cs</DependentUpon>
  179. </EmbeddedResource>
  180. <EmbeddedResource Include="Properties\Resources.resx">
  181. <Generator>ResXFileCodeGenerator</Generator>
  182. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  183. <SubType>Designer</SubType>
  184. </EmbeddedResource>
  185. <Compile Include="Properties\Resources.Designer.cs">
  186. <AutoGen>True</AutoGen>
  187. <DependentUpon>Resources.resx</DependentUpon>
  188. </Compile>
  189. <EmbeddedResource Include="Purchase_FORM.resx">
  190. <DependentUpon>Purchase_FORM.cs</DependentUpon>
  191. </EmbeddedResource>
  192. <EmbeddedResource Include="Used_consumables_FORM.resx">
  193. <DependentUpon>Used_consumables_FORM.cs</DependentUpon>
  194. </EmbeddedResource>
  195. <EmbeddedResource Include="Warehouse_FORM.resx">
  196. <DependentUpon>Warehouse_FORM.cs</DependentUpon>
  197. </EmbeddedResource>
  198. <EntityDeploy Include="GushchinaDataSet.edmx">
  199. <Generator>EntityModelCodeGenerator</Generator>
  200. <LastGenOutput>GushchinaDataSet.Designer.cs</LastGenOutput>
  201. </EntityDeploy>
  202. <None Include="GushchinaDataSet.edmx.diagram">
  203. <DependentUpon>GushchinaDataSet.edmx</DependentUpon>
  204. </None>
  205. <None Include="GushchinaDataSet.xsc">
  206. <DependentUpon>GushchinaDataSet.xsd</DependentUpon>
  207. </None>
  208. <None Include="GushchinaDataSet.xsd">
  209. <Generator>MSDataSetGenerator</Generator>
  210. <LastGenOutput>GushchinaDataSet1.Designer.cs</LastGenOutput>
  211. <SubType>Designer</SubType>
  212. </None>
  213. <None Include="GushchinaDataSet.xss">
  214. <DependentUpon>GushchinaDataSet.xsd</DependentUpon>
  215. </None>
  216. <None Include="GushchinaDataSet1.xsc">
  217. <DependentUpon>GushchinaDataSet1.xsd</DependentUpon>
  218. </None>
  219. <None Include="GushchinaDataSet1.xsd">
  220. <Generator>MSDataSetGenerator</Generator>
  221. <LastGenOutput>GushchinaDataSet11.Designer.cs</LastGenOutput>
  222. <SubType>Designer</SubType>
  223. </None>
  224. <None Include="GushchinaDataSet1.xss">
  225. <DependentUpon>GushchinaDataSet1.xsd</DependentUpon>
  226. </None>
  227. <None Include="packages.config" />
  228. <None Include="Properties\Settings.settings">
  229. <Generator>SettingsSingleFileGenerator</Generator>
  230. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  231. </None>
  232. <Compile Include="Properties\Settings.Designer.cs">
  233. <AutoGen>True</AutoGen>
  234. <DependentUpon>Settings.settings</DependentUpon>
  235. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  236. </Compile>
  237. </ItemGroup>
  238. <ItemGroup>
  239. <None Include="App.config" />
  240. </ItemGroup>
  241. <ItemGroup>
  242. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  243. </ItemGroup>
  244. <ItemGroup>
  245. <COMReference Include="Microsoft.Office.Core">
  246. <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
  247. <VersionMajor>2</VersionMajor>
  248. <VersionMinor>8</VersionMinor>
  249. <Lcid>0</Lcid>
  250. <WrapperTool>primary</WrapperTool>
  251. <Isolated>False</Isolated>
  252. <EmbedInteropTypes>True</EmbedInteropTypes>
  253. </COMReference>
  254. <COMReference Include="Microsoft.Office.Interop.Excel">
  255. <Guid>{00020813-0000-0000-C000-000000000046}</Guid>
  256. <VersionMajor>1</VersionMajor>
  257. <VersionMinor>9</VersionMinor>
  258. <Lcid>0</Lcid>
  259. <WrapperTool>primary</WrapperTool>
  260. <Isolated>False</Isolated>
  261. <EmbedInteropTypes>True</EmbedInteropTypes>
  262. </COMReference>
  263. <COMReference Include="VBIDE">
  264. <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
  265. <VersionMajor>5</VersionMajor>
  266. <VersionMinor>3</VersionMinor>
  267. <Lcid>0</Lcid>
  268. <WrapperTool>primary</WrapperTool>
  269. <Isolated>False</Isolated>
  270. <EmbedInteropTypes>True</EmbedInteropTypes>
  271. </COMReference>
  272. </ItemGroup>
  273. <ItemGroup>
  274. <Content Include="GushchinaDataSet.Context.tt">
  275. <Generator>TextTemplatingFileGenerator</Generator>
  276. <DependentUpon>GushchinaDataSet.edmx</DependentUpon>
  277. <LastGenOutput>GushchinaDataSet.Context.cs</LastGenOutput>
  278. </Content>
  279. <Content Include="GushchinaDataSet.tt">
  280. <Generator>TextTemplatingFileGenerator</Generator>
  281. <DependentUpon>GushchinaDataSet.edmx</DependentUpon>
  282. <LastGenOutput>GushchinaDataSet.cs</LastGenOutput>
  283. </Content>
  284. </ItemGroup>
  285. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  286. </Project>