- Timestamp:
- 01/31/18 09:59:28 (4 years ago)
- Location:
- addons/HeuristicLab.DataImporter
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter/HeuristicLab.DataImporter.csproj
r11624 r15690 38 38 <DebugType>full</DebugType> 39 39 <Optimize>false</Optimize> 40 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>40 <OutputPath>..\..\..\trunk\bin\</OutputPath> 41 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 42 <ErrorReport>prompt</ErrorReport> … … 48 48 <DebugType>pdbonly</DebugType> 49 49 <Optimize>true</Optimize> 50 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>50 <OutputPath>..\..\..\trunk\bin</OutputPath> 51 51 <DefineConstants>TRACE</DefineConstants> 52 52 <ErrorReport>prompt</ErrorReport> … … 57 57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 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> … … 66 66 </PropertyGroup> 67 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 68 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>68 <OutputPath>..\..\..\trunk\bin</OutputPath> 69 69 <DefineConstants>TRACE</DefineConstants> 70 70 <Optimize>true</Optimize> … … 77 77 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 78 78 <DebugSymbols>true</DebugSymbols> 79 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>79 <OutputPath>..\..\..\trunk\bin</OutputPath> 80 80 <DefineConstants>DEBUG;TRACE</DefineConstants> 81 81 <DebugType>full</DebugType> … … 86 86 </PropertyGroup> 87 87 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 88 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>88 <OutputPath>..\..\..\trunk\bin</OutputPath> 89 89 <DefineConstants>TRACE</DefineConstants> 90 90 <Optimize>true</Optimize> … … 97 97 <ItemGroup> 98 98 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 99 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>99 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 100 100 <Private>False</Private> 101 101 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.