Implemented WMVCore mod; TODO fix UnauthorizedAccessException

This commit is contained in:
Joshua Askharoun
2021-04-26 05:09:48 -05:00
parent 7161797d74
commit ff14cee068
6 changed files with 42 additions and 15 deletions
+6
View File
@@ -11,4 +11,10 @@
<PackageReference Include="OwlCore" Version="0.0.1" />
</ItemGroup>
<ItemGroup>
<None Update="Resources\WMVCORE.DLL">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>