Skip to content
Snippets Groups Projects
Commit 30500e18 authored by Øystein Kristoffer Tveit's avatar Øystein Kristoffer Tveit :beginner:
Browse files

Copy channels.dat to output folder

parent 16e9eac3
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment