Fixed teleport somewhat

This commit is contained in:
Maverick Motherfucker 2011-06-02 21:06:25 -07:00
parent 2e9c05aee8
commit e187e673f9
4 changed files with 40 additions and 4 deletions

View file

@ -45,10 +45,11 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="TerrariaServer">
<HintPath>.\TerrariaServer.exe</HintPath>
<HintPath>..\TerrariaServer.exe</HintPath>
</Reference>
<Reference Include="TerrariaServerAPI">
<HintPath>.\TerrariaServerAPI.dll</HintPath>
<Reference Include="TerrariaServerAPI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\terraria\TerrariaServerAPI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
@ -65,6 +66,9 @@
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>$(SolutionDir)\myass.bat</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">