Changeset 4065 for trunk/sources/HeuristicLab.Problems.VehicleRouting
- Timestamp:
- 07/21/10 23:33:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj
r4047 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' "> … … 29 45 <DocumentationFile> 30 46 </DocumentationFile> 47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 31 48 </PropertyGroup> 32 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 39 56 <DocumentationFile>bin\Release\HeuristicLab.Problems.VehicleRouting-3.3.xml</DocumentationFile> 40 57 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 41 59 </PropertyGroup> 42 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 47 65 <PlatformTarget>x86</PlatformTarget> 48 66 <ErrorReport>prompt</ErrorReport> 67 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 49 68 </PropertyGroup> 50 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 56 75 <PlatformTarget>x86</PlatformTarget> 57 76 <ErrorReport>prompt</ErrorReport> 77 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 78 </PropertyGroup> 59 79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 64 84 <PlatformTarget>x64</PlatformTarget> 65 85 <ErrorReport>prompt</ErrorReport> 86 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 87 </PropertyGroup> 67 88 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 73 94 <PlatformTarget>x64</PlatformTarget> 74 95 <ErrorReport>prompt</ErrorReport> 96 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 75 97 </PropertyGroup> 76 98 <ItemGroup> … … 175 197 <None Include="Properties\AssemblyInfo.frame" /> 176 198 </ItemGroup> 199 <ItemGroup> 200 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 201 <Visible>False</Visible> 202 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 203 <Install>false</Install> 204 </BootstrapperPackage> 205 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 206 <Visible>False</Visible> 207 <ProductName>.NET Framework 3.5 SP1</ProductName> 208 <Install>true</Install> 209 </BootstrapperPackage> 210 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 211 <Visible>False</Visible> 212 <ProductName>Windows Installer 3.1</ProductName> 213 <Install>true</Install> 214 </BootstrapperPackage> 215 </ItemGroup> 177 216 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 178 217 <!-- 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.