Changeset 11131
- Timestamp:
- 07/08/14 10:47:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Matlab/3.3/HeuristicLab.Problems.ExternalEvaluation.Matlab-3.3.csproj
r11125 r11131 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.