Files
ShrlAlgoToolkit/WPFDark/WPFDark.csproj
ShrlAlgo 4d35cadb56 更新
2025-07-11 09:20:23 +08:00

39 lines
1.5 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputType>Library</OutputType>
<UseWPF>true</UseWPF>
<ImplicitUsings>true</ImplicitUsings>
<LangVersion>13.0</LangVersion>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<Nullable>enable</Nullable>
<PlatformTarget>x64</PlatformTarget>
<Platforms>x64</Platforms>
<AppendPlatformToOutputPath>false</AppendPlatformToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data.DataSetExtensions" />
</ItemGroup>
<ItemGroup>
<Content Include="Controls\Effects\HsvBoxBackgroundEffect.fx" />
<Content Include="Controls\Effects\HsvWheelBackgroundEffect.fx" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Jewelry" Version="2.0.6" />
</ItemGroup>
<ItemGroup>
<Resource Include="Assets\Fonts\GenMuli.ttf" />
<Resource Include="Assets\Fonts\RictyDiminished-Regular.ttf" />
<Resource Include="Controls\Effects\HsvBoxBackgroundEffect.ps" />
<Resource Include="Controls\Effects\HsvWheelBackgroundEffect.ps" />
</ItemGroup>
<!-- <ItemGroup>
<Folder Include="Markup\" />
</ItemGroup>-->
<!--<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>-->
</Project>