Changeset 1739
- Timestamp:
- 05/05/09 18:32:44 (16 years ago)
- Location:
- trunk/sources
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.FixedOperators/3.2/HeuristicLab.FixedOperators-3.2.csproj
r1693 r1739 50 50 <WarningLevel>4</WarningLevel> 51 51 </PropertyGroup> 52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 53 <DebugSymbols>true</DebugSymbols> 54 <OutputPath>bin\x86\Debug\</OutputPath> 55 <DefineConstants>DEBUG;TRACE</DefineConstants> 56 <DebugType>full</DebugType> 57 <PlatformTarget>x86</PlatformTarget> 58 <ErrorReport>prompt</ErrorReport> 59 </PropertyGroup> 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 61 <OutputPath>bin\x86\Release\</OutputPath> 62 <DefineConstants>TRACE</DefineConstants> 63 <Optimize>true</Optimize> 64 <DebugType>pdbonly</DebugType> 65 <PlatformTarget>x86</PlatformTarget> 66 <ErrorReport>prompt</ErrorReport> 67 </PropertyGroup> 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 69 <DebugSymbols>true</DebugSymbols> 70 <OutputPath>bin\x64\Debug\</OutputPath> 71 <DefineConstants>DEBUG;TRACE</DefineConstants> 72 <DebugType>full</DebugType> 73 <PlatformTarget>x64</PlatformTarget> 74 <ErrorReport>prompt</ErrorReport> 75 </PropertyGroup> 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 77 <OutputPath>bin\x64\Release\</OutputPath> 78 <DefineConstants>TRACE</DefineConstants> 79 <Optimize>true</Optimize> 80 <DebugType>pdbonly</DebugType> 81 <PlatformTarget>x64</PlatformTarget> 82 <ErrorReport>prompt</ErrorReport> 83 </PropertyGroup> 52 84 <ItemGroup> 53 85 <Reference Include="System" /> -
trunk/sources/HeuristicLab.Security.ADODataAccess/3.2/HeuristicLab.Security.ADODataAccess-3.2.csproj
r1729 r1739 34 34 <ErrorReport>prompt</ErrorReport> 35 35 <WarningLevel>4</WarningLevel> 36 </PropertyGroup> 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 38 <DebugSymbols>true</DebugSymbols> 39 <OutputPath>bin\x86\Debug\</OutputPath> 40 <DefineConstants>DEBUG;TRACE</DefineConstants> 41 <DebugType>full</DebugType> 42 <PlatformTarget>x86</PlatformTarget> 43 <ErrorReport>prompt</ErrorReport> 44 </PropertyGroup> 45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 46 <OutputPath>bin\x86\Release\</OutputPath> 47 <DefineConstants>TRACE</DefineConstants> 48 <Optimize>true</Optimize> 49 <DebugType>pdbonly</DebugType> 50 <PlatformTarget>x86</PlatformTarget> 51 <ErrorReport>prompt</ErrorReport> 52 </PropertyGroup> 53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 54 <DebugSymbols>true</DebugSymbols> 55 <OutputPath>bin\x64\Debug\</OutputPath> 56 <DefineConstants>DEBUG;TRACE</DefineConstants> 57 <DebugType>full</DebugType> 58 <PlatformTarget>x64</PlatformTarget> 59 <ErrorReport>prompt</ErrorReport> 60 </PropertyGroup> 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 62 <OutputPath>bin\x64\Release\</OutputPath> 63 <DefineConstants>TRACE</DefineConstants> 64 <Optimize>true</Optimize> 65 <DebugType>pdbonly</DebugType> 66 <PlatformTarget>x64</PlatformTarget> 67 <ErrorReport>prompt</ErrorReport> 36 68 </PropertyGroup> 37 69 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
trunk/sources/HeuristicLab.Security.Core/3.2/HeuristicLab.Security.Core-3.2.csproj
r1738 r1739 32 32 <ErrorReport>prompt</ErrorReport> 33 33 <WarningLevel>4</WarningLevel> 34 </PropertyGroup> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 36 <DebugSymbols>true</DebugSymbols> 37 <OutputPath>bin\x86\Debug\</OutputPath> 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 <DebugType>full</DebugType> 40 <PlatformTarget>x86</PlatformTarget> 41 <ErrorReport>prompt</ErrorReport> 42 </PropertyGroup> 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 44 <OutputPath>bin\x86\Release\</OutputPath> 45 <DefineConstants>TRACE</DefineConstants> 46 <Optimize>true</Optimize> 47 <DebugType>pdbonly</DebugType> 48 <PlatformTarget>x86</PlatformTarget> 49 <ErrorReport>prompt</ErrorReport> 50 </PropertyGroup> 51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 52 <DebugSymbols>true</DebugSymbols> 53 <OutputPath>bin\x64\Debug\</OutputPath> 54 <DefineConstants>DEBUG;TRACE</DefineConstants> 55 <DebugType>full</DebugType> 56 <PlatformTarget>x64</PlatformTarget> 57 <ErrorReport>prompt</ErrorReport> 58 </PropertyGroup> 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 60 <OutputPath>bin\x64\Release\</OutputPath> 61 <DefineConstants>TRACE</DefineConstants> 62 <Optimize>true</Optimize> 63 <DebugType>pdbonly</DebugType> 64 <PlatformTarget>x64</PlatformTarget> 65 <ErrorReport>prompt</ErrorReport> 34 66 </PropertyGroup> 35 67 <ItemGroup> -
trunk/sources/HeuristicLab.Security.Server/3.2/HeuristicLab.Security.Server-3.2.csproj
r1724 r1739 32 32 <ErrorReport>prompt</ErrorReport> 33 33 <WarningLevel>4</WarningLevel> 34 </PropertyGroup> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 36 <DebugSymbols>true</DebugSymbols> 37 <OutputPath>bin\x86\Debug\</OutputPath> 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 <DebugType>full</DebugType> 40 <PlatformTarget>x86</PlatformTarget> 41 <ErrorReport>prompt</ErrorReport> 42 </PropertyGroup> 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 44 <OutputPath>bin\x86\Release\</OutputPath> 45 <DefineConstants>TRACE</DefineConstants> 46 <Optimize>true</Optimize> 47 <DebugType>pdbonly</DebugType> 48 <PlatformTarget>x86</PlatformTarget> 49 <ErrorReport>prompt</ErrorReport> 50 </PropertyGroup> 51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 52 <DebugSymbols>true</DebugSymbols> 53 <OutputPath>bin\x64\Debug\</OutputPath> 54 <DefineConstants>DEBUG;TRACE</DefineConstants> 55 <DebugType>full</DebugType> 56 <PlatformTarget>x64</PlatformTarget> 57 <ErrorReport>prompt</ErrorReport> 58 </PropertyGroup> 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 60 <OutputPath>bin\x64\Release\</OutputPath> 61 <DefineConstants>TRACE</DefineConstants> 62 <Optimize>true</Optimize> 63 <DebugType>pdbonly</DebugType> 64 <PlatformTarget>x64</PlatformTarget> 65 <ErrorReport>prompt</ErrorReport> 34 66 </PropertyGroup> 35 67 <ItemGroup> -
trunk/sources/HeuristicLab.sln
r1724 r1739 1984 1984 {CE2DFB48-6A9C-4507-96C6-5FC40E92035C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 1985 1985 {CE2DFB48-6A9C-4507-96C6-5FC40E92035C}.Debug|Any CPU.Build.0 = Debug|Any CPU 1986 {CE2DFB48-6A9C-4507-96C6-5FC40E92035C}.Debug|x64.ActiveCfg = Debug| Any CPU1987 {CE2DFB48-6A9C-4507-96C6-5FC40E92035C}.Debug|x86.ActiveCfg = Debug| Any CPU1986 {CE2DFB48-6A9C-4507-96C6-5FC40E92035C}.Debug|x64.ActiveCfg = Debug|x64 1987 {CE2DFB48-6A9C-4507-96C6-5FC40E92035C}.Debug|x86.ActiveCfg = Debug|x86 1988 1988 {CE2DFB48-6A9C-4507-96C6-5FC40E92035C}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU 1989 1989 {CE2DFB48-6A9C-4507-96C6-5FC40E92035C}.GP Debug|Any CPU.Build.0 = Debug|Any CPU … … 2469 2469 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 2470 2470 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Debug|Any CPU.Build.0 = Debug|Any CPU 2471 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Debug|x64.ActiveCfg = Debug| Any CPU2472 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Debug|x86.ActiveCfg = Debug| Any CPU2471 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Debug|x64.ActiveCfg = Debug|x64 2472 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Debug|x86.ActiveCfg = Debug|x86 2473 2473 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU 2474 2474 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.GP Debug|Any CPU.Build.0 = Debug|Any CPU … … 2489 2489 {583705E2-B1F7-42B8-8149-96E7AECA171A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 2490 2490 {583705E2-B1F7-42B8-8149-96E7AECA171A}.Debug|Any CPU.Build.0 = Debug|Any CPU 2491 {583705E2-B1F7-42B8-8149-96E7AECA171A}.Debug|x64.ActiveCfg = Debug|Any CPU 2492 {583705E2-B1F7-42B8-8149-96E7AECA171A}.Debug|x86.ActiveCfg = Debug|Any CPU 2491 {583705E2-B1F7-42B8-8149-96E7AECA171A}.Debug|x64.ActiveCfg = Debug|x64 2492 {583705E2-B1F7-42B8-8149-96E7AECA171A}.Debug|x64.Build.0 = Debug|x64 2493 {583705E2-B1F7-42B8-8149-96E7AECA171A}.Debug|x86.ActiveCfg = Debug|x86 2494 {583705E2-B1F7-42B8-8149-96E7AECA171A}.Debug|x86.Build.0 = Debug|x86 2493 2495 {583705E2-B1F7-42B8-8149-96E7AECA171A}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU 2494 2496 {583705E2-B1F7-42B8-8149-96E7AECA171A}.GP Debug|Any CPU.Build.0 = Debug|Any CPU … … 2869 2871 {E3288D4B-7A51-499A-AC5B-019319CE51DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 2870 2872 {E3288D4B-7A51-499A-AC5B-019319CE51DC}.Debug|Any CPU.Build.0 = Debug|Any CPU 2871 {E3288D4B-7A51-499A-AC5B-019319CE51DC}.Debug|x64.ActiveCfg = Debug| Any CPU2872 {E3288D4B-7A51-499A-AC5B-019319CE51DC}.Debug|x86.ActiveCfg = Debug| Any CPU2873 {E3288D4B-7A51-499A-AC5B-019319CE51DC}.Debug|x64.ActiveCfg = Debug|x64 2874 {E3288D4B-7A51-499A-AC5B-019319CE51DC}.Debug|x86.ActiveCfg = Debug|x86 2873 2875 {E3288D4B-7A51-499A-AC5B-019319CE51DC}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU 2874 2876 {E3288D4B-7A51-499A-AC5B-019319CE51DC}.GP Debug|Any CPU.Build.0 = Debug|Any CPU
Note: See TracChangeset
for help on using the changeset viewer.