SevenZipTestForms.csproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{F87D341F-98B8-46B5-9794-880EB0649781}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SevenZipTestForms</RootNamespace>
  12. <AssemblyName>SevenZipTestForms</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <TargetFrameworkProfile />
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <IsWebBootstrapper>false</IsWebBootstrapper>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  56. <DebugSymbols>true</DebugSymbols>
  57. <OutputPath>bin\Debug\</OutputPath>
  58. <DefineConstants>DEBUG;TRACE</DefineConstants>
  59. <DebugType>full</DebugType>
  60. <PlatformTarget>x86</PlatformTarget>
  61. <CodeAnalysisLogFile>bin\Debug\SevenZipTestForms.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  62. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  63. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  64. <ErrorReport>prompt</ErrorReport>
  65. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  66. <CodeAnalysisRuleSetDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  67. <CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  70. <OutputPath>bin\x86\Release\</OutputPath>
  71. <DefineConstants>TRACE</DefineConstants>
  72. <Optimize>true</Optimize>
  73. <DebugType>pdbonly</DebugType>
  74. <PlatformTarget>x86</PlatformTarget>
  75. <CodeAnalysisLogFile>bin\Release\SevenZipTestForms.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  76. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  77. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  78. <ErrorReport>prompt</ErrorReport>
  79. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  80. <CodeAnalysisRuleSetDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  81. <CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  82. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  83. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  84. </PropertyGroup>
  85. <ItemGroup>
  86. <Reference Include="SevenZipSharp, Version=0.64.5627.38026, Culture=neutral, processorArchitecture=MSIL">
  87. <SpecificVersion>False</SpecificVersion>
  88. <HintPath>.\SevenZipSharp.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System" />
  91. <Reference Include="System.Deployment" />
  92. <Reference Include="System.Drawing" />
  93. <Reference Include="System.Net" />
  94. <Reference Include="System.Windows.Forms" />
  95. <Reference Include="WindowsBase" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Compile Include="FormMain.cs">
  99. <SubType>Form</SubType>
  100. </Compile>
  101. <Compile Include="FormMain.Designer.cs">
  102. <DependentUpon>FormMain.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="Program.cs" />
  105. <Compile Include="Properties\AssemblyInfo.cs" />
  106. <EmbeddedResource Include="FormMain.resx">
  107. <DependentUpon>FormMain.cs</DependentUpon>
  108. </EmbeddedResource>
  109. <EmbeddedResource Include="Properties\Resources.resx">
  110. <Generator>ResXFileCodeGenerator</Generator>
  111. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  112. <SubType>Designer</SubType>
  113. </EmbeddedResource>
  114. <Compile Include="Properties\Resources.Designer.cs">
  115. <AutoGen>True</AutoGen>
  116. <DependentUpon>Resources.resx</DependentUpon>
  117. <DesignTime>True</DesignTime>
  118. </Compile>
  119. <None Include="app.config" />
  120. <None Include="Properties\Settings.settings">
  121. <Generator>SettingsSingleFileGenerator</Generator>
  122. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  123. </None>
  124. <Compile Include="Properties\Settings.Designer.cs">
  125. <AutoGen>True</AutoGen>
  126. <DependentUpon>Settings.settings</DependentUpon>
  127. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  128. </Compile>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  132. <Visible>False</Visible>
  133. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  134. <Install>false</Install>
  135. </BootstrapperPackage>
  136. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  137. <Visible>False</Visible>
  138. <ProductName>.NET Framework 3.5 SP1</ProductName>
  139. <Install>true</Install>
  140. </BootstrapperPackage>
  141. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  142. <Visible>False</Visible>
  143. <ProductName>Windows Installer 3.1</ProductName>
  144. <Install>true</Install>
  145. </BootstrapperPackage>
  146. </ItemGroup>
  147. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  148. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  149. Other similar extension points exist, see Microsoft.Common.targets.
  150. <Target Name="BeforeBuild">
  151. </Target>
  152. <Target Name="AfterBuild">
  153. </Target>
  154. -->
  155. </Project>