- Timestamp:
- 10/05/11 17:21:16 (13 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.JobManager/3.3
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.JobManager/3.3
- Property svn:ignore
-
old new 6 6 *.suo 7 7 HeuristicLabClientsHiveJobManagerPlugin.cs 8 Plugin.cs 9 Pugin.cs
-
- Property svn:ignore
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.JobManager/3.3/HeuristicLab.Clients.Hive.JobManager-3.3.csproj
r6864 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"> 108 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 109 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 110 <Private>False</Private> 109 111 </Reference> 110 112 <Reference Include="HeuristicLab.Common.Resources-3.3"> 111 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath> 113 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 114 <Private>False</Private> 112 115 </Reference> 113 116 <Reference Include="HeuristicLab.Core-3.3"> 114 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 117 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 118 <Private>False</Private> 115 119 </Reference> 116 120 <Reference Include="HeuristicLab.Core.Views-3.3"> 117 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath> 121 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 122 <Private>False</Private> 118 123 </Reference> 119 124 <Reference Include="HeuristicLab.Data-3.3"> 120 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath> 125 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 126 <Private>False</Private> 121 127 </Reference> 122 128 <Reference Include="HeuristicLab.MainForm-3.3"> 123 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath> 129 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 130 <Private>False</Private> 124 131 </Reference> 125 132 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 126 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 133 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 134 <Private>False</Private> 127 135 </Reference> 128 136 <Reference Include="HeuristicLab.Optimization-3.3"> 129 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath> 137 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 138 <Private>False</Private> 130 139 </Reference> 131 140 <Reference Include="HeuristicLab.Optimizer-3.3"> 132 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimizer-3.3.dll</HintPath> 141 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath> 142 <Private>False</Private> 133 143 </Reference> 134 144 <Reference Include="HeuristicLab.Persistence-3.3"> 135 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 145 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 146 <Private>False</Private> 136 147 </Reference> 137 148 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 138 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 149 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 150 <Private>False</Private> 139 151 </Reference> 140 152 <Reference Include="System" /> … … 152 164 </ItemGroup> 153 165 <ItemGroup> 154 <Compile Include=" HeuristicLabClientsHiveJobManagerPlugin.cs" />166 <Compile Include="Pugin.cs" /> 155 167 <Compile Include="Views\HiveJobManagerView.cs"> 156 168 <SubType>UserControl</SubType> … … 184 196 <DependentUpon>RefreshableHiveJobView.cs</DependentUpon> 185 197 </Compile> 186 <None Include=" HeuristicLabClientsHiveJobManagerPlugin.cs.frame" />198 <None Include="Plugin.cs.frame" /> 187 199 <Compile Include="Properties\AssemblyInfo.cs" /> 188 200 <None Include="Properties\AssemblyInfo.cs.frame" /> … … 195 207 <Project>{E1D6C801-892A-406A-B606-F158E36DD3C3}</Project> 196 208 <Name>HeuristicLab.Clients.Hive.Views-3.3</Name> 209 <Private>False</Private> 197 210 </ProjectReference> 198 211 <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj"> 199 212 <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project> 200 213 <Name>HeuristicLab.Clients.Hive-3.3</Name> 214 <Private>False</Private> 201 215 </ProjectReference> 202 216 <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj"> 203 217 <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project> 204 218 <Name>HeuristicLab.Hive-3.3</Name> 219 <Private>False</Private> 205 220 </ProjectReference> 206 221 </ItemGroup> … … 227 242 </PropertyGroup> 228 243 <PropertyGroup> 229 <PostBuildEvent>set ProjectName=$(ProjectName) 230 set TargetPath=$(TargetPath) 231 call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent> 244 <PostBuildEvent> 245 </PostBuildEvent> 232 246 </PropertyGroup> 233 247 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.