Changeset 4643 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers.Test
- Timestamp:
- 10/25/10 12:40:12 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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>
Note: See TracChangeset
for help on using the changeset viewer.