-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHttpUtility.csproj
More file actions
26 lines (23 loc) · 853 Bytes
/
Copy pathHttpUtility.csproj
File metadata and controls
26 lines (23 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon />
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Compile Remove="HtmlBuilder\**" />
<Compile Remove="HttpsListener\**" />
<Compile Remove="MangaDownloader\**" />
<Compile Remove="ManhuadbDownloader\**" />
<EmbeddedResource Remove="HtmlBuilder\**" />
<EmbeddedResource Remove="HttpsListener\**" />
<EmbeddedResource Remove="MangaDownloader\**" />
<EmbeddedResource Remove="ManhuadbDownloader\**" />
<None Remove="HtmlBuilder\**" />
<None Remove="HttpsListener\**" />
<None Remove="MangaDownloader\**" />
<None Remove="ManhuadbDownloader\**" />
</ItemGroup>
</Project>