2021-01-12 12:49:17 +08:00
|
|
|
<Project>
|
2022-09-04 15:17:12 +08:00
|
|
|
|
2021-01-12 12:49:17 +08:00
|
|
|
<PropertyGroup>
|
|
|
|
<Copyright>Argo Zhang</Copyright>
|
|
|
|
<Authors>Argo Zhang(argo@163.com)</Authors>
|
|
|
|
<Company>Longbow</Company>
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)src\keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
|
2022-09-04 15:17:12 +08:00
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
2023-02-22 14:59:36 +08:00
|
|
|
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
|
2021-01-12 12:49:17 +08:00
|
|
|
</PropertyGroup>
|
2020-03-02 17:00:55 +08:00
|
|
|
|
2021-01-12 12:49:17 +08:00
|
|
|
<PropertyGroup>
|
|
|
|
<LangVersion>latest</LangVersion>
|
2023-04-24 14:57:27 +08:00
|
|
|
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
|
2023-09-08 10:22:09 +08:00
|
|
|
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
|
2021-01-12 12:49:17 +08:00
|
|
|
</PropertyGroup>
|
2020-03-02 17:00:55 +08:00
|
|
|
|
2022-09-04 15:17:12 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<Using Include="System.Diagnostics.CodeAnalysis"/>
|
|
|
|
</ItemGroup>
|
|
|
|
|
2021-01-12 12:49:17 +08:00
|
|
|
</Project>
|