summaryrefslogtreecommitdiff
path: root/DiscoBot/DiscoBot.csproj
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-04-09 13:13:54 +0200
committerTrueDoctor <d-kobert@web.de>2018-04-09 13:13:54 +0200
commit4ca7291ebee440d9f3ef2a1643d8d01b29006459 (patch)
tree1603fdf24f1ead61cf7dd23c09a9784cfb1c780e /DiscoBot/DiscoBot.csproj
parent82f07c959dc7a87251b4617e462003471e3cc071 (diff)
Added FileHandler to enable sending heros via Discord
Diffstat (limited to 'DiscoBot/DiscoBot.csproj')
-rw-r--r--DiscoBot/DiscoBot.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/DiscoBot/DiscoBot.csproj b/DiscoBot/DiscoBot.csproj
index 2bf17e5..3955ef6 100644
--- a/DiscoBot/DiscoBot.csproj
+++ b/DiscoBot/DiscoBot.csproj
@@ -148,16 +148,17 @@
<Compile Include="Characters\Character.cs" />
<Compile Include="Auxiliary\CommandExtension.cs" />
<Compile Include="Commands\CommandTypes.cs" />
+ <Compile Include="Commands\FileHandler.cs" />
<Compile Include="Commands\Gm.cs" />
<Compile Include="Commands\List.cs" />
<Compile Include="Commands\NpcCommands.cs" />
<Compile Include="Commands\Test.cs" />
<Compile Include="Commands\Utility.cs" />
<Compile Include="Commands\Voice.cs" />
- <Compile Include="DSA.cs" />
<Compile Include="Characters\ICharacter.cs" />
<Compile Include="Auxiliary\Misc.cs" />
<Compile Include="Characters\NPC.cs" />
+ <Compile Include="Dsa.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Settings.Designer.cs">