Changeset 4065 for trunk/sources/HeuristicLab.CodeEditor
- Timestamp:
- 07/21/10 23:33:10 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj ¶
r3832 r4065 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> 2 3 <PropertyGroup> 3 4 <OutputType>Library</OutputType> … … 16 17 <SignAssembly>true</SignAssembly> 17 18 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 19 <FileUpgradeFlags> 20 </FileUpgradeFlags> 21 <OldToolsVersion>3.5</OldToolsVersion> 22 <UpgradeBackupLocation /> 23 <PublishUrl>publish\</PublishUrl> 24 <Install>true</Install> 25 <InstallFrom>Disk</InstallFrom> 26 <UpdateEnabled>false</UpdateEnabled> 27 <UpdateMode>Foreground</UpdateMode> 28 <UpdateInterval>7</UpdateInterval> 29 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 30 <UpdatePeriodically>false</UpdatePeriodically> 31 <UpdateRequired>false</UpdateRequired> 32 <MapFileExtensions>true</MapFileExtensions> 33 <ApplicationRevision>0</ApplicationRevision> 34 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 35 <IsWebBootstrapper>false</IsWebBootstrapper> 36 <UseApplicationTrust>false</UseApplicationTrust> 37 <BootstrapperEnabled>true</BootstrapperEnabled> 18 38 </PropertyGroup> 19 39 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> … … 48 68 <DebugType>Full</DebugType> 49 69 <PlatformTarget>x86</PlatformTarget> 70 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 71 </PropertyGroup> 51 72 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 58 79 <DocumentationFile>bin\x86\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile> 59 80 <DebugSymbols>true</DebugSymbols> 81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 60 82 </PropertyGroup> 61 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 67 89 <DebugType>Full</DebugType> 68 90 <PlatformTarget>x64</PlatformTarget> 91 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 69 92 </PropertyGroup> 70 93 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 76 99 <PlatformTarget>x64</PlatformTarget> 77 100 <DocumentationFile>bin\x64\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile> 101 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 78 102 </PropertyGroup> 79 103 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 80 104 <DocumentationFile>bin\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile> 105 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 106 </PropertyGroup> 107 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> 108 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 81 109 </PropertyGroup> 82 110 <ItemGroup> … … 153 181 </ProjectReference> 154 182 </ItemGroup> 183 <ItemGroup> 184 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 185 <Visible>False</Visible> 186 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 187 <Install>false</Install> 188 </BootstrapperPackage> 189 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 190 <Visible>False</Visible> 191 <ProductName>.NET Framework 3.5 SP1</ProductName> 192 <Install>true</Install> 193 </BootstrapperPackage> 194 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 195 <Visible>False</Visible> 196 <ProductName>Windows Installer 3.1</ProductName> 197 <Install>true</Install> 198 </BootstrapperPackage> 199 </ItemGroup> 155 200 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> 156 201 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.