mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-08-08 06:28:32 -04:00
Added rapbattles courtesy of Bloitzhole
This commit is contained in:
@@ -51,6 +51,15 @@
|
||||
<Content Include="NLog.config">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Remove="rapbattle_feedback.txt" />
|
||||
<!-- PreserveNewest so admins can edit the feedback pool in the output dir without rebuilds clobbering it -->
|
||||
<None Remove="rapbattle_challenges.txt" />
|
||||
<Content Update="Assets\rapbattle_challenges.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Update="Assets\rapbattle_feedback.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user