- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 deleted
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- 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 15 bin 16 HeuristicLab 3.3.6.0.ReSharper.user 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
/branches/Restructure trunk solution (added) merged: 6828 /branches/Trunk (added) merged: 6829,6831-6833,6842-6848,6850,6865
- Property svn:ignore
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4
- Property svn:ignore
-
old new 4 4 obj 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj
r6256 r6866 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> 95 98 <Reference Include="System" /> 96 99 <Reference Include="System.Core"> … … 109 112 <ItemGroup> 110 113 <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveValidationBestSolutionAnalyzer.cs" /> 114 <Compile Include="Plugin.cs" /> 111 115 <Compile Include="SingleObjective\SymbolicRegressionConstantOptimizationEvaluator.cs" /> 112 116 <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveOverfittingAnalyzer.cs" /> … … 130 134 <Compile Include="SymbolicRegressionSolution.cs" /> 131 135 <None Include="HeuristicLab.snk" /> 132 <None Include="HeuristicLabProblemsDataAnalysisSymbolicRegressionPlugin.cs.frame" /> 133 <None Include="Properties\AssemblyInfo.frame" /> 134 <Compile Include="HeuristicLabProblemsDataAnalysisSymbolicRegressionPlugin.cs" /> 136 <None Include="Plugin.cs.frame" /> 137 <None Include="Properties\AssemblyInfo.cs.frame" /> 135 138 <Compile Include="Properties\AssemblyInfo.cs" /> 136 139 </ItemGroup> … … 139 142 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 140 143 <Name>HeuristicLab.Analysis-3.3</Name> 144 <Private>False</Private> 141 145 </ProjectReference> 142 146 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 143 147 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 144 148 <Name>HeuristicLab.Collections-3.3</Name> 149 <Private>False</Private> 145 150 </ProjectReference> 146 151 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 147 152 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 148 153 <Name>HeuristicLab.Common-3.3</Name> 154 <Private>False</Private> 149 155 </ProjectReference> 150 156 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 151 157 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 152 158 <Name>HeuristicLab.Core-3.3</Name> 159 <Private>False</Private> 153 160 </ProjectReference> 154 161 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 155 162 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 156 163 <Name>HeuristicLab.Data-3.3</Name> 164 <Private>False</Private> 157 165 </ProjectReference> 158 166 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj"> 159 167 <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project> 160 168 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 161 </ProjectReference> 162 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj"> 163 <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project> 164 <Name>ALGLIB-3.1.0</Name> 165 </ProjectReference> 166 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj"> 167 <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project> 168 <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name> 169 <Private>False</Private> 169 170 </ProjectReference> 170 171 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 171 172 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 172 173 <Name>HeuristicLab.Operators-3.3</Name> 174 <Private>False</Private> 173 175 </ProjectReference> 174 176 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 175 177 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 176 178 <Name>HeuristicLab.Optimization-3.3</Name> 179 <Private>False</Private> 177 180 </ProjectReference> 178 181 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 179 182 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 180 183 <Name>HeuristicLab.Parameters-3.3</Name> 184 <Private>False</Private> 181 185 </ProjectReference> 182 186 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 183 187 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 184 188 <Name>HeuristicLab.Persistence-3.3</Name> 189 <Private>False</Private> 185 190 </ProjectReference> 186 191 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 187 192 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 188 193 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 194 <Private>False</Private> 189 195 </ProjectReference> 190 196 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj"> 191 197 <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project> 192 198 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name> 199 <Private>False</Private> 193 200 </ProjectReference> 194 201 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj"> 195 202 <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project> 196 203 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name> 204 <Private>False</Private> 197 205 </ProjectReference> 198 206 </ItemGroup> … … 230 238 231 239 call PreBuildEvent.cmd 232 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisSymbolicRegressionPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisSymbolicRegressionPlugin.cs"</PreBuildEvent>240 </PreBuildEvent> 233 241 </PropertyGroup> 234 242 </Project>
Note: See TracChangeset
for help on using the changeset viewer.