10 lines
249 B
XML
10 lines
249 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<LangVersion>latest</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Version>0.2.1</Version>
|
|
<Product>一键运行 OneClickRun</Product>
|
|
</PropertyGroup>
|
|
</Project>
|