|
| 1 | +<Project Sdk="Microsoft.NET.Sdk.Web"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net5.0</TargetFramework> |
| 5 | + </PropertyGroup> |
| 6 | + |
| 7 | + <ItemGroup> |
| 8 | + <Content Update="Pages\Index.razor"> |
| 9 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 10 | + </Content> |
| 11 | + <Content Update="Shared\MainLayout.razor"> |
| 12 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 13 | + </Content> |
| 14 | + <Content Update="Shared\NavMenu.razor"> |
| 15 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 16 | + </Content> |
| 17 | + <Content Update="wwwroot\css\app.css"> |
| 18 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 19 | + <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
| 20 | + </Content> |
| 21 | + <Content Update="wwwroot\css\bootstrap\bootstrap.min.css"> |
| 22 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 23 | + <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
| 24 | + </Content> |
| 25 | + <Content Update="wwwroot\css\bootstrap\bootstrap.min.css.map"> |
| 26 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 27 | + <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
| 28 | + </Content> |
| 29 | + <Content Update="wwwroot\css\open-iconic\FONT-LICENSE"> |
| 30 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 31 | + <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
| 32 | + </Content> |
| 33 | + <Content Update="wwwroot\css\open-iconic\font\css\open-iconic-bootstrap.min.css"> |
| 34 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 35 | + <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
| 36 | + </Content> |
| 37 | + <Content Update="wwwroot\css\open-iconic\font\fonts\open-iconic.eot"> |
| 38 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 39 | + <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
| 40 | + </Content> |
| 41 | + <Content Update="wwwroot\css\open-iconic\font\fonts\open-iconic.otf"> |
| 42 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 43 | + <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
| 44 | + </Content> |
| 45 | + <Content Update="wwwroot\css\open-iconic\font\fonts\open-iconic.svg"> |
| 46 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 47 | + <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
| 48 | + </Content> |
| 49 | + <Content Update="wwwroot\css\open-iconic\font\fonts\open-iconic.ttf"> |
| 50 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 51 | + <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
| 52 | + </Content> |
| 53 | + <Content Update="wwwroot\css\open-iconic\font\fonts\open-iconic.woff"> |
| 54 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 55 | + <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
| 56 | + </Content> |
| 57 | + <Content Update="wwwroot\css\open-iconic\ICON-LICENSE"> |
| 58 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 59 | + <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
| 60 | + </Content> |
| 61 | + <Content Update="wwwroot\css\open-iconic\README.md"> |
| 62 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 63 | + <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
| 64 | + </Content> |
| 65 | + <Content Update="wwwroot\favicon.ico"> |
| 66 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 67 | + <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
| 68 | + </Content> |
| 69 | + <Content Update="wwwroot\sample-data\weather.json"> |
| 70 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 71 | + <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
| 72 | + </Content> |
| 73 | + </ItemGroup> |
| 74 | + |
| 75 | + <ItemGroup> |
| 76 | + <UpToDateCheckInput Remove="Pages\DownloadFileFromText.razor" /> |
| 77 | + </ItemGroup> |
| 78 | + |
| 79 | + <ItemGroup> |
| 80 | + <_ContentIncludedByDefault Remove="Pages\DownloadFileFromText.razor" /> |
| 81 | + </ItemGroup> |
| 82 | + |
| 83 | + <ItemGroup> |
| 84 | + <ProjectReference Include="..\BlazorDownloadFile\BlazorDownloadFile.csproj" /> |
| 85 | + </ItemGroup> |
| 86 | + |
| 87 | +</Project> |
0 commit comments