Net8Blazor/NET8Blazor/PhotinoNetApp/PhotinoNetApp.csproj

23 lines
634 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<OutputType>WinExe</OutputType>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>PhotinoNetApp</RootNamespace>
<AssemblyName>PhotinoNetApp</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Photino.NET" Version="2.6.0" />
</ItemGroup>
<ItemGroup>
<Content Update="wwwroot\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>