2024-06-19 18:46:29 +08:00
|
|
|
<Project>
|
2024-08-06 23:12:32 +08:00
|
|
|
|
2024-06-19 18:46:29 +08:00
|
|
|
<PropertyGroup>
|
2024-08-06 23:12:32 +08:00
|
|
|
<RootNamespace>AtomUI</RootNamespace>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
2024-06-19 18:46:29 +08:00
|
|
|
<LangVersion>latest</LangVersion>
|
2024-07-24 00:21:45 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2024-08-23 09:48:22 +08:00
|
|
|
<Import Project="$(MSBuildThisFileDirectory)\build\Version.props" />
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)\build\Output.props" />
|
2024-08-06 23:12:32 +08:00
|
|
|
|
2024-06-19 18:46:29 +08:00
|
|
|
</Project>
|