Changeset 11724 for trunk/sources
- Timestamp:
- 12/23/14 13:53:03 (10 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.3.sln
r11705 r11724 1970 1970 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 1971 1971 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|Any CPU.Build.0 = Debug|Any CPU 1972 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|x64.ActiveCfg = Debug|Any CPU 1973 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|x86.ActiveCfg = Debug|Any CPU 1972 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|x64.ActiveCfg = Debug|x64 1973 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|x64.Build.0 = Debug|x64 1974 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|x86.ActiveCfg = Debug|x86 1975 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|x86.Build.0 = Debug|x86 1974 1976 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|Any CPU.ActiveCfg = Release|Any CPU 1975 1977 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|Any CPU.Build.0 = Release|Any CPU -
trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj
r11623 r11724 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath> ..\..\bin\</OutputPath>20 <OutputPath>$(SolutionDir)\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> 23 23 <WarningLevel>4</WarningLevel> 24 < UseVSHostingProcess>false</UseVSHostingProcess>24 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 25 25 <Prefer32Bit>false</Prefer32Bit> 26 26 </PropertyGroup> … … 28 28 <DebugType>pdbonly</DebugType> 29 29 <Optimize>true</Optimize> 30 <OutputPath> ..\..\bin\</OutputPath>30 <OutputPath>$(SolutionDir)\bin\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> 33 33 <WarningLevel>4</WarningLevel> 34 <DocumentationFile> 35 </DocumentationFile> 36 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 37 <Prefer32Bit>false</Prefer32Bit> 38 </PropertyGroup> 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>$(SolutionDir)\bin\</OutputPath> 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 <DebugType>full</DebugType> 44 <PlatformTarget>x64</PlatformTarget> 45 <ErrorReport>prompt</ErrorReport> 46 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 47 <Prefer32Bit>false</Prefer32Bit> 48 </PropertyGroup> 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 50 <OutputPath>$(SolutionDir)\bin\</OutputPath> 51 <DefineConstants>TRACE</DefineConstants> 52 <DocumentationFile> 53 </DocumentationFile> 54 <Optimize>true</Optimize> 55 <DebugType>pdbonly</DebugType> 56 <PlatformTarget>x64</PlatformTarget> 57 <ErrorReport>prompt</ErrorReport> 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 <Prefer32Bit>false</Prefer32Bit> 60 </PropertyGroup> 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 62 <DebugSymbols>true</DebugSymbols> 63 <OutputPath>$(SolutionDir)\bin\</OutputPath> 64 <DefineConstants>DEBUG;TRACE</DefineConstants> 65 <DebugType>full</DebugType> 66 <PlatformTarget>x86</PlatformTarget> 67 <ErrorReport>prompt</ErrorReport> 68 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 69 <Prefer32Bit>false</Prefer32Bit> 70 </PropertyGroup> 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 72 <OutputPath>$(SolutionDir)\bin\</OutputPath> 73 <DefineConstants>TRACE</DefineConstants> 74 <DocumentationFile> 75 </DocumentationFile> 76 <Optimize>true</Optimize> 77 <DebugType>pdbonly</DebugType> 78 <PlatformTarget>x86</PlatformTarget> 79 <ErrorReport>prompt</ErrorReport> 80 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 34 81 <Prefer32Bit>false</Prefer32Bit> 35 82 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.