|
9 | 9 | <Company>RBSoft</Company> |
10 | 10 | <Product>ZipExtractor</Product> |
11 | 11 | <Copyright>Copyright © 2012-2020 RBSoft</Copyright> |
12 | | - <AssemblyVersion>1.2.0.0</AssemblyVersion> |
13 | | - <FileVersion>1.2.0.0</FileVersion> |
14 | | - <ApplicationVersion>1.2.0.0</ApplicationVersion> |
| 12 | + <AssemblyVersion>1.2.1.0</AssemblyVersion> |
| 13 | + <FileVersion>1.2.1.0</FileVersion> |
| 14 | + <ApplicationVersion>1.2.1.0</ApplicationVersion> |
15 | 15 | <ApplicationIcon>ZipExtractor.ico</ApplicationIcon> |
16 | 16 | <ApplicationManifest>app.manifest</ApplicationManifest> |
17 | 17 | <SignAssembly>true</SignAssembly> |
18 | 18 | <AssemblyOriginatorKeyFile>ZipExtractor.snk</AssemblyOriginatorKeyFile> |
19 | 19 | <NeutralLanguage>en</NeutralLanguage> |
20 | | - <DebugType>none</DebugType> |
| 20 | + <Version>1.2.1</Version> |
| 21 | + </PropertyGroup> |
| 22 | + <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
| 23 | + <DebugType>full</DebugType> |
| 24 | + <DebugSymbols>true</DebugSymbols> |
21 | 25 | </PropertyGroup> |
22 | 26 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
23 | 27 | <OutputPath>..\AutoUpdater.NET\Resources</OutputPath> |
24 | 28 | <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
| 29 | + <DebugType>none</DebugType> |
| 30 | + <DebugSymbols>false</DebugSymbols> |
25 | 31 | </PropertyGroup> |
26 | 32 | <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> |
27 | 33 | <DefineConstants>NET45</DefineConstants> |
28 | 34 | </PropertyGroup> |
29 | 35 | <ItemGroup Condition=" '$(TargetFramework)' != 'net45' "> |
30 | | - <PackageReference Include="ZipStorer" Version="3.6.0" /> |
| 36 | + <PackageReference Include="ZipStorer" Version="3.6.0"/> |
31 | 37 | <PackageReference Include="ILRepack.Lib.MSBuild.Task" Version="2.0.18.1"> |
32 | 38 | <PrivateAssets>all</PrivateAssets> |
33 | 39 | </PackageReference> |
34 | 40 | </ItemGroup> |
35 | 41 | <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> |
36 | | - <Reference Include="System.IO.Compression" /> |
37 | | - <Reference Include="System.IO.Compression.FileSystem" /> |
| 42 | + <Reference Include="System.IO.Compression"/> |
| 43 | + <Reference Include="System.IO.Compression.FileSystem"/> |
38 | 44 | </ItemGroup> |
39 | 45 | <ItemGroup> |
40 | | - <Reference Include="System.Windows.Forms" /> |
| 46 | + <Reference Include="System.Windows.Forms"/> |
41 | 47 | </ItemGroup> |
42 | 48 | <ItemGroup> |
43 | 49 | <Compile Update="Properties\Settings.Designer.cs"> |
|
0 commit comments