- Timestamp:
- 12/02/14 21:28:43 (10 years ago)
- Location:
- branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/HeuristicLab.DataImporter.DataProcessor.csproj
r9627 r11624 11 11 <RootNamespace>HeuristicLab.DataImporter.DataProcessor</RootNamespace> 12 12 <AssemblyName>HeuristicLab.DataImporter.DataProcessor-1.0</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> … … 47 47 <WarningLevel>4</WarningLevel> 48 48 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 49 <Prefer32Bit>false</Prefer32Bit> 49 50 </PropertyGroup> 50 51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 56 57 <WarningLevel>4</WarningLevel> 57 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 <Prefer32Bit>false</Prefer32Bit> 58 60 </PropertyGroup> 59 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 65 67 <ErrorReport>prompt</ErrorReport> 66 68 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 69 <Prefer32Bit>false</Prefer32Bit> 67 70 </PropertyGroup> 68 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 74 77 <ErrorReport>prompt</ErrorReport> 75 78 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 79 <Prefer32Bit>false</Prefer32Bit> 76 80 </PropertyGroup> 77 81 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 83 87 <ErrorReport>prompt</ErrorReport> 84 88 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 89 <Prefer32Bit>false</Prefer32Bit> 85 90 </PropertyGroup> 86 91 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 92 97 <ErrorReport>prompt</ErrorReport> 93 98 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 99 <Prefer32Bit>false</Prefer32Bit> 94 100 </PropertyGroup> 95 101 <ItemGroup> -
branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/Properties/Resources.Designer.cs
r9627 r11624 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 180474 // Runtime Version:4.0.30319.34014 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if
Note: See TracChangeset
for help on using the changeset viewer.