diff options
Diffstat (limited to 'Software/Visual_Studio_22/Tango.Portal.Chat.Web/Tango.Portal.Chat.Web.csproj')
| -rw-r--r-- | Software/Visual_Studio_22/Tango.Portal.Chat.Web/Tango.Portal.Chat.Web.csproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Tango.Portal.Chat.Web.csproj b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Tango.Portal.Chat.Web.csproj index 1c2028ece..3d74069d8 100644 --- a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Tango.Portal.Chat.Web.csproj +++ b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Tango.Portal.Chat.Web.csproj @@ -6,8 +6,13 @@ </PropertyGroup> <ItemGroup> <None Remove="Data\planner_prompt.txt" /> + <None Remove="favicon.ico" /> + <None Remove="favicon.png" /> </ItemGroup> <ItemGroup> + <Content Include="Data\ploty_sample.txt"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> <Content Include="Data\planner_prompt.txt"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> @@ -16,4 +21,12 @@ <PackageReference Include="Microsoft.Azure.Kusto.Data" Version="12.2.3" /> <PackageReference Include="Azure.Identity" Version="1.12.0" /> </ItemGroup> + <ItemGroup> + <Content Update="wwwroot\favicon.ico"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> + <Content Update="wwwroot\favicon.png"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> + </ItemGroup> </Project> |
