oysteikt/wiki-math-bot
oysteikt
/
wiki-math-bot
Archived
1
0
Fork 0

Copy channels.dat to output folder

This commit is contained in:
Oystein Kristoffer Tveit 2021-03-28 01:11:37 +01:00
parent 16e9eac38f
commit 30500e18d9
1 changed files with 4 additions and 1 deletions

View File

@ -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>