mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Updated Telepathy to latest version
This commit is contained in:
parent
cdd4eac7a1
commit
410a3fff80
@ -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>
|
@ -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>
|
Loading…
Reference in New Issue
Block a user