mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-13 01:55:42 +00:00
16 lines
401 B
XML
16 lines
401 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ExcludeFromCodeCoverage>true</ExcludeFromCodeCoverage>
|
|
<PackageLicenseFile/>
|
|
<PackageIcon/>
|
|
<PackageIconUrl/>
|
|
<PackageTags/>
|
|
<PackageReadmeFile/>
|
|
<PackageReleaseNotes/>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|