- Timestamp:
- 01/31/18 10:48:26 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2457_ExpertSystem/HeuristicLab.Encodings.LinearLinkageEncoding/3.4/HeuristicLab.Encodings.LinearLinkageEncoding-3.4.csproj
r15256 r15694 17 17 <DebugType>full</DebugType> 18 18 <Optimize>false</Optimize> 19 <OutputPath> $(SolutionDir)\bin\</OutputPath>19 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 20 20 <DefineConstants>DEBUG;TRACE</DefineConstants> 21 21 <ErrorReport>prompt</ErrorReport> … … 27 27 <DebugType>pdbonly</DebugType> 28 28 <Optimize>true</Optimize> 29 <OutputPath> $(SolutionDir)\bin\</OutputPath>29 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 30 30 <DefineConstants>TRACE</DefineConstants> 31 31 <ErrorReport>prompt</ErrorReport> … … 39 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 40 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath> $(SolutionDir)\bin\</OutputPath>41 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 42 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 43 <DebugType>full</DebugType> … … 48 48 </PropertyGroup> 49 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 50 <OutputPath> $(SolutionDir)\bin\</OutputPath>50 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 51 51 <DefineConstants>TRACE</DefineConstants> 52 52 <DocumentationFile> … … 61 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 62 62 <DebugSymbols>true</DebugSymbols> 63 <OutputPath> $(SolutionDir)\bin\</OutputPath>63 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 64 64 <DefineConstants>DEBUG;TRACE</DefineConstants> 65 65 <DebugType>full</DebugType> … … 70 70 </PropertyGroup> 71 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 72 <OutputPath> $(SolutionDir)\bin\</OutputPath>72 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 73 73 <DefineConstants>TRACE</DefineConstants> 74 74 <DocumentationFile> … … 96 96 <ItemGroup> 97 97 <Reference Include="HeuristicLab.Collections-3.3"> 98 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>98 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 99 99 <Private>False</Private> 100 100 </Reference> 101 101 <Reference Include="HeuristicLab.Common-3.3"> 102 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>102 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 103 103 <Private>False</Private> 104 104 </Reference> 105 105 <Reference Include="HeuristicLab.Core-3.3"> 106 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>106 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 107 107 <Private>False</Private> 108 108 </Reference> 109 109 <Reference Include="HeuristicLab.Data-3.3"> 110 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>110 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 111 111 <Private>False</Private> 112 112 </Reference> 113 113 <Reference Include="HeuristicLab.Operators-3.3"> 114 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>114 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 115 115 <Private>False</Private> 116 116 </Reference> 117 117 <Reference Include="HeuristicLab.Optimization.Operators-3.3"> 118 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>118 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 119 119 <Private>False</Private> 120 120 </Reference> 121 121 <Reference Include="HeuristicLab.Parameters-3.3"> 122 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>122 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 123 123 <Private>False</Private> 124 124 </Reference> 125 125 <Reference Include="HeuristicLab.Persistence-3.3"> 126 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>126 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 127 127 <Private>False</Private> 128 128 </Reference> 129 129 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 130 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>130 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 131 131 <Private>False</Private> 132 132 </Reference> 133 133 <Reference Include="HeuristicLab.Random-3.3"> 134 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Random-3.3.dll</HintPath>134 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 135 135 <Private>False</Private> 136 136 </Reference> … … 201 201 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 202 202 <PropertyGroup> 203 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir); $(SolutionDir)203 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);..\..\..\..\trunk 204 204 set ProjectDir=$(ProjectDir) 205 set SolutionDir= $(SolutionDir)205 set SolutionDir=..\..\..\..\trunk 206 206 set Outdir=$(Outdir) 207 207 … … 210 210 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 211 211 export ProjectDir=$(ProjectDir) 212 export SolutionDir= $(SolutionDir)212 export SolutionDir=..\..\..\..\trunk 213 213 214 214 $SolutionDir/PreBuildEvent.sh 215 215 </PreBuildEvent> 216 </PropertyGroup> 217 <PropertyGroup> 218 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 219 set ProjectDir=$(ProjectDir) 220 set SolutionDir=$(SolutionDir) 221 set Outdir=$(Outdir) 222 223 call PreBuildEvent.cmd 224 </PreBuildEvent> 216 225 </PropertyGroup> 217 226 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.