Cafe11.csproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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>{BF15584F-EA71-4CE5-BC52-5D98B4647E51}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Cafe11</RootNamespace>
  10. <AssemblyName>Cafe11</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="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Xml.Linq" />
  39. <Reference Include="System.Data.DataSetExtensions" />
  40. <Reference Include="Microsoft.CSharp" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Deployment" />
  43. <Reference Include="System.Drawing" />
  44. <Reference Include="System.Net.Http" />
  45. <Reference Include="System.Windows.Forms" />
  46. <Reference Include="System.Xml" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="lebcafeDataSet.Designer.cs">
  50. <AutoGen>True</AutoGen>
  51. <DesignTime>True</DesignTime>
  52. <DependentUpon>lebcafeDataSet.xsd</DependentUpon>
  53. </Compile>
  54. <Compile Include="Main\Autorization.cs">
  55. <SubType>Form</SubType>
  56. </Compile>
  57. <Compile Include="Main\Autorization.Designer.cs">
  58. <DependentUpon>Autorization.cs</DependentUpon>
  59. </Compile>
  60. <Compile Include="Admin\Employee.cs">
  61. <SubType>Form</SubType>
  62. </Compile>
  63. <Compile Include="Admin\Employee.Designer.cs">
  64. <DependentUpon>Employee.cs</DependentUpon>
  65. </Compile>
  66. <Compile Include="Admin\EmployeeChange.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="Admin\EmployeeChange.Designer.cs">
  70. <DependentUpon>EmployeeChange.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="Admin\AdminMenu.cs">
  73. <SubType>Form</SubType>
  74. </Compile>
  75. <Compile Include="Admin\AdminMenu.Designer.cs">
  76. <DependentUpon>AdminMenu.cs</DependentUpon>
  77. </Compile>
  78. <Compile Include="Admin\Orders.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="Admin\Orders.Designer.cs">
  82. <DependentUpon>Orders.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="Chef\PovarMenu.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="Chef\PovarMenu.Designer.cs">
  88. <DependentUpon>PovarMenu.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="Program.cs" />
  91. <Compile Include="Properties\AssemblyInfo.cs" />
  92. <Compile Include="Main\Registration.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="Main\Registration.Designer.cs">
  96. <DependentUpon>Registration.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="Admin\Shifts.cs">
  99. <SubType>Form</SubType>
  100. </Compile>
  101. <Compile Include="Admin\Shifts.Designer.cs">
  102. <DependentUpon>Shifts.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="Waiter\WaiterMenu.cs">
  105. <SubType>Form</SubType>
  106. </Compile>
  107. <Compile Include="Waiter\WaiterMenu.Designer.cs">
  108. <DependentUpon>WaiterMenu.cs</DependentUpon>
  109. </Compile>
  110. <Compile Include="Waiter\WaiterOrder.cs">
  111. <SubType>Form</SubType>
  112. </Compile>
  113. <Compile Include="Waiter\WaiterOrder.Designer.cs">
  114. <DependentUpon>WaiterOrder.cs</DependentUpon>
  115. </Compile>
  116. <EmbeddedResource Include="Admin\Orders.resx">
  117. <DependentUpon>Orders.cs</DependentUpon>
  118. </EmbeddedResource>
  119. <EmbeddedResource Include="Admin\Shifts.resx">
  120. <DependentUpon>Shifts.cs</DependentUpon>
  121. </EmbeddedResource>
  122. <EmbeddedResource Include="Chef\PovarMenu.resx">
  123. <DependentUpon>PovarMenu.cs</DependentUpon>
  124. </EmbeddedResource>
  125. <EmbeddedResource Include="Main\Autorization.resx">
  126. <DependentUpon>Autorization.cs</DependentUpon>
  127. </EmbeddedResource>
  128. <EmbeddedResource Include="Admin\Employee.resx">
  129. <DependentUpon>Employee.cs</DependentUpon>
  130. </EmbeddedResource>
  131. <EmbeddedResource Include="Admin\AdminMenu.resx">
  132. <DependentUpon>AdminMenu.cs</DependentUpon>
  133. </EmbeddedResource>
  134. <EmbeddedResource Include="Properties\Resources.resx">
  135. <Generator>ResXFileCodeGenerator</Generator>
  136. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  137. <SubType>Designer</SubType>
  138. </EmbeddedResource>
  139. <Compile Include="Properties\Resources.Designer.cs">
  140. <AutoGen>True</AutoGen>
  141. <DependentUpon>Resources.resx</DependentUpon>
  142. <DesignTime>True</DesignTime>
  143. </Compile>
  144. <EmbeddedResource Include="Main\Registration.resx">
  145. <DependentUpon>Registration.cs</DependentUpon>
  146. </EmbeddedResource>
  147. <EmbeddedResource Include="Waiter\WaiterMenu.resx">
  148. <DependentUpon>WaiterMenu.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="Waiter\WaiterOrder.resx">
  151. <DependentUpon>WaiterOrder.cs</DependentUpon>
  152. </EmbeddedResource>
  153. <None Include="lebcafeDataSet.xsc">
  154. <DependentUpon>lebcafeDataSet.xsd</DependentUpon>
  155. </None>
  156. <None Include="lebcafeDataSet.xsd">
  157. <Generator>MSDataSetGenerator</Generator>
  158. <LastGenOutput>lebcafeDataSet.Designer.cs</LastGenOutput>
  159. <SubType>Designer</SubType>
  160. </None>
  161. <None Include="lebcafeDataSet.xss">
  162. <DependentUpon>lebcafeDataSet.xsd</DependentUpon>
  163. </None>
  164. <None Include="Properties\Settings.settings">
  165. <Generator>SettingsSingleFileGenerator</Generator>
  166. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  167. </None>
  168. <Compile Include="Properties\Settings.Designer.cs">
  169. <AutoGen>True</AutoGen>
  170. <DependentUpon>Settings.settings</DependentUpon>
  171. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  172. </Compile>
  173. </ItemGroup>
  174. <ItemGroup>
  175. <None Include="App.config" />
  176. </ItemGroup>
  177. <ItemGroup>
  178. <None Include="Resources\9474c2095b3782a7defb9cff8cc64827.jpg" />
  179. </ItemGroup>
  180. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  181. </Project>