QSP_Analyser.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{0EB1C8F9-E5A2-4C13-8ED2-C1897332F197}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Analyser</RootNamespace>
  12. <AssemblyName>QSP_Analyser</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <StartupObject>Analyser.Program</StartupObject>
  17. <ManifestCertificateThumbprint>4BF816F664C87F6B56DA3F2582A6A8BDC305FB9C</ManifestCertificateThumbprint>
  18. <ManifestKeyFile>QSP_Analyser_TemporaryKey.pfx</ManifestKeyFile>
  19. <GenerateManifests>true</GenerateManifests>
  20. <TargetZone>LocalIntranet</TargetZone>
  21. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  22. <SignManifests>false</SignManifests>
  23. <FileUpgradeFlags>
  24. </FileUpgradeFlags>
  25. <UpgradeBackupLocation>
  26. </UpgradeBackupLocation>
  27. <OldToolsVersion>3.5</OldToolsVersion>
  28. <PublishUrl>C:\Site\QSP\</PublishUrl>
  29. <Install>true</Install>
  30. <InstallFrom>Disk</InstallFrom>
  31. <UpdateEnabled>false</UpdateEnabled>
  32. <UpdateMode>Foreground</UpdateMode>
  33. <UpdateInterval>7</UpdateInterval>
  34. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  35. <UpdatePeriodically>false</UpdatePeriodically>
  36. <UpdateRequired>false</UpdateRequired>
  37. <MapFileExtensions>true</MapFileExtensions>
  38. <ApplicationRevision>0</ApplicationRevision>
  39. <ApplicationVersion>1.3.3.%2a</ApplicationVersion>
  40. <UseApplicationTrust>false</UseApplicationTrust>
  41. <PublishWizardCompleted>true</PublishWizardCompleted>
  42. <BootstrapperEnabled>true</BootstrapperEnabled>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  45. <DebugSymbols>true</DebugSymbols>
  46. <DebugType>full</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Debug\</OutputPath>
  49. <DefineConstants>DEBUG;TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  54. <DebugType>pdbonly</DebugType>
  55. <Optimize>true</Optimize>
  56. <OutputPath>bin\Release\</OutputPath>
  57. <DefineConstants>TRACE</DefineConstants>
  58. <ErrorReport>prompt</ErrorReport>
  59. <WarningLevel>4</WarningLevel>
  60. <RunCodeAnalysis>true</RunCodeAnalysis>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="System" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Deployment" />
  66. <Reference Include="System.Drawing" />
  67. <Reference Include="System.Windows.Forms" />
  68. <Reference Include="System.Xml" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="Common.cs" />
  72. <Compile Include="MainForm.cs">
  73. <SubType>Form</SubType>
  74. </Compile>
  75. <Compile Include="MainForm.Designer.cs">
  76. <DependentUpon>MainForm.cs</DependentUpon>
  77. </Compile>
  78. <Compile Include="Program.cs" />
  79. <Compile Include="Properties\AssemblyInfo.cs" />
  80. <EmbeddedResource Include="MainForm.resx">
  81. <DependentUpon>MainForm.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. <None Include="app.config" />
  94. <None Include="Properties\app.manifest" />
  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. <Compile Include="QSPGameCode.cs" />
  105. <Compile Include="Settings.cs" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  109. <Visible>False</Visible>
  110. <ProductName>Профиль клиента .NET Framework</ProductName>
  111. <Install>false</Install>
  112. </BootstrapperPackage>
  113. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  114. <Visible>False</Visible>
  115. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  116. <Install>true</Install>
  117. </BootstrapperPackage>
  118. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  119. <Visible>False</Visible>
  120. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  121. <Install>false</Install>
  122. </BootstrapperPackage>
  123. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  124. <Visible>False</Visible>
  125. <ProductName>.NET Framework 3.5</ProductName>
  126. <Install>false</Install>
  127. </BootstrapperPackage>
  128. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  129. <Visible>False</Visible>
  130. <ProductName>.NET Framework 3.5 SP1</ProductName>
  131. <Install>false</Install>
  132. </BootstrapperPackage>
  133. </ItemGroup>
  134. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  135. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  136. Other similar extension points exist, see Microsoft.Common.targets.
  137. <Target Name="BeforeBuild">
  138. </Target>
  139. <Target Name="AfterBuild">
  140. </Target>
  141. -->
  142. </Project>