- 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.Random/3.3/HeuristicLab.Random-3.3.csproj
r5809 r6829 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 62 62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 63 63 <DebugSymbols>true</DebugSymbols> 64 <OutputPath> bin\x86\Debug\</OutputPath>64 <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath> 65 65 <DefineConstants>DEBUG;TRACE</DefineConstants> 66 66 <DebugType>full</DebugType> … … 70 70 </PropertyGroup> 71 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 72 <OutputPath> bin\x86\Release\</OutputPath>72 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 73 73 <DefineConstants>TRACE</DefineConstants> 74 74 <DocumentationFile>bin\x86\Release\HeuristicLab.Random-3.3.xml</DocumentationFile> … … 81 81 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 82 82 <DebugSymbols>true</DebugSymbols> 83 <OutputPath> bin\x64\Debug\</OutputPath>83 <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath> 84 84 <DefineConstants>DEBUG;TRACE</DefineConstants> 85 85 <DebugType>full</DebugType> … … 89 89 </PropertyGroup> 90 90 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 91 <OutputPath> bin\x64\Release\</OutputPath>91 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 92 92 <DefineConstants>TRACE</DefineConstants> 93 93 <DocumentationFile>bin\x64\Release\HeuristicLab.Random-3.3.XML</DocumentationFile>
Note: See TracChangeset
for help on using the changeset viewer.