Files
lserp_cs_6.0/插件库/Lskj.AgentPet.Host/Lskj.AgentPet.Host.csproj
2026-08-14 14:28:28 +08:00

25 lines
1.3 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
<UseWPF>true</UseWPF>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblyName>Lskj.AgentPet.Host</AssemblyName>
<RootNamespace>Lskj.AgentPet.Host</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.4129.50" />
<ProjectReference Include="..\Lskj.AgentPet.Host.Core\Lskj.AgentPet.Host.Core.csproj" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\Lskj.AgentPet\index.html" LogicalName="Lskj.AgentPet.Web.index.html" />
<EmbeddedResource Include="..\Lskj.AgentPet\pet.css" LogicalName="Lskj.AgentPet.Web.pet.css" />
<EmbeddedResource Include="..\Lskj.AgentPet\pet-runtime.js" LogicalName="Lskj.AgentPet.Web.pet-runtime.js" />
<EmbeddedResource Include="..\Lskj.AgentPet\bridge-client.js" LogicalName="Lskj.AgentPet.Web.bridge-client.js" />
<EmbeddedResource Include="..\Lskj.AgentPet\pet-shell.js" LogicalName="Lskj.AgentPet.Web.pet-shell.js" />
</ItemGroup>
</Project>