Changeset 14679
- Timestamp:
- 02/17/17 12:54:48 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Visualization/HeuristicLab.Visualization/3.3/HeuristicLab.Visualization-3.3.csproj
r13753 r14679 63 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 64 64 <DebugSymbols>true</DebugSymbols> 65 <OutputPath> bin\x86\Debug\</OutputPath>65 <OutputPath>..\..\..\..\trunk\sources\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> bin\x86\Release\</OutputPath>74 <OutputPath>..\..\..\..\trunk\sources\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> bin\x64\Debug\</OutputPath>87 <OutputPath>..\..\..\..\trunk\sources\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> bin\x64\Release\</OutputPath>96 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 97 97 <DefineConstants>TRACE</DefineConstants> 98 98 <DocumentationFile>bin\Release\HeuristicLab.Drawing-3.3.XML</DocumentationFile>
Note: See TracChangeset
for help on using the changeset viewer.