Changeset 12195
- Timestamp:
- 03/12/15 23:17:23 (10 years ago)
- Location:
- branches/SymbolicExpressionTreeEncoding
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SymbolicExpressionTreeEncoding
-
Property
svn:ignore
set to
*.suo
-
Property
svn:ignore
set to
-
branches/SymbolicExpressionTreeEncoding/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj
r11623 r12195 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> … … 52 52 <DebugType>pdbonly</DebugType> 53 53 <Optimize>true</Optimize> 54 <OutputPath> $(SolutionDir)\bin\</OutputPath>54 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 55 55 <DefineConstants>TRACE</DefineConstants> 56 56 <ErrorReport>prompt</ErrorReport> … … 61 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 62 62 <DebugSymbols>true</DebugSymbols> 63 <OutputPath> $(SolutionDir)\bin\</OutputPath>63 <OutputPath>..\..\..\..\trunk\sources\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\sources\bin\</OutputPath> 73 73 <DefineConstants>TRACE</DefineConstants> 74 74 <Optimize>true</Optimize> … … 81 81 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 82 82 <DebugSymbols>true</DebugSymbols> 83 <OutputPath> $(SolutionDir)\bin\</OutputPath>83 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 84 84 <DefineConstants>DEBUG;TRACE</DefineConstants> 85 85 <DebugType>full</DebugType> … … 90 90 </PropertyGroup> 91 91 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 92 <OutputPath> $(SolutionDir)\bin\</OutputPath>92 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 93 93 <DefineConstants>TRACE</DefineConstants> 94 94 <Optimize>true</Optimize> … … 100 100 </PropertyGroup> 101 101 <ItemGroup> 102 <Reference Include="HeuristicLab.Analysis-3.3"> 103 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 104 <Private>False</Private> 105 </Reference> 106 <Reference Include="HeuristicLab.Collections-3.3"> 107 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 108 <Private>False</Private> 109 </Reference> 110 <Reference Include="HeuristicLab.Common-3.3"> 111 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 112 <Private>False</Private> 113 </Reference> 114 <Reference Include="HeuristicLab.Common.Resources-3.3"> 115 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 116 <Private>False</Private> 117 </Reference> 118 <Reference Include="HeuristicLab.Core-3.3"> 119 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 120 <Private>False</Private> 121 </Reference> 122 <Reference Include="HeuristicLab.Data-3.3"> 123 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 124 <Private>False</Private> 125 </Reference> 126 <Reference Include="HeuristicLab.Operators-3.3"> 127 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 128 <Private>False</Private> 129 </Reference> 130 <Reference Include="HeuristicLab.Optimization-3.3"> 131 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 132 <Private>False</Private> 133 </Reference> 134 <Reference Include="HeuristicLab.Parameters-3.3"> 135 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 136 <Private>False</Private> 137 </Reference> 138 <Reference Include="HeuristicLab.Persistence-3.3"> 139 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 140 <Private>False</Private> 141 </Reference> 142 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 143 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 144 <Private>False</Private> 145 </Reference> 102 146 <Reference Include="System" /> 103 147 <Reference Include="System.Core"> … … 205 249 </ItemGroup> 206 250 <ItemGroup> 207 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">208 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>209 <Name>HeuristicLab.Analysis-3.3</Name>210 <Private>False</Private>211 </ProjectReference>212 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">213 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>214 <Name>HeuristicLab.Collections-3.3</Name>215 <Private>False</Private>216 </ProjectReference>217 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">218 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>219 <Name>HeuristicLab.Common.Resources-3.3</Name>220 <Private>False</Private>221 </ProjectReference>222 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">223 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>224 <Name>HeuristicLab.Common-3.3</Name>225 <Private>False</Private>226 </ProjectReference>227 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">228 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>229 <Name>HeuristicLab.Core-3.3</Name>230 <Private>False</Private>231 </ProjectReference>232 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">233 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>234 <Name>HeuristicLab.Data-3.3</Name>235 <Private>False</Private>236 </ProjectReference>237 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">238 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>239 <Name>HeuristicLab.Operators-3.3</Name>240 <Private>False</Private>241 </ProjectReference>242 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">243 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>244 <Name>HeuristicLab.Optimization.Operators-3.3</Name>245 <Private>False</Private>246 </ProjectReference>247 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">248 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>249 <Name>HeuristicLab.Optimization-3.3</Name>250 <Private>False</Private>251 </ProjectReference>252 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">253 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>254 <Name>HeuristicLab.Parameters-3.3</Name>255 <Private>False</Private>256 </ProjectReference>257 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">258 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>259 <Name>HeuristicLab.Persistence-3.3</Name>260 <Private>False</Private>261 </ProjectReference>262 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">263 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>264 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>265 <Private>False</Private>266 </ProjectReference>267 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">268 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>269 <Name>HeuristicLab.Random-3.3</Name>270 <Private>False</Private>271 </ProjectReference>272 </ItemGroup>273 <ItemGroup>274 251 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 275 252 <Visible>False</Visible>
Note: See TracChangeset
for help on using the changeset viewer.