-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.props
More file actions
26 lines (23 loc) · 872 Bytes
/
Copy pathcommon.props
File metadata and controls
26 lines (23 loc) · 872 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>
<PropertyGroup>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<NoWarn>$(NoWarn);IDE0058;IDE0290;CA2254;CS1591;CA1416;</NoWarn>
<Version>0.0.1</Version>
</PropertyGroup>
<ItemGroup>
<Using Include="System"/>
<Using Include="System.Collections"/>
<Using Include="System.Collections.Generic"/>
<Using Include="System.Diagnostics"/>
<Using Include="System.IO"/>
<Using Include="System.Linq"/>
<Using Include="System.Globalization"/>
<Using Include="System.Reflection"/>
<Using Include="System.Text"/>
<Using Include="System.Text.Json"/>
<Using Include="System.Text.Json.Serialization"/>
<Using Include="System.Threading"/>
<Using Include="System.Threading.Tasks"/>
</ItemGroup>
</Project>