Changeset 4744 for branches/HeuristicLab.DebugEngine
- Timestamp:
- 11/08/10 14:47:05 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DebugEngine/HeuristicLab.DebugEngine.csproj
r4743 r4744 82 82 <ItemGroup> 83 83 <Reference Include="HeuristicLab.Collections-3.3"> 84 <HintPath> ..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>84 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> 85 85 </Reference> 86 86 <Reference Include="HeuristicLab.Common-3.3"> 87 <HintPath> ..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>87 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 88 88 </Reference> 89 89 <Reference Include="HeuristicLab.Common.Resources-3.3"> 90 <HintPath> ..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>90 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath> 91 91 </Reference> 92 92 <Reference Include="HeuristicLab.Core-3.3"> 93 <HintPath> ..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>93 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 94 94 </Reference> 95 95 <Reference Include="HeuristicLab.Core.Views-3.3"> 96 <HintPath> ..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>96 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath> 97 97 </Reference> 98 98 <Reference Include="HeuristicLab.MainForm-3.3"> 99 <HintPath> ..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>99 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath> 100 100 </Reference> 101 101 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 102 <HintPath> ..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>102 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 103 103 </Reference> 104 104 <Reference Include="HeuristicLab.Persistence-3.3"> 105 <HintPath> ..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>105 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 106 106 </Reference> 107 107 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 108 <HintPath> ..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>108 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 109 109 </Reference> 110 110 <Reference Include="System" />
Note: See TracChangeset
for help on using the changeset viewer.