|
65 | 65 | <LangVersion>7</LangVersion>
|
66 | 66 | </PropertyGroup>
|
67 | 67 | <ItemGroup>
|
68 |
| - <Reference Include="IntXLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1744b76c74eaee1e, processorArchitecture=MSIL" Condition="!$(DefineConstants.Contains(DISABLE_CRYPTOGRAPHY))"> |
69 |
| - <HintPath>..\packages\IntX.1.0.1.0\lib\net20\IntXLib.dll</HintPath> |
70 |
| - </Reference> |
71 | 68 | <Reference Include="System" />
|
72 | 69 | <Reference Include="System.Core" />
|
| 70 | + <Reference Include="System.Security" /> |
73 | 71 | <Reference Include="System.Xml.Linq" />
|
74 | 72 | <Reference Include="System.Data.DataSetExtensions" />
|
75 | 73 | <Reference Include="System.Data" />
|
|
78 | 76 | <SpecificVersion>False</SpecificVersion>
|
79 | 77 | <HintPath>..\Libraries\Unity\UnityEngine.dll</HintPath>
|
80 | 78 | </Reference>
|
81 |
| - <Reference Include="IntXLib"> |
82 |
| - <HintPath>..\packages\IntX.1.0.1.0\lib\net20\IntXLib.dll</HintPath> |
83 |
| - </Reference> |
84 | 79 | </ItemGroup>
|
85 | 80 | <ItemGroup>
|
86 | 81 | <Compile Include="Data\Channel.cs" />
|
87 | 82 | <Compile Include="Data\AttributeMessageMode.cs" />
|
| 83 | + <Compile Include="Data\UnsignedIntegerArrayExtensions.cs" /> |
88 | 84 | <Compile Include="Data\MLAPIConstants.cs" />
|
89 | 85 | <Compile Include="Data\NetworkedCollections\NetworkedDictionary.cs" />
|
90 | 86 | <Compile Include="Data\NetworkedCollections\NetworkedList.cs" />
|
|
112 | 108 | <Compile Include="MonoBehaviours\Prototyping\NetworkedAnimator.cs" />
|
113 | 109 | <Compile Include="MonoBehaviours\Prototyping\NetworkedNavMeshAgent.cs" />
|
114 | 110 | <Compile Include="NetworkingManagerComponents\Binary\Arithmetic.cs" />
|
| 111 | + <Compile Include="NetworkingManagerComponents\Binary\BigInteger.cs" /> |
115 | 112 | <Compile Include="NetworkingManagerComponents\Binary\BitReader.cs" />
|
116 | 113 | <Compile Include="NetworkingManagerComponents\Binary\BitWriter.cs" />
|
117 | 114 | <Compile Include="NetworkingManagerComponents\Binary\BitStream.cs" />
|
|
0 commit comments