Changeset 6878 for branches/GeneralizedQAP/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS
- Timestamp:
- 10/05/11 21:55:55 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 7 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP
- Property svn:ignore
-
old new 1 *.docstates 2 *.psess 1 3 *.resharper 2 4 *.suo 5 *.vsp 3 6 Google.ProtocolBuffers-0.9.1.dll 7 HeuristicLab 3.3.5.1.ReSharper.user 8 HeuristicLab 3.3.6.0.ReSharper.user 4 9 HeuristicLab.4.5.resharper.user 5 10 HeuristicLab.resharper.user … … 8 13 _ReSharper.HeuristicLab 9 14 _ReSharper.HeuristicLab 3.3 15 _ReSharper.HeuristicLab.ExtLibs 16 bin 10 17 protoc.exe 11 HeuristicLab 3.3.5.1.ReSharper.user 12 *.psess 13 *.vsp 14 *.docstates 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.ExtLibs
-
Property
svn:ignore
set to
bin
-
Property
svn:ignore
set to
-
branches/GeneralizedQAP/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS
-
Property
svn:ignore
set to
bin
-
Property
svn:ignore
set to
-
branches/GeneralizedQAP/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS
-
Property
svn:ignore
set to
bin
-
Property
svn:ignore
set to
-
branches/GeneralizedQAP/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen/ProtoGen.csproj
r6559 r6878 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath> bin\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 67 67 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 68 68 <DebugSymbols>true</DebugSymbols> 69 <OutputPath> bin\x86\Debug\</OutputPath>69 <OutputPath>$(SolutionDir)\bin\</OutputPath> 70 70 <DefineConstants>DEBUG;TRACE</DefineConstants> 71 71 <DebugType>full</DebugType> … … 82 82 </PropertyGroup> 83 83 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 84 <OutputPath> bin\x86\Release\</OutputPath>84 <OutputPath>$(SolutionDir)\bin\</OutputPath> 85 85 <DefineConstants>TRACE</DefineConstants> 86 86 <Optimize>true</Optimize> 87 87 <DebugType>pdbonly</DebugType> 88 88 <PlatformTarget>x86</PlatformTarget> 89 <CodeAnalysisLogFile> bin\Release\ProtoGen.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>89 <CodeAnalysisLogFile>$(SolutionDir)\bin\ProtoGen.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile> 90 90 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 91 91 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 115 115 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 116 116 <DebugSymbols>true</DebugSymbols> 117 <OutputPath> bin\x64\Debug\</OutputPath>117 <OutputPath>$(SolutionDir)\bin\</OutputPath> 118 118 <DefineConstants>DEBUG;TRACE</DefineConstants> 119 119 <DebugType>full</DebugType> … … 130 130 </PropertyGroup> 131 131 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 132 <OutputPath> bin\x64\Release\</OutputPath>132 <OutputPath>$(SolutionDir)\bin\</OutputPath> 133 133 <DefineConstants>TRACE</DefineConstants> 134 134 <Optimize>true</Optimize> 135 135 <DebugType>pdbonly</DebugType> 136 136 <PlatformTarget>x64</PlatformTarget> 137 <CodeAnalysisLogFile> bin\Release\ProtoGen.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>137 <CodeAnalysisLogFile>$(SolutionDir)\bin\ProtoGen.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile> 138 138 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 139 139 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 196 196 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project> 197 197 <Name>ProtocolBuffers</Name> 198 198 <Private>False</Private></ProjectReference> 199 199 </ItemGroup> 200 200 <ItemGroup> -
branches/GeneralizedQAP/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers.csproj
r6780 r6878 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath> bin\Release\</OutputPath>53 <OutputPath>$(SolutionDir)\bin\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 69 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 70 70 <DebugSymbols>true</DebugSymbols> 71 <OutputPath> bin\x64\Debug\</OutputPath>71 <OutputPath>$(SolutionDir)\bin\</OutputPath> 72 72 <DefineConstants>DEBUG;TRACE</DefineConstants> 73 73 <NoStdLib>true</NoStdLib> … … 83 83 </PropertyGroup> 84 84 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 85 <OutputPath> bin\x64\Release\</OutputPath>85 <OutputPath>$(SolutionDir)\bin\</OutputPath> 86 86 <DefineConstants>TRACE</DefineConstants> 87 87 <Optimize>true</Optimize> … … 89 89 <DebugType>pdbonly</DebugType> 90 90 <PlatformTarget>x64</PlatformTarget> 91 <CodeAnalysisLogFile> bin\Release\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>91 <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 92 92 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 93 93 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 103 103 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 104 104 <DebugSymbols>true</DebugSymbols> 105 <OutputPath> bin\x86\Debug\</OutputPath>105 <OutputPath>$(SolutionDir)\bin\</OutputPath> 106 106 <DefineConstants>DEBUG;TRACE</DefineConstants> 107 107 <NoStdLib>true</NoStdLib> … … 119 119 </PropertyGroup> 120 120 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 121 <OutputPath> bin\x86\Release\</OutputPath>121 <OutputPath>$(SolutionDir)\bin\</OutputPath> 122 122 <DefineConstants>TRACE</DefineConstants> 123 123 <Optimize>true</Optimize> … … 125 125 <DebugType>pdbonly</DebugType> 126 126 <PlatformTarget>x86</PlatformTarget> 127 <CodeAnalysisLogFile> bin\Release\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>127 <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 128 128 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 129 129 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
Note: See TracChangeset
for help on using the changeset viewer.