Changeset 6866 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.1.0/ALGLIB-3.1.0/ALGLIB-3.1.0.csproj
- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:ignore
-
old new 1 *.docstates 2 *.psess 1 3 *.resharper 2 4 *.suo 5 *.vsp 3 6 Google.ProtocolBuffers-0.9.1.dll 7 HeuristicLab 3.3.5.1.ReSharper.user 8 HeuristicLab 3.3.6.0.ReSharper.user 4 9 HeuristicLab.4.5.resharper.user 5 10 HeuristicLab.resharper.user … … 8 13 _ReSharper.HeuristicLab 9 14 _ReSharper.HeuristicLab 3.3 15 _ReSharper.HeuristicLab.ExtLibs 16 bin 10 17 protoc.exe 11 HeuristicLab 3.3.5.1.ReSharper.user 12 *.psess 13 *.vsp 14 *.docstates 15 bin 16 HeuristicLab 3.3.6.0.ReSharper.user 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
/branches/Restructure trunk solution (added) merged: 6828 /branches/Trunk (added) merged: 6829,6831-6833,6842-6848,6850,6865
- Property svn:ignore
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.1.0/ALGLIB-3.1.0/ALGLIB-3.1.0.csproj
r5163 r6866 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath> bin\Debug\</OutputPath>42 <OutputPath>$(SolutionDir)\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 49 49 <DebugType>pdbonly</DebugType> 50 50 <Optimize>true</Optimize> 51 <OutputPath> bin\Release\</OutputPath>51 <OutputPath>$(SolutionDir)\bin\</OutputPath> 52 52 <DefineConstants>TRACE</DefineConstants> 53 53 <ErrorReport>prompt</ErrorReport> … … 57 57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 58 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath> bin\x86\Debug\</OutputPath>59 <OutputPath>$(SolutionDir)\bin\</OutputPath> 60 60 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 61 <DebugType>full</DebugType> … … 65 65 </PropertyGroup> 66 66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 67 <OutputPath> bin\x86\Release\</OutputPath>67 <OutputPath>$(SolutionDir)\bin\</OutputPath> 68 68 <DefineConstants>TRACE</DefineConstants> 69 69 <Optimize>true</Optimize> … … 75 75 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 76 76 <DebugSymbols>true</DebugSymbols> 77 <OutputPath> bin\x64\Debug\</OutputPath>77 <OutputPath>$(SolutionDir)\bin\</OutputPath> 78 78 <DefineConstants>DEBUG;TRACE</DefineConstants> 79 79 <DebugType>full</DebugType> … … 83 83 </PropertyGroup> 84 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 85 <OutputPath> bin\x64\Release\</OutputPath>85 <OutputPath>$(SolutionDir)\bin\</OutputPath> 86 86 <DefineConstants>TRACE</DefineConstants> 87 87 <Optimize>true</Optimize>
Note: See TracChangeset
for help on using the changeset viewer.