Files
Better-Seewo/Directory.Build.props

11 lines
364 B
Plaintext
Raw Normal View History

<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>