|
31 | 31 | <WarningLevel>4</WarningLevel> |
32 | 32 | </PropertyGroup> |
33 | 33 | <ItemGroup> |
34 | | - <Reference Include="0Harmony, Version=2.0.4.0, Culture=neutral, processorArchitecture=MSIL"> |
35 | | - <HintPath>..\packages\Lib.Harmony.2.0.4\lib\net472\0Harmony.dll</HintPath> |
| 34 | + <Reference Include="0Harmony, Version=2.1.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 35 | + <HintPath>..\packages\Lib.Harmony.2.1.1\lib\net472\0Harmony.dll</HintPath> |
36 | 36 | </Reference> |
37 | 37 | <Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
38 | | - <HintPath>..\packages\SynapseSL.2.5.3\lib\net472\Assembly-CSharp.dll</HintPath> |
| 38 | + <HintPath>..\packages\SynapseSL.2.7.0-dev4\lib\net472\Assembly-CSharp.dll</HintPath> |
39 | 39 | </Reference> |
40 | 40 | <Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
41 | | - <HintPath>..\packages\SynapseSL.2.5.3\lib\net472\Assembly-CSharp-firstpass.dll</HintPath> |
| 41 | + <HintPath>..\packages\SynapseSL.2.7.0-dev4\lib\net472\Assembly-CSharp-firstpass.dll</HintPath> |
42 | 42 | </Reference> |
43 | | - <Reference Include="LiteDB, Version=5.0.9.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL"> |
44 | | - <HintPath>..\packages\LiteDB.5.0.9\lib\net45\LiteDB.dll</HintPath> |
| 43 | + <Reference Include="LiteDB, Version=5.0.11.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL"> |
| 44 | + <HintPath>..\packages\LiteDB.5.0.11\lib\net45\LiteDB.dll</HintPath> |
45 | 45 | </Reference> |
46 | 46 | <Reference Include="Mirror, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
47 | | - <HintPath>..\packages\SynapseSL.2.5.3\lib\net472\Mirror.dll</HintPath> |
| 47 | + <HintPath>..\packages\SynapseSL.2.7.0-dev4\lib\net472\Mirror.dll</HintPath> |
48 | 48 | </Reference> |
49 | | - <Reference Include="Synapse, Version=2.5.3.0, Culture=neutral, processorArchitecture=MSIL"> |
50 | | - <HintPath>..\packages\SynapseSL.2.5.3\lib\net472\Synapse.dll</HintPath> |
| 49 | + <Reference Include="Synapse, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 50 | + <HintPath>..\packages\SynapseSL.2.7.0-dev4\lib\net472\Synapse.dll</HintPath> |
51 | 51 | </Reference> |
52 | 52 | <Reference Include="System" /> |
53 | 53 | <Reference Include="System.Core" /> |
| 54 | + <Reference Include="System.Numerics" /> |
54 | 55 | <Reference Include="System.Runtime" /> |
55 | | - <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
56 | | - <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
57 | | - </Reference> |
58 | 56 | <Reference Include="System.Xml.Linq" /> |
59 | 57 | <Reference Include="System.Data.DataSetExtensions" /> |
60 | 58 | <Reference Include="Microsoft.CSharp" /> |
61 | 59 | <Reference Include="System.Data" /> |
62 | 60 | <Reference Include="System.Net.Http" /> |
63 | 61 | <Reference Include="System.Xml" /> |
64 | 62 | <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
65 | | - <HintPath>..\packages\SynapseSL.2.5.3\lib\net472\UnityEngine.dll</HintPath> |
| 63 | + <HintPath>..\packages\SynapseSL.2.7.0-dev4\lib\net472\UnityEngine.dll</HintPath> |
66 | 64 | </Reference> |
67 | 65 | <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
68 | | - <HintPath>..\packages\SynapseSL.2.5.3\lib\net472\UnityEngine.CoreModule.dll</HintPath> |
| 66 | + <HintPath>..\packages\SynapseSL.2.7.0-dev4\lib\net472\UnityEngine.CoreModule.dll</HintPath> |
69 | 67 | </Reference> |
70 | 68 | <Reference Include="UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
71 | | - <HintPath>..\packages\SynapseSL.2.5.3\lib\net472\UnityEngine.PhysicsModule.dll</HintPath> |
| 69 | + <HintPath>..\packages\SynapseSL.2.7.0-dev4\lib\net472\UnityEngine.PhysicsModule.dll</HintPath> |
72 | 70 | </Reference> |
73 | | - <Reference Include="YamlDotNet, Version=8.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL"> |
74 | | - <HintPath>..\packages\YamlDotNet.8.1.2\lib\net45\YamlDotNet.dll</HintPath> |
| 71 | + <Reference Include="YamlDotNet, Version=11.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL"> |
| 72 | + <HintPath>..\packages\YamlDotNet.11.2.1\lib\net45\YamlDotNet.dll</HintPath> |
75 | 73 | </Reference> |
76 | 74 | </ItemGroup> |
77 | 75 | <ItemGroup> |
|
84 | 82 | <Compile Include="Properties\AssemblyInfo.cs" /> |
85 | 83 | </ItemGroup> |
86 | 84 | <ItemGroup> |
| 85 | + <None Include="app.config" /> |
87 | 86 | <None Include="packages.config" /> |
88 | 87 | </ItemGroup> |
89 | 88 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
0 commit comments