11 lines
364 B
XML
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>
|