RozenbergBrovki.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  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>{9BC9FA8A-C27C-4992-8D50-61E60355B40A}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>RozenbergBrovki</RootNamespace>
  10. <AssemblyName>RozenbergBrovki</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="System" />
  43. <Reference Include="System.ComponentModel.DataAnnotations" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Runtime.Serialization" />
  46. <Reference Include="System.Security" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Deployment" />
  52. <Reference Include="System.Drawing" />
  53. <Reference Include="System.Net.Http" />
  54. <Reference Include="System.Windows.Forms" />
  55. <Reference Include="System.Xml" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="Clientservic.cs">
  59. <DependentUpon>Model1.tt</DependentUpon>
  60. </Compile>
  61. <Compile Include="DocumentByService.cs">
  62. <DependentUpon>Model1.tt</DependentUpon>
  63. </Compile>
  64. <Compile Include="Form1.cs">
  65. <SubType>Form</SubType>
  66. </Compile>
  67. <Compile Include="Form1.Designer.cs">
  68. <DependentUpon>Form1.cs</DependentUpon>
  69. </Compile>
  70. <Compile Include="Form3.cs">
  71. <SubType>Form</SubType>
  72. </Compile>
  73. <Compile Include="Form3.Designer.cs">
  74. <DependentUpon>Form3.cs</DependentUpon>
  75. </Compile>
  76. <Compile Include="Gender.cs">
  77. <DependentUpon>Model1.tt</DependentUpon>
  78. </Compile>
  79. <Compile Include="Loginpass.cs">
  80. <DependentUpon>Model1.tt</DependentUpon>
  81. </Compile>
  82. <Compile Include="Manufacturer.cs">
  83. <DependentUpon>Model1.tt</DependentUpon>
  84. </Compile>
  85. <Compile Include="Model1.Context.cs">
  86. <AutoGen>True</AutoGen>
  87. <DesignTime>True</DesignTime>
  88. <DependentUpon>Model1.Context.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="Model1.Designer.cs">
  96. <AutoGen>True</AutoGen>
  97. <DesignTime>True</DesignTime>
  98. <DependentUpon>Model1.edmx</DependentUpon>
  99. </Compile>
  100. <Compile Include="Product.cs">
  101. <DependentUpon>Model1.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="ProductPhoto.cs">
  104. <DependentUpon>Model1.tt</DependentUpon>
  105. </Compile>
  106. <Compile Include="ProductSale.cs">
  107. <DependentUpon>Model1.tt</DependentUpon>
  108. </Compile>
  109. <Compile Include="Program.cs" />
  110. <Compile Include="Properties\AssemblyInfo.cs" />
  111. <Compile Include="RozenbergBrDataSet.Designer.cs">
  112. <AutoGen>True</AutoGen>
  113. <DesignTime>True</DesignTime>
  114. <DependentUpon>RozenbergBrDataSet.xsd</DependentUpon>
  115. </Compile>
  116. <Compile Include="RozenbergBrDataSet1.Designer.cs">
  117. <AutoGen>True</AutoGen>
  118. <DesignTime>True</DesignTime>
  119. <DependentUpon>RozenbergBrDataSet1.xsd</DependentUpon>
  120. </Compile>
  121. <Compile Include="Service.cs">
  122. <DependentUpon>Model1.tt</DependentUpon>
  123. </Compile>
  124. <Compile Include="ServicePhoto.cs">
  125. <DependentUpon>Model1.tt</DependentUpon>
  126. </Compile>
  127. <Compile Include="sysdiagrams.cs">
  128. <DependentUpon>Model1.tt</DependentUpon>
  129. </Compile>
  130. <Compile Include="Tag.cs">
  131. <DependentUpon>Model1.tt</DependentUpon>
  132. </Compile>
  133. <Compile Include="Запись.cs">
  134. <SubType>Form</SubType>
  135. </Compile>
  136. <Compile Include="Запись.Designer.cs">
  137. <DependentUpon>Запись.cs</DependentUpon>
  138. </Compile>
  139. <Compile Include="Записьклиента.cs">
  140. <SubType>Form</SubType>
  141. </Compile>
  142. <Compile Include="Записьклиента.Designer.cs">
  143. <DependentUpon>Записьклиента.cs</DependentUpon>
  144. </Compile>
  145. <Compile Include="Кли33ент.cs">
  146. <DependentUpon>Model1.tt</DependentUpon>
  147. </Compile>
  148. <EmbeddedResource Include="Form1.resx">
  149. <DependentUpon>Form1.cs</DependentUpon>
  150. </EmbeddedResource>
  151. <EmbeddedResource Include="Form3.resx">
  152. <DependentUpon>Form3.cs</DependentUpon>
  153. </EmbeddedResource>
  154. <EmbeddedResource Include="Properties\Resources.resx">
  155. <Generator>ResXFileCodeGenerator</Generator>
  156. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  157. <SubType>Designer</SubType>
  158. </EmbeddedResource>
  159. <Compile Include="Properties\Resources.Designer.cs">
  160. <AutoGen>True</AutoGen>
  161. <DependentUpon>Resources.resx</DependentUpon>
  162. <DesignTime>True</DesignTime>
  163. </Compile>
  164. <EmbeddedResource Include="Запись.resx">
  165. <DependentUpon>Запись.cs</DependentUpon>
  166. </EmbeddedResource>
  167. <EmbeddedResource Include="Записьклиента.resx">
  168. <DependentUpon>Записьклиента.cs</DependentUpon>
  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. <Compile Include="Properties\Settings.Designer.cs">
  183. <AutoGen>True</AutoGen>
  184. <DependentUpon>Settings.settings</DependentUpon>
  185. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  186. </Compile>
  187. <None Include="RozenbergBrDataSet.xsc">
  188. <DependentUpon>RozenbergBrDataSet.xsd</DependentUpon>
  189. </None>
  190. <None Include="RozenbergBrDataSet.xsd">
  191. <Generator>MSDataSetGenerator</Generator>
  192. <LastGenOutput>RozenbergBrDataSet.Designer.cs</LastGenOutput>
  193. <SubType>Designer</SubType>
  194. </None>
  195. <None Include="RozenbergBrDataSet.xss">
  196. <DependentUpon>RozenbergBrDataSet.xsd</DependentUpon>
  197. </None>
  198. <None Include="RozenbergBrDataSet1.xsc">
  199. <DependentUpon>RozenbergBrDataSet1.xsd</DependentUpon>
  200. </None>
  201. <None Include="RozenbergBrDataSet1.xsd">
  202. <Generator>MSDataSetGenerator</Generator>
  203. <LastGenOutput>RozenbergBrDataSet1.Designer.cs</LastGenOutput>
  204. <SubType>Designer</SubType>
  205. </None>
  206. <None Include="RozenbergBrDataSet1.xss">
  207. <DependentUpon>RozenbergBrDataSet1.xsd</DependentUpon>
  208. </None>
  209. </ItemGroup>
  210. <ItemGroup>
  211. <None Include="App.config" />
  212. </ItemGroup>
  213. <ItemGroup>
  214. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  215. </ItemGroup>
  216. <ItemGroup>
  217. <Content Include="Model1.Context.tt">
  218. <Generator>TextTemplatingFileGenerator</Generator>
  219. <DependentUpon>Model1.edmx</DependentUpon>
  220. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  221. </Content>
  222. <Content Include="Model1.tt">
  223. <Generator>TextTemplatingFileGenerator</Generator>
  224. <DependentUpon>Model1.edmx</DependentUpon>
  225. <LastGenOutput>Model1.cs</LastGenOutput>
  226. </Content>
  227. <None Include="Resources\Экспресс-педикюр.jpg" />
  228. <None Include="Resources\Экспресс SPA.png" />
  229. <None Include="Resources\Шугаринг.jpg" />
  230. <None Include="Resources\Укрепление ногтей гелем.jpg" />
  231. <None Include="Resources\стрижка.png" />
  232. <None Include="Resources\Стоун-терапия.jpg" />
  233. <None Include="Resources\Снятие ресниц.jpg" />
  234. <None Include="Resources\Ресницы.png" />
  235. <None Include="Resources\Прокол ушей пистолетом.png" />
  236. <None Include="Resources\Прессотерапия.jpg" />
  237. <None Include="Resources\Полировка ногтей.jpg" />
  238. <None Include="Resources\Покрытие ногтей гель-лаком.jpg" />
  239. <None Include="Resources\Парафинотерапия.jpg" />
  240. <None Include="Resources\Окрашивание бровей.jpg" />
  241. <None Include="Resources\ногти.png" />
  242. <None Include="Resources\Моделирование ресниц.jpg" />
  243. <None Include="Resources\Мезотерапия.jpg" />
  244. <None Include="Resources\массаж.jpg" />
  245. <None Include="Resources\Контурная пластика.jpg" />
  246. <None Include="Resources\Комбинированный маникюр.jpg" />
  247. <None Include="Resources\Классический маникюр.png" />
  248. <None Include="Resources\ИК-сауна.jpg" />
  249. <None Include="Resources\Европейский маникюр.jpg" />
  250. <None Include="Resources\Депиляция воском.jpg" />
  251. <None Include="Resources\Демакияж.jpg" />
  252. <None Include="Resources\Декорирование нарощенных ресниц стразами.jpg" />
  253. <None Include="Resources\Гречишный массаж.jpg" />
  254. <None Include="Resources\брови.png" />
  255. <None Include="Resources\soliarij.jpg" />
  256. <None Include="Resources\piling.jpg" />
  257. <None Include="Resources\mask.jpeg" />
  258. <None Include="Resources\man.png" />
  259. <None Include="Resources\makeup.jpg" />
  260. <None Include="Resources\face.png" />
  261. <None Include="Resources\122454.png" />
  262. <None Include="Resources\96.png" />
  263. </ItemGroup>
  264. <ItemGroup>
  265. <Folder Include="PICTURES\" />
  266. </ItemGroup>
  267. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  268. </Project>