Changeset 9514 for branches/ExportSymbolicDataAnalysisSolutions/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS
- Timestamp:
- 05/22/13 16:57:47 (11 years ago)
- Location:
- branches/ExportSymbolicDataAnalysisSolutions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ExportSymbolicDataAnalysisSolutions
-
Property
svn:ignore
set to
*.suo
ProtoGen.exe
protoc.exe
Google.ProtocolBuffers-2.4.1.473.dll
-
Property
svn:ignore
set to
-
branches/ExportSymbolicDataAnalysisSolutions/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers-2.4.1.473.csproj
r9088 r9514 22 22 <DebugType>full</DebugType> 23 23 <Optimize>false</Optimize> 24 <OutputPath>..\..\..\..\..\..\ bin\</OutputPath>24 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 25 25 <DocumentationFile> 26 26 </DocumentationFile> … … 34 34 <DebugType>pdbonly</DebugType> 35 35 <Optimize>true</Optimize> 36 <OutputPath>..\..\..\..\..\..\ bin\</OutputPath>36 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 37 37 <DocumentationFile> 38 38 </DocumentationFile> … … 45 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 46 46 <DebugSymbols>true</DebugSymbols> 47 <OutputPath>..\..\..\..\..\..\ bin\</OutputPath>47 <OutputPath>..\..\..\..\..\..\trunk\sources\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\</OutputPath>64 <OutputPath>..\..\..\..\..\..\trunk\sources\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\</OutputPath>83 <OutputPath>..\..\..\..\..\..\trunk\sources\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\</OutputPath>100 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 101 101 <DefineConstants>TRACE</DefineConstants> 102 102 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.