TuraevMiroshnichenkoStudents.csproj 6.3 KB

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