Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9de4e47

Browse files
committed
Add 7z, Fix Tool Projects
1 parent 287652c commit 9de4e47

6 files changed

Lines changed: 18 additions & 1 deletion

File tree

src/Common.CoreLib/FileEx.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,7 @@ public static class FileEx
5454
public const string APNG = ".apng";
5555

5656
public const string EXE = ".exe";
57+
58+
public const string _7Z = ".7z";
5759
}
5860
}

src/ST.Tools.MinifyStaticSites/ST.Tools.MinifyStaticSites.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<Compile Include="..\Common.CoreLib\Properties\ThisAssembly.cs">
1919
<Link>Properties\ThisAssembly.cs</Link>
2020
</Compile>
21+
<Compile Include="..\Common.CoreLib\Properties\ThisAssembly.Version.cs">
22+
<Link>Properties\ThisAssembly.Version.cs</Link>
23+
</Compile>
2124
</ItemGroup>
2225

2326
</Project>

src/ST.Tools.OpenSourceLibraryList/ST.Tools.OpenSourceLibraryList.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<Compile Include="..\Common.CoreLib\Properties\ThisAssembly.cs">
1919
<Link>Properties\ThisAssembly.cs</Link>
2020
</Compile>
21+
<Compile Include="..\Common.CoreLib\Properties\ThisAssembly.Version.cs">
22+
<Link>Properties\ThisAssembly.Version.cs</Link>
23+
</Compile>
2124
<Compile Include="..\ST.Client\Models\OpenSourceLibrary.cs">
2225
<Link>Application\Models\OpenSourceLibrary.cs</Link>
2326
</Compile>

src/ST.Tools.Packager.InstallerSetup/ST.Tools.Packager.InstallerSetup.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
<Compile Include="..\Common.CoreLib\Properties\ThisAssembly.cs">
4444
<Link>Properties\ThisAssembly.cs</Link>
4545
</Compile>
46+
<Compile Include="..\Common.CoreLib\Properties\ThisAssembly.Version.cs">
47+
<Link>Properties\ThisAssembly.Version.cs</Link>
48+
</Compile>
4649
</ItemGroup>
4750

4851
<ItemGroup>

src/ST.Tools.Packager/ST.Tools.Packager.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<Compile Include="..\Common.CoreLib\Properties\ThisAssembly.cs">
2020
<Link>Properties\ThisAssembly.cs</Link>
2121
</Compile>
22+
<Compile Include="..\Common.CoreLib\Properties\ThisAssembly.Version.cs">
23+
<Link>Properties\ThisAssembly.Version.cs</Link>
24+
</Compile>
2225
<Compile Include="..\ST.Client.Desktop\TarGZipHelper.cs">
2326
<Link>Application\TarGZipHelper.cs</Link>
2427
</Compile>
@@ -37,7 +40,7 @@
3740
</ItemGroup>
3841

3942
<ItemGroup>
40-
<PackageReference Include="SharpZipLib" Version="1.3.1" />
43+
<PackageReference Include="SharpZipLib" Version="1.3.2" />
4144
</ItemGroup>
4245

4346
</Project>

src/ST.Tools.Win7Troubleshoot/ST.Tools.Win7Troubleshoot.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<Compile Include="..\Common.CoreLib\Properties\ThisAssembly.cs">
2121
<Link>Properties\ThisAssembly.cs</Link>
2222
</Compile>
23+
<Compile Include="..\Common.CoreLib\Properties\ThisAssembly.Version.cs">
24+
<Link>Properties\ThisAssembly.Version.cs</Link>
25+
</Compile>
2326
<Compile Include="..\Common.CoreLib\Security\Cryptography\Hashs.cs">
2427
<Link>Security\Cryptography\Hashs.cs</Link>
2528
</Compile>

0 commit comments

Comments
 (0)