kafe_Loriy.csproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  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>{27B340A7-7108-49E0-817E-9E3DED3270E5}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>kafe_Loriy</RootNamespace>
  10. <AssemblyName>kafe_Loriy</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="Form1.cs">
  59. <SubType>Form</SubType>
  60. </Compile>
  61. <Compile Include="Form1.Designer.cs">
  62. <DependentUpon>Form1.cs</DependentUpon>
  63. </Compile>
  64. <Compile Include="Form2.cs">
  65. <SubType>Form</SubType>
  66. </Compile>
  67. <Compile Include="Form2.Designer.cs">
  68. <DependentUpon>Form2.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="Form4.cs">
  77. <SubType>Form</SubType>
  78. </Compile>
  79. <Compile Include="Form4.Designer.cs">
  80. <DependentUpon>Form4.cs</DependentUpon>
  81. </Compile>
  82. <Compile Include="Form5.cs">
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="Form5.Designer.cs">
  86. <DependentUpon>Form5.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="Model1.Context.cs">
  89. <AutoGen>True</AutoGen>
  90. <DesignTime>True</DesignTime>
  91. <DependentUpon>Model1.Context.tt</DependentUpon>
  92. </Compile>
  93. <Compile Include="Model1.cs">
  94. <AutoGen>True</AutoGen>
  95. <DesignTime>True</DesignTime>
  96. <DependentUpon>Model1.tt</DependentUpon>
  97. </Compile>
  98. <Compile Include="Model1.Designer.cs">
  99. <AutoGen>True</AutoGen>
  100. <DesignTime>True</DesignTime>
  101. <DependentUpon>Model1.edmx</DependentUpon>
  102. </Compile>
  103. <Compile Include="Program.cs" />
  104. <Compile Include="Properties\AssemblyInfo.cs" />
  105. <Compile Include="sp_helpdiagramdefinition_Result.cs">
  106. <DependentUpon>Model1.tt</DependentUpon>
  107. </Compile>
  108. <Compile Include="sp_helpdiagrams_Result.cs">
  109. <DependentUpon>Model1.tt</DependentUpon>
  110. </Compile>
  111. <Compile Include="sysdiagrams.cs">
  112. <DependentUpon>Model1.tt</DependentUpon>
  113. </Compile>
  114. <Compile Include="БлюдаНапитки.cs">
  115. <DependentUpon>Model1.tt</DependentUpon>
  116. </Compile>
  117. <Compile Include="ЗаказаныеБН.cs">
  118. <DependentUpon>Model1.tt</DependentUpon>
  119. </Compile>
  120. <Compile Include="Заказы.cs">
  121. <DependentUpon>Model1.tt</DependentUpon>
  122. </Compile>
  123. <Compile Include="ОООКафе_ЛорийDataSet.Designer.cs">
  124. <AutoGen>True</AutoGen>
  125. <DesignTime>True</DesignTime>
  126. <DependentUpon>ОООКафе_ЛорийDataSet.xsd</DependentUpon>
  127. </Compile>
  128. <Compile Include="Официанты.cs">
  129. <DependentUpon>Model1.tt</DependentUpon>
  130. </Compile>
  131. <Compile Include="Повара.cs">
  132. <DependentUpon>Model1.tt</DependentUpon>
  133. </Compile>
  134. <Compile Include="Роли.cs">
  135. <DependentUpon>Model1.tt</DependentUpon>
  136. </Compile>
  137. <Compile Include="Смены.cs">
  138. <DependentUpon>Model1.tt</DependentUpon>
  139. </Compile>
  140. <Compile Include="Сотрудники.cs">
  141. <DependentUpon>Model1.tt</DependentUpon>
  142. </Compile>
  143. <Compile Include="СтатусыЗаказа.cs">
  144. <DependentUpon>Model1.tt</DependentUpon>
  145. </Compile>
  146. <Compile Include="СтатусыСотрудников.cs">
  147. <DependentUpon>Model1.tt</DependentUpon>
  148. </Compile>
  149. <EmbeddedResource Include="Form1.resx">
  150. <DependentUpon>Form1.cs</DependentUpon>
  151. </EmbeddedResource>
  152. <EmbeddedResource Include="Form2.resx">
  153. <DependentUpon>Form2.cs</DependentUpon>
  154. </EmbeddedResource>
  155. <EmbeddedResource Include="Form3.resx">
  156. <DependentUpon>Form3.cs</DependentUpon>
  157. </EmbeddedResource>
  158. <EmbeddedResource Include="Form4.resx">
  159. <DependentUpon>Form4.cs</DependentUpon>
  160. </EmbeddedResource>
  161. <EmbeddedResource Include="Form5.resx">
  162. <DependentUpon>Form5.cs</DependentUpon>
  163. </EmbeddedResource>
  164. <EmbeddedResource Include="Properties\Resources.resx">
  165. <Generator>ResXFileCodeGenerator</Generator>
  166. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  167. <SubType>Designer</SubType>
  168. </EmbeddedResource>
  169. <Compile Include="Properties\Resources.Designer.cs">
  170. <AutoGen>True</AutoGen>
  171. <DependentUpon>Resources.resx</DependentUpon>
  172. <DesignTime>True</DesignTime>
  173. </Compile>
  174. <EntityDeploy Include="Model1.edmx">
  175. <Generator>EntityModelCodeGenerator</Generator>
  176. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  177. </EntityDeploy>
  178. <None Include="Model1.edmx.diagram">
  179. <DependentUpon>Model1.edmx</DependentUpon>
  180. </None>
  181. <None Include="packages.config" />
  182. <None Include="Properties\Settings.settings">
  183. <Generator>SettingsSingleFileGenerator</Generator>
  184. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  185. </None>
  186. <Compile Include="Properties\Settings.Designer.cs">
  187. <AutoGen>True</AutoGen>
  188. <DependentUpon>Settings.settings</DependentUpon>
  189. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  190. </Compile>
  191. <None Include="ОООКафе_ЛорийDataSet.xsc">
  192. <DependentUpon>ОООКафе_ЛорийDataSet.xsd</DependentUpon>
  193. </None>
  194. <None Include="ОООКафе_ЛорийDataSet.xsd">
  195. <Generator>MSDataSetGenerator</Generator>
  196. <LastGenOutput>ОООКафе_ЛорийDataSet.Designer.cs</LastGenOutput>
  197. <SubType>Designer</SubType>
  198. </None>
  199. <None Include="ОООКафе_ЛорийDataSet.xss">
  200. <DependentUpon>ОООКафе_ЛорийDataSet.xsd</DependentUpon>
  201. </None>
  202. </ItemGroup>
  203. <ItemGroup>
  204. <None Include="App.config" />
  205. </ItemGroup>
  206. <ItemGroup>
  207. <None Include="Resources\1c2w5eGQlRcroXM3AHx4Wr-SQPHl_jlZkpOinhQlyuYVFb9B0pNRYMkFSI6R3i-QZcqo11Rktf-1T7v0o8ZW97z_.jpg" />
  208. </ItemGroup>
  209. <ItemGroup>
  210. <Content Include="Model1.Context.tt">
  211. <Generator>TextTemplatingFileGenerator</Generator>
  212. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  213. <DependentUpon>Model1.edmx</DependentUpon>
  214. </Content>
  215. <Content Include="Model1.tt">
  216. <Generator>TextTemplatingFileGenerator</Generator>
  217. <DependentUpon>Model1.edmx</DependentUpon>
  218. <LastGenOutput>Model1.cs</LastGenOutput>
  219. </Content>
  220. </ItemGroup>
  221. <ItemGroup>
  222. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  223. </ItemGroup>
  224. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  225. </Project>