Changeset 11133 for branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.ExternalEvaluation.Matlab
- Timestamp:
- 07/08/14 11:02:16 (10 years ago)
- Location:
- branches/HeuristicLab.Problems.Orienteering
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.Orienteering
- Property svn:mergeinfo changed
/trunk/sources (added) merged: 11131
- Property svn:mergeinfo changed
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.ExternalEvaluation.Matlab/3.3/HeuristicLab.Problems.ExternalEvaluation.Matlab-3.3.csproj
r11125 r11133 21 21 <DebugType>full</DebugType> 22 22 <Optimize>false</Optimize> 23 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>23 <OutputPath>..\..\bin\</OutputPath> 24 24 <DefineConstants>DEBUG;TRACE</DefineConstants> 25 25 <ErrorReport>prompt</ErrorReport> … … 29 29 <DebugType>pdbonly</DebugType> 30 30 <Optimize>true</Optimize> 31 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>31 <OutputPath>..\..\bin\</OutputPath> 32 32 <DefineConstants>TRACE</DefineConstants> 33 33 <ErrorReport>prompt</ErrorReport> … … 50 50 </PropertyGroup> 51 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 52 <OutputPath>..\..\ ..\..\trunk\sources\bin\</OutputPath>52 <OutputPath>..\..\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <Optimize>true</Optimize> … … 78 78 <ItemGroup> 79 79 <Reference Include="Interop.MLApp"> 80 <HintPath>. \Interop.MLApp.dll</HintPath>80 <HintPath>..\..\bin\Interop.MLApp.dll</HintPath> 81 81 <EmbedInteropTypes>True</EmbedInteropTypes> 82 82 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.