Changeset 15892
- Timestamp:
- 04/11/18 09:17:28 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Visualization/HeuristicLab.Visualization/3.3/HeuristicLab.Visualization-3.3.csproj
r14679 r15892 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> … … 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>53 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 63 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 64 64 <DebugSymbols>true</DebugSymbols> 65 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>65 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 66 66 <DefineConstants>DEBUG;TRACE</DefineConstants> 67 67 <DebugType>full</DebugType> … … 72 72 </PropertyGroup> 73 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 74 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>74 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 75 75 <DefineConstants>TRACE</DefineConstants> 76 76 <DocumentationFile>bin\Release\HeuristicLab.Drawing-3.3.XML</DocumentationFile> … … 85 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 86 86 <DebugSymbols>true</DebugSymbols> 87 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>87 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 88 88 <DefineConstants>DEBUG;TRACE</DefineConstants> 89 89 <DebugType>full</DebugType> … … 94 94 </PropertyGroup> 95 95 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 96 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>96 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 97 97 <DefineConstants>TRACE</DefineConstants> 98 98 <DocumentationFile>bin\Release\HeuristicLab.Drawing-3.3.XML</DocumentationFile> … … 107 107 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 108 108 <SpecificVersion>False</SpecificVersion> 109 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>109 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 110 110 <Private>False</Private> 111 111 </Reference> 112 112 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 113 113 <SpecificVersion>False</SpecificVersion> 114 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>114 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 115 115 <Private>False</Private> 116 116 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.