-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConsoleApp2.csproj
More file actions
45 lines (41 loc) · 1.42 KB
/
ConsoleApp2.csproj
File metadata and controls
45 lines (41 loc) · 1.42 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Ch.1\**" />
<Compile Remove="Ch.2\**" />
<Compile Remove="Ch.3\**" />
<Compile Remove="Game\**" />
<Compile Remove="Pattern\**" />
<EmbeddedResource Remove="Ch.1\**" />
<EmbeddedResource Remove="Ch.2\**" />
<EmbeddedResource Remove="Ch.3\**" />
<EmbeddedResource Remove="Game\**" />
<EmbeddedResource Remove="Pattern\**" />
<None Remove="Ch.1\**" />
<None Remove="Ch.2\**" />
<None Remove="Ch.3\**" />
<None Remove="Game\**" />
<None Remove="Pattern\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Catch.cs" />
<Compile Remove="Ch.3_2\Delegate.cs" />
<Compile Remove="Ch.3_2\MultiConnecting.cs" />
<Compile Remove="Ch.3_3\Action.cs" />
<Compile Remove="Ch.3_3\FuncDel.cs" />
<Compile Remove="Ch.3_3\Lamda.cs" />
<Compile Remove="Ch.4\Ch.4_1\async-await.cs" />
<Compile Remove="Ch.4\Ch.4_1\async.cs" />
<Compile Remove="Ch.4\Ch.4_1\example.cs" />
<Compile Remove="Ch.4\Ch.4_1\http.cs" />
<Compile Remove="Ch.4\Ch.4_1\parallel-async.cs" />
<Compile Remove="ER-Hnadling.cs" />
<Compile Remove="Finally.cs" />
<Compile Remove="MyCustom.cs" />
</ItemGroup>
</Project>