Демо.csproj 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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>{3BA6F49A-6337-4C11-A5F4-B5BB36ED86D2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Демо</RootNamespace>
  10. <AssemblyName>Демо</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="Авторизация.cs">
  50. <SubType>Form</SubType>
  51. </Compile>
  52. <Compile Include="Авторизация.Designer.cs">
  53. <DependentUpon>Авторизация.cs</DependentUpon>
  54. </Compile>
  55. <Compile Include="Program.cs" />
  56. <Compile Include="Properties\AssemblyInfo.cs" />
  57. <Compile Include="Добавление.cs">
  58. <SubType>Form</SubType>
  59. </Compile>
  60. <Compile Include="Добавление.Designer.cs">
  61. <DependentUpon>Добавление.cs</DependentUpon>
  62. </Compile>
  63. <Compile Include="Каталог.cs">
  64. <SubType>Form</SubType>
  65. </Compile>
  66. <Compile Include="Каталог.Designer.cs">
  67. <DependentUpon>Каталог.cs</DependentUpon>
  68. </Compile>
  69. <Compile Include="Редактировать.cs">
  70. <SubType>Form</SubType>
  71. </Compile>
  72. <Compile Include="Редактировать.Designer.cs">
  73. <DependentUpon>Редактировать.cs</DependentUpon>
  74. </Compile>
  75. <Compile Include="Школа_языковDataSet.Designer.cs">
  76. <AutoGen>True</AutoGen>
  77. <DesignTime>True</DesignTime>
  78. <DependentUpon>Школа_языковDataSet.xsd</DependentUpon>
  79. </Compile>
  80. <EmbeddedResource Include="Авторизация.resx">
  81. <DependentUpon>Авторизация.cs</DependentUpon>
  82. </EmbeddedResource>
  83. <EmbeddedResource Include="Properties\Resources.resx">
  84. <Generator>ResXFileCodeGenerator</Generator>
  85. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  86. <SubType>Designer</SubType>
  87. </EmbeddedResource>
  88. <Compile Include="Properties\Resources.Designer.cs">
  89. <AutoGen>True</AutoGen>
  90. <DependentUpon>Resources.resx</DependentUpon>
  91. <DesignTime>True</DesignTime>
  92. </Compile>
  93. <EmbeddedResource Include="Добавление.resx">
  94. <DependentUpon>Добавление.cs</DependentUpon>
  95. </EmbeddedResource>
  96. <EmbeddedResource Include="Каталог.resx">
  97. <DependentUpon>Каталог.cs</DependentUpon>
  98. </EmbeddedResource>
  99. <EmbeddedResource Include="Редактировать.resx">
  100. <DependentUpon>Редактировать.cs</DependentUpon>
  101. </EmbeddedResource>
  102. <None Include="Properties\Settings.settings">
  103. <Generator>SettingsSingleFileGenerator</Generator>
  104. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  105. </None>
  106. <Compile Include="Properties\Settings.Designer.cs">
  107. <AutoGen>True</AutoGen>
  108. <DependentUpon>Settings.settings</DependentUpon>
  109. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  110. </Compile>
  111. <None Include="Школа_языковDataSet.xsc">
  112. <DependentUpon>Школа_языковDataSet.xsd</DependentUpon>
  113. </None>
  114. <None Include="Школа_языковDataSet.xsd">
  115. <Generator>MSDataSetGenerator</Generator>
  116. <LastGenOutput>Школа_языковDataSet.Designer.cs</LastGenOutput>
  117. <SubType>Designer</SubType>
  118. </None>
  119. <None Include="Школа_языковDataSet.xss">
  120. <DependentUpon>Школа_языковDataSet.xsd</DependentUpon>
  121. </None>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <None Include="App.config" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <None Include="Resources\school_logo.png" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Content Include="Услуги школы\for company.jpg" />
  131. <Content Include="Услуги школы\online lessons.jpg" />
  132. <Content Include="Услуги школы\Английский язык.jpg" />
  133. <Content Include="Услуги школы\Испанский язык.jpg" />
  134. <Content Include="Услуги школы\Итальянский язык.jpg" />
  135. <Content Include="Услуги школы\киноклуб.jpg" />
  136. <Content Include="Услуги школы\Китайский язык.jpg" />
  137. <Content Include="Услуги школы\Немецкий язык.png" />
  138. <Content Include="Услуги школы\Подготовка к экзамену ACT.png" />
  139. <Content Include="Услуги школы\Подготовка к экзамену GMAT.png" />
  140. <Content Include="Услуги школы\Подготовка к экзамену GRE.jpeg" />
  141. <Content Include="Услуги школы\Подготовка к экзамену IELTS.jpg" />
  142. <Content Include="Услуги школы\Подготовка к экзамену SAT.png" />
  143. <Content Include="Услуги школы\Подготовка к экзамену TOEFL.jpg" />
  144. <Content Include="Услуги школы\Португальский язык.jpg" />
  145. <Content Include="Услуги школы\Французский язык.jpg" />
  146. <Content Include="Услуги школы\Японский язык.jpg" />
  147. </ItemGroup>
  148. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  149. </Project>