Changeset 7237 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers.csproj
- Timestamp:
- 12/27/11 13:19:11 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers.csproj
r7039 r7237 65 65 <DebugType>full</DebugType> 66 66 <PlatformTarget>x64</PlatformTarget> 67 <CodeAnalysisLogFile> bin\Debug\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>67 <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 68 68 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 69 69 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 95 95 <DebugType>full</DebugType> 96 96 <PlatformTarget>x86</PlatformTarget> 97 <CodeAnalysisLogFile> bin\Debug\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>97 <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 98 98 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 99 99 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 223 223 </BootstrapperPackage> 224 224 </ItemGroup> 225 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' != 'Silverlight2' "/>225 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 226 226 <PropertyGroup> 227 227 <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)"
Note: See TracChangeset
for help on using the changeset viewer.