diff --git a/UnitTests/PInvoke/Shell32/Methods.cs b/UnitTests/PInvoke/Shell32/Methods.cs new file mode 100644 index 00000000..ecf3817a --- /dev/null +++ b/UnitTests/PInvoke/Shell32/Methods.cs @@ -0,0 +1,14 @@ +using NUnit.Framework; +using static Vanara.PInvoke.Shell32; + +namespace Vanara.PInvoke.Tests +{ + [TestFixture] + public class Shell32Methods + { + // [Test] + public void SHCreateShellItemArrayTest() + { + } + } +} \ No newline at end of file diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index 22aa6f1f..ade4073d 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -112,6 +112,7 @@ +