diff --git a/UnitTests/BITS/BITS.csproj b/UnitTests/BITS/BITS.csproj new file mode 100644 index 00000000..b7d2b187 --- /dev/null +++ b/UnitTests/BITS/BITS.csproj @@ -0,0 +1,69 @@ + + + + + Debug + AnyCPU + {5558B8E3-FF1C-401F-978E-E91D1E78B898} + Library + Properties + Vanara.BITS.Tests + UnitTest.BITS + v4.7.2 + 512 + latest + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + 3.12.0 + + + 3.15.1 + + + + + {c7ace187-cb36-4cea-ae0c-651669237427} + Vanara.BITS + + + {241f73ee-9298-45c9-b869-a045dff94c03} + Vanara.Core + + + {a5e519e9-feba-4fe3-93a5-b8269bef72f4} + Vanara.PInvoke.Shared + + + + + + + + \ No newline at end of file diff --git a/UnitTests/System/BackgroundCopyTests.cs b/UnitTests/BITS/BackgroundCopyTests.cs similarity index 100% rename from UnitTests/System/BackgroundCopyTests.cs rename to UnitTests/BITS/BackgroundCopyTests.cs diff --git a/UnitTests/VirtualDisk/VirtualDisk.csproj b/UnitTests/VirtualDisk/VirtualDisk.csproj new file mode 100644 index 00000000..36295162 --- /dev/null +++ b/UnitTests/VirtualDisk/VirtualDisk.csproj @@ -0,0 +1,81 @@ + + + + + Debug + AnyCPU + {687F9162-8CA0-4277-B868-4E7F2EC614F8} + Library + Properties + Vanara.VirtualDisk.Tests + UnitTest.VirtualDisk + v4.7.2 + 512 + latest + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + 3.12.0 + + + 3.15.1 + + + + + {241f73ee-9298-45c9-b869-a045dff94c03} + Vanara.Core + + + {392a14b0-1e10-4e88-9c13-0d965665ffb5} + Vanara.PInvoke.Security + + + {a5e519e9-feba-4fe3-93a5-b8269bef72f4} + Vanara.PInvoke.Shared + + + {5ce784d4-42b7-4aa7-b2d0-e175c7fb40c8} + Vanara.PInvoke.VirtDisk + + + {d4e36942-7492-46b9-985b-f99d8f5a35ab} + Vanara.VirtualDisk + + + {a96cff10-0967-429a-8700-4a86c97c5603} + Shared + + + + + + + + \ No newline at end of file diff --git a/UnitTests/System/VirtualDiskTests.cs b/UnitTests/VirtualDisk/VirtualDiskTests.cs similarity index 100% rename from UnitTests/System/VirtualDiskTests.cs rename to UnitTests/VirtualDisk/VirtualDiskTests.cs