Changeset 9514 for branches/ExportSymbolicDataAnalysisSolutions/HeuristicLab.ExtLibs/HeuristicLab.AutoDiff/1.0
- Timestamp:
- 05/22/13 16:57:47 (11 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.AutoDiff/1.0/AutoDiff-1.0/AutoDiff-1.0.csproj
r8705 r9514 27 27 <DebugType>full</DebugType> 28 28 <Optimize>false</Optimize> 29 <OutputPath>..\..\..\..\ bin\</OutputPath>29 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 30 30 <DefineConstants>DEBUG;TRACE</DefineConstants> 31 31 <ErrorReport>prompt</ErrorReport> … … 57 57 <DebugType>pdbonly</DebugType> 58 58 <Optimize>true</Optimize> 59 <OutputPath>..\..\..\..\ bin\</OutputPath>59 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 60 60 <DefineConstants>TRACE</DefineConstants> 61 61 <ErrorReport>prompt</ErrorReport> … … 94 94 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 95 95 <DebugSymbols>true</DebugSymbols> 96 <OutputPath>..\..\..\..\ bin\</OutputPath>96 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 97 97 <DefineConstants>DEBUG;TRACE</DefineConstants> 98 98 <DebugType>full</DebugType> … … 110 110 </PropertyGroup> 111 111 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 112 <OutputPath>..\..\..\..\ bin\</OutputPath>112 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 113 113 <DefineConstants>TRACE</DefineConstants> 114 114 <Optimize>true</Optimize> … … 127 127 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 128 128 <DebugSymbols>true</DebugSymbols> 129 <OutputPath>..\..\..\..\ bin\</OutputPath>129 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 130 130 <DefineConstants>DEBUG;TRACE</DefineConstants> 131 131 <DebugType>full</DebugType> … … 140 140 </PropertyGroup> 141 141 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 142 <OutputPath>..\..\..\..\ bin\</OutputPath>142 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 143 143 <DefineConstants>TRACE</DefineConstants> 144 144 <Optimize>true</Optimize> -
branches/ExportSymbolicDataAnalysisSolutions/HeuristicLab.ExtLibs/HeuristicLab.AutoDiff/1.0/HeuristicLab.AutoDiff-1.0/HeuristicLab.AutoDiff-1.0.csproj
r8703 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> … … 106 106 <ItemGroup> 107 107 <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 108 <Project>{94186 A6A-5176-4402-AE83-886557B53CCA}</Project>108 <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project> 109 109 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 110 <Private>False</Private>111 110 </ProjectReference> 112 111 <ProjectReference Include="..\AutoDiff-1.0\AutoDiff-1.0.csproj">
Note: See TracChangeset
for help on using the changeset viewer.