20240801_FJEQ_upperpc/FujianEarthquake_pond/FujianEarthquake/FujianEarthquake - Backup.csproj

18 lines
428 B
XML
Raw Permalink Normal View History

2024-09-12 02:03:25 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<Folder Include="Assets\Fonts\" />
<Folder Include="Assets\Images\" />
<Folder Include="Assets\Styles\" />
</ItemGroup>
</Project>