Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/11 13:47:28 (12 years ago)
Author:
sforsten
Message:

#1669: branch has been merged with the trunk in revision 7081 and methods in RegressionBenchmark have been renamed.

Location:
branches/RegressionBenchmarks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/RegressionBenchmarks

  • branches/RegressionBenchmarks/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers.csproj

    r6866 r7085  
    5858    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5959  </PropertyGroup>
    60   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
    61     <OutputPath>bin\Silverlight2\</OutputPath>
    62     <DefineConstants>TRACE;SILVERLIGHT2</DefineConstants>
    63     <Optimize>true</Optimize>
    64     <NoStdLib>true</NoStdLib>
    65     <DebugType>pdbonly</DebugType>
    66     <PlatformTarget>AnyCPU</PlatformTarget>
    67     <ErrorReport>prompt</ErrorReport>
    68   </PropertyGroup>
    6960  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    7061    <DebugSymbols>true</DebugSymbols>
     
    9788    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    9889  </PropertyGroup>
    99   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Silverlight2|x64'">
    100     <OutputPath>bin\x64\Silverlight2\</OutputPath>
    101     <PlatformTarget>x64</PlatformTarget>
    102   </PropertyGroup>
    10390  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    10491    <DebugSymbols>true</DebugSymbols>
     
    134121    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    135122    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
    136   </PropertyGroup>
    137   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Silverlight2|x86'">
    138     <OutputPath>bin\x86\Silverlight2\</OutputPath>
    139     <PlatformTarget>x86</PlatformTarget>
    140123  </PropertyGroup>
    141124  <ItemGroup>
     
    241224  </ItemGroup>
    242225  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' != 'Silverlight2' " />
    243   <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Silverlight2' " />
    244226  <PropertyGroup>
    245227    <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)"
Note: See TracChangeset for help on using the changeset viewer.