Fixed teleport somewhat
This commit is contained in:
parent
2e9c05aee8
commit
e187e673f9
4 changed files with 40 additions and 4 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue