|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
|
<UseWPF>true</UseWPF>
|
|
|
|
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<BaseOutputPath>..\..\bin</BaseOutputPath>
|
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="Program.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Resource Include="image\Cancel.png" />
|
|
|
|
|
|
<Resource Include="image\Circle.png" />
|
|
|
|
|
|
<Resource Include="image\line.png" />
|
|
|
|
|
|
<Resource Include="image\Rectangle.png" />
|
|
|
|
|
|
<Resource Include="image\Redo.png" />
|
|
|
|
|
|
<Resource Include="image\Save.png" />
|
|
|
|
|
|
<Resource Include="image\Select.png" />
|
|
|
|
|
|
<Resource Include="image\Undo.png" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Resource Include="image\Curve_Line.png" />
|
|
|
|
|
|
<Resource Include="image\PenColor.png" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Resource Include="image\TextTool.png" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Resource Include="image\default.png" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Resource Include="image\FontSizeDecrease.png" />
|
|
|
|
|
|
<Resource Include="image\FontSizeIncrease.png" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Resource Include="image\arrowdownleft.png" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Resource Include="image\Apply_16x16.png" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Resource Include="image\Design_32x32.png" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="bin\" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|