- Timestamp:
- 09/27/11 23:24:25 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj
r6833 r6842 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 58 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 59 59 <DebugSymbols>true</DebugSymbols> 60 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>60 <OutputPath>$(SolutionDir)\bin\</OutputPath> 61 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 62 <DebugType>full</DebugType> … … 66 66 </PropertyGroup> 67 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 68 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\</OutputPath> 69 69 <DefineConstants>TRACE</DefineConstants> 70 70 <Optimize>true</Optimize> … … 76 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 77 77 <DebugSymbols>true</DebugSymbols> 78 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\</OutputPath> 79 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 80 80 <DebugType>full</DebugType> … … 84 84 </PropertyGroup> 85 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 86 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\</OutputPath> 87 87 <DefineConstants>TRACE</DefineConstants> 88 88 <Optimize>true</Optimize> … … 228 228 <Private>False</Private> 229 229 </ProjectReference> 230 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">231 <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>232 <Name>ALGLIB-3.1.0</Name>233 <Private>False</Private>234 </ProjectReference>235 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj">236 <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project>237 <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name>238 <Private>False</Private>239 </ProjectReference>240 230 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 241 231 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> -
branches/Trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Tests/HeuristicLab.Problems.DataAnalysis.Symbolic.Tests-3.4.csproj
r6832 r6842 38 38 <DebugType>full</DebugType> 39 39 <Optimize>false</Optimize> 40 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>40 <OutputPath>$(SolutionDir)\bin\</OutputPath> 41 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 42 <ErrorReport>prompt</ErrorReport> … … 47 47 <DebugType>pdbonly</DebugType> 48 48 <Optimize>true</Optimize> 49 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>49 <OutputPath>$(SolutionDir)\bin\</OutputPath> 50 50 <DefineConstants>TRACE</DefineConstants> 51 51 <ErrorReport>prompt</ErrorReport> … … 55 55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 56 56 <DebugSymbols>true</DebugSymbols> 57 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>57 <OutputPath>$(SolutionDir)\bin\</OutputPath> 58 58 <DefineConstants>DEBUG;TRACE</DefineConstants> 59 59 <DebugType>full</DebugType> … … 62 62 </PropertyGroup> 63 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 64 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>64 <OutputPath>$(SolutionDir)\bin\</OutputPath> 65 65 <DefineConstants>TRACE</DefineConstants> 66 66 <Optimize>true</Optimize> … … 71 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 72 72 <DebugSymbols>true</DebugSymbols> 73 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>73 <OutputPath>$(SolutionDir)\bin\</OutputPath> 74 74 <DefineConstants>DEBUG;TRACE</DefineConstants> 75 75 <DebugType>full</DebugType> … … 86 86 </PropertyGroup> 87 87 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 88 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>88 <OutputPath>$(SolutionDir)\bin\</OutputPath> 89 89 <DefineConstants>TRACE</DefineConstants> 90 90 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.