|
32 | 32 | </PropertyGroup> |
33 | 33 | <ItemGroup> |
34 | 34 | <Reference Include="System" /> |
| 35 | + <Reference Include="Fougerite"> |
| 36 | + <HintPath>references\Fougerite.dll</HintPath> |
| 37 | + </Reference> |
35 | 38 | <Reference Include="IronPython"> |
36 | | - <HintPath>..\Example\rust_server_data\Managed\IronPython.dll</HintPath> |
| 39 | + <HintPath>references\IronPython.dll</HintPath> |
37 | 40 | </Reference> |
38 | 41 | <Reference Include="IronPython.Modules"> |
39 | | - <HintPath>..\Example\rust_server_data\Managed\IronPython.Modules.dll</HintPath> |
| 42 | + <HintPath>references\IronPython.Modules.dll</HintPath> |
40 | 43 | </Reference> |
41 | | - <Reference Include="Microsoft.Scripting"> |
42 | | - <HintPath>..\Example\rust_server_data\Managed\Microsoft.Scripting.dll</HintPath> |
| 44 | + <Reference Include="Microsoft.Dynamic"> |
| 45 | + <HintPath>references\Microsoft.Dynamic.dll</HintPath> |
43 | 46 | </Reference> |
44 | 47 | <Reference Include="Microsoft.Scripting.Core"> |
45 | | - <HintPath>..\Example\rust_server_data\Managed\Microsoft.Scripting.Core.dll</HintPath> |
| 48 | + <HintPath>references\Microsoft.Scripting.Core.dll</HintPath> |
46 | 49 | </Reference> |
47 | | - <Reference Include="Fougerite"> |
48 | | - <HintPath>F:\Games\Rust\Server2\rust_server_Data\Managed\Fougerite.dll</HintPath> |
| 50 | + <Reference Include="Microsoft.Scripting"> |
| 51 | + <HintPath>references\Microsoft.Scripting.dll</HintPath> |
49 | 52 | </Reference> |
50 | | - <Reference Include="Assembly-CSharp"> |
51 | | - <HintPath>F:\Games\Rust\Server2\rust_server_Data\Managed\Assembly-CSharp.dll</HintPath> |
| 53 | + <Reference Include="uLink"> |
| 54 | + <HintPath>references\uLink.dll</HintPath> |
52 | 55 | </Reference> |
53 | 56 | <Reference Include="UnityEngine"> |
54 | | - <HintPath>F:\Games\Rust\Server2\rust_server_Data\Managed\UnityEngine.dll</HintPath> |
| 57 | + <HintPath>references\UnityEngine.dll</HintPath> |
55 | 58 | </Reference> |
56 | | - <Reference Include="uLink"> |
57 | | - <HintPath>F:\Games\Rust\Server2\rust_server_Data\Managed\uLink.dll</HintPath> |
| 59 | + <Reference Include="Assembly-CSharp"> |
| 60 | + <HintPath>references\Assembly-CSharp.dll</HintPath> |
58 | 61 | </Reference> |
59 | 62 | <Reference Include="Facepunch.ID"> |
60 | | - <HintPath>F:\Games\Rust\Server2\rust_server_Data\Managed\Facepunch.ID.dll</HintPath> |
| 63 | + <HintPath>references\Facepunch.ID.dll</HintPath> |
61 | 64 | </Reference> |
62 | 65 | <Reference Include="Microsoft.Contracts"> |
63 | | - <HintPath>..\..\mono-contracts\bin\Debug\Microsoft.Contracts.dll</HintPath> |
64 | | - </Reference> |
65 | | - <Reference Include="Microsoft.Contracts.resources"> |
66 | | - <HintPath>..\..\mono-contracts\bin\Debug\en\Microsoft.Contracts.resources.dll</HintPath> |
| 66 | + <HintPath>references\Microsoft.Contracts.dll</HintPath> |
67 | 67 | </Reference> |
68 | 68 | </ItemGroup> |
69 | 69 | <ItemGroup> |
|
0 commit comments