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

18 lines
428 B
XML
Raw Normal View History

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