Prokatavto08.csproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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>{493747BB-E2D0-47F2-A7DF-FE0C16AA5F9A}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Prokatavto08</RootNamespace>
  10. <AssemblyName>Prokatavto08</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="Prokatavto08DataSet.Designer.cs">
  50. <AutoGen>True</AutoGen>
  51. <DesignTime>True</DesignTime>
  52. <DependentUpon>Prokatavto08DataSet.xsd</DependentUpon>
  53. </Compile>
  54. <Compile Include="Авторизация.cs">
  55. <SubType>Form</SubType>
  56. </Compile>
  57. <Compile Include="Авторизация.Designer.cs">
  58. <DependentUpon>Авторизация.cs</DependentUpon>
  59. </Compile>
  60. <Compile Include="Program.cs" />
  61. <Compile Include="Properties\AssemblyInfo.cs" />
  62. <Compile Include="Главное_меню.cs">
  63. <SubType>Form</SubType>
  64. </Compile>
  65. <Compile Include="Главное_меню.Designer.cs">
  66. <DependentUpon>Главное_меню.cs</DependentUpon>
  67. </Compile>
  68. <Compile Include="Редактирование_автомобили.cs">
  69. <SubType>Form</SubType>
  70. </Compile>
  71. <Compile Include="Редактирование_автомобили.Designer.cs">
  72. <DependentUpon>Редактирование_автомобили.cs</DependentUpon>
  73. </Compile>
  74. <Compile Include="Редактирование_клиенты.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="Редактирование_клиенты.Designer.cs">
  78. <DependentUpon>Редактирование_клиенты.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="Редактирование_прокаты.cs">
  81. <SubType>Form</SubType>
  82. </Compile>
  83. <Compile Include="Редактирование_прокаты.Designer.cs">
  84. <DependentUpon>Редактирование_прокаты.cs</DependentUpon>
  85. </Compile>
  86. <Compile Include="Таблица_автомобили.cs">
  87. <SubType>Form</SubType>
  88. </Compile>
  89. <Compile Include="Таблица_автомобили.Designer.cs">
  90. <DependentUpon>Таблица_автомобили.cs</DependentUpon>
  91. </Compile>
  92. <Compile Include="Таблица_клиенты.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="Таблица_клиенты.Designer.cs">
  96. <DependentUpon>Таблица_клиенты.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="Таблица_прокаты.cs">
  99. <SubType>Form</SubType>
  100. </Compile>
  101. <Compile Include="Таблица_прокаты.Designer.cs">
  102. <DependentUpon>Таблица_прокаты.cs</DependentUpon>
  103. </Compile>
  104. <EmbeddedResource Include="Авторизация.resx">
  105. <DependentUpon>Авторизация.cs</DependentUpon>
  106. </EmbeddedResource>
  107. <EmbeddedResource Include="Properties\Resources.resx">
  108. <Generator>ResXFileCodeGenerator</Generator>
  109. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  110. <SubType>Designer</SubType>
  111. </EmbeddedResource>
  112. <Compile Include="Properties\Resources.Designer.cs">
  113. <AutoGen>True</AutoGen>
  114. <DependentUpon>Resources.resx</DependentUpon>
  115. </Compile>
  116. <EmbeddedResource Include="Главное_меню.resx">
  117. <DependentUpon>Главное_меню.cs</DependentUpon>
  118. </EmbeddedResource>
  119. <EmbeddedResource Include="Редактирование_автомобили.resx">
  120. <DependentUpon>Редактирование_автомобили.cs</DependentUpon>
  121. </EmbeddedResource>
  122. <EmbeddedResource Include="Редактирование_клиенты.resx">
  123. <DependentUpon>Редактирование_клиенты.cs</DependentUpon>
  124. </EmbeddedResource>
  125. <EmbeddedResource Include="Редактирование_прокаты.resx">
  126. <DependentUpon>Редактирование_прокаты.cs</DependentUpon>
  127. </EmbeddedResource>
  128. <EmbeddedResource Include="Таблица_автомобили.resx">
  129. <DependentUpon>Таблица_автомобили.cs</DependentUpon>
  130. </EmbeddedResource>
  131. <EmbeddedResource Include="Таблица_клиенты.resx">
  132. <DependentUpon>Таблица_клиенты.cs</DependentUpon>
  133. </EmbeddedResource>
  134. <EmbeddedResource Include="Таблица_прокаты.resx">
  135. <DependentUpon>Таблица_прокаты.cs</DependentUpon>
  136. </EmbeddedResource>
  137. <None Include="Prokatavto08DataSet.xsc">
  138. <DependentUpon>Prokatavto08DataSet.xsd</DependentUpon>
  139. </None>
  140. <None Include="Prokatavto08DataSet.xsd">
  141. <Generator>MSDataSetGenerator</Generator>
  142. <LastGenOutput>Prokatavto08DataSet.Designer.cs</LastGenOutput>
  143. <SubType>Designer</SubType>
  144. </None>
  145. <None Include="Prokatavto08DataSet.xss">
  146. <DependentUpon>Prokatavto08DataSet.xsd</DependentUpon>
  147. </None>
  148. <None Include="Properties\Settings.settings">
  149. <Generator>SettingsSingleFileGenerator</Generator>
  150. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  151. </None>
  152. <Compile Include="Properties\Settings.Designer.cs">
  153. <AutoGen>True</AutoGen>
  154. <DependentUpon>Settings.settings</DependentUpon>
  155. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  156. </Compile>
  157. </ItemGroup>
  158. <ItemGroup>
  159. <None Include="App.config" />
  160. </ItemGroup>
  161. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  162. </Project>