Changeset 6866 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/AddressBook
- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- 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 15 bin 16 HeuristicLab 3.3.6.0.ReSharper.user 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
/branches/Restructure trunk solution (added) merged: 6828 /branches/Trunk (added) merged: 6829,6831-6833,6842-6848,6850,6865
- Property svn:ignore
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/AddressBook/AddressBook.csproj
r5163 r6866 39 39 <DebugType>full</DebugType> 40 40 <Optimize>false</Optimize> 41 <OutputPath> bin\Debug\</OutputPath>41 <OutputPath>$(SolutionDir)\bin\</OutputPath> 42 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 43 <ErrorReport>prompt</ErrorReport> … … 48 48 <DebugType>pdbonly</DebugType> 49 49 <Optimize>true</Optimize> 50 <OutputPath> bin\Release\</OutputPath>50 <OutputPath>$(SolutionDir)\bin\</OutputPath> 51 51 <DefineConstants>TRACE</DefineConstants> 52 52 <ErrorReport>prompt</ErrorReport> … … 65 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 66 66 <DebugSymbols>true</DebugSymbols> 67 <OutputPath> bin\x86\Debug\</OutputPath>67 <OutputPath>$(SolutionDir)\bin\</OutputPath> 68 68 <DefineConstants>DEBUG;TRACE</DefineConstants> 69 69 <DebugType>full</DebugType> … … 73 73 </PropertyGroup> 74 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 75 <OutputPath> bin\x86\Release\</OutputPath>75 <OutputPath>$(SolutionDir)\bin\</OutputPath> 76 76 <DefineConstants>TRACE</DefineConstants> 77 77 <Optimize>true</Optimize> … … 92 92 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 93 93 <DebugSymbols>true</DebugSymbols> 94 <OutputPath> bin\x64\Debug\</OutputPath>94 <OutputPath>$(SolutionDir)\bin\</OutputPath> 95 95 <DefineConstants>DEBUG;TRACE</DefineConstants> 96 96 <DebugType>full</DebugType> … … 100 100 </PropertyGroup> 101 101 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 102 <OutputPath> bin\x64\Release\</OutputPath>102 <OutputPath>$(SolutionDir)\bin\</OutputPath> 103 103 <DefineConstants>TRACE</DefineConstants> 104 104 <Optimize>true</Optimize> … … 134 134 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project> 135 135 <Name>ProtocolBuffers</Name> 136 136 <Private>False</Private></ProjectReference> 137 137 </ItemGroup> 138 138 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.