- Timestamp:
- 01/31/18 09:59:28 (7 years ago)
- Location:
- addons/HeuristicLab.DataImporter
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/HeuristicLab.DataImporter.DataProcessor.csproj
r11653 r15690 42 42 <DebugType>full</DebugType> 43 43 <Optimize>false</Optimize> 44 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>44 <OutputPath>..\..\..\trunk\bin\</OutputPath> 45 45 <DefineConstants>DEBUG;TRACE</DefineConstants> 46 46 <ErrorReport>prompt</ErrorReport> … … 52 52 <DebugType>pdbonly</DebugType> 53 53 <Optimize>true</Optimize> 54 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>54 <OutputPath>..\..\..\trunk\bin</OutputPath> 55 55 <DefineConstants>TRACE</DefineConstants> 56 56 <ErrorReport>prompt</ErrorReport> … … 61 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 62 62 <DebugSymbols>true</DebugSymbols> 63 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>63 <OutputPath>..\..\..\trunk\bin</OutputPath> 64 64 <DefineConstants>DEBUG;TRACE</DefineConstants> 65 65 <DebugType>full</DebugType> … … 70 70 </PropertyGroup> 71 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 72 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>72 <OutputPath>..\..\..\trunk\bin</OutputPath> 73 73 <DefineConstants>TRACE</DefineConstants> 74 74 <Optimize>true</Optimize> … … 81 81 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 82 82 <DebugSymbols>true</DebugSymbols> 83 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>83 <OutputPath>..\..\..\trunk\bin</OutputPath> 84 84 <DefineConstants>DEBUG;TRACE</DefineConstants> 85 85 <DebugType>full</DebugType> … … 90 90 </PropertyGroup> 91 91 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 92 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>92 <OutputPath>..\..\..\trunk\bin</OutputPath> 93 93 <DefineConstants>TRACE</DefineConstants> 94 94 <Optimize>true</Optimize> … … 104 104 </Reference> 105 105 <Reference Include="HeuristicLab.Common.Resources-3.3"> 106 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>106 <HintPath>..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 107 107 <Private>False</Private> 108 108 </Reference> … … 114 114 </Reference> 115 115 <Reference Include="HeuristicLab.Persistence-3.3"> 116 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>116 <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 117 117 <Private>False</Private> 118 118 </Reference> 119 119 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 120 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>120 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 121 121 <Private>False</Private> 122 122 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.