Changeset 4643 for trunk/sources/HeuristicLab.ExtLibs
- Timestamp:
- 10/25/10 12:40:12 (14 years ago)
- 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 63 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 64 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>116 <ErrorReport>prompt</ErrorReport>117 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>118 </PropertyGroup>119 65 <ItemGroup> 120 66 <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 60 60 <DebugType>pdbonly</DebugType> 61 61 <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>116 62 <ErrorReport>prompt</ErrorReport> 117 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
r4065 r4643 60 60 <DebugType>pdbonly</DebugType> 61 61 <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>116 62 <ErrorReport>prompt</ErrorReport> 117 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers.csproj
r4095 r4643 63 63 <DebugType>pdbonly</DebugType> 64 64 <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>123 65 <ErrorReport>prompt</ErrorReport> 124 66 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.