Changeset 16143 for branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/3.12/HeuristicLab.LibSVM-3.12
- Timestamp:
- 09/14/18 17:07:25 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/3.12/HeuristicLab.LibSVM-3.12/HeuristicLab.LibSVM-3.12.csproj
r11623 r16143 11 11 <RootNamespace>HeuristicLab.LibSVM</RootNamespace> 12 12 <AssemblyName>HeuristicLab.LibSVM-3.12</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 <SignAssembly>true</SignAssembly> 18 17 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 19 <FileUpgradeFlags> 20 </FileUpgradeFlags> 18 <FileUpgradeFlags></FileUpgradeFlags> 21 19 <OldToolsVersion>3.5</OldToolsVersion> 22 20 <UpgradeBackupLocation /> … … 55 53 <ErrorReport>prompt</ErrorReport> 56 54 <WarningLevel>4</WarningLevel> 57 <DocumentationFile> 58 </DocumentationFile> 55 <DocumentationFile></DocumentationFile> 59 56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 60 57 <Prefer32Bit>false</Prefer32Bit> … … 73 70 <OutputPath>$(SolutionDir)\bin\</OutputPath> 74 71 <DefineConstants>TRACE</DefineConstants> 75 <DocumentationFile> 76 </DocumentationFile> 72 <DocumentationFile></DocumentationFile> 77 73 <Optimize>true</Optimize> 78 74 <DebugType>pdbonly</DebugType> … … 95 91 <OutputPath>$(SolutionDir)\bin\</OutputPath> 96 92 <DefineConstants>TRACE</DefineConstants> 97 <DocumentationFile> 98 </DocumentationFile> 93 <DocumentationFile></DocumentationFile> 99 94 <Optimize>true</Optimize> 100 95 <DebugType>pdbonly</DebugType>
Note: See TracChangeset
for help on using the changeset viewer.