From 30500e18d9f61cbf8e624b0822ac50d27fb3d1a7 Mon Sep 17 00:00:00 2001 From: h7x4 <h7x4abk3g@protonmail.com> Date: Sun, 28 Mar 2021 01:11:37 +0100 Subject: [PATCH] Copy channels.dat to output folder --- src/Bot/Bot.fsproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Bot/Bot.fsproj b/src/Bot/Bot.fsproj index 63617c7..c21e5b8 100644 --- a/src/Bot/Bot.fsproj +++ b/src/Bot/Bot.fsproj @@ -10,6 +10,7 @@ </PropertyGroup> <ItemGroup> <Compile Include="Config.fs" /> + <Compile Include="Logging.fs" /> <Compile Include="Channels.fs" /> <Compile Include="WikiMathParser.fs" /> <Compile Include="BotCommands.fs" /> @@ -17,7 +18,9 @@ <Compile Include="Program.fs" /> </ItemGroup> <ItemGroup> - <Content Include="data/channels.dat" /> + <Content Include="data/channels.dat"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> <Content Include="data/config.json"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> -- GitLab