Excluded SafeIDispatch until it is working

pull/83/head
David Hall 2019-10-23 13:05:29 -06:00
parent a8e15280e1
commit 6fb02a6ad0
1 changed files with 2 additions and 0 deletions

View File

@ -68,12 +68,14 @@ CorrespondingAction, StringListPackMethod
<Compile Remove="Collections\Hierarchy.cs" />
<Compile Remove="Collections\Tree.cs" />
<Compile Remove="Collections\VaList.cs" />
<Compile Remove="InteropServices\SafeIDispatch.cs" />
<Compile Remove="InteropServices\StructMarshaler.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Collections\Hierarchy.cs" />
<None Include="Collections\Tree.cs" />
<None Include="Collections\VaList.cs" />
<None Include="InteropServices\SafeIDispatch.cs" />
<None Include="InteropServices\StructMarshaler.cs" />
</ItemGroup>
<ItemGroup>