diff --git a/src/Bot/Bot.fsproj b/src/Bot/Bot.fsproj index 63617c7b6f8e6b6aee36b20f4944bbd330a6f5db..c21e5b813c81257345a4527fdf99a8eeaa21f42a 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>