Changeset 6842 for branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.Netron
- Timestamp:
- 09/27/11 23:24:25 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446.csproj
r6833 r6842 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 58 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 59 59 <DebugSymbols>true</DebugSymbols> 60 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>60 <OutputPath>$(SolutionDir)\bin\</OutputPath> 61 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 62 <DebugType>full</DebugType> … … 66 66 </PropertyGroup> 67 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 68 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\</OutputPath> 69 69 <DefineConstants>TRACE</DefineConstants> 70 70 <Optimize>true</Optimize> … … 76 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 77 77 <DebugSymbols>true</DebugSymbols> 78 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\</OutputPath> 79 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 80 80 <DebugType>full</DebugType> … … 84 84 </PropertyGroup> 85 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 86 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\</OutputPath> 87 87 <DefineConstants>TRACE</DefineConstants> 88 88 <Optimize>true</Optimize> … … 128 128 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 129 129 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 130 <Private>False</Private>131 130 </ProjectReference> 132 131 <ProjectReference Include="..\Netron.Diagramming.Core-3.0.2672.12446\Netron.Diagramming.Core-3.0.2672.12446.csproj"> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446.csproj
r6829 r6842 48 48 </PropertyGroup> 49 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 50 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>50 <OutputPath>$(SolutionDir)\bin\</OutputPath> 51 51 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 52 52 <BaseAddress>285212672</BaseAddress> … … 76 76 </PropertyGroup> 77 77 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 78 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\</OutputPath> 79 79 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 80 80 <BaseAddress>285212672</BaseAddress> … … 103 103 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 104 104 <DebugSymbols>true</DebugSymbols> 105 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>105 <OutputPath>$(SolutionDir)\bin\</OutputPath> 106 106 <DefineConstants>DEBUG;TRACE</DefineConstants> 107 107 <BaseAddress>285212672</BaseAddress> … … 119 119 </PropertyGroup> 120 120 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 121 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>121 <OutputPath>$(SolutionDir)\bin\</OutputPath> 122 122 <DefineConstants>TRACE</DefineConstants> 123 123 <BaseAddress>285212672</BaseAddress> … … 132 132 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 133 133 <DebugSymbols>true</DebugSymbols> 134 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>134 <OutputPath>$(SolutionDir)\bin\</OutputPath> 135 135 <DefineConstants>DEBUG;TRACE</DefineConstants> 136 136 <BaseAddress>285212672</BaseAddress> … … 146 146 </PropertyGroup> 147 147 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 148 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>148 <OutputPath>$(SolutionDir)\bin\</OutputPath> 149 149 <DefineConstants>TRACE</DefineConstants> 150 150 <BaseAddress>285212672</BaseAddress>
Note: See TracChangeset
for help on using the changeset viewer.