ИС32Осадчий.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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>{DE1B269B-08BC-48D2-A82C-8DC3EEA34C89}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ИС32Осадчий</RootNamespace>
  10. <AssemblyName>ИС32Осадчий</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</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="Form1.cs">
  50. <SubType>Form</SubType>
  51. </Compile>
  52. <Compile Include="Form1.Designer.cs">
  53. <DependentUpon>Form1.cs</DependentUpon>
  54. </Compile>
  55. <Compile Include="Program.cs" />
  56. <Compile Include="Properties\AssemblyInfo.cs" />
  57. <Compile Include="Главное меню.cs">
  58. <SubType>Form</SubType>
  59. </Compile>
  60. <Compile Include="Главное меню.Designer.cs">
  61. <DependentUpon>Главное меню.cs</DependentUpon>
  62. </Compile>
  63. <Compile Include="Добавление заказов на товары.cs">
  64. <SubType>Form</SubType>
  65. </Compile>
  66. <Compile Include="Добавление заказов на товары.Designer.cs">
  67. <DependentUpon>Добавление заказов на товары.cs</DependentUpon>
  68. </Compile>
  69. <Compile Include="Добавление заказов.cs">
  70. <SubType>Form</SubType>
  71. </Compile>
  72. <Compile Include="Добавление заказов.Designer.cs">
  73. <DependentUpon>Добавление заказов.cs</DependentUpon>
  74. </Compile>
  75. <Compile Include="Добавление пользователей.cs">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="Добавление пользователей.Designer.cs">
  79. <DependentUpon>Добавление пользователей.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="Добавление продуктов.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="Добавление продуктов.Designer.cs">
  85. <DependentUpon>Добавление продуктов.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="Добавление ролей.cs">
  88. <SubType>Form</SubType>
  89. </Compile>
  90. <Compile Include="Добавление ролей.Designer.cs">
  91. <DependentUpon>Добавление ролей.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="Заказ товаров.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="Заказ товаров.Designer.cs">
  97. <DependentUpon>Заказ товаров.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="Заказы.cs">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="Заказы.Designer.cs">
  103. <DependentUpon>Заказы.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="ИС32ОсадчийDataSet.Designer.cs">
  106. <AutoGen>True</AutoGen>
  107. <DesignTime>True</DesignTime>
  108. <DependentUpon>ИС32ОсадчийDataSet.xsd</DependentUpon>
  109. </Compile>
  110. <Compile Include="Пользователи.cs">
  111. <SubType>Form</SubType>
  112. </Compile>
  113. <Compile Include="Пользователи.Designer.cs">
  114. <DependentUpon>Пользователи.cs</DependentUpon>
  115. </Compile>
  116. <Compile Include="Продукты.cs">
  117. <SubType>Form</SubType>
  118. </Compile>
  119. <Compile Include="Продукты.Designer.cs">
  120. <DependentUpon>Продукты.cs</DependentUpon>
  121. </Compile>
  122. <Compile Include="Роли.cs">
  123. <SubType>Form</SubType>
  124. </Compile>
  125. <Compile Include="Роли.Designer.cs">
  126. <DependentUpon>Роли.cs</DependentUpon>
  127. </Compile>
  128. <EmbeddedResource Include="Form1.resx">
  129. <DependentUpon>Form1.cs</DependentUpon>
  130. </EmbeddedResource>
  131. <EmbeddedResource Include="Properties\Resources.resx">
  132. <Generator>ResXFileCodeGenerator</Generator>
  133. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  134. <SubType>Designer</SubType>
  135. </EmbeddedResource>
  136. <Compile Include="Properties\Resources.Designer.cs">
  137. <AutoGen>True</AutoGen>
  138. <DependentUpon>Resources.resx</DependentUpon>
  139. </Compile>
  140. <EmbeddedResource Include="Главное меню.resx">
  141. <DependentUpon>Главное меню.cs</DependentUpon>
  142. </EmbeddedResource>
  143. <EmbeddedResource Include="Добавление заказов на товары.resx">
  144. <DependentUpon>Добавление заказов на товары.cs</DependentUpon>
  145. </EmbeddedResource>
  146. <EmbeddedResource Include="Добавление заказов.resx">
  147. <DependentUpon>Добавление заказов.cs</DependentUpon>
  148. </EmbeddedResource>
  149. <EmbeddedResource Include="Добавление пользователей.resx">
  150. <DependentUpon>Добавление пользователей.cs</DependentUpon>
  151. </EmbeddedResource>
  152. <EmbeddedResource Include="Добавление продуктов.resx">
  153. <DependentUpon>Добавление продуктов.cs</DependentUpon>
  154. </EmbeddedResource>
  155. <EmbeddedResource Include="Добавление ролей.resx">
  156. <DependentUpon>Добавление ролей.cs</DependentUpon>
  157. </EmbeddedResource>
  158. <EmbeddedResource Include="Заказ товаров.resx">
  159. <DependentUpon>Заказ товаров.cs</DependentUpon>
  160. </EmbeddedResource>
  161. <EmbeddedResource Include="Заказы.resx">
  162. <DependentUpon>Заказы.cs</DependentUpon>
  163. </EmbeddedResource>
  164. <EmbeddedResource Include="Пользователи.resx">
  165. <DependentUpon>Пользователи.cs</DependentUpon>
  166. </EmbeddedResource>
  167. <EmbeddedResource Include="Продукты.resx">
  168. <DependentUpon>Продукты.cs</DependentUpon>
  169. </EmbeddedResource>
  170. <EmbeddedResource Include="Роли.resx">
  171. <DependentUpon>Роли.cs</DependentUpon>
  172. </EmbeddedResource>
  173. <None Include="Properties\Settings.settings">
  174. <Generator>SettingsSingleFileGenerator</Generator>
  175. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  176. </None>
  177. <Compile Include="Properties\Settings.Designer.cs">
  178. <AutoGen>True</AutoGen>
  179. <DependentUpon>Settings.settings</DependentUpon>
  180. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  181. </Compile>
  182. <None Include="ИС32ОсадчийDataSet.xsc">
  183. <DependentUpon>ИС32ОсадчийDataSet.xsd</DependentUpon>
  184. </None>
  185. <None Include="ИС32ОсадчийDataSet.xsd">
  186. <Generator>MSDataSetGenerator</Generator>
  187. <LastGenOutput>ИС32ОсадчийDataSet.Designer.cs</LastGenOutput>
  188. <SubType>Designer</SubType>
  189. </None>
  190. <None Include="ИС32ОсадчийDataSet.xss">
  191. <DependentUpon>ИС32ОсадчийDataSet.xsd</DependentUpon>
  192. </None>
  193. </ItemGroup>
  194. <ItemGroup>
  195. <None Include="App.config" />
  196. </ItemGroup>
  197. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  198. </Project>