|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <AssemblyName>SevenZipSharp</AssemblyName> |
4 | | - <TargetFrameworks>netstandard2.0;net45;netcoreapp3.1</TargetFrameworks> |
| 4 | + <TargetFrameworks>netstandard2.0;net45</TargetFrameworks> |
5 | 5 | <SignAssembly>true</SignAssembly> |
6 | 6 | <AssemblyOriginatorKeyFile>SevenZip.snk</AssemblyOriginatorKeyFile> |
7 | 7 | <AssemblyTitle>SevenZipSharp</AssemblyTitle> |
8 | 8 | <Company>Markovtsev Vadim</Company> |
9 | 9 | <Product>SevenZipSharp</Product> |
10 | 10 | <ProductVersion>1.0.0.0</ProductVersion> |
11 | | - <AssemblyVersion>1.0.0.0</AssemblyVersion> |
12 | | - <FileVersion>1.0.0.0</FileVersion> |
| 11 | + <AssemblyVersion>1.5.1</AssemblyVersion> |
| 12 | + <FileVersion>1.5.1</FileVersion> |
13 | 13 | <InformationalVersion>1.0.0.0</InformationalVersion> |
14 | 14 | <Description>7-zip native library wrapper</Description> |
15 | 15 | <Copyright>Copyright (C) Markovtsev Vadim 2009, 2010, licensed under LGPLv3</Copyright> |
|
19 | 19 | <RegisterForComInterop>false</RegisterForComInterop> |
20 | 20 | <DefaultItemExcludes>$(DefaultItemExcludes);sfx\*</DefaultItemExcludes> |
21 | 21 | <Configurations>Debug;Release;LiteDebug;LiteRelease</Configurations> |
| 22 | + <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
| 23 | + <Version>1.5.1</Version> |
| 24 | + <BaseOutputPath>bin\</BaseOutputPath> |
22 | 25 | </PropertyGroup> |
23 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
24 | 27 | <DefineConstants>TRACE;DEBUG;UNMANAGED;SFX</DefineConstants> |
|
35 | 38 | <DebugSymbols>true</DebugSymbols> |
36 | 39 | </PropertyGroup> |
37 | 40 | <ItemGroup> |
38 | | - <Content Include="7z.dll"> |
39 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
40 | | - </Content> |
41 | | - <Content Include="7z64.dll"> |
42 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
43 | | - </Content> |
44 | 41 | <None Include="SevenZip.snk" /> |
45 | 42 | </ItemGroup> |
46 | 43 | <ItemGroup Condition="$(DefineConstants.Contains('SFX'))"> |
|
0 commit comments