更新
This commit is contained in:
39
WPFDark/WPFDark.csproj
Normal file
39
WPFDark/WPFDark.csproj
Normal file
@@ -0,0 +1,39 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user