mirror of
https://gitee.com/chinware/atomui.git
synced 2024-11-29 18:38:16 +08:00
14 lines
390 B
XML
14 lines
390 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<RootNamespace>AtomUI</RootNamespace>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)\build\Version.props" />
|
|
<Import Project="$(MSBuildThisFileDirectory)\build\Output.props" />
|
|
|
|
</Project>
|