- Timestamp:
- 10/05/11 17:21:16 (13 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.3
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabHiveEnginePlugin.cs 5 5 HeuristicLab.HiveEngine-3.4.csproj.user 6 Plugin.cs
-
- Property svn:ignore
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.3/HeuristicLab.HiveEngine-3.3.csproj
r6701 r6872 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath> bin\Debug\</OutputPath>20 <OutputPath>..\..\..\..\core\sources\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 103 103 <ItemGroup> 104 104 <Reference Include="HeuristicLab.Collections-3.3"> 105 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> 105 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 106 <Private>False</Private> 106 107 </Reference> 107 108 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 108 109 <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 110 <Private>False</Private> 109 111 </Reference> 110 112 <Reference Include="HeuristicLab.Core-3.3"> 111 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 113 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 114 <Private>False</Private> 112 115 </Reference> 113 116 <Reference Include="HeuristicLab.Persistence-3.3"> 114 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 117 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 118 <Private>False</Private> 115 119 </Reference> 116 120 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 117 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 121 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 122 <Private>False</Private> 118 123 </Reference> 119 124 <Reference Include="HeuristicLab.Random-3.3"> 120 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath> 125 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Random-3.3.dll</HintPath> 126 <Private>False</Private> 121 127 </Reference> 122 128 <Reference Include="HeuristicLab.SequentialEngine-3.3"> 123 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath> 129 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath> 130 <Private>False</Private> 124 131 </Reference> 125 132 <Reference Include="System" /> … … 132 139 </ItemGroup> 133 140 <ItemGroup> 134 <Compile Include=" HeuristicLabHiveEnginePlugin.cs" />141 <Compile Include="Plugin.cs" /> 135 142 <Compile Include="Exceptions\ScopeMergeException.cs" /> 136 143 <Compile Include="Properties\AssemblyInfo.cs" /> 137 <None Include=" HeuristicLabHiveEnginePlugin.cs.frame" />144 <None Include="Plugin.cs.frame" /> 138 145 <Compile Include="HiveEngine.cs" /> 139 146 <Compile Include="Exceptions\HiveEngineException.cs" /> … … 148 155 <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project> 149 156 <Name>HeuristicLab.Clients.Hive-3.3</Name> 157 <Private>False</Private> 150 158 </ProjectReference> 151 159 <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj"> 152 160 <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project> 153 161 <Name>HeuristicLab.Hive-3.3</Name> 162 <Private>False</Private> 154 163 </ProjectReference> 155 164 </ItemGroup> … … 164 173 </PropertyGroup> 165 174 <PropertyGroup> 166 <PostBuildEvent>set ProjectName=$(ProjectName) 167 set TargetPath=$(TargetPath) 168 call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent> 175 <PostBuildEvent> 176 </PostBuildEvent> 169 177 </PropertyGroup> 170 178 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.3/Tests/HeuristicLab.HiveEngine.ConsoleTests-3.3.csproj
r6701 r6872 67 67 <ItemGroup> 68 68 <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3"> 69 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>69 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath> 70 70 </Reference> 71 71 <Reference Include="HeuristicLab.Collections-3.3"> 72 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>72 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 73 73 </Reference> 74 74 <Reference Include="HeuristicLab.Common-3.3"> 75 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>75 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 76 76 </Reference> 77 77 <Reference Include="HeuristicLab.Common.Resources-3.3"> 78 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>78 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 79 79 </Reference> 80 80 <Reference Include="HeuristicLab.Core-3.3"> 81 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>81 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 82 82 </Reference> 83 83 <Reference Include="HeuristicLab.Data-3.3"> 84 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>84 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 85 85 </Reference> 86 86 <Reference Include="HeuristicLab.Operators-3.3"> 87 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>87 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 88 88 </Reference> 89 89 <Reference Include="HeuristicLab.Optimization-3.3"> 90 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>90 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 91 91 </Reference> 92 92 <Reference Include="HeuristicLab.Persistence-3.3"> 93 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>93 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 94 94 </Reference> 95 95 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 96 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>96 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 97 97 </Reference> 98 98 <Reference Include="HeuristicLab.Problems.TestFunctions-3.3"> 99 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>99 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath> 100 100 </Reference> 101 101 <Reference Include="HeuristicLab.SequentialEngine-3.3"> 102 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath>102 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath> 103 103 </Reference> 104 104 <Reference Include="System" />
Note: See TracChangeset
for help on using the changeset viewer.