15 lines
538 B
XML
15 lines
538 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<LangVersion>latest</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
|
|
<AnalysisLevel>latest</AnalysisLevel>
|
|
<Version>1.0.0-alpha.0</Version>
|
|
<Authors>Wild Dragon LLC</Authors>
|
|
<Company>Wild Dragon LLC</Company>
|
|
<Product>TeamsISO</Product>
|
|
<Copyright>Copyright © Wild Dragon LLC 2026</Copyright>
|
|
</PropertyGroup>
|
|
</Project>
|