- Timestamp:
- 10/05/11 17:21:16 (13 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine.Views/3.3
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine.Views/3.3
- Property svn:ignore
-
old new 5 5 HeuristicLab.HiveEngine.Views-3.4.csproj.user 6 6 HeuristicLab.HiveEngine.Views-3.4.csproj.vs10x 7 Plugin.cs
-
- Property svn:ignore
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine.Views/3.3/HeuristicLab.HiveEngine.Views-3.3.csproj
r6793 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.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.Core.Views-3.3"> 114 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath> 117 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 118 <Private>False</Private> 115 119 </Reference> 116 120 <Reference Include="HeuristicLab.MainForm-3.3"> 117 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath> 121 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 122 <Private>False</Private> 118 123 </Reference> 119 124 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 120 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 125 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 126 <Private>False</Private> 121 127 </Reference> 122 128 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 123 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 129 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 130 <Private>False</Private> 124 131 </Reference> 125 132 <Reference Include="System" /> … … 130 137 </ItemGroup> 131 138 <ItemGroup> 132 <None Include=" HeuristicLabHiveEngineViewsPlugin.cs.frame" />133 <Compile Include=" HeuristicLabHiveEngineViewsPlugin.cs" />139 <None Include="Plugin.cs.frame" /> 140 <Compile Include="Plugin.cs" /> 134 141 <Compile Include="HiveEngineView.cs"> 135 142 <SubType>UserControl</SubType> … … 148 155 <Project>{DBFD7205-61AF-40EF-8776-3052DEF91CF3}</Project> 149 156 <Name>HeuristicLab.Clients.Hive.JobManager-3.3</Name> 157 <Private>False</Private> 150 158 </ProjectReference> 151 159 <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Views\3.3\HeuristicLab.Clients.Hive.Views-3.3.csproj"> 152 160 <Project>{E1D6C801-892A-406A-B606-F158E36DD3C3}</Project> 153 161 <Name>HeuristicLab.Clients.Hive.Views-3.3</Name> 162 <Private>False</Private> 154 163 </ProjectReference> 155 164 <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj"> 156 165 <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project> 157 166 <Name>HeuristicLab.Clients.Hive-3.3</Name> 167 <Private>False</Private> 158 168 </ProjectReference> 159 169 <ProjectReference Include="..\..\HeuristicLab.HiveEngine\3.3\HeuristicLab.HiveEngine-3.3.csproj"> 160 170 <Project>{2C036542-5451-4A23-AFF6-87575C7BAFE7}</Project> 161 171 <Name>HeuristicLab.HiveEngine-3.3</Name> 172 <Private>False</Private> 162 173 </ProjectReference> 163 174 </ItemGroup> … … 177 188 </PropertyGroup> 178 189 <PropertyGroup> 179 <PostBuildEvent>set ProjectName=$(ProjectName) 180 set TargetPath=$(TargetPath) 181 call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent> 190 <PostBuildEvent> 191 </PostBuildEvent> 182 192 </PropertyGroup> 183 193 <!-- 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.