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-03-04 09:17:23 +0300
committerGitHub <noreply@github.com>2022-03-04 09:17:23 +0300
commita0635832f1c4cf02423b4cb40cb8611a4163a78d (patch)
tree1600cb01c0d92831b185e8aba5bb12d44a950362 /src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop
parent20294957616061616e672b43f1d962460b7f4234 (diff)
Rename `DllImportGenerator` project to `LibraryImportGenerator` (#66029)
Diffstat (limited to 'src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop')
-rw-r--r--src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj4
1 files changed, 2 insertions, 2 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 8c35cd9ad01..054016b29c9 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
@@ -6,8 +6,8 @@
<RootNamespace>System.Runtime.InteropServices</RootNamespace>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <Description>APIs required for usage of the DllImportGenerator and related tools.</Description>
- <DefineConstants>$(DefineConstants);DLLIMPORT_GENERATOR_TEST</DefineConstants>
+ <Description>APIs required for usage of the LibraryImportGenerator and related tools.</Description>
+ <DefineConstants>$(DefineConstants);LIBRARYIMPORT_GENERATOR_TEST</DefineConstants>
</PropertyGroup>
<ItemGroup>