summaryrefslogtreecommitdiff
path: root/DiscoBot/DiscoBot.csproj
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-04-11 14:41:01 +0200
committerTrueDoctor <d-kobert@web.de>2018-04-11 14:41:01 +0200
commite5e0c1c5c9fb6afd68ebe9dc075af23f46f11e25 (patch)
tree9caffddadea2851b929efa74531c801d0f8c4454 /DiscoBot/DiscoBot.csproj
parent351067a5203307fc0c1a14ae2be84eae71246af9 (diff)
General Cleanup and retructuring
Diffstat (limited to 'DiscoBot/DiscoBot.csproj')
-rw-r--r--DiscoBot/DiscoBot.csproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/DiscoBot/DiscoBot.csproj b/DiscoBot/DiscoBot.csproj
index 899a485..b6635ea 100644
--- a/DiscoBot/DiscoBot.csproj
+++ b/DiscoBot/DiscoBot.csproj
@@ -144,7 +144,8 @@
<Compile Include="Audio\AudioService.cs" />
<Compile Include="Auxiliary\Dice.cs" />
<Compile Include="Auxiliary\KampfTalent.cs" />
- <Compile Include="Auxiliary\Soundeffects.cs" />
+ <Compile Include="Audio\Soundeffects.cs" />
+ <Compile Include="Commands\MiscCommands.cs" />
<Compile Include="Auxiliary\SpellCorrect.cs" />
<Compile Include="Auxiliary\Talent.cs" />
<Compile Include="Auxiliary\Vorteil.cs" />
@@ -155,11 +156,10 @@
<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="Commands\ProbenTest.cs" />
+ <Compile Include="Audio\Voice.cs" />
<Compile Include="Characters\ICharacter.cs" />
- <Compile Include="Auxiliary\Misc.cs" />
+ <Compile Include="Auxiliary\RandomMisc.cs" />
<Compile Include="Characters\NPC.cs" />
<Compile Include="Dsa.cs" />
<Compile Include="Program.cs" />