Changeset 15823
- Timestamp:
- 02/28/18 17:18:13 (7 years ago)
- Location:
- branches/2886_SymRegGrammarEnumeration
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2886_SymRegGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration.csproj
r15821 r15823 17 17 <DebugType>full</DebugType> 18 18 <Optimize>false</Optimize> 19 <OutputPath>..\..\ ..\trunk\bin\</OutputPath>19 <OutputPath>..\..\trunk\bin\</OutputPath> 20 20 <DefineConstants>DEBUG;TRACE</DefineConstants> 21 21 <ErrorReport>prompt</ErrorReport> … … 25 25 <DebugType>pdbonly</DebugType> 26 26 <Optimize>true</Optimize> 27 <OutputPath> bin\Release\</OutputPath>27 <OutputPath>..\..\..\trunk\bin\</OutputPath> 28 28 <DefineConstants>TRACE</DefineConstants> 29 29 <ErrorReport>prompt</ErrorReport> … … 33 33 <Reference Include="ALGLIB-3.7.0"> 34 34 <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath> 35 <Private>False</Private> 35 36 </Reference> 36 37 <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4"> 37 38 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath> 39 <Private>False</Private> 38 40 </Reference> 39 41 <Reference Include="HeuristicLab.Analysis-3.3"> 40 42 <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 43 <Private>False</Private> 41 44 </Reference> 42 45 <Reference Include="HeuristicLab.Collections-3.3"> 43 46 <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 47 <Private>False</Private> 44 48 </Reference> 45 49 <Reference Include="HeuristicLab.Common-3.3"> 46 50 <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 51 <Private>False</Private> 47 52 </Reference> 48 53 <Reference Include="HeuristicLab.Core-3.3"> 49 54 <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 55 <Private>False</Private> 50 56 </Reference> 51 57 <Reference Include="HeuristicLab.Data-3.3"> 52 58 <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 59 <Private>False</Private> 53 60 </Reference> 54 61 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4"> 55 62 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath> 56 </Reference> 63 <Private>False</Private> 64 </Reference> 57 65 <Reference Include="HeuristicLab.Operators-3.3"> 58 66 <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 59 </Reference> 67 <Private>False</Private> 68 </Reference> 60 69 <Reference Include="HeuristicLab.Optimization-3.3"> 61 70 <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 71 <Private>False</Private> 62 72 </Reference> 63 73 <Reference Include="HeuristicLab.Parameters-3.3"> 64 74 <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 75 <Private>False</Private> 65 76 </Reference> 66 77 <Reference Include="HeuristicLab.Persistence-3.3"> 67 78 <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 79 <Private>False</Private> 68 80 </Reference> 69 81 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 70 82 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 83 <Private>False</Private> 71 84 </Reference> 72 85 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4"> 73 86 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 87 <Private>False</Private> 74 88 </Reference> 75 89 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4"> 76 90 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath> 77 </Reference> 91 <Private>False</Private> 92 </Reference> 78 93 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4"> 79 94 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath> 95 <Private>False</Private> 80 96 </Reference> 81 97 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 82 98 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 99 <Private>False</Private> 83 100 </Reference> 84 101 <Reference Include="HeuristicLab.Random-3.3"> 85 102 <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 103 <Private>False</Private> 86 104 </Reference> 87 105 <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3"> 88 106 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath> 107 <Private>False</Private> 89 108 </Reference> 90 109 <Reference Include="System" /> … … 98 117 <Compile Include="GrammarEnumeration\SearchDataStructure.cs" /> 99 118 <Compile Include="GrammarEnumeration\Sentence.cs" /> 100 <Compile Include="Plugin.cs" />101 119 <Compile Include="Properties\AssemblyInfo.cs" /> 102 120 <Compile Include="GrammarEnumeration\Symbol.cs" /> 103 121 </ItemGroup> 104 <ItemGroup /> 122 <ItemGroup> 123 <None Include="Plugin.cs.frame" /> 124 </ItemGroup> 105 125 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 126 <PropertyGroup> 127 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 128 set ProjectDir=$(ProjectDir) 129 set SolutionDir=$(SolutionDir) 130 set Outdir=$(Outdir) 131 132 call PreBuildEvent.cmd 133 </PreBuildEvent> 134 </PropertyGroup> 106 135 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 107 136 Other similar extension points exist, see Microsoft.Common.targets. -
branches/2886_SymRegGrammarEnumeration/SymRegGrammarEnumeration.sln
r15712 r15823 9 9 EndProject 10 10 Global 11 GlobalSection(Performance) = preSolution 12 HasPerformanceSessions = true 13 EndGlobalSection 11 14 GlobalSection(SolutionConfigurationPlatforms) = preSolution 12 15 Debug|Any CPU = Debug|Any CPU
Note: See TracChangeset
for help on using the changeset viewer.