dotnet-installer/TestAssets/TestProjects/UseCswinrt/consolecswinrt.csproj

8 lines
218 B
XML
Raw Normal View History

2020-07-02 00:02:24 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2022-09-06 23:50:00 +00:00
<TargetFramework>net8.0</TargetFramework>
2020-07-02 00:02:24 +00:00
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
</PropertyGroup>
</Project>