Changeset 16144 for branches/2522_RefactorPluginInfrastructure/HeuristicLab.Services.Hive.JanitorService
- Timestamp:
- 09/14/18 18:05:09 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2522_RefactorPluginInfrastructure/HeuristicLab.Services.Hive.JanitorService/3.3/HeuristicLab.Services.Hive.JanitorService-3.3.csproj
r16143 r16144 11 11 <RootNamespace>HeuristicLab.Services.Hive.JanitorService</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Services.Hive.JanitorService-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 </PropertyGroup> … … 33 34 <ErrorReport>prompt</ErrorReport> 34 35 <WarningLevel>4</WarningLevel> 35 <DocumentationFile></DocumentationFile> 36 <DocumentationFile> 37 </DocumentationFile> 36 38 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 37 39 <Prefer32Bit>false</Prefer32Bit> … … 50 52 <OutputPath>bin\Release\</OutputPath> 51 53 <DefineConstants>TRACE</DefineConstants> 52 <DocumentationFile></DocumentationFile> 54 <DocumentationFile> 55 </DocumentationFile> 53 56 <Optimize>true</Optimize> 54 57 <DebugType>pdbonly</DebugType> … … 71 74 <OutputPath>bin\Release\</OutputPath> 72 75 <DefineConstants>TRACE</DefineConstants> 73 <DocumentationFile></DocumentationFile> 76 <DocumentationFile> 77 </DocumentationFile> 74 78 <Optimize>true</Optimize> 75 79 <DebugType>pdbonly</DebugType>
Note: See TracChangeset
for help on using the changeset viewer.