diff options
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrake.Interop.csproj')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrake.Interop.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj index 4034d02c7..b7cd952c9 100644 --- a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj +++ b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj @@ -19,6 +19,12 @@ </PropertyGroup> <ItemGroup> + <Compile Remove="Interop\HbLib\Wrappers\**" /> + <EmbeddedResource Remove="Interop\HbLib\Wrappers\**" /> + <None Remove="Interop\HbLib\Wrappers\**" /> + </ItemGroup> + + <ItemGroup> <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> </ItemGroup> |