1
0
mirror of synced 2025-12-24 14:07:57 +08:00
Files
SnowFlake-IdGenerator/C#.NET/source/YitIdGen.WinFormApp/YitIdGen.WinFormApp.csproj
2021-04-01 02:38:11 +08:00

19 lines
468 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<None Remove="yitidgen.dll" />
</ItemGroup>
<ItemGroup>
<Content Include="yitidgen.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>