summaryrefslogtreecommitdiff
path: root/DiscoBot/DiscoBot.csproj
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-07-09 15:15:35 +0200
committerTrueDoctor <d-kobert@web.de>2018-07-09 15:15:35 +0200
commit2503ca78d3e583cb1291cb9a99a6e79526a348ee (patch)
tree5be61d23d80c23422f68831b0862918dd4f5616c /DiscoBot/DiscoBot.csproj
parent4671e76af27446a74c1015bd76b52e48ea241e74 (diff)
Created DSALib Created ZooBOTanica
Diffstat (limited to 'DiscoBot/DiscoBot.csproj')
-rw-r--r--DiscoBot/DiscoBot.csproj20
1 files changed, 9 insertions, 11 deletions
diff --git a/DiscoBot/DiscoBot.csproj b/DiscoBot/DiscoBot.csproj
index efadae4..4560755 100644
--- a/DiscoBot/DiscoBot.csproj
+++ b/DiscoBot/DiscoBot.csproj
@@ -99,16 +99,14 @@
<Compile Include="Audio\Sound.cs" />
<Compile Include="Auxiliary\CommandInfo.cs" />
<Compile Include="Auxiliary\Extensions.cs" />
+ <Compile Include="DSA_Game\Characters\Character.cs" />
+ <Compile Include="DSA_Game\Characters\NPC.cs" />
+ <Compile Include="DSA_Game\Characters\SaveChar.cs" />
<Compile Include="Commands\Help.cs" />
<Compile Include="Auxiliary\Dice.cs" />
<Compile Include="Auxiliary\TalentEnumerableExtension.cs" />
<Compile Include="Commands\LebenUndAstral.cs" />
<Compile Include="Commands\HeldList.cs" />
- <Compile Include="DSA_Game\Characters\Being.cs" />
- <Compile Include="DSA_Game\Characters\Combatant.cs" />
- <Compile Include="DSA_Game\Characters\SaveChar.cs" />
- <Compile Include="DSA_Game\Characters\Entity.cs" />
- <Compile Include="DSA_Game\KampfTalent.cs" />
<Compile Include="Audio\Soundeffects.cs" />
<Compile Include="Auxiliary\Permissions.cs" />
<Compile Include="Commands\MiscCommands.cs" />
@@ -116,9 +114,6 @@
<Compile Include="DSA_Game\Save\Properties.cs" />
<Compile Include="DSA_Game\Save\SaveCommand.cs" />
<Compile Include="DSA_Game\Save\Session.cs" />
- <Compile Include="DSA_Game\Talent.cs" />
- <Compile Include="DSA_Game\Vorteil.cs" />
- <Compile Include="DSA_Game\Characters\Character.cs" />
<Compile Include="Auxiliary\CommandExtension.cs" />
<Compile Include="Commands\CommandTypes.cs" />
<Compile Include="Commands\FileHandler.cs" />
@@ -127,11 +122,8 @@
<Compile Include="Commands\NpcCommands.cs" />
<Compile Include="Commands\ProbenTest.cs" />
<Compile Include="Audio\Voice.cs" />
- <Compile Include="DSA_Game\Characters\ICharacter.cs" />
<Compile Include="Auxiliary\RandomMisc.cs" />
- <Compile Include="DSA_Game\Characters\NPC.cs" />
<Compile Include="DSA_Game\Dsa.cs" />
- <Compile Include="DSA_Game\Zauber.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Settings.Designer.cs">
@@ -149,6 +141,12 @@
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\DSALib\DSALib.csproj">
+ <Project>{33281e45-1d5c-4645-8d2b-dd05b40fdfd5}</Project>
+ <Name>DSALib</Name>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>