Changeset 16144 for branches/2522_RefactorPluginInfrastructure/HeuristicLab.Clients.Hive.Slave.WindowsService
- Timestamp:
- 09/14/18 18:05:09 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2522_RefactorPluginInfrastructure/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/HeuristicLab.Clients.Hive.Slave.WindowsService-3.3.csproj
r16143 r16144 11 11 <RootNamespace>HeuristicLab.Clients.Hive.Slave.WindowsService</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Clients.Hive.Slave.WindowsService</AssemblyName> 13 <TargetFrameworkVersion>v4. 7</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <IsWebBootstrapper>false</IsWebBootstrapper> … … 48 48 <ErrorReport>prompt</ErrorReport> 49 49 <WarningLevel>4</WarningLevel> 50 <DocumentationFile></DocumentationFile> 50 <DocumentationFile> 51 </DocumentationFile> 51 52 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 52 53 <Prefer32Bit>false</Prefer32Bit> … … 65 66 <OutputPath>bin\Release\</OutputPath> 66 67 <DefineConstants>TRACE</DefineConstants> 67 <DocumentationFile></DocumentationFile> 68 <DocumentationFile> 69 </DocumentationFile> 68 70 <Optimize>true</Optimize> 69 71 <DebugType>pdbonly</DebugType> … … 86 88 <OutputPath>bin\Release\</OutputPath> 87 89 <DefineConstants>TRACE</DefineConstants> 88 <DocumentationFile></DocumentationFile> 90 <DocumentationFile> 91 </DocumentationFile> 89 92 <Optimize>true</Optimize> 90 93 <DebugType>pdbonly</DebugType>
Note: See TracChangeset
for help on using the changeset viewer.