Changeset 16144 for branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.AutoDiff/1.0
- Timestamp:
- 09/14/18 18:05:09 (6 years ago)
- Location:
- branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.AutoDiff/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.AutoDiff/1.0/AutoDiff-1.0/AutoDiff-1.0.csproj
r16143 r16144 11 11 <RootNamespace>AutoDiff</RootNamespace> 12 12 <AssemblyName>AutoDiff-1.0</AssemblyName> 13 <TargetFrameworkVersion>v4. 7</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <CodeContractsAssemblyMode>0</CodeContractsAssemblyMode> 16 <SccProjectName></SccProjectName> 17 <SccLocalPath></SccLocalPath> 18 <SccAuxPath></SccAuxPath> 19 <SccProvider></SccProvider> 16 <SccProjectName> 17 </SccProjectName> 18 <SccLocalPath> 19 </SccLocalPath> 20 <SccAuxPath> 21 </SccAuxPath> 22 <SccProvider> 23 </SccProvider> 20 24 <TargetFrameworkProfile /> 21 25 </PropertyGroup> … … 59 63 <ErrorReport>prompt</ErrorReport> 60 64 <WarningLevel>4</WarningLevel> 61 <DocumentationFile></DocumentationFile> 65 <DocumentationFile> 66 </DocumentationFile> 62 67 <CodeContractsEnableRuntimeChecking>False</CodeContractsEnableRuntimeChecking> 63 68 <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface> -
branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.AutoDiff/1.0/HeuristicLab.AutoDiff-1.0/HeuristicLab.AutoDiff-1.0.csproj
r16143 r16144 11 11 <RootNamespace>HeuristicLab.AutoDiff</RootNamespace> 12 12 <AssemblyName>HeuristicLab.AutoDiff-1.0</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 <SignAssembly>true</SignAssembly> 17 18 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 18 <FileUpgradeFlags></FileUpgradeFlags> 19 <FileUpgradeFlags> 20 </FileUpgradeFlags> 19 21 <OldToolsVersion>3.5</OldToolsVersion> 20 22 <UpgradeBackupLocation />
Note: See TracChangeset
for help on using the changeset viewer.