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
Location:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src
Files:
4 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">
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen/ProtoGen.csproj

    r4095 r4643  
    6060    <DebugType>pdbonly</DebugType>
    6161    <PlatformTarget>AnyCPU</PlatformTarget>
    62     <ErrorReport>prompt</ErrorReport>
    63     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    64   </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>
    11662    <ErrorReport>prompt</ErrorReport>
    11763    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj

    r4065 r4643  
    6060    <DebugType>pdbonly</DebugType>
    6161    <PlatformTarget>AnyCPU</PlatformTarget>
    62     <ErrorReport>prompt</ErrorReport>
    63     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    64   </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>
    11662    <ErrorReport>prompt</ErrorReport>
    11763    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers.csproj

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