rename file to match new type name (#347)

This commit is contained in:
Jesse Plamondon-Willard 2017-09-19 23:43:41 -04:00
parent ebf22c1b06
commit 1cf7c2e872
2 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
<Compile Include="Framework\ModLoading\Finders\MethodFinder.cs" />
<Compile Include="Framework\ModLoading\Finders\PropertyFinder.cs" />
<Compile Include="Framework\ModLoading\Finders\TypeFinder.cs" />
<Compile Include="Framework\ModLoading\IInstructionRewriter.cs" />
<Compile Include="Framework\ModLoading\IInstructionHandler.cs" />
<Compile Include="Framework\ModLoading\IncompatibleInstructionException.cs" />
<Compile Include="Framework\ModLoading\InstructionHandleResult.cs" />
<Compile Include="Framework\ModLoading\Platform.cs" />