Changeset 7302
- Timestamp:
- 01/10/12 13:03:21 (13 years ago)
- Location:
- branches/ConstantOptimization
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ConstantOptimization
-
Property
svn:ignore
set to
_ReSharper.ConstantOptimization
ConstantOptimization.6.0.ReSharper.user
ConstantOptimization.sln.docstates.suo
ConstantOptimization.suo
-
Property
svn:ignore
set to
-
branches/ConstantOptimization/HeuristicLab.Problems.DataAnylsis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj
r7301 r7302 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> … … 96 96 <EmbedInteropTypes>True</EmbedInteropTypes> 97 97 </Reference> 98 <Reference Include="ALGLIB-3.4.0, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 99 <HintPath>..\..\bin\ALGLIB-3.4.0.dll</HintPath> 100 <Private>False</Private> 101 </Reference> 102 <Reference Include="AutoDiff, Version=0.5.4387.23483, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" /> 98 <Reference Include="ALGLIB-3.4.0"> 99 <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.4.0.dll</HintPath> 100 </Reference> 101 <Reference Include="AutoDiff"> 102 <HintPath>..\..\AutoDiff.dll</HintPath> 103 </Reference> 104 <Reference Include="HeuristicLab.ALGLIB-3.4.0"> 105 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.ALGLIB-3.4.0.dll</HintPath> 106 </Reference> 107 <Reference Include="HeuristicLab.Analysis-3.3"> 108 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 109 </Reference> 110 <Reference Include="HeuristicLab.Collections-3.3"> 111 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 112 </Reference> 113 <Reference Include="HeuristicLab.Common-3.3"> 114 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 115 </Reference> 116 <Reference Include="HeuristicLab.Core-3.3"> 117 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 118 </Reference> 119 <Reference Include="HeuristicLab.Data-3.3"> 120 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 121 </Reference> 122 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4"> 123 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath> 124 </Reference> 125 <Reference Include="HeuristicLab.Operators-3.3"> 126 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 127 </Reference> 128 <Reference Include="HeuristicLab.Optimization-3.3"> 129 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 130 </Reference> 131 <Reference Include="HeuristicLab.Parameters-3.3"> 132 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 133 </Reference> 134 <Reference Include="HeuristicLab.Persistence-3.3"> 135 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 136 </Reference> 137 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 138 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 139 </Reference> 140 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4"> 141 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 142 </Reference> 143 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4"> 144 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath> 145 </Reference> 103 146 <Reference Include="System" /> 104 147 <Reference Include="System.Core"> … … 145 188 </ItemGroup> 146 189 <ItemGroup> 147 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">148 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>149 <Name>HeuristicLab.Analysis-3.3</Name>150 <Private>False</Private>151 </ProjectReference>152 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">153 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>154 <Name>HeuristicLab.Collections-3.3</Name>155 <Private>False</Private>156 </ProjectReference>157 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">158 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>159 <Name>HeuristicLab.Common-3.3</Name>160 <Private>False</Private>161 </ProjectReference>162 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">163 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>164 <Name>HeuristicLab.Core-3.3</Name>165 <Private>False</Private>166 </ProjectReference>167 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">168 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>169 <Name>HeuristicLab.Data-3.3</Name>170 <Private>False</Private>171 </ProjectReference>172 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">173 <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>174 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>175 <Private>False</Private>176 </ProjectReference>177 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">178 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>179 <Name>HeuristicLab.Operators-3.3</Name>180 <Private>False</Private>181 </ProjectReference>182 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">183 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>184 <Name>HeuristicLab.Optimization-3.3</Name>185 <Private>False</Private>186 </ProjectReference>187 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">188 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>189 <Name>HeuristicLab.Parameters-3.3</Name>190 <Private>False</Private>191 </ProjectReference>192 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">193 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>194 <Name>HeuristicLab.Persistence-3.3</Name>195 <Private>False</Private>196 </ProjectReference>197 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">198 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>199 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>200 <Private>False</Private>201 </ProjectReference>202 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">203 <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>204 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>205 <Private>False</Private>206 </ProjectReference>207 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">208 <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>209 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>210 <Private>False</Private>211 </ProjectReference>212 </ItemGroup>213 <ItemGroup>214 190 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 215 191 <Visible>False</Visible> … … 227 203 <Install>true</Install> 228 204 </BootstrapperPackage> 229 </ItemGroup>230 <ItemGroup>231 <Content Include="AutoDiff.dll" />232 205 </ItemGroup> 233 206 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.