- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 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/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/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj
r6732 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> … … 121 121 <Compile Include="Analyzers\SymbolicDataAnalysisVariableFrequencyAnalyzer.cs" /> 122 122 <Compile Include="Analyzers\SymbolicDataAnalysisAlleleFrequencyAnalyzer.cs" /> 123 <Compile Include="Plugin.cs" /> 123 124 <Compile Include="SymbolicDataAnalysisExpressionTreeILEmittingInterpreter.cs" /> 124 125 <Compile Include="Formatters\SymbolicDataAnalysisExpressionLatexFormatter.cs" /> … … 176 177 <Compile Include="Symbols\VariableTreeNode.cs" /> 177 178 <None Include="HeuristicLab.snk" /> 178 <None Include=" HeuristicLabProblemsDataAnalysisSymbolicPlugin.cs.frame" />179 <None Include="Properties\AssemblyInfo. frame" />179 <None Include="Plugin.cs.frame" /> 180 <None Include="Properties\AssemblyInfo.cs.frame" /> 180 181 <Compile Include="Evaluators\SymbolicDataAnalysisMultiObjectiveEvaluator.cs" /> 181 182 <Compile Include="Evaluators\SymbolicDataAnalysisSingleObjectiveEvaluator.cs" /> 182 183 <Compile Include="Evaluators\SymbolicDataAnalysisEvaluator.cs" /> 183 <Compile Include="HeuristicLabProblemsDataAnalysisSymbolicPlugin.cs" />184 184 <Compile Include="Interfaces\ISymbolicDataAnalysisInterpreterOperator.cs" /> 185 185 <Compile Include="Interfaces\ISymbolicDataAnalysisMultiObjectiveEvaluator.cs" /> … … 196 196 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 197 197 <Name>HeuristicLab.Analysis-3.3</Name> 198 <Private>False</Private> 198 199 </ProjectReference> 199 200 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 200 201 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 201 202 <Name>HeuristicLab.Collections-3.3</Name> 203 <Private>False</Private> 202 204 </ProjectReference> 203 205 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 204 206 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 205 207 <Name>HeuristicLab.Common.Resources-3.3</Name> 208 <Private>False</Private> 206 209 </ProjectReference> 207 210 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 208 211 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 209 212 <Name>HeuristicLab.Common-3.3</Name> 213 <Private>False</Private> 210 214 </ProjectReference> 211 215 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 212 216 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 213 217 <Name>HeuristicLab.Core-3.3</Name> 218 <Private>False</Private> 214 219 </ProjectReference> 215 220 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 216 221 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 217 222 <Name>HeuristicLab.Data-3.3</Name> 223 <Private>False</Private> 218 224 </ProjectReference> 219 225 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj"> 220 226 <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project> 221 227 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 222 </ProjectReference> 223 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj"> 224 <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project> 225 <Name>ALGLIB-3.1.0</Name> 226 </ProjectReference> 227 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj"> 228 <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project> 229 <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name> 228 <Private>False</Private> 230 229 </ProjectReference> 231 230 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 232 231 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 233 232 <Name>HeuristicLab.Operators-3.3</Name> 233 <Private>False</Private> 234 234 </ProjectReference> 235 235 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj"> 236 236 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project> 237 237 <Name>HeuristicLab.Optimization.Operators-3.3</Name> 238 <Private>False</Private> 238 239 </ProjectReference> 239 240 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 240 241 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 241 242 <Name>HeuristicLab.Optimization-3.3</Name> 243 <Private>False</Private> 242 244 </ProjectReference> 243 245 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 244 246 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 245 247 <Name>HeuristicLab.Parameters-3.3</Name> 248 <Private>False</Private> 246 249 </ProjectReference> 247 250 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 248 251 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 249 252 <Name>HeuristicLab.Persistence-3.3</Name> 253 <Private>False</Private> 250 254 </ProjectReference> 251 255 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 252 256 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 253 257 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 258 <Private>False</Private> 254 259 </ProjectReference> 255 260 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj"> 256 261 <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project> 257 262 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name> 263 <Private>False</Private> 258 264 </ProjectReference> 259 265 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 260 266 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project> 261 267 <Name>HeuristicLab.Random-3.3</Name> 268 <Private>False</Private> 262 269 </ProjectReference> 263 270 </ItemGroup> … … 295 302 296 303 call PreBuildEvent.cmd 297 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisSymbolicPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisSymbolicPlugin.cs"</PreBuildEvent>304 </PreBuildEvent> 298 305 </PropertyGroup> 299 306 </Project>
Note: See TracChangeset
for help on using the changeset viewer.