- Timestamp:
- 07/21/10 23:33:10 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/HeuristicLab.WinFormsUI-2.3.1/HeuristicLab.WinFormsUI-2.3.1.csproj
r3832 r4065 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion=" 3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup> 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 15 15 <SignAssembly>true</SignAssembly> 16 16 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 17 <FileUpgradeFlags> 18 </FileUpgradeFlags> 19 <OldToolsVersion>3.5</OldToolsVersion> 20 <UpgradeBackupLocation /> 21 <PublishUrl>publish\</PublishUrl> 22 <Install>true</Install> 23 <InstallFrom>Disk</InstallFrom> 24 <UpdateEnabled>false</UpdateEnabled> 25 <UpdateMode>Foreground</UpdateMode> 26 <UpdateInterval>7</UpdateInterval> 27 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 28 <UpdatePeriodically>false</UpdatePeriodically> 29 <UpdateRequired>false</UpdateRequired> 30 <MapFileExtensions>true</MapFileExtensions> 31 <ApplicationRevision>0</ApplicationRevision> 32 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 33 <IsWebBootstrapper>false</IsWebBootstrapper> 34 <UseApplicationTrust>false</UseApplicationTrust> 35 <BootstrapperEnabled>true</BootstrapperEnabled> 17 36 </PropertyGroup> 18 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 24 43 <ErrorReport>prompt</ErrorReport> 25 44 <WarningLevel>4</WarningLevel> 45 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 26 46 </PropertyGroup> 27 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 32 52 <ErrorReport>prompt</ErrorReport> 33 53 <WarningLevel>4</WarningLevel> 54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 34 55 </PropertyGroup> 35 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 40 61 <PlatformTarget>x64</PlatformTarget> 41 62 <ErrorReport>prompt</ErrorReport> 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 42 64 </PropertyGroup> 43 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 48 70 <PlatformTarget>x64</PlatformTarget> 49 71 <ErrorReport>prompt</ErrorReport> 72 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 73 </PropertyGroup> 51 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 56 79 <PlatformTarget>x86</PlatformTarget> 57 80 <ErrorReport>prompt</ErrorReport> 81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 82 </PropertyGroup> 59 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 64 88 <PlatformTarget>x86</PlatformTarget> 65 89 <ErrorReport>prompt</ErrorReport> 90 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 91 </PropertyGroup> 67 92 <ItemGroup> … … 103 128 </ProjectReference> 104 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> 105 147 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 106 148 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/Docking/Resources.Designer.cs
r2645 r4065 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version: 2.0.50727.40164 // Runtime Version:4.0.30319.1 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 20 20 // To add or remove a member, edit your .ResX file then rerun ResGen 21 21 // with the /str option, or rebuild your VS project. 22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", " 2.0.0.0")]22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 23 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/Docking/Strings.Designer.cs
r2645 r4065 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version: 2.0.50727.40164 // Runtime Version:4.0.30319.1 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 20 20 // To add or remove a member, edit your .ResX file then rerun ResGen 21 21 // with the /str option, or rebuild your VS project. 22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", " 2.0.0.0")]22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 23 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/WinFormsUI-2.3.1.csproj
r2649 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 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 16 17 <UpgradeBackupLocation> 17 18 </UpgradeBackupLocation> 18 <OldToolsVersion>2.0</OldToolsVersion> 19 <OldToolsVersion>3.5</OldToolsVersion> 20 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 21 <PublishUrl>publish\</PublishUrl> 22 <Install>true</Install> 23 <InstallFrom>Disk</InstallFrom> 24 <UpdateEnabled>false</UpdateEnabled> 25 <UpdateMode>Foreground</UpdateMode> 26 <UpdateInterval>7</UpdateInterval> 27 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 28 <UpdatePeriodically>false</UpdatePeriodically> 29 <UpdateRequired>false</UpdateRequired> 30 <MapFileExtensions>true</MapFileExtensions> 31 <ApplicationRevision>0</ApplicationRevision> 32 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 33 <IsWebBootstrapper>false</IsWebBootstrapper> 34 <UseApplicationTrust>false</UseApplicationTrust> 35 <BootstrapperEnabled>true</BootstrapperEnabled> 19 36 </PropertyGroup> 20 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 26 43 <ErrorReport>prompt</ErrorReport> 27 44 <WarningLevel>4</WarningLevel> 45 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 28 46 </PropertyGroup> 29 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 34 52 <ErrorReport>prompt</ErrorReport> 35 53 <WarningLevel>4</WarningLevel> 54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 36 55 </PropertyGroup> 37 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 42 61 <PlatformTarget>x86</PlatformTarget> 43 62 <ErrorReport>prompt</ErrorReport> 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 44 64 </PropertyGroup> 45 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 50 70 <PlatformTarget>x86</PlatformTarget> 51 71 <ErrorReport>prompt</ErrorReport> 72 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 52 73 </PropertyGroup> 53 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 58 79 <PlatformTarget>x64</PlatformTarget> 59 80 <ErrorReport>prompt</ErrorReport> 81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 60 82 </PropertyGroup> 61 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 66 88 <PlatformTarget>x64</PlatformTarget> 67 89 <ErrorReport>prompt</ErrorReport> 90 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 68 91 </PropertyGroup> 69 92 <ItemGroup> … … 227 250 <EmbeddedResource Include="Docking\DockPanel.bmp" /> 228 251 </ItemGroup> 252 <ItemGroup> 253 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 254 <Visible>False</Visible> 255 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 256 <Install>false</Install> 257 </BootstrapperPackage> 258 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 259 <Visible>False</Visible> 260 <ProductName>.NET Framework 3.5 SP1</ProductName> 261 <Install>true</Install> 262 </BootstrapperPackage> 263 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 264 <Visible>False</Visible> 265 <ProductName>Windows Installer 3.1</ProductName> 266 <Install>true</Install> 267 </BootstrapperPackage> 268 </ItemGroup> 229 269 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 230 270 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.