Changeset 16143 for branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3
- Timestamp:
- 09/14/18 17:07:25 (6 years ago)
- Location:
- branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3/EPPlus-4.0.3.csproj
r12180 r16143 13 13 <SignAssembly>true</SignAssembly> 14 14 <AssemblyOriginatorKeyFile>OpenOfficeXml.snk</AssemblyOriginatorKeyFile> 15 <SccProjectName> 16 </SccProjectName> 17 <SccLocalPath> 18 </SccLocalPath> 19 <SccAuxPath> 20 </SccAuxPath> 21 <SccProvider> 22 </SccProvider> 23 <FileUpgradeFlags> 24 </FileUpgradeFlags> 25 <UpgradeBackupLocation> 26 </UpgradeBackupLocation> 15 <SccProjectName></SccProjectName> 16 <SccLocalPath></SccLocalPath> 17 <SccAuxPath></SccAuxPath> 18 <SccProvider></SccProvider> 19 <FileUpgradeFlags></FileUpgradeFlags> 20 <UpgradeBackupLocation></UpgradeBackupLocation> 27 21 <OldToolsVersion>3.5</OldToolsVersion> 28 <TargetFrameworkVersion>v4. 5</TargetFrameworkVersion>22 <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> 29 23 <PublishUrl>publish\</PublishUrl> 30 24 <Install>true</Install> … … 42 36 <UseApplicationTrust>false</UseApplicationTrust> 43 37 <BootstrapperEnabled>true</BootstrapperEnabled> 44 <TargetFrameworkProfile> 45 </TargetFrameworkProfile> 38 <TargetFrameworkProfile></TargetFrameworkProfile> 46 39 </PropertyGroup> 47 40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 53 46 <ErrorReport>prompt</ErrorReport> 54 47 <WarningLevel>4</WarningLevel> 55 <DocumentationFile> 56 </DocumentationFile> 48 <DocumentationFile></DocumentationFile> 57 49 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 50 <PlatformTarget>AnyCPU</PlatformTarget> 59 <NoWarn> 60 </NoWarn> 51 <NoWarn></NoWarn> 61 52 <Prefer32Bit>false</Prefer32Bit> 62 53 </PropertyGroup> … … 68 59 <ErrorReport>prompt</ErrorReport> 69 60 <WarningLevel>4</WarningLevel> 70 <DocumentationFile> 71 </DocumentationFile> 61 <DocumentationFile></DocumentationFile> 72 62 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 73 63 <PlatformTarget>AnyCPU</PlatformTarget> … … 857 847 --> 858 848 <PropertyGroup> 859 <PostBuildEvent> 860 </PostBuildEvent> 861 <PreBuildEvent> 862 </PreBuildEvent> 849 <PostBuildEvent></PostBuildEvent> 850 <PreBuildEvent></PreBuildEvent> 863 851 </PropertyGroup> 864 852 </Project> -
branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/HeuristicLab.EPPlus-4.0.3/HeuristicLab.EPPlus-4.0.3.csproj
r12728 r16143 10 10 <RootNamespace>HeuristicLab.EPPlus</RootNamespace> 11 11 <AssemblyName>HeuristicLab.EPPlus-4.0.3</AssemblyName> 12 <TargetFrameworkVersion>v4. 5</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 14 <TargetFrameworkProfile />
Note: See TracChangeset
for help on using the changeset viewer.