Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Øystein Kristoffer Tveit
WikiMathBot
Commits
30500e18
Commit
30500e18
authored
Mar 28, 2021
by
Øystein Kristoffer Tveit
💻
Browse files
Copy channels.dat to output folder
parent
16e9eac3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Bot/Bot.fsproj
View file @
30500e18
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment