Changeset 4643 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers
- 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/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.