- Timestamp:
- 09/27/11 23:24:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.DebugEngine/3.3/HeuristicLab.DebugEngine-3.3.csproj
r6833 r6842 21 21 <DebugType>full</DebugType> 22 22 <Optimize>false</Optimize> 23 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>23 <OutputPath>$(SolutionDir)\bin\</OutputPath> 24 24 <DefineConstants>DEBUG;TRACE</DefineConstants> 25 25 <ErrorReport>prompt</ErrorReport> … … 30 30 <DebugType>pdbonly</DebugType> 31 31 <Optimize>true</Optimize> 32 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>32 <OutputPath>$(SolutionDir)\bin\</OutputPath> 33 33 <DefineConstants>TRACE</DefineConstants> 34 34 <ErrorReport>prompt</ErrorReport> … … 43 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 44 44 <DebugSymbols>true</DebugSymbols> 45 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>45 <OutputPath>$(SolutionDir)\bin\</OutputPath> 46 46 <DefineConstants>DEBUG;TRACE</DefineConstants> 47 47 <DebugType>full</DebugType> … … 59 59 </PropertyGroup> 60 60 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 61 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>61 <OutputPath>$(SolutionDir)\bin\</OutputPath> 62 62 <DefineConstants>TRACE</DefineConstants> 63 63 <Optimize>true</Optimize> … … 76 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 77 77 <PlatformTarget>x64</PlatformTarget> 78 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\</OutputPath> 79 79 </PropertyGroup> 80 80 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 81 81 <PlatformTarget>x64</PlatformTarget> 82 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>82 <OutputPath>$(SolutionDir)\bin\</OutputPath> 83 83 </PropertyGroup> 84 84 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.