Changeset 6829 for 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
- Timestamp:
- 09/26/11 00:18:01 (13 years ago)
- Location:
- branches/Trunk
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
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
r5163 r6829 48 48 </PropertyGroup> 49 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 50 <OutputPath> bin\Debug\</OutputPath>50 <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath> 51 51 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 52 52 <BaseAddress>285212672</BaseAddress> … … 76 76 </PropertyGroup> 77 77 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 78 <OutputPath> bin\Release\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\Release\</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> bin\x86\Debug\</OutputPath>105 <OutputPath>$(SolutionDir)\bin\x86\Debug\</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> bin\x86\Release\</OutputPath>121 <OutputPath>$(SolutionDir)\bin\x86\Release\</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> bin\x64\Debug\</OutputPath>134 <OutputPath>$(SolutionDir)\bin\x64\Debug\</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> bin\x64\Release\</OutputPath>148 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 149 149 <DefineConstants>TRACE</DefineConstants> 150 150 <BaseAddress>285212672</BaseAddress>
Note: See TracChangeset
for help on using the changeset viewer.