-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathBootstrapBlazor.PdfReader.csproj
More file actions
39 lines (31 loc) · 1.1 KB
/
BootstrapBlazor.PdfReader.csproj
File metadata and controls
39 lines (31 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<Version>10.0.1</Version>
</PropertyGroup>
<PropertyGroup>
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Pdf Reader</PackageTags>
<Description>Bootstrap UI components extensions of PdfReader</Description>
</PropertyGroup>
<ItemGroup>
<Content Remove="Locales\en.json" />
<Content Remove="Locales\zh.json" />
<EmbeddedResource Include="Locales\en.json" />
<EmbeddedResource Include="Locales\zh.json" />
<Content Remove="wwwroot\pdf.mjs" />
<Content Remove="wwwroot\pdf.worker.mjs" />
<None Include="wwwroot\lib\pdf.mjs" />
<None Include="wwwroot\lib\pdf.worker.mjs" />
</ItemGroup>
<ItemGroup>
<!--<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />-->
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\BootstrapBlazor\src\BootstrapBlazor\BootstrapBlazor.csproj" />
</ItemGroup>
<ItemGroup>
<Using Include="Microsoft.JSInterop" />
</ItemGroup>
<ItemGroup>
<Using Include="BootstrapBlazor.Components" />
</ItemGroup>
</Project>