summaryrefslogtreecommitdiff
path: root/DiscoBot.sln
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-07-09 00:35:52 +0200
committerTrueDoctor <d-kobert@web.de>2018-07-09 00:35:52 +0200
commitf0d68ad8edb06ff68400644fd4c943f66705cc97 (patch)
tree19ba132dd5d5ca5a53830176c64f7a864b626c3c /DiscoBot.sln
parent6ecf94cfc3e780d4c960447375b138e7473f6926 (diff)
Reworked inheritance structure
added Entity, Being, ICombatent
Diffstat (limited to 'DiscoBot.sln')
-rw-r--r--DiscoBot.sln6
1 files changed, 6 insertions, 0 deletions
diff --git a/DiscoBot.sln b/DiscoBot.sln
index 0dc4781..25ae7da 100644
--- a/DiscoBot.sln
+++ b/DiscoBot.sln
@@ -10,6 +10,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiscoBot", "DiscoBot\DiscoBot.csproj", "{1186AF1C-BC46-4B3D-BEE0-CE478B8AEAC7}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DSALib", "DSALib\DSALib.csproj", "{3F5FF9FB-53E6-4EBA-85A6-F44B1DC84883}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -20,6 +22,10 @@ Global
{1186AF1C-BC46-4B3D-BEE0-CE478B8AEAC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1186AF1C-BC46-4B3D-BEE0-CE478B8AEAC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1186AF1C-BC46-4B3D-BEE0-CE478B8AEAC7}.Release|Any CPU.Build.0 = Release|Any CPU
+ {3F5FF9FB-53E6-4EBA-85A6-F44B1DC84883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {3F5FF9FB-53E6-4EBA-85A6-F44B1DC84883}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {3F5FF9FB-53E6-4EBA-85A6-F44B1DC84883}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {3F5FF9FB-53E6-4EBA-85A6-F44B1DC84883}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE