Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/25/10 12:40:12 (14 years ago)
Author:
abeham
Message:

#1248

  • Removed platform specific configurations for ProtocolBuffers projects
  • fixed a small typo in the SolutionMessageBuilder
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen.Test/ProtoGen.Test.csproj

    r4065 r4643  
    6363    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6464  </PropertyGroup>
    65   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    66     <DebugSymbols>true</DebugSymbols>
    67     <OutputPath>bin\x86\Debug\</OutputPath>
    68     <DefineConstants>DEBUG;TRACE</DefineConstants>
    69     <DebugType>full</DebugType>
    70     <PlatformTarget>x86</PlatformTarget>
    71     <ErrorReport>prompt</ErrorReport>
    72     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    73   </PropertyGroup>
    74   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    75     <OutputPath>bin\x86\Release\</OutputPath>
    76     <DefineConstants>TRACE</DefineConstants>
    77     <Optimize>true</Optimize>
    78     <DebugType>pdbonly</DebugType>
    79     <PlatformTarget>x86</PlatformTarget>
    80     <ErrorReport>prompt</ErrorReport>
    81     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    82   </PropertyGroup>
    83   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' ">
    84     <OutputPath>bin\x86\Silverlight2\</OutputPath>
    85     <DefineConstants>TRACE</DefineConstants>
    86     <Optimize>true</Optimize>
    87     <DebugType>pdbonly</DebugType>
    88     <PlatformTarget>x86</PlatformTarget>
    89     <ErrorReport>prompt</ErrorReport>
    90     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    91   </PropertyGroup>
    92   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    93     <DebugSymbols>true</DebugSymbols>
    94     <OutputPath>bin\x64\Debug\</OutputPath>
    95     <DefineConstants>DEBUG;TRACE</DefineConstants>
    96     <DebugType>full</DebugType>
    97     <PlatformTarget>x64</PlatformTarget>
    98     <ErrorReport>prompt</ErrorReport>
    99     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    100   </PropertyGroup>
    101   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    102     <OutputPath>bin\x64\Release\</OutputPath>
    103     <DefineConstants>TRACE</DefineConstants>
    104     <Optimize>true</Optimize>
    105     <DebugType>pdbonly</DebugType>
    106     <PlatformTarget>x64</PlatformTarget>
    107     <ErrorReport>prompt</ErrorReport>
    108     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    109   </PropertyGroup>
    110   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' ">
    111     <OutputPath>bin\x64\Silverlight2\</OutputPath>
    112     <DefineConstants>TRACE</DefineConstants>
    113     <Optimize>true</Optimize>
    114     <DebugType>pdbonly</DebugType>
    115     <PlatformTarget>x64</PlatformTarget>
    116     <ErrorReport>prompt</ErrorReport>
    117     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    118   </PropertyGroup>
    11965  <ItemGroup>
    12066    <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
Note: See TracChangeset for help on using the changeset viewer.