Changeset 4065 for trunk/sources/HeuristicLab.Operators.Programmable
- Timestamp:
- 07/21/10 23:33:10 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Operators.Programmable/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-3.3.csproj
r3903 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> … … 14 15 <FileUpgradeFlags> 15 16 </FileUpgradeFlags> 16 <OldToolsVersion> 2.0</OldToolsVersion>17 <OldToolsVersion>3.5</OldToolsVersion> 17 18 <UpgradeBackupLocation> 18 19 </UpgradeBackupLocation> 19 20 <TargetFrameworkVersion>v3.5</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> 20 36 </PropertyGroup> 21 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 27 43 <ErrorReport>prompt</ErrorReport> 28 44 <WarningLevel>4</WarningLevel> 45 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 29 46 </PropertyGroup> 30 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 36 53 <WarningLevel>4</WarningLevel> 37 54 <DocumentationFile>bin\Release\HeuristicLab.Operators.Programmable-3.3.xml</DocumentationFile> 55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 38 56 </PropertyGroup> 39 57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 44 62 <PlatformTarget>x86</PlatformTarget> 45 63 <ErrorReport>prompt</ErrorReport> 64 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 46 65 </PropertyGroup> 47 66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 53 72 <PlatformTarget>x86</PlatformTarget> 54 73 <ErrorReport>prompt</ErrorReport> 74 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 55 75 </PropertyGroup> 56 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 61 81 <PlatformTarget>x64</PlatformTarget> 62 82 <ErrorReport>prompt</ErrorReport> 83 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 63 84 </PropertyGroup> 64 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 70 91 <PlatformTarget>x64</PlatformTarget> 71 92 <ErrorReport>prompt</ErrorReport> 93 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 72 94 </PropertyGroup> 73 95 <ItemGroup> … … 176 198 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 177 199 </EmbeddedResource> 200 </ItemGroup> 201 <ItemGroup> 202 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 203 <Visible>False</Visible> 204 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 205 <Install>false</Install> 206 </BootstrapperPackage> 207 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 208 <Visible>False</Visible> 209 <ProductName>.NET Framework 3.5 SP1</ProductName> 210 <Install>true</Install> 211 </BootstrapperPackage> 212 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 213 <Visible>False</Visible> 214 <ProductName>Windows Installer 3.1</ProductName> 215 <Install>true</Install> 216 </BootstrapperPackage> 178 217 </ItemGroup> 179 218 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> -
trunk/sources/HeuristicLab.Operators.Programmable/3.3/Properties/Resources.Designer.cs
r3903 r4065 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version: 2.0.50727.42004 // 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()]
Note: See TracChangeset
for help on using the changeset viewer.