- Timestamp:
- 12/26/12 07:52:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers-2.4.1.473.csproj
r8295 r9088 45 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 46 46 <DebugSymbols>true</DebugSymbols> 47 <OutputPath> bin\x64\Debug\</OutputPath>47 <OutputPath>..\..\..\..\..\..\bin\</OutputPath> 48 48 <DefineConstants>DEBUG;TRACE</DefineConstants> 49 49 <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn> … … 62 62 </PropertyGroup> 63 63 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 64 <OutputPath> bin\x64\Release\</OutputPath>64 <OutputPath>..\..\..\..\..\..\bin\</OutputPath> 65 65 <DefineConstants>TRACE</DefineConstants> 66 66 <Optimize>true</Optimize> … … 81 81 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 82 82 <DebugSymbols>true</DebugSymbols> 83 <OutputPath> bin\x86\Debug\</OutputPath>83 <OutputPath>..\..\..\..\..\..\bin\</OutputPath> 84 84 <DefineConstants>DEBUG;TRACE</DefineConstants> 85 85 <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn> … … 98 98 </PropertyGroup> 99 99 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 100 <OutputPath> bin\x86\Release\</OutputPath>100 <OutputPath>..\..\..\..\..\..\bin\</OutputPath> 101 101 <DefineConstants>TRACE</DefineConstants> 102 102 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.