Net8Blazor/NET8Blazor/PhotinoNetApp/PhotinoNetApp.csproj

23 lines
634 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
2024-01-24 18:22:13 +00:00
<OutputType>WinExe</OutputType>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
2024-01-24 18:22:13 +00:00
<RootNamespace>PhotinoNetApp</RootNamespace>
<AssemblyName>PhotinoNetApp</AssemblyName>
</PropertyGroup>
<ItemGroup>
2024-01-24 18:22:13 +00:00
<PackageReference Include="Photino.NET" Version="2.6.0" />
</ItemGroup>
<ItemGroup>
2024-01-24 18:22:13 +00:00
<Content Update="wwwroot\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>