Changeset 16944
- Timestamp:
- 05/11/19 08:26:52 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.ExtLibs/HeuristicLab.OrTools/7.0.0/HeuristicLab.OrTools-7.0.0/HeuristicLab.OrTools-7.0.0.csproj
r16910 r16944 43 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 44 44 <DebugSymbols>true</DebugSymbols> 45 <OutputPath> bin\x64\Debug\</OutputPath>45 <OutputPath>..\..\..\..\bin\</OutputPath> 46 46 <DefineConstants>DEBUG;TRACE</DefineConstants> 47 47 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 52 52 </PropertyGroup> 53 53 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 54 <OutputPath> bin\x64\Release\</OutputPath>54 <OutputPath>..\..\..\..\bin\</OutputPath> 55 55 <DefineConstants>TRACE</DefineConstants> 56 56 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 63 63 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 64 64 <DebugSymbols>true</DebugSymbols> 65 <OutputPath> bin\x86\Debug\</OutputPath>65 <OutputPath>..\..\..\..\bin\</OutputPath> 66 66 <DefineConstants>DEBUG;TRACE</DefineConstants> 67 67 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 72 72 </PropertyGroup> 73 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 74 <OutputPath> bin\x86\Release\</OutputPath>74 <OutputPath>..\..\..\..\bin\</OutputPath> 75 75 <DefineConstants>TRACE</DefineConstants> 76 76 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Note: See TracChangeset
for help on using the changeset viewer.