KachaevBuynitskiyStudents.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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>{8057D402-9699-4CA0-AB25-CA291FC0343E}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>KachaevBuynitskiyStudents</RootNamespace>
  10. <AssemblyName>KachaevBuynitskiyStudents</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="BuynitskiyStudentsDataSet.Designer.cs">
  50. <AutoGen>True</AutoGen>
  51. <DesignTime>True</DesignTime>
  52. <DependentUpon>BuynitskiyStudentsDataSet.xsd</DependentUpon>
  53. </Compile>
  54. <Compile Include="BuynitskiyStudentsDataSet1.Designer.cs">
  55. <AutoGen>True</AutoGen>
  56. <DesignTime>True</DesignTime>
  57. <DependentUpon>BuynitskiyStudentsDataSet1.xsd</DependentUpon>
  58. </Compile>
  59. <Compile Include="Form1.cs">
  60. <SubType>Form</SubType>
  61. </Compile>
  62. <Compile Include="Form1.Designer.cs">
  63. <DependentUpon>Form1.cs</DependentUpon>
  64. </Compile>
  65. <Compile Include="Form2.cs">
  66. <SubType>Form</SubType>
  67. </Compile>
  68. <Compile Include="Form2.Designer.cs">
  69. <DependentUpon>Form2.cs</DependentUpon>
  70. </Compile>
  71. <Compile Include="Form3.cs">
  72. <SubType>Form</SubType>
  73. </Compile>
  74. <Compile Include="Form3.Designer.cs">
  75. <DependentUpon>Form3.cs</DependentUpon>
  76. </Compile>
  77. <Compile Include="Form4.cs">
  78. <SubType>Form</SubType>
  79. </Compile>
  80. <Compile Include="Form4.Designer.cs">
  81. <DependentUpon>Form4.cs</DependentUpon>
  82. </Compile>
  83. <Compile Include="Form5.cs">
  84. <SubType>Form</SubType>
  85. </Compile>
  86. <Compile Include="Form5.Designer.cs">
  87. <DependentUpon>Form5.cs</DependentUpon>
  88. </Compile>
  89. <Compile Include="Form6.cs">
  90. <SubType>Form</SubType>
  91. </Compile>
  92. <Compile Include="Form6.Designer.cs">
  93. <DependentUpon>Form6.cs</DependentUpon>
  94. </Compile>
  95. <Compile Include="Program.cs" />
  96. <Compile Include="Properties\AssemblyInfo.cs" />
  97. <EmbeddedResource Include="Form1.resx">
  98. <DependentUpon>Form1.cs</DependentUpon>
  99. </EmbeddedResource>
  100. <EmbeddedResource Include="Form2.resx">
  101. <DependentUpon>Form2.cs</DependentUpon>
  102. </EmbeddedResource>
  103. <EmbeddedResource Include="Form3.resx">
  104. <DependentUpon>Form3.cs</DependentUpon>
  105. </EmbeddedResource>
  106. <EmbeddedResource Include="Form4.resx">
  107. <DependentUpon>Form4.cs</DependentUpon>
  108. </EmbeddedResource>
  109. <EmbeddedResource Include="Form5.resx">
  110. <DependentUpon>Form5.cs</DependentUpon>
  111. </EmbeddedResource>
  112. <EmbeddedResource Include="Form6.resx">
  113. <DependentUpon>Form6.cs</DependentUpon>
  114. </EmbeddedResource>
  115. <EmbeddedResource Include="Properties\Resources.resx">
  116. <Generator>ResXFileCodeGenerator</Generator>
  117. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  118. <SubType>Designer</SubType>
  119. </EmbeddedResource>
  120. <Compile Include="Properties\Resources.Designer.cs">
  121. <AutoGen>True</AutoGen>
  122. <DependentUpon>Resources.resx</DependentUpon>
  123. </Compile>
  124. <None Include="BuynitskiyStudentsDataSet.xsc">
  125. <DependentUpon>BuynitskiyStudentsDataSet.xsd</DependentUpon>
  126. </None>
  127. <None Include="BuynitskiyStudentsDataSet.xsd">
  128. <Generator>MSDataSetGenerator</Generator>
  129. <LastGenOutput>BuynitskiyStudentsDataSet.Designer.cs</LastGenOutput>
  130. <SubType>Designer</SubType>
  131. </None>
  132. <None Include="BuynitskiyStudentsDataSet.xss">
  133. <DependentUpon>BuynitskiyStudentsDataSet.xsd</DependentUpon>
  134. </None>
  135. <None Include="BuynitskiyStudentsDataSet1.xsc">
  136. <DependentUpon>BuynitskiyStudentsDataSet1.xsd</DependentUpon>
  137. </None>
  138. <None Include="BuynitskiyStudentsDataSet1.xsd">
  139. <Generator>MSDataSetGenerator</Generator>
  140. <LastGenOutput>BuynitskiyStudentsDataSet1.Designer.cs</LastGenOutput>
  141. <SubType>Designer</SubType>
  142. </None>
  143. <None Include="BuynitskiyStudentsDataSet1.xss">
  144. <DependentUpon>BuynitskiyStudentsDataSet1.xsd</DependentUpon>
  145. </None>
  146. <None Include="Properties\Settings.settings">
  147. <Generator>SettingsSingleFileGenerator</Generator>
  148. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  149. </None>
  150. <Compile Include="Properties\Settings.Designer.cs">
  151. <AutoGen>True</AutoGen>
  152. <DependentUpon>Settings.settings</DependentUpon>
  153. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  154. </Compile>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <None Include="App.config" />
  158. </ItemGroup>
  159. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  160. </Project>