Files
docker-wine-dotnet/VisualStudioMock/VisualStudioMock.csproj
2025-02-04 00:55:10 +01:00

13 lines
335 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net472</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<!--Nullable>enable</Nullable-->
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Windows.Forms" />
</ItemGroup>
</Project>