20240301_JSEQ_upperpc/JiangsuEarthquakeNowUI/Models/Models.csproj

30 lines
863 B
XML
Raw Permalink Normal View History

2024-11-01 07:54:08 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<None Remove="Assets\Fonts\iconfont.ttf" />
<None Remove="Assets\Images\Enlarge.png" />
<None Remove="Assets\Images\Narrow.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Assets\Fonts\iconfont.ttf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
<Resource Include="Assets\Images\Enlarge.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
<Resource Include="Assets\Images\Narrow.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
</ItemGroup>
</Project>