- Timestamp:
- 01/30/17 15:46:59 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks/HeuristicLab.Networks.Views.NetworkVisualization/3.3/HeuristicLab.Networks.Views.NetworkVisualization-3.3.csproj
r14587 r14620 25 25 <DebugType>pdbonly</DebugType> 26 26 <Optimize>true</Optimize> 27 <OutputPath>..\..\ bin\</OutputPath>27 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 28 28 <DefineConstants>TRACE</DefineConstants> 29 29 <ErrorReport>prompt</ErrorReport> … … 32 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 33 33 <DebugSymbols>true</DebugSymbols> 34 <OutputPath>..\..\ bin\</OutputPath>34 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 35 35 <DefineConstants>DEBUG;TRACE</DefineConstants> 36 36 <DebugType>full</DebugType> … … 40 40 </PropertyGroup> 41 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 42 <OutputPath>..\..\ bin\</OutputPath>42 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 43 43 <DefineConstants>TRACE</DefineConstants> 44 44 <Optimize>true</Optimize> … … 50 50 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 51 51 <DebugSymbols>true</DebugSymbols> 52 <OutputPath>..\..\ bin\</OutputPath>52 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 53 53 <DefineConstants>DEBUG;TRACE</DefineConstants> 54 54 <DebugType>full</DebugType> … … 58 58 </PropertyGroup> 59 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 60 <OutputPath>..\..\ bin\</OutputPath>60 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 61 61 <DefineConstants>TRACE</DefineConstants> 62 62 <Optimize>true</Optimize> … … 75 75 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 76 76 <SpecificVersion>False</SpecificVersion> 77 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 77 78 <Private>False</Private> 78 79 </Reference> … … 93 94 </Reference> 94 95 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 96 <SpecificVersion>False</SpecificVersion> 97 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 95 98 <Private>False</Private> 96 99 </Reference> 97 100 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 98 101 <SpecificVersion>False</SpecificVersion> 102 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 99 103 <Private>False</Private> 100 104 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.