Files
egwcorelib/EgwCoreLib.BlazorTest/EgwCoreLib.BlazorTest.csproj
T
Samuele Locatelli 23796110f8 Fix (parizlae) componenti razor:
- ok CopyToClipboard
- ok immagini
- NON OK QrCodeGEN
2023-05-29 19:48:18 +02:00

23 lines
539 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>689c32ff-3277-4c61-ace8-f735c707f4a1</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<Content Remove="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<None Include="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EgwCoreLib.Razor\EgwCoreLib.Razor.csproj" />
</ItemGroup>
</Project>