Copy channels.dat to output folder
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Config.fs" />
|
<Compile Include="Config.fs" />
|
||||||
|
<Compile Include="Logging.fs" />
|
||||||
<Compile Include="Channels.fs" />
|
<Compile Include="Channels.fs" />
|
||||||
<Compile Include="WikiMathParser.fs" />
|
<Compile Include="WikiMathParser.fs" />
|
||||||
<Compile Include="BotCommands.fs" />
|
<Compile Include="BotCommands.fs" />
|
||||||
@@ -17,7 +18,9 @@
|
|||||||
<Compile Include="Program.fs" />
|
<Compile Include="Program.fs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="data/channels.dat" />
|
<Content Include="data/channels.dat">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="data/config.json">
|
<Content Include="data/config.json">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
|||||||
Reference in New Issue
Block a user