-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStaticBlog3.csproj
More file actions
67 lines (58 loc) · 4.35 KB
/
StaticBlog3.csproj
File metadata and controls
67 lines (58 loc) · 4.35 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<BlazorEnableTimeZoneSupport>false</BlazorEnableTimeZoneSupport>
</PropertyGroup>
<ItemGroup>
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-grid.css" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-grid.css.map" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-grid.min.css" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-grid.min.css.map" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-grid.rtl.css" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-grid.rtl.css.map" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-grid.rtl.min.css" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-grid.rtl.min.css.map" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-reboot.css" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-reboot.css.map" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-reboot.min.css" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-reboot.min.css.map" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-reboot.rtl.css" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-reboot.rtl.css.map" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-reboot.rtl.min.css" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-reboot.rtl.min.css.map" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-utilities.css" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-utilities.css.map" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-utilities.min.css" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-utilities.min.css.map" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-utilities.rtl.css" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-utilities.rtl.css.map" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-utilities.rtl.min.css" />
<Content Remove="C:\Users\Abkhan\.nuget\packages\bootstrap\5.3.2\contentFiles\any\any\wwwroot\css\bootstrap-utilities.rtl.min.css.map" />
<Content Remove="Components\Breadcrumbs.razor" />
<Content Remove="wwwroot\blogs\The-Enchanting-Beauty-of-Orchids.md" />
</ItemGroup>
<ItemGroup>
<None Include="Components\Breadcrumbs.razor" />
<None Include="wwwroot\blogs\The-Enchanting-Beauty-of-Orchids.md" />
<None Include="wwwroot\bootstrap\bootstrap.min.css.map" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="highlight.js" Version="1.0.4" />
<PackageReference Include="Markdig" Version="0.33.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\profile\" />
</ItemGroup>
<ItemGroup>
<UpToDateCheckInput Remove="Components\Breadcrumbs.razor" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="Components\Breadcrumbs.razor" />
<_ContentIncludedByDefault Remove="wwwroot\blogs\The-Enchanting-Beauty-of-Orchids.md" />
</ItemGroup>
<ItemGroup>
<Content Include=".config\dotnet-tools.json" />
</ItemGroup>
</Project>