summaryrefslogtreecommitdiff
path: root/DiscoBot/DiscoBot.csproj
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-07-17 21:18:59 +0200
committerTrueDoctor <d-kobert@web.de>2018-07-17 21:18:59 +0200
commit497a9eded3b785f7f96732c447943cc8bbad284b (patch)
tree87e40525b6d5173171597a0c8c288fd8d8e7f610 /DiscoBot/DiscoBot.csproj
parent496c9c32cb8d0d067e675855289904a22b05d9ac (diff)
Added object oriented dice resolving
Diffstat (limited to 'DiscoBot/DiscoBot.csproj')
-rw-r--r--DiscoBot/DiscoBot.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/DiscoBot/DiscoBot.csproj b/DiscoBot/DiscoBot.csproj
index 4560755..7049b03 100644
--- a/DiscoBot/DiscoBot.csproj
+++ b/DiscoBot/DiscoBot.csproj
@@ -97,6 +97,11 @@
<Compile Include="Audio\AudioModule.cs" />
<Compile Include="Audio\AudioService.cs" />
<Compile Include="Audio\Sound.cs" />
+ <Compile Include="Auxiliary\Calculator\Argument.cs" />
+ <Compile Include="Auxiliary\Calculator\ISolvable.cs" />
+ <Compile Include="Auxiliary\Calculator\Operator.cs" />
+ <Compile Include="Auxiliary\Calculator\Ops.cs" />
+ <Compile Include="Auxiliary\Calculator\StringSolver.cs" />
<Compile Include="Auxiliary\CommandInfo.cs" />
<Compile Include="Auxiliary\Extensions.cs" />
<Compile Include="DSA_Game\Characters\Character.cs" />