WindowsFormsApp1.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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>{86974C08-29A5-4DF3-B91D-ED3023F549E4}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>WindowsFormsApp1</RootNamespace>
  10. <AssemblyName>WindowsFormsApp1</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  37. <DebugSymbols>true</DebugSymbols>
  38. <OutputPath>bin\x86\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <DebugType>full</DebugType>
  41. <PlatformTarget>x86</PlatformTarget>
  42. <LangVersion>7.3</LangVersion>
  43. <ErrorReport>prompt</ErrorReport>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  46. <OutputPath>bin\x86\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <Optimize>true</Optimize>
  49. <DebugType>pdbonly</DebugType>
  50. <PlatformTarget>x86</PlatformTarget>
  51. <LangVersion>7.3</LangVersion>
  52. <ErrorReport>prompt</ErrorReport>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="System" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Deployment" />
  62. <Reference Include="System.Drawing" />
  63. <Reference Include="System.Net.Http" />
  64. <Reference Include="System.Windows.Forms" />
  65. <Reference Include="System.Xml" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="BD_РожковDataSet.Designer.cs">
  69. <AutoGen>True</AutoGen>
  70. <DesignTime>True</DesignTime>
  71. <DependentUpon>BD_РожковDataSet.xsd</DependentUpon>
  72. </Compile>
  73. <Compile Include="Form1.cs">
  74. <SubType>Form</SubType>
  75. </Compile>
  76. <Compile Include="Form1.Designer.cs">
  77. <DependentUpon>Form1.cs</DependentUpon>
  78. </Compile>
  79. <Compile Include="Form2.cs">
  80. <SubType>Form</SubType>
  81. </Compile>
  82. <Compile Include="Form2.Designer.cs">
  83. <DependentUpon>Form2.cs</DependentUpon>
  84. </Compile>
  85. <Compile Include="Program.cs" />
  86. <Compile Include="Properties\AssemblyInfo.cs" />
  87. <EmbeddedResource Include="Form1.resx">
  88. <DependentUpon>Form1.cs</DependentUpon>
  89. </EmbeddedResource>
  90. <EmbeddedResource Include="Form2.resx">
  91. <DependentUpon>Form2.cs</DependentUpon>
  92. </EmbeddedResource>
  93. <EmbeddedResource Include="Properties\Resources.resx">
  94. <Generator>ResXFileCodeGenerator</Generator>
  95. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  96. <SubType>Designer</SubType>
  97. </EmbeddedResource>
  98. <Compile Include="Properties\Resources.Designer.cs">
  99. <AutoGen>True</AutoGen>
  100. <DependentUpon>Resources.resx</DependentUpon>
  101. <DesignTime>True</DesignTime>
  102. </Compile>
  103. <None Include="BD_РожковDataSet.xsc">
  104. <DependentUpon>BD_РожковDataSet.xsd</DependentUpon>
  105. </None>
  106. <None Include="BD_РожковDataSet.xsd">
  107. <Generator>MSDataSetGenerator</Generator>
  108. <LastGenOutput>BD_РожковDataSet.Designer.cs</LastGenOutput>
  109. <SubType>Designer</SubType>
  110. </None>
  111. <None Include="BD_РожковDataSet.xss">
  112. <DependentUpon>BD_РожковDataSet.xsd</DependentUpon>
  113. </None>
  114. <None Include="Properties\Settings.settings">
  115. <Generator>SettingsSingleFileGenerator</Generator>
  116. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  117. </None>
  118. <Compile Include="Properties\Settings.Designer.cs">
  119. <AutoGen>True</AutoGen>
  120. <DependentUpon>Settings.settings</DependentUpon>
  121. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  122. </Compile>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <None Include="App.config" />
  126. </ItemGroup>
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  128. </Project>