|
@@ -36,8 +36,8 @@
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
- <Reference Include="Mono.Cecil">
|
|
|
|
- <HintPath>..\lib\Mono.Cecil.dll</HintPath>
|
|
|
|
|
|
+ <Reference Include="Mono.Cecil, Version=0.10.3.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\packages\Mono.Cecil.0.10.3\lib\net35\Mono.Cecil.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
<Reference Include="UnityEngine">
|
|
<Reference Include="UnityEngine">
|
|
@@ -82,5 +82,8 @@
|
|
<Name>BepInEx.Harmony</Name>
|
|
<Name>BepInEx.Harmony</Name>
|
|
</ProjectReference>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <None Include="packages.config" />
|
|
|
|
+ </ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project>
|
|
</Project>
|