Files
Shrlalgo.RvKits/WPFDark.Gallery/WPFDark.Gallery.csproj
2025-07-12 23:31:32 +08:00

28 lines
1019 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputType>WinExe</OutputType>
<UseWPF>true</UseWPF>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>13.0</LangVersion>
<AppendPlatformToOutputPath>false</AppendPlatformToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EleCho.WpfSuite.Layouts" Version="0.9.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WPFDark\WPFDark.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data.DataSetExtensions" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Update="App.xaml">
<Generator>MSBuild:Compile</Generator>
</ApplicationDefinition>
</ItemGroup>
</Project>