Changeset 9514 for branches/ExportSymbolicDataAnalysisSolutions/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS
- Timestamp:
- 05/22/13 16:57:47 (12 years ago)
- Location:
- branches/ExportSymbolicDataAnalysisSolutions
- Files:
-
- 3 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/HeuristicLab.ProtobufCS/HeuristicLab.ProtobufCS-2.4.1.473.csproj
r8600 r9514 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> $(SolutionDir)\bin\</OutputPath>43 <OutputPath>..\..\..\..\..\..\trunk\sources\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> $(SolutionDir)\bin\</OutputPath>52 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 58 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 59 59 <DebugSymbols>true</DebugSymbols> 60 <OutputPath> $(SolutionDir)\bin\</OutputPath>60 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 61 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 62 <DebugType>full</DebugType> … … 66 66 </PropertyGroup> 67 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 68 <OutputPath> $(SolutionDir)\bin\</OutputPath>68 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 69 69 <DefineConstants>TRACE</DefineConstants> 70 70 <Optimize>true</Optimize> … … 76 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 77 77 <DebugSymbols>true</DebugSymbols> 78 <OutputPath> $(SolutionDir)\bin\</OutputPath>78 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 79 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 80 80 <DebugType>full</DebugType> … … 84 84 </PropertyGroup> 85 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 86 <OutputPath> $(SolutionDir)\bin\</OutputPath>86 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 87 87 <DefineConstants>TRACE</DefineConstants> 88 88 <Optimize>true</Optimize> … … 103 103 <ItemGroup> 104 104 <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 105 <Project>{94186 A6A-5176-4402-AE83-886557B53CCA}</Project>105 <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project> 106 106 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 107 <Private>False</Private>108 107 </ProjectReference> 109 108 <ProjectReference Include="..\ProtobufCS\src\ProtocolBuffers\ProtocolBuffers-2.4.1.473.csproj"> … … 147 146 --> 148 147 <PropertyGroup> 149 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)148 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 150 149 set ProjectDir=$(ProjectDir) 151 150 set SolutionDir=$(SolutionDir) … … 154 153 call PreBuildEvent.cmd 155 154 </PreBuildEvent> 156 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">155 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 157 156 export ProjectDir=$(ProjectDir) 158 157 export SolutionDir=$(SolutionDir) -
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.