- Timestamp:
- 10/05/11 21:55:55 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 2 deleted
- 3 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP
- Property svn:ignore
-
old new 1 *.docstates 2 *.psess 1 3 *.resharper 2 4 *.suo 5 *.vsp 3 6 Google.ProtocolBuffers-0.9.1.dll 7 HeuristicLab 3.3.5.1.ReSharper.user 8 HeuristicLab 3.3.6.0.ReSharper.user 4 9 HeuristicLab.4.5.resharper.user 5 10 HeuristicLab.resharper.user … … 8 13 _ReSharper.HeuristicLab 9 14 _ReSharper.HeuristicLab 3.3 15 _ReSharper.HeuristicLab.ExtLibs 16 bin 10 17 protoc.exe 11 HeuristicLab 3.3.5.1.ReSharper.user 12 *.psess 13 *.vsp 14 *.docstates 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Problems.DataAnalysis.Regression/3.3
- Property svn:ignore
-
old new 4 4 obj 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Problems.DataAnalysis.Regression/3.3/HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj
r5253 r6878 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\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> bin\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 58 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 59 59 <DebugSymbols>true</DebugSymbols> 60 <OutputPath> bin\x64\Debug\</OutputPath>60 <OutputPath>$(SolutionDir)\bin\</OutputPath> 61 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 62 <DebugType>full</DebugType> … … 66 66 </PropertyGroup> 67 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 68 <OutputPath> bin\x64\Release\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\</OutputPath> 69 69 <DefineConstants>TRACE</DefineConstants> 70 70 <Optimize>true</Optimize> … … 76 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 77 77 <DebugSymbols>true</DebugSymbols> 78 <OutputPath> bin\x86\Debug\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\</OutputPath> 79 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 80 80 <DebugType>full</DebugType> … … 84 84 </PropertyGroup> 85 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 86 <OutputPath> bin\x86\Release\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\</OutputPath> 87 87 <DefineConstants>TRACE</DefineConstants> 88 88 <Optimize>true</Optimize> … … 93 93 </PropertyGroup> 94 94 <ItemGroup> 95 <Reference Include="ALGLIB-3.1.0, Version=3.1.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 96 <HintPath>..\..\bin\ALGLIB-3.1.0.dll</HintPath> 97 </Reference> 98 <Reference Include="LibSVM-1.6.3, Version=1.6.3.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 99 <HintPath>..\..\bin\LibSVM-1.6.3.dll</HintPath> 100 </Reference> 95 101 <Reference Include="System" /> 96 102 <Reference Include="System.Core"> … … 109 115 <ItemGroup> 110 116 <None Include="HeuristicLab.snk" /> 111 <None Include=" HeuristicLabProblemsDataAnalysisRegressionPlugin.cs.frame" />112 <None Include="Properties\AssemblyInfo. frame" />117 <None Include="Plugin.cs.frame" /> 118 <None Include="Properties\AssemblyInfo.cs.frame" /> 113 119 <Compile Include="Analyzers\RegressionSolutionAnalyzer.cs"> 114 120 <SubType>Code</SubType> 115 121 </Compile> 116 <Compile Include="HeuristicLabProblemsDataAnalysisRegressionPlugin.cs" />117 122 <Compile Include="LinearRegression\LinearRegressionSolutionCreator.cs" /> 118 123 <Compile Include="LinearRegression\LinearRegressionUtil.cs" /> 124 <Compile Include="Plugin.cs" /> 119 125 <Compile Include="Properties\AssemblyInfo.cs" /> 120 126 <Compile Include="SupportVectorRegression\BestSupportVectorRegressionSolutionAnalyzer.cs" /> 121 127 <Compile Include="SupportVectorRegression\SupportVectorRegressionSolution.cs" /> 122 128 <Compile Include="Symbolic\Analyzers\BestSymbolicRegressionSolutionAnalyzer.cs" /> 129 <Compile Include="Symbolic\Analyzers\SymbolicRegressionTournamentPruning.cs"> 130 <SubType>Code</SubType> 131 </Compile> 123 132 <Compile Include="Symbolic\Analyzers\TrainingBestScaledSymbolicRegressionSolutionAnalyzer.cs" /> 124 133 <Compile Include="Symbolic\Analyzers\SymbolicRegressionValidationAnalyzer.cs" /> … … 156 165 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 157 166 <Name>HeuristicLab.Analysis-3.3</Name> 167 <Private>False</Private> 158 168 </ProjectReference> 159 169 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 160 170 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 161 171 <Name>HeuristicLab.Collections-3.3</Name> 172 <Private>False</Private> 162 173 </ProjectReference> 163 174 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 164 175 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 165 176 <Name>HeuristicLab.Common.Resources-3.3</Name> 177 <Private>False</Private> 166 178 </ProjectReference> 167 179 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 168 180 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 169 181 <Name>HeuristicLab.Common-3.3</Name> 182 <Private>False</Private> 170 183 </ProjectReference> 171 184 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 172 185 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 173 186 <Name>HeuristicLab.Core-3.3</Name> 187 <Private>False</Private> 174 188 </ProjectReference> 175 189 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 176 190 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 177 191 <Name>HeuristicLab.Data-3.3</Name> 192 <Private>False</Private> 178 193 </ProjectReference> 179 194 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj"> 180 195 <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project> 181 196 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name> 182 </ProjectReference> 183 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj"> 184 <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project> 185 <Name>ALGLIB-3.1.0</Name> 186 </ProjectReference> 187 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj"> 188 <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project> 189 <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name> 190 </ProjectReference> 191 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3.csproj"> 192 <Project>{89B50302-9CEE-4D13-9779-633EADCAE624}</Project> 193 <Name>HeuristicLab.LibSVM-1.6.3 %28HeuristicLab.ExtLibs\HeuristicLab.LibSVM\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3%29</Name> 194 </ProjectReference> 195 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\LibSVM-1.6.3\LibSVM-1.6.3.csproj"> 196 <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project> 197 <Name>LibSVM-1.6.3</Name> 197 <Private>False</Private> 198 198 </ProjectReference> 199 199 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 200 200 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 201 201 <Name>HeuristicLab.Operators-3.3</Name> 202 <Private>False</Private> 202 203 </ProjectReference> 203 204 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj"> 204 205 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project> 205 206 <Name>HeuristicLab.Optimization.Operators-3.3</Name> 207 <Private>False</Private> 206 208 </ProjectReference> 207 209 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 208 210 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 209 211 <Name>HeuristicLab.Optimization-3.3</Name> 212 <Private>False</Private> 210 213 </ProjectReference> 211 214 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 212 215 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 213 216 <Name>HeuristicLab.Parameters-3.3</Name> 217 <Private>False</Private> 214 218 </ProjectReference> 215 219 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 216 220 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 217 221 <Name>HeuristicLab.Persistence-3.3</Name> 222 <Private>False</Private> 218 223 </ProjectReference> 219 224 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 220 225 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 221 226 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 227 <Private>False</Private> 222 228 </ProjectReference> 223 229 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj"> 224 230 <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project> 225 231 <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name> 232 <Private>False</Private> 226 233 </ProjectReference> 227 234 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 228 235 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project> 229 236 <Name>HeuristicLab.Random-3.3</Name> 237 <Private>False</Private> 230 238 </ProjectReference> 231 239 </ItemGroup> … … 263 271 264 272 call PreBuildEvent.cmd 265 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisRegressionPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisRegressionPlugin.cs"</PreBuildEvent>273 </PreBuildEvent> 266 274 </PropertyGroup> 267 275 </Project>
Note: See TracChangeset
for help on using the changeset viewer.