WindowsFormsApp3.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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>{35CE8A66-93A1-4236-BAEF-21EECE709136}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>WindowsFormsApp3</RootNamespace>
  10. <AssemblyName>WindowsFormsApp3</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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  36. <DebugSymbols>true</DebugSymbols>
  37. <OutputPath>bin\x86\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <DebugType>full</DebugType>
  40. <PlatformTarget>x86</PlatformTarget>
  41. <LangVersion>7.3</LangVersion>
  42. <ErrorReport>prompt</ErrorReport>
  43. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  44. <Prefer32Bit>true</Prefer32Bit>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  47. <OutputPath>bin\x86\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <Optimize>true</Optimize>
  50. <DebugType>pdbonly</DebugType>
  51. <PlatformTarget>x86</PlatformTarget>
  52. <LangVersion>7.3</LangVersion>
  53. <ErrorReport>prompt</ErrorReport>
  54. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  55. <Prefer32Bit>true</Prefer32Bit>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="System" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="Microsoft.CSharp" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Deployment" />
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.Net.Http" />
  67. <Reference Include="System.Windows.Forms" />
  68. <Reference Include="System.Xml" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="BD_Fam_GebelDataSet.Designer.cs">
  72. <AutoGen>True</AutoGen>
  73. <DesignTime>True</DesignTime>
  74. <DependentUpon>BD_Fam_GebelDataSet.xsd</DependentUpon>
  75. </Compile>
  76. <Compile Include="BD_Fam_GebelDataSet1.Designer.cs">
  77. <AutoGen>True</AutoGen>
  78. <DesignTime>True</DesignTime>
  79. <DependentUpon>BD_Fam_GebelDataSet1.xsd</DependentUpon>
  80. </Compile>
  81. <Compile Include="Form1.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="Form1.Designer.cs">
  85. <DependentUpon>Form1.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="Form3.cs">
  88. <SubType>Form</SubType>
  89. </Compile>
  90. <Compile Include="Form3.Designer.cs">
  91. <DependentUpon>Form3.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="Program.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. <EmbeddedResource Include="Form1.resx">
  96. <DependentUpon>Form1.cs</DependentUpon>
  97. </EmbeddedResource>
  98. <EmbeddedResource Include="Form3.resx">
  99. <DependentUpon>Form3.cs</DependentUpon>
  100. </EmbeddedResource>
  101. <EmbeddedResource Include="Properties\Resources.resx">
  102. <Generator>ResXFileCodeGenerator</Generator>
  103. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  104. <SubType>Designer</SubType>
  105. </EmbeddedResource>
  106. <Compile Include="Properties\Resources.Designer.cs">
  107. <AutoGen>True</AutoGen>
  108. <DependentUpon>Resources.resx</DependentUpon>
  109. <DesignTime>True</DesignTime>
  110. </Compile>
  111. <None Include="BD_Fam_GebelDataSet.xsc">
  112. <DependentUpon>BD_Fam_GebelDataSet.xsd</DependentUpon>
  113. </None>
  114. <None Include="BD_Fam_GebelDataSet.xsd">
  115. <Generator>MSDataSetGenerator</Generator>
  116. <LastGenOutput>BD_Fam_GebelDataSet.Designer.cs</LastGenOutput>
  117. <SubType>Designer</SubType>
  118. </None>
  119. <None Include="BD_Fam_GebelDataSet.xss">
  120. <DependentUpon>BD_Fam_GebelDataSet.xsd</DependentUpon>
  121. </None>
  122. <None Include="BD_Fam_GebelDataSet1.xsc">
  123. <DependentUpon>BD_Fam_GebelDataSet1.xsd</DependentUpon>
  124. </None>
  125. <None Include="BD_Fam_GebelDataSet1.xsd">
  126. <Generator>MSDataSetGenerator</Generator>
  127. <LastGenOutput>BD_Fam_GebelDataSet1.Designer.cs</LastGenOutput>
  128. <SubType>Designer</SubType>
  129. </None>
  130. <None Include="BD_Fam_GebelDataSet1.xss">
  131. <DependentUpon>BD_Fam_GebelDataSet1.xsd</DependentUpon>
  132. </None>
  133. <None Include="Properties\Settings.settings">
  134. <Generator>SettingsSingleFileGenerator</Generator>
  135. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  136. </None>
  137. <Compile Include="Properties\Settings.Designer.cs">
  138. <AutoGen>True</AutoGen>
  139. <DependentUpon>Settings.settings</DependentUpon>
  140. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  141. </Compile>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="App.config" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <None Include="Resources\ЛОГО2.jpg" />
  148. </ItemGroup>
  149. <ItemGroup>
  150. <None Include="Resources\ЛОГО1.png" />
  151. </ItemGroup>
  152. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  153. </Project>