Changeset 6829 for branches/Trunk/HeuristicLab.SequentialEngine/3.3/HeuristicLab.SequentialEngine-3.3.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.SequentialEngine/3.3/HeuristicLab.SequentialEngine-3.3.csproj
r5163 r6829 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath> bin\Debug\</OutputPath>42 <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 59 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 60 60 <DebugSymbols>true</DebugSymbols> 61 <OutputPath> bin\x86\Debug\</OutputPath>61 <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath> 62 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 63 <DebugType>full</DebugType> … … 67 67 </PropertyGroup> 68 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 69 <OutputPath> bin\x86\Release\</OutputPath>69 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 70 70 <DefineConstants>TRACE</DefineConstants> 71 71 <DocumentationFile>bin\x86\Release\HeuristicLab.SequentialEngine-3.3.xml</DocumentationFile> … … 78 78 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 79 79 <DebugSymbols>true</DebugSymbols> 80 <OutputPath> bin\x64\Debug\</OutputPath>80 <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath> 81 81 <DefineConstants>DEBUG;TRACE</DefineConstants> 82 82 <DebugType>full</DebugType> … … 86 86 </PropertyGroup> 87 87 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 88 <OutputPath> bin\x64\Release\</OutputPath>88 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 89 89 <DefineConstants>TRACE</DefineConstants> 90 90 <DocumentationFile>bin\x64\Release\HeuristicLab.SequentialEngine-3.3.XML</DocumentationFile>
Note: See TracChangeset
for help on using the changeset viewer.