IS31BorovikAleksandrStudents.csproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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>{28CA8EA5-6433-4533-ADD3-8ADBCBFF4EA2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>IS31BorovikAleksandrStudents</RootNamespace>
  10. <AssemblyName>IS31BorovikAleksandrStudents</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="System" />
  36. <Reference Include="System.Core" />
  37. <Reference Include="System.Xml.Linq" />
  38. <Reference Include="System.Data.DataSetExtensions" />
  39. <Reference Include="Microsoft.CSharp" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Deployment" />
  42. <Reference Include="System.Drawing" />
  43. <Reference Include="System.Windows.Forms" />
  44. <Reference Include="System.Xml" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="DataSet1.Designer.cs">
  48. <AutoGen>True</AutoGen>
  49. <DesignTime>True</DesignTime>
  50. <DependentUpon>DataSet1.xsd</DependentUpon>
  51. </Compile>
  52. <Compile Include="Form1.cs">
  53. <SubType>Form</SubType>
  54. </Compile>
  55. <Compile Include="Form1.Designer.cs">
  56. <DependentUpon>Form1.cs</DependentUpon>
  57. </Compile>
  58. <Compile Include="Form2.cs">
  59. <SubType>Form</SubType>
  60. </Compile>
  61. <Compile Include="Form2.Designer.cs">
  62. <DependentUpon>Form2.cs</DependentUpon>
  63. </Compile>
  64. <Compile Include="Form3.cs">
  65. <SubType>Form</SubType>
  66. </Compile>
  67. <Compile Include="Form3.Designer.cs">
  68. <DependentUpon>Form3.cs</DependentUpon>
  69. </Compile>
  70. <Compile Include="Form4.cs">
  71. <SubType>Form</SubType>
  72. </Compile>
  73. <Compile Include="Form4.Designer.cs">
  74. <DependentUpon>Form4.cs</DependentUpon>
  75. </Compile>
  76. <Compile Include="Form5.cs">
  77. <SubType>Form</SubType>
  78. </Compile>
  79. <Compile Include="Form5.Designer.cs">
  80. <DependentUpon>Form5.cs</DependentUpon>
  81. </Compile>
  82. <Compile Include="Form6.cs">
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="Form6.Designer.cs">
  86. <DependentUpon>Form6.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="IS31BorovikAndreyStudDataSet.Designer.cs">
  89. <AutoGen>True</AutoGen>
  90. <DesignTime>True</DesignTime>
  91. <DependentUpon>IS31BorovikAndreyStudDataSet.xsd</DependentUpon>
  92. </Compile>
  93. <Compile Include="IS31KiselevStudDataSet.Designer.cs">
  94. <AutoGen>True</AutoGen>
  95. <DesignTime>True</DesignTime>
  96. <DependentUpon>IS31KiselevStudDataSet.xsd</DependentUpon>
  97. </Compile>
  98. <Compile Include="Program.cs" />
  99. <Compile Include="Properties\AssemblyInfo.cs" />
  100. <EmbeddedResource Include="Form1.resx">
  101. <DependentUpon>Form1.cs</DependentUpon>
  102. </EmbeddedResource>
  103. <EmbeddedResource Include="Form2.resx">
  104. <DependentUpon>Form2.cs</DependentUpon>
  105. </EmbeddedResource>
  106. <EmbeddedResource Include="Form3.resx">
  107. <DependentUpon>Form3.cs</DependentUpon>
  108. </EmbeddedResource>
  109. <EmbeddedResource Include="Form4.resx">
  110. <DependentUpon>Form4.cs</DependentUpon>
  111. </EmbeddedResource>
  112. <EmbeddedResource Include="Form5.resx">
  113. <DependentUpon>Form5.cs</DependentUpon>
  114. </EmbeddedResource>
  115. <EmbeddedResource Include="Form6.resx">
  116. <DependentUpon>Form6.cs</DependentUpon>
  117. </EmbeddedResource>
  118. <EmbeddedResource Include="Properties\Resources.resx">
  119. <Generator>ResXFileCodeGenerator</Generator>
  120. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  121. <SubType>Designer</SubType>
  122. </EmbeddedResource>
  123. <Compile Include="Properties\Resources.Designer.cs">
  124. <AutoGen>True</AutoGen>
  125. <DependentUpon>Resources.resx</DependentUpon>
  126. </Compile>
  127. <None Include="app.config" />
  128. <None Include="DataSet1.xsc">
  129. <DependentUpon>DataSet1.xsd</DependentUpon>
  130. </None>
  131. <None Include="DataSet1.xsd">
  132. <Generator>MSDataSetGenerator</Generator>
  133. <LastGenOutput>DataSet1.Designer.cs</LastGenOutput>
  134. <SubType>Designer</SubType>
  135. </None>
  136. <None Include="DataSet1.xss">
  137. <DependentUpon>DataSet1.xsd</DependentUpon>
  138. </None>
  139. <None Include="IS31BorovikAndreyStudDataSet.xsc">
  140. <DependentUpon>IS31BorovikAndreyStudDataSet.xsd</DependentUpon>
  141. </None>
  142. <None Include="IS31BorovikAndreyStudDataSet.xsd">
  143. <Generator>MSDataSetGenerator</Generator>
  144. <LastGenOutput>IS31BorovikAndreyStudDataSet.Designer.cs</LastGenOutput>
  145. <SubType>Designer</SubType>
  146. </None>
  147. <None Include="IS31BorovikAndreyStudDataSet.xss">
  148. <DependentUpon>IS31BorovikAndreyStudDataSet.xsd</DependentUpon>
  149. </None>
  150. <None Include="IS31KiselevStudDataSet.xsc">
  151. <DependentUpon>IS31KiselevStudDataSet.xsd</DependentUpon>
  152. </None>
  153. <None Include="IS31KiselevStudDataSet.xsd">
  154. <Generator>MSDataSetGenerator</Generator>
  155. <LastGenOutput>IS31KiselevStudDataSet.Designer.cs</LastGenOutput>
  156. <SubType>Designer</SubType>
  157. </None>
  158. <None Include="IS31KiselevStudDataSet.xss">
  159. <DependentUpon>IS31KiselevStudDataSet.xsd</DependentUpon>
  160. </None>
  161. <None Include="Properties\Settings.settings">
  162. <Generator>SettingsSingleFileGenerator</Generator>
  163. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  164. </None>
  165. <Compile Include="Properties\Settings.Designer.cs">
  166. <AutoGen>True</AutoGen>
  167. <DependentUpon>Settings.settings</DependentUpon>
  168. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  169. </Compile>
  170. </ItemGroup>
  171. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  172. </Project>