Updated Telepathy to latest version

This commit is contained in:
vis2k 2018-09-20 15:32:31 +02:00
parent cdd4eac7a1
commit 410a3fff80
2 changed files with 7 additions and 9 deletions

View File

@ -50,15 +50,16 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Telepathy, Version=1.0.122.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Telepathy.1.0.122\lib\net35\Telepathy.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\lib\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor" Condition=" '$(Configuration)' == 'Release-Editor' or '$(Configuration)' == 'Debug-Editor'">
<HintPath>..\lib\UnityEditor.dll</HintPath>
</Reference>
<Reference Include="Telepathy">
<HintPath>..\packages\Telepathy.1.0.114\lib\net35\Telepathy.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ClientScene.cs" />
@ -100,11 +101,9 @@
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="AfterBuild" DependsOnTargets="AfterBuildEditor;AfterBuildStandalone" >
<Copy SourceFiles="$(TargetDir)Telepathy.dll" DestinationFiles="$(ProjectDir)..\Output\Telepathy.dll" />
<Target Name="AfterBuild" DependsOnTargets="AfterBuildEditor;AfterBuildStandalone">
<Copy SourceFiles="$(TargetDir)Telepathy.dll" DestinationFiles="$(ProjectDir)..\Output\Telepathy.dll" />
</Target>
<Target Name="AfterBuildEditor" Condition=" '$(Configuration)' == 'Release-Editor' or '$(Configuration)' == 'Debug-Editor'">
<MakeDir Directories="$(ProjectDir)..\Output\Runtime-Editor" />
<Copy SourceFiles="$(TargetDir)$(TargetName).dll" DestinationFiles="$(ProjectDir)..\Output\Runtime-Editor\$(TargetName).dll" />
@ -117,5 +116,4 @@
<Copy Condition="Exists('$(TargetDir)$(TargetName).dll.mdb')" SourceFiles="$(TargetDir)$(TargetName).dll.mdb" DestinationFiles="$(ProjectDir)..\Output\Runtime\$(TargetName).dll.mdb" />
<Copy Condition="Exists('$(TargetDir)$(TargetName).pdb')" SourceFiles="$(TargetDir)$(TargetName).pdb" DestinationFiles="$(ProjectDir)..\Output\Runtime\$(TargetName).pdb" />
</Target>
</Project>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Telepathy" version="1.0.114" targetFramework="net35" />
<package id="Telepathy" version="1.0.122" targetFramework="net35" />
</packages>