Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElinor Fung <elfung@microsoft.com>2022-04-19 20:15:48 +0300
committerGitHub <noreply@github.com>2022-04-19 20:15:48 +0300
commit0b39dee3cfe7c7e8c7ea2a55c9f48f4f541500b1 (patch)
tree5e58ca43dff583357c823871f87dc2c875986d80 /src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop
parent4881a639e7c3f27b5a8d2d160e234d8055333cda (diff)
Expose ArrayMarshaller and PointerArrayMarshaller (#68173)
Diffstat (limited to 'src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop')
-rw-r--r--src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj b/src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj
index b8e9081def8..629c77c4b34 100644
--- a/src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj
+++ b/src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj
@@ -10,7 +10,4 @@
<DefineConstants>$(DefineConstants);LIBRARYIMPORT_GENERATOR_TEST</DefineConstants>
</PropertyGroup>
- <ItemGroup>
- <Compile Include="$(LibrariesProjectRoot)Common/src/System/Runtime/InteropServices/ArrayMarshaller.cs" Link="ArrayMarshaller.cs" />
- </ItemGroup>
</Project>