|
36 | 36 | <Prefer32Bit>true</Prefer32Bit> |
37 | 37 | </PropertyGroup> |
38 | 38 | <ItemGroup> |
39 | | - <Reference Include="0Harmony"> |
40 | | - <HintPath>libs\0Harmony.dll</HintPath> |
| 39 | + <Reference Include="0Harmony, Version=2.4.2.0, Culture=neutral, processorArchitecture=MSIL"> |
| 40 | + <HintPath>packages\Lib.Harmony.2.4.2\lib\net472\0Harmony.dll</HintPath> |
41 | 41 | </Reference> |
42 | | - <Reference Include="Mono.Cecil"> |
43 | | - <HintPath>libs\Mono.Cecil.dll</HintPath> |
| 42 | + <Reference Include="Mono.Cecil, Version=0.11.6.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL"> |
| 43 | + <HintPath>packages\Mono.Cecil.0.11.6\lib\net40\Mono.Cecil.dll</HintPath> |
| 44 | + </Reference> |
| 45 | + <Reference Include="Mono.Cecil.Mdb, Version=0.11.6.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL"> |
| 46 | + <HintPath>packages\Mono.Cecil.0.11.6\lib\net40\Mono.Cecil.Mdb.dll</HintPath> |
| 47 | + </Reference> |
| 48 | + <Reference Include="Mono.Cecil.Pdb, Version=0.11.6.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL"> |
| 49 | + <HintPath>packages\Mono.Cecil.0.11.6\lib\net40\Mono.Cecil.Pdb.dll</HintPath> |
| 50 | + </Reference> |
| 51 | + <Reference Include="Mono.Cecil.Rocks, Version=0.11.6.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL"> |
| 52 | + <HintPath>packages\Mono.Cecil.0.11.6\lib\net40\Mono.Cecil.Rocks.dll</HintPath> |
44 | 53 | </Reference> |
45 | 54 | <Reference Include="System" /> |
46 | 55 | <Reference Include="System.Core" /> |
|
55 | 64 | <Compile Include="Logger.cs" /> |
56 | 65 | <Compile Include="ModCountLabel.cs" /> |
57 | 66 | <Compile Include="Program.cs" /> |
| 67 | + <None Include="packages.config" /> |
58 | 68 | </ItemGroup> |
59 | 69 | <ItemGroup> |
60 | 70 | <Content Include="TerrariaInjector.ico" /> |
|
0 commit comments