dotnet-installer/TestAssets/TestProjects/UseCswinrt/consolecswinrt.csproj
2022-09-06 16:50:00 -07:00

7 lines
218 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
</PropertyGroup>
</Project>