Changeset 15894 for branches/OptimizationNetworks/HeuristicLab.Scripting
- Timestamp:
- 04/11/18 09:39:42 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks/HeuristicLab.Scripting/3.3/HeuristicLab.Scripting-3.3.csproj
r12232 r15894 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>20 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 76 76 <ItemGroup> 77 77 <Reference Include="HeuristicLab.Collections-3.3"> 78 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>78 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 79 79 <Private>False</Private> 80 80 </Reference> 81 81 <Reference Include="HeuristicLab.Common-3.3"> 82 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>82 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 83 83 <Private>False</Private> 84 84 </Reference> 85 85 <Reference Include="HeuristicLab.Core-3.3"> 86 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>86 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 87 87 <Private>False</Private> 88 88 </Reference> 89 89 <Reference Include="HeuristicLab.Persistence-3.3"> 90 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>90 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 91 91 <Private>False</Private> 92 92 </Reference> 93 93 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 94 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>94 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 95 95 <Private>False</Private> 96 96 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.