Files
Better-Seewo/Directory.Build.props
2026-06-28 01:43:01 +08:00

11 lines
364 B
XML

<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<PackageOutputPath>$(MSBuildThisFileDirectory)bin\$(Configuration)</PackageOutputPath>
<Company>Better-Seewo</Company>
<Authors>Better-Seewo</Authors>
<RepositoryUrl>https://github.com/anomalyco/opencode</RepositoryUrl>
</PropertyGroup>
</Project>