TuraevMiroshnichenkoOprosnik.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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>{BB61F73F-A709-4820-83F6-EC5C95D899DB}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>TuraevMiroshnichenkoOprosnik</RootNamespace>
  10. <AssemblyName>TuraevMiroshnichenkoOprosnik</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <PublishUrl>C:\Users\user2\Downloads\</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>1</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <PublishWizardCompleted>true</PublishWizardCompleted>
  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. <PropertyGroup>
  51. <ManifestCertificateThumbprint>11CF432C90F661D32245188F6AF51CA50258572B</ManifestCertificateThumbprint>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ManifestKeyFile>TuraevMiroshnichenkoOprosnik_TemporaryKey.pfx</ManifestKeyFile>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <GenerateManifests>true</GenerateManifests>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <SignManifests>true</SignManifests>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="System" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="Microsoft.CSharp" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Deployment" />
  70. <Reference Include="System.Drawing" />
  71. <Reference Include="System.Windows.Forms" />
  72. <Reference Include="System.Xml" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="Form1.cs">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="Form1.Designer.cs">
  79. <DependentUpon>Form1.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="Program.cs" />
  82. <Compile Include="Properties\AssemblyInfo.cs" />
  83. <EmbeddedResource Include="Form1.resx">
  84. <DependentUpon>Form1.cs</DependentUpon>
  85. </EmbeddedResource>
  86. <EmbeddedResource Include="Properties\Resources.resx">
  87. <Generator>ResXFileCodeGenerator</Generator>
  88. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  89. <SubType>Designer</SubType>
  90. </EmbeddedResource>
  91. <Compile Include="Properties\Resources.Designer.cs">
  92. <AutoGen>True</AutoGen>
  93. <DependentUpon>Resources.resx</DependentUpon>
  94. </Compile>
  95. <None Include="Properties\Settings.settings">
  96. <Generator>SettingsSingleFileGenerator</Generator>
  97. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  98. </None>
  99. <Compile Include="Properties\Settings.Designer.cs">
  100. <AutoGen>True</AutoGen>
  101. <DependentUpon>Settings.settings</DependentUpon>
  102. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  103. </Compile>
  104. <None Include="TuraevMiroshnichenkoOprosnik_TemporaryKey.pfx" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  108. <Visible>False</Visible>
  109. <ProductName>.NET Framework 3.5 SP1</ProductName>
  110. <Install>false</Install>
  111. </BootstrapperPackage>
  112. </ItemGroup>
  113. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  114. </Project>