2025-01-18 22:11:02 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
|
|
|
<RootNamespace>_13_几何图形和图画_4使用PathGeometry</RootNamespace>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<UseWPF>true</UseWPF>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-01-18 22:15:41 +08:00
|
|
|
|
<Resource Include="public\003540AH4M72.jpg" />
|
|
|
|
|
<Resource Include="public\bunny.png" />
|
2025-01-18 22:11:02 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|