Changeset 11677 for branches/ALPS/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtoGen/ProtoGen-2.4.1.473.csproj
- Timestamp:
- 12/10/14 10:31:41 (10 years ago)
- Location:
- branches/ALPS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS
-
branches/ALPS/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.ExtLibs (added) merged: 11623,11650
- Property svn:mergeinfo changed
-
branches/ALPS/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtoGen/ProtoGen-2.4.1.473.csproj
r8295 r11677 11 11 <RootNamespace>Google.ProtocolBuffers.ProtoGen</RootNamespace> 12 12 <AssemblyName>ProtoGen</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> … … 47 47 <WarningLevel>4</WarningLevel> 48 48 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 49 <Prefer32Bit>false</Prefer32Bit> 49 50 </PropertyGroup> 50 51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 56 57 <WarningLevel>4</WarningLevel> 57 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 <Prefer32Bit>false</Prefer32Bit> 58 60 </PropertyGroup> 59 61 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> … … 72 74 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 73 75 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 76 <Prefer32Bit>false</Prefer32Bit> 74 77 </PropertyGroup> 75 78 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 88 91 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 89 92 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 93 <Prefer32Bit>false</Prefer32Bit> 90 94 </PropertyGroup> 91 95 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 104 108 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 105 109 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 110 <Prefer32Bit>false</Prefer32Bit> 106 111 </PropertyGroup> 107 112 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 120 125 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 121 126 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 127 <Prefer32Bit>false</Prefer32Bit> 122 128 </PropertyGroup> 123 129 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.