summaryrefslogtreecommitdiff
path: root/DSALib/DSALib.csproj
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-07-09 23:38:43 +0200
committerTrueDoctor <d-kobert@web.de>2018-07-09 23:38:43 +0200
commit496c9c32cb8d0d067e675855289904a22b05d9ac (patch)
treec5fdb099be736b2debc9cd8685f63a9053e1195b /DSALib/DSALib.csproj
parentf8123cd7a2df78fa1e08d2cbf08ce9ffda3d9583 (diff)
Implemented critter class and fixed some gui errors
Diffstat (limited to 'DSALib/DSALib.csproj')
-rw-r--r--DSALib/DSALib.csproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/DSALib/DSALib.csproj b/DSALib/DSALib.csproj
index db17bf7..27514d5 100644
--- a/DSALib/DSALib.csproj
+++ b/DSALib/DSALib.csproj
@@ -30,6 +30,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+ <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
@@ -45,11 +48,15 @@
<Compile Include="Characters\ICombatant.cs" />
<Compile Include="Characters\Entity.cs" />
<Compile Include="Characters\ICharacter.cs" />
+ <Compile Include="CritterAttack.cs" />
<Compile Include="KampfTalent.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Talent.cs" />
<Compile Include="Vorteil.cs" />
<Compile Include="Zauber.cs" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="packages.config" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file