齐越消息中心
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

33 lines
963 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<AssemblyVersion>1.0.0.3</AssemblyVersion>
<FileVersion>1.0.0.3</FileVersion>
</PropertyGroup>
<ItemGroup>
<None Remove="static\index.html" />
</ItemGroup>
<ItemGroup>
<Content Include="static\index.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2277.86" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\QYMessageCenter.Common\QYMessageCenter.Common.csproj" />
<ProjectReference Include="..\SJ.Controls\SJ.Controls.csproj" />
</ItemGroup>
</Project>