Changeset 6829 for branches/Trunk/HeuristicLab.Problems.DataAnalysis.Classification/3.3/HeuristicLab.Problems.DataAnalysis.Classification-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.Problems.DataAnalysis.Classification/3.3/HeuristicLab.Problems.DataAnalysis.Classification-3.3.csproj
r5271 r6829 21 21 <DebugType>full</DebugType> 22 22 <Optimize>false</Optimize> 23 <OutputPath> bin\Debug\</OutputPath>23 <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath> 24 24 <DefineConstants>DEBUG;TRACE</DefineConstants> 25 25 <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|x64'"> 43 43 <DebugSymbols>true</DebugSymbols> 44 <OutputPath> bin\x64\Debug\</OutputPath>44 <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath> 45 45 <DefineConstants>DEBUG;TRACE</DefineConstants> 46 46 <DebugType>full</DebugType> … … 57 57 </PropertyGroup> 58 58 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 59 <OutputPath> bin\x64\Release\</OutputPath>59 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 60 60 <DefineConstants>TRACE</DefineConstants> 61 61 <Optimize>true</Optimize> … … 74 74 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 75 75 <DebugSymbols>true</DebugSymbols> 76 <OutputPath> bin\x86\Debug\</OutputPath>76 <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath> 77 77 <DefineConstants>DEBUG;TRACE</DefineConstants> 78 78 <DebugType>full</DebugType> … … 89 89 </PropertyGroup> 90 90 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 91 <OutputPath> bin\x86\Release\</OutputPath>91 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 92 92 <DefineConstants>TRACE</DefineConstants> 93 93 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.