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-06-29 02:07:49 +0300
committerGitHub <noreply@github.com>2022-06-29 02:07:49 +0300
commit6c10d0e7b03c581a779e33f453ba0748639de596 (patch)
tree515c0bca2746d43269e277ba67a99cff1692c1aa /eng/generators.targets
parent333742be34048ee6a1eb88a75abe72f774c65a69 (diff)
Update to use CustomMarshaller entry point type (#71398)
Diffstat (limited to 'eng/generators.targets')
-rw-r--r--eng/generators.targets4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/generators.targets b/eng/generators.targets
index 92c76103b17..cc04480a7ff 100644
--- a/eng/generators.targets
+++ b/eng/generators.targets
@@ -69,8 +69,8 @@
</PropertyGroup>
<ItemGroup Condition="'$(NetCoreAppCurrentTargetFrameworkMoniker)' == '$(TargetFrameworkMoniker)' and '$(IncludeLibraryImportGeneratorSources)' != 'false'">
- <Compile Include="$(LibrariesProjectRoot)System.Runtime.InteropServices/tests/Ancillary.Interop/CustomTypeMarshallersAttributeBase.cs" />
- <Compile Include="$(LibrariesProjectRoot)System.Runtime.InteropServices/tests/Ancillary.Interop/ManagedToUnmanagedMarshallersAttribute.cs" />
+ <Compile Include="$(LibrariesProjectRoot)System.Runtime.InteropServices/tests/Ancillary.Interop/CustomMarshallerAttribute.cs" />
+ <Compile Include="$(LibrariesProjectRoot)System.Runtime.InteropServices/tests/Ancillary.Interop/Scenario.cs" />
</ItemGroup>
</Target>