You need to put TerrariaServerAPI and TerrariaServer inside the TShockAPI folder.

This commit is contained in:
Shank 2011-06-02 17:07:10 -06:00
parent 5c10115b07
commit b080b5b0c8
2 changed files with 4 additions and 4 deletions

View file

@ -44,11 +44,11 @@
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Terraria">
<HintPath>.\Terraria.exe</HintPath>
<Reference Include="TerrariaServer">
<HintPath>.\TerrariaServer.exe</HintPath>
</Reference>
<Reference Include="TerrariaAPI">
<HintPath>.\TerrariaAPI.dll</HintPath>
<Reference Include="TerrariaServerAPI">
<HintPath>.\TerrariaServerAPI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>