Changeset 6829 for branches/Trunk/HeuristicLab.DebugEngine/3.3
- 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.DebugEngine/3.3/HeuristicLab.DebugEngine-3.3.csproj
r5163 r6829 20 20 <DebugType>full</DebugType> 21 21 <Optimize>false</Optimize> 22 <OutputPath> bin\Debug\</OutputPath>22 <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath> 23 23 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 24 <ErrorReport>prompt</ErrorReport> … … 29 29 <DebugType>pdbonly</DebugType> 30 30 <Optimize>true</Optimize> 31 <OutputPath> bin\Release\</OutputPath>31 <OutputPath>$(SolutionDir)\bin\Release\</OutputPath> 32 32 <DefineConstants>TRACE</DefineConstants> 33 33 <ErrorReport>prompt</ErrorReport> … … 42 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 43 43 <DebugSymbols>true</DebugSymbols> 44 <OutputPath> bin\x86\Debug\</OutputPath>44 <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath> 45 45 <DefineConstants>DEBUG;TRACE</DefineConstants> 46 46 <DebugType>full</DebugType> … … 58 58 </PropertyGroup> 59 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 60 <OutputPath> bin\x86\Release\</OutputPath>60 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 61 61 <DefineConstants>TRACE</DefineConstants> 62 62 <Optimize>true</Optimize> … … 75 75 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 76 76 <PlatformTarget>x64</PlatformTarget> 77 <OutputPath> bin\x64\Debug\</OutputPath>77 <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath> 78 78 </PropertyGroup> 79 79 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 80 80 <PlatformTarget>x64</PlatformTarget> 81 <OutputPath> bin\x64\Release\</OutputPath>81 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 82 82 </PropertyGroup> 83 83 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.