|
12345678910111213141516171819 |
- <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>
|