Changeset 15894 for branches/OptimizationNetworks/HeuristicLab.Modeler
- Timestamp:
- 04/11/18 09:39:42 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks/HeuristicLab.Modeler/3.3/HeuristicLab.Modeler-3.3.csproj
r14639 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> … … 26 26 <DebugType>pdbonly</DebugType> 27 27 <Optimize>true</Optimize> 28 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>28 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 29 29 <DefineConstants>TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 39 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 40 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>41 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 42 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 43 <DebugType>full</DebugType> … … 47 47 </PropertyGroup> 48 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 49 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>49 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 50 50 <DefineConstants>TRACE</DefineConstants> 51 51 <Optimize>true</Optimize> … … 57 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 58 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>59 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 60 60 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 61 <DebugType>full</DebugType> … … 65 65 </PropertyGroup> 66 66 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 67 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>67 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 68 68 <DefineConstants>TRACE</DefineConstants> 69 69 <Optimize>true</Optimize> … … 75 75 <ItemGroup> 76 76 <Reference Include="HeuristicLab.Common-3.3"> 77 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>77 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 78 78 <Private>False</Private> 79 79 </Reference> 80 80 <Reference Include="HeuristicLab.Core-3.3"> 81 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>81 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 82 82 <Private>False</Private> 83 83 </Reference> 84 84 <Reference Include="HeuristicLab.MainForm-3.3"> 85 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>85 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 86 86 <Private>False</Private> 87 87 </Reference> 88 88 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 89 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>89 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 90 90 <Private>False</Private> 91 91 </Reference> 92 92 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 93 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>93 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 94 94 <Private>False</Private> 95 95 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.