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