- Timestamp:
- 01/31/18 09:59:28 (7 years ago)
- Location:
- addons/HeuristicLab.DataImporter
- Files:
-
- 9 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Csv/HeuristicLab.DataImporter.Backend.Csv.csproj
r11624 r15690 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>42 <OutputPath>..\..\..\trunk\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>52 <OutputPath>..\..\..\trunk\bin</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 59 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 60 60 <DebugSymbols>true</DebugSymbols> 61 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>61 <OutputPath>..\..\..\trunk\bin</OutputPath> 62 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 63 <DebugType>full</DebugType> … … 68 68 </PropertyGroup> 69 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 70 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>70 <OutputPath>..\..\..\trunk\bin</OutputPath> 71 71 <DefineConstants>TRACE</DefineConstants> 72 72 <Optimize>true</Optimize> … … 79 79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 80 80 <DebugSymbols>true</DebugSymbols> 81 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>81 <OutputPath>..\..\..\trunk\bin</OutputPath> 82 82 <DefineConstants>DEBUG;TRACE</DefineConstants> 83 83 <DebugType>full</DebugType> … … 88 88 </PropertyGroup> 89 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 90 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>90 <OutputPath>..\..\..\trunk\bin</OutputPath> 91 91 <DefineConstants>TRACE</DefineConstants> 92 92 <Optimize>true</Optimize> … … 99 99 <ItemGroup> 100 100 <Reference Include="HeuristicLab.Persistence-3.3"> 101 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>101 <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 102 102 <Private>False</Private> 103 103 </Reference> 104 104 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 105 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>105 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 106 106 <Private>False</Private> 107 107 </Reference> -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/HeuristicLab.DataImporter.Backend.Hl2ImporterFormat.csproj
r11624 r15690 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>42 <OutputPath>..\..\..\trunk\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>52 <OutputPath>..\..\..\trunk\bin</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 59 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 60 60 <DebugSymbols>true</DebugSymbols> 61 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>61 <OutputPath>..\..\..\trunk\bin</OutputPath> 62 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 63 <DebugType>full</DebugType> … … 68 68 </PropertyGroup> 69 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 70 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>70 <OutputPath>..\..\..\trunk\bin</OutputPath> 71 71 <DefineConstants>TRACE</DefineConstants> 72 72 <Optimize>true</Optimize> … … 79 79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 80 80 <DebugSymbols>true</DebugSymbols> 81 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>81 <OutputPath>..\..\..\trunk\bin</OutputPath> 82 82 <DefineConstants>DEBUG;TRACE</DefineConstants> 83 83 <DebugType>full</DebugType> … … 88 88 </PropertyGroup> 89 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 90 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>90 <OutputPath>..\..\..\trunk\bin</OutputPath> 91 91 <DefineConstants>TRACE</DefineConstants> 92 92 <Optimize>true</Optimize> … … 99 99 <ItemGroup> 100 100 <Reference Include="HeuristicLab.Persistence-3.3"> 101 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>101 <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 102 102 <Private>False</Private> 103 103 </Reference> 104 104 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 105 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>105 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 106 106 <Private>False</Private> 107 107 </Reference> -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/HeuristicLab.DataImporter.Command.csproj
r11624 r15690 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>42 <OutputPath>..\..\..\trunk\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>52 <OutputPath>..\..\..\trunk\bin</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 59 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 60 60 <DebugSymbols>true</DebugSymbols> 61 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>61 <OutputPath>..\..\..\trunk\bin</OutputPath> 62 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 63 <DebugType>full</DebugType> … … 68 68 </PropertyGroup> 69 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 70 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>70 <OutputPath>..\..\..\trunk\bin</OutputPath> 71 71 <DefineConstants>TRACE</DefineConstants> 72 72 <Optimize>true</Optimize> … … 79 79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 80 80 <DebugSymbols>true</DebugSymbols> 81 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>81 <OutputPath>..\..\..\trunk\bin</OutputPath> 82 82 <DefineConstants>DEBUG;TRACE</DefineConstants> 83 83 <DebugType>full</DebugType> … … 88 88 </PropertyGroup> 89 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 90 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>90 <OutputPath>..\..\..\trunk\bin</OutputPath> 91 91 <DefineConstants>TRACE</DefineConstants> 92 92 <Optimize>true</Optimize> … … 99 99 <ItemGroup> 100 100 <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 101 <HintPath>..\..\..\trunk\ sources\bin\ALGLIB-3.7.0.dll</HintPath>101 <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath> 102 102 <Private>False</Private> 103 103 </Reference> 104 104 <Reference Include="HeuristicLab.Persistence-3.3"> 105 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>105 <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 106 106 <Private>False</Private> 107 107 </Reference> 108 108 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 109 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>109 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 110 110 <Private>False</Private> 111 111 </Reference> -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/HeuristicLab.DataImporter.Data.csproj
r11624 r15690 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>42 <OutputPath>..\..\..\trunk\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>52 <OutputPath>..\..\..\trunk\bin</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 59 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 60 60 <DebugSymbols>true</DebugSymbols> 61 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>61 <OutputPath>..\..\..\trunk\bin</OutputPath> 62 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 63 <DebugType>full</DebugType> … … 68 68 </PropertyGroup> 69 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 70 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>70 <OutputPath>..\..\..\trunk\bin</OutputPath> 71 71 <DefineConstants>TRACE</DefineConstants> 72 72 <Optimize>true</Optimize> … … 79 79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 80 80 <DebugSymbols>true</DebugSymbols> 81 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>81 <OutputPath>..\..\..\trunk\bin</OutputPath> 82 82 <DefineConstants>DEBUG;TRACE</DefineConstants> 83 83 <DebugType>full</DebugType> … … 88 88 </PropertyGroup> 89 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 90 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>90 <OutputPath>..\..\..\trunk\bin</OutputPath> 91 91 <DefineConstants>TRACE</DefineConstants> 92 92 <Optimize>true</Optimize> … … 99 99 <ItemGroup> 100 100 <Reference Include="HeuristicLab.Persistence-3.3"> 101 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>101 <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 102 102 <Private>False</Private> 103 103 </Reference> 104 104 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 105 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>105 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 106 106 <Private>False</Private> 107 107 </Reference> -
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> -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/HeuristicLab.DataImporter.DbExplorer.Interfaces.csproj
r11624 r15690 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>42 <OutputPath>..\..\..\trunk\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>52 <OutputPath>..\..\..\trunk\bin</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 59 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 60 60 <DebugSymbols>true</DebugSymbols> 61 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>61 <OutputPath>..\..\..\trunk\bin</OutputPath> 62 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 63 <DebugType>full</DebugType> … … 68 68 </PropertyGroup> 69 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 70 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>70 <OutputPath>..\..\..\trunk\bin</OutputPath> 71 71 <DefineConstants>TRACE</DefineConstants> 72 72 <Optimize>true</Optimize> … … 79 79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 80 80 <DebugSymbols>true</DebugSymbols> 81 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>81 <OutputPath>..\..\..\trunk\bin</OutputPath> 82 82 <DefineConstants>DEBUG;TRACE</DefineConstants> 83 83 <DebugType>full</DebugType> … … 88 88 </PropertyGroup> 89 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 90 <OutputPath>..\..\..\trunk\ sources\bin</OutputPath>90 <OutputPath>..\..\..\trunk\bin</OutputPath> 91 91 <DefineConstants>TRACE</DefineConstants> 92 92 <Optimize>true</Optimize> … … 99 99 <ItemGroup> 100 100 <Reference Include="HeuristicLab.Persistence-3.3"> 101 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>101 <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 102 102 <Private>False</Private> 103 103 </Reference> 104 104 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 105 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>105 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 106 106 <Private>False</Private> 107 107 </Reference> -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.MsSqlServer/HeuristicLab.DataImporter.DbExplorer.MsSqlServer.csproj
r11624 r15690 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>42 <OutputPath>..\..\..\trunk\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>52 <OutputPath>..\..\..\trunk\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 59 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 60 60 <DebugSymbols>true</DebugSymbols> 61 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>61 <OutputPath>..\..\..\trunk\bin\</OutputPath> 62 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 63 <DebugType>full</DebugType> … … 68 68 </PropertyGroup> 69 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 70 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>70 <OutputPath>..\..\..\trunk\bin\</OutputPath> 71 71 <DefineConstants>TRACE</DefineConstants> 72 72 <Optimize>true</Optimize> … … 79 79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 80 80 <DebugSymbols>true</DebugSymbols> 81 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>81 <OutputPath>..\..\..\trunk\bin\</OutputPath> 82 82 <DefineConstants>DEBUG;TRACE</DefineConstants> 83 83 <DebugType>full</DebugType> … … 88 88 </PropertyGroup> 89 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 90 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>90 <OutputPath>..\..\..\trunk\bin\</OutputPath> 91 91 <DefineConstants>TRACE</DefineConstants> 92 92 <Optimize>true</Optimize> … … 99 99 <ItemGroup> 100 100 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 101 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>101 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 102 102 <Private>False</Private> 103 103 </Reference> -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Oracle/HeuristicLab.DataImporter.DbExplorer.Oracle.csproj
r11624 r15690 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>42 <OutputPath>..\..\..\trunk\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>52 <OutputPath>..\..\..\trunk\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 59 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 60 60 <DebugSymbols>true</DebugSymbols> 61 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>61 <OutputPath>..\..\..\trunk\bin\</OutputPath> 62 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 63 <DebugType>full</DebugType> … … 68 68 </PropertyGroup> 69 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 70 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>70 <OutputPath>..\..\..\trunk\bin\</OutputPath> 71 71 <DefineConstants>TRACE</DefineConstants> 72 72 <Optimize>true</Optimize> … … 79 79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 80 80 <DebugSymbols>true</DebugSymbols> 81 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>81 <OutputPath>..\..\..\trunk\bin\</OutputPath> 82 82 <DefineConstants>DEBUG;TRACE</DefineConstants> 83 83 <DebugType>full</DebugType> … … 88 88 </PropertyGroup> 89 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 90 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>90 <OutputPath>..\..\..\trunk\bin\</OutputPath> 91 91 <DefineConstants>TRACE</DefineConstants> 92 92 <Optimize>true</Optimize> … … 99 99 <ItemGroup> 100 100 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 101 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>101 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 102 102 <Private>False</Private> 103 103 </Reference> -
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.