Changeset 15690 for addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/HeuristicLab.DataImporter.Data.csproj
- 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.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>
Note: See TracChangeset
for help on using the changeset viewer.