|
7 | 7 | <Nullable>enable</Nullable> |
8 | 8 | <AssemblyName>Ntk.Tools.AutoType</AssemblyName> |
9 | 9 | <RootNamespace>Ntk.Tools.AutoType</RootNamespace> |
10 | | - <Version>1.0.0</Version> |
| 10 | + <Version>1.1.0</Version> |
11 | 11 | <Authors>NTK</Authors> |
12 | 12 | <Company>NTK</Company> |
13 | 13 | <Product>Ntk.Tools.AutoType</Product> |
14 | 14 | <Description>برنامه تایپ خودکار</Description> |
15 | 15 | <UseWindowsForms>true</UseWindowsForms> |
16 | 16 | </PropertyGroup> |
17 | 17 |
|
18 | | - <!-- Single File Output Configuration for Release - Self-Contained --> |
19 | | - <PropertyGroup Condition="'$(Configuration)'=='Release' AND '$(SelfContained)'=='true'"> |
| 18 | + <!-- Single File Output Configuration for Release --> |
| 19 | + <PropertyGroup Condition="'$(Configuration)'=='Release'"> |
20 | 20 | <PublishSingleFile>true</PublishSingleFile> |
21 | | - <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract> |
22 | | - <EnableCompressionInSingleFile>true</EnableCompressionInSingleFile> |
23 | | - <PublishTrimmed>false</PublishTrimmed> |
24 | 21 | <DebugType>none</DebugType> |
25 | 22 | <DebugSymbols>false</DebugSymbols> |
26 | 23 | </PropertyGroup> |
27 | 24 |
|
28 | | - <!-- Single File Output Configuration for Release - Framework-Dependent --> |
29 | | - <PropertyGroup Condition="'$(Configuration)'=='Release' AND '$(SelfContained)'=='false'"> |
30 | | - <PublishSingleFile>true</PublishSingleFile> |
31 | | - <PublishTrimmed>false</PublishTrimmed> |
32 | | - <DebugType>none</DebugType> |
33 | | - <DebugSymbols>false</DebugSymbols> |
| 25 | + <!-- Additional settings for Self-Contained only --> |
| 26 | + <PropertyGroup Condition="'$(Configuration)'=='Release' AND '$(SelfContained)'=='true'"> |
| 27 | + <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract> |
| 28 | + <EnableCompressionInSingleFile>true</EnableCompressionInSingleFile> |
34 | 29 | </PropertyGroup> |
35 | 30 |
|
36 | 31 | </Project> |
|
0 commit comments