Changeset 4065 for trunk/sources/HeuristicLab.Persistence/3.3/Tests
- Timestamp:
- 07/21/10 23:33:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Persistence/3.3/Tests/HeuristicLab.Persistence-3.3.Tests.csproj
r3057 r4065 1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 3 <PropertyGroup> 3 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 10 11 <RootNamespace>HeuristicLab.Persistence_33.Tests</RootNamespace> 11 12 <AssemblyName>HeuristicLab.Persistence-3.3.Tests</AssemblyName> 12 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 13 14 <FileAlignment>512</FileAlignment> 14 15 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 16 <FileUpgradeFlags> 17 </FileUpgradeFlags> 18 <OldToolsVersion>3.5</OldToolsVersion> 19 <UpgradeBackupLocation /> 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> 15 35 </PropertyGroup> 16 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 22 42 <ErrorReport>prompt</ErrorReport> 23 43 <WarningLevel>4</WarningLevel> 44 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 24 45 </PropertyGroup> 25 46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 31 52 <WarningLevel>4</WarningLevel> 32 53 <TreatWarningsAsErrors>true</TreatWarningsAsErrors> 54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 33 55 </PropertyGroup> 34 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 39 61 <PlatformTarget>x64</PlatformTarget> 40 62 <ErrorReport>prompt</ErrorReport> 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 41 64 </PropertyGroup> 42 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 47 70 <PlatformTarget>x64</PlatformTarget> 48 71 <ErrorReport>prompt</ErrorReport> 72 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 49 73 </PropertyGroup> 50 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 55 79 <PlatformTarget>x86</PlatformTarget> 56 80 <ErrorReport>prompt</ErrorReport> 81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 57 82 </PropertyGroup> 58 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 63 88 <PlatformTarget>x86</PlatformTarget> 64 89 <ErrorReport>prompt</ErrorReport> 90 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 65 91 </PropertyGroup> 66 92 <ItemGroup> 67 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version= 9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />93 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> 68 94 <Reference Include="System" /> 69 95 <Reference Include="System.Core"> … … 86 112 </ProjectReference> 87 113 </ItemGroup> 114 <ItemGroup> 115 <BootstrapperPackage Include=".NETFramework,Version=v4.0"> 116 <Visible>False</Visible> 117 <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> 118 <Install>true</Install> 119 </BootstrapperPackage> 120 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 121 <Visible>False</Visible> 122 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 123 <Install>false</Install> 124 </BootstrapperPackage> 125 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 126 <Visible>False</Visible> 127 <ProductName>.NET Framework 3.5 SP1</ProductName> 128 <Install>false</Install> 129 </BootstrapperPackage> 130 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 131 <Visible>False</Visible> 132 <ProductName>Windows Installer 3.1</ProductName> 133 <Install>true</Install> 134 </BootstrapperPackage> 135 </ItemGroup> 88 136 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 89 137 <!-- 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.