WindowsFormsApp1.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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>{0A64746F-5676-4C85-A728-9F47973FD964}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>WindowsFormsApp1</RootNamespace>
  10. <AssemblyName>WindowsFormsApp1</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="System" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Deployment" />
  58. <Reference Include="System.Drawing" />
  59. <Reference Include="System.Net.Http" />
  60. <Reference Include="System.Windows.Forms" />
  61. <Reference Include="System.Xml" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="Vhod.cs">
  65. <SubType>Form</SubType>
  66. </Compile>
  67. <Compile Include="Vhod.Designer.cs">
  68. <DependentUpon>Vhod.cs</DependentUpon>
  69. </Compile>
  70. <Compile Include="Base.cs" />
  71. <Compile Include="Bron.cs">
  72. <SubType>Form</SubType>
  73. </Compile>
  74. <Compile Include="Bron.Designer.cs">
  75. <DependentUpon>Bron.cs</DependentUpon>
  76. </Compile>
  77. <Compile Include="Main.cs">
  78. <SubType>Form</SubType>
  79. </Compile>
  80. <Compile Include="Main.Designer.cs">
  81. <DependentUpon>Main.cs</DependentUpon>
  82. </Compile>
  83. <Compile Include="Login.cs" />
  84. <Compile Include="DannyeAdd.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="DannyeAdd.Designer.cs">
  88. <DependentUpon>DannyeAdd.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="Profile.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="Profile.Designer.cs">
  94. <DependentUpon>Profile.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="RedactorProfile.cs">
  97. <SubType>Form</SubType>
  98. </Compile>
  99. <Compile Include="RedactorProfile.Designer.cs">
  100. <DependentUpon>RedactorProfile.cs</DependentUpon>
  101. </Compile>
  102. <Compile Include="Registr.cs">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="Registr.Designer.cs">
  106. <DependentUpon>Registr.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="Program.cs" />
  109. <Compile Include="Properties\AssemblyInfo.cs" />
  110. <EmbeddedResource Include="Vhod.resx">
  111. <DependentUpon>Vhod.cs</DependentUpon>
  112. </EmbeddedResource>
  113. <EmbeddedResource Include="Bron.resx">
  114. <DependentUpon>Bron.cs</DependentUpon>
  115. </EmbeddedResource>
  116. <EmbeddedResource Include="Main.resx">
  117. <DependentUpon>Main.cs</DependentUpon>
  118. </EmbeddedResource>
  119. <EmbeddedResource Include="DannyeAdd.resx">
  120. <DependentUpon>DannyeAdd.cs</DependentUpon>
  121. </EmbeddedResource>
  122. <EmbeddedResource Include="Profile.resx">
  123. <DependentUpon>Profile.cs</DependentUpon>
  124. </EmbeddedResource>
  125. <EmbeddedResource Include="Properties\Resources.resx">
  126. <Generator>ResXFileCodeGenerator</Generator>
  127. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  128. <SubType>Designer</SubType>
  129. </EmbeddedResource>
  130. <Compile Include="Properties\Resources.Designer.cs">
  131. <AutoGen>True</AutoGen>
  132. <DependentUpon>Resources.resx</DependentUpon>
  133. </Compile>
  134. <EmbeddedResource Include="RedactorProfile.resx">
  135. <DependentUpon>RedactorProfile.cs</DependentUpon>
  136. </EmbeddedResource>
  137. <EmbeddedResource Include="Registr.resx">
  138. <DependentUpon>Registr.cs</DependentUpon>
  139. </EmbeddedResource>
  140. <None Include="Properties\Settings.settings">
  141. <Generator>SettingsSingleFileGenerator</Generator>
  142. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  143. </None>
  144. <Compile Include="Properties\Settings.Designer.cs">
  145. <AutoGen>True</AutoGen>
  146. <DependentUpon>Settings.settings</DependentUpon>
  147. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  148. </Compile>
  149. </ItemGroup>
  150. <ItemGroup>
  151. <None Include="App.config" />
  152. </ItemGroup>
  153. <ItemGroup>
  154. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  155. <Visible>False</Visible>
  156. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 и x64%29</ProductName>
  157. <Install>true</Install>
  158. </BootstrapperPackage>
  159. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  160. <Visible>False</Visible>
  161. <ProductName>.NET Framework 3.5 SP1</ProductName>
  162. <Install>false</Install>
  163. </BootstrapperPackage>
  164. </ItemGroup>
  165. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  166. </Project>