Changeset 6829 for branches/Trunk/HeuristicLab.Algorithms.GeneticAlgorithm
- 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.Algorithms.GeneticAlgorithm/3.3/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj
r5163 r6829 42 42 <DebugType>full</DebugType> 43 43 <Optimize>false</Optimize> 44 <OutputPath> bin\Debug\</OutputPath>44 <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath> 45 45 <DefineConstants>DEBUG;TRACE</DefineConstants> 46 46 <ErrorReport>prompt</ErrorReport> … … 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath> bin\Release\</OutputPath>53 <OutputPath>$(SolutionDir)\bin\Release\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 60 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 61 61 <DebugSymbols>true</DebugSymbols> 62 <OutputPath> bin\x86\Debug\</OutputPath>62 <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath> 63 63 <DefineConstants>DEBUG;TRACE</DefineConstants> 64 64 <DebugType>full</DebugType> … … 68 68 </PropertyGroup> 69 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 70 <OutputPath> bin\x86\Release\</OutputPath>70 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 71 71 <DefineConstants>TRACE</DefineConstants> 72 72 <DocumentationFile>bin\x86\Release\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.xml</DocumentationFile> … … 79 79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 80 80 <DebugSymbols>true</DebugSymbols> 81 <OutputPath> bin\x64\Debug\</OutputPath>81 <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath> 82 82 <DefineConstants>DEBUG;TRACE</DefineConstants> 83 83 <DebugType>full</DebugType> … … 87 87 </PropertyGroup> 88 88 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 89 <OutputPath> bin\x64\Release\</OutputPath>89 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 90 90 <DefineConstants>TRACE</DefineConstants> 91 91 <DocumentationFile>bin\x64\Release\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.xml</DocumentationFile>
Note: See TracChangeset
for help on using the changeset viewer.