Changeset 6910 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.ConsoleClient/3.3/HeuristicLab.Clients.Hive.Slave.ConsoleClient-3.3.csproj
- Timestamp:
- 10/12/11 15:48:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.ConsoleClient/3.3/HeuristicLab.Clients.Hive.Slave.ConsoleClient-3.3.csproj
r6896 r6910 40 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> 41 41 <PlatformTarget>AnyCPU</PlatformTarget> 42 <OutputPath> ..\..\..\..\..\trunk\sources\bin\</OutputPath>42 <OutputPath>bin\Debug\</OutputPath> 43 43 </PropertyGroup> 44 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> … … 65 65 <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project> 66 66 <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name> 67 <Private> False</Private>67 <Private>True</Private> 68 68 </ProjectReference> 69 69 <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj"> 70 70 <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project> 71 71 <Name>HeuristicLab.Clients.Hive-3.3</Name> 72 <Private> False</Private>72 <Private>True</Private> 73 73 </ProjectReference> 74 74 <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj"> 75 75 <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project> 76 76 <Name>HeuristicLab.Hive-3.3</Name> 77 <Private> False</Private>77 <Private>True</Private> 78 78 </ProjectReference> 79 79 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.