You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

YitIdGen.WinFormApp.csproj 468 B

4 years ago
12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net5.0-windows</TargetFramework>
  5. <UseWindowsForms>true</UseWindowsForms>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <None Remove="yitidgen.dll" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <Content Include="yitidgen.dll">
  12. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  13. </Content>
  14. </ItemGroup>
  15. </Project>

雪花算法中非常好用的数字ID生成器