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-01-07 01:10:02 +0300
committerGitHub <noreply@github.com>2022-01-07 01:10:02 +0300
commitb0685e16172d8c8b12977e0734e900bd60b42d8f (patch)
tree1ef2d8bef6861aeb5e4ecac5f37955383982d13c /eng/generators.targets
parent98c53288ac775a66576366e21adb021b5f8eca0f (diff)
[DllImportGenerator] Remove DLLIMPORTGENERATOR_ENABLED define (#63464)
Diffstat (limited to 'eng/generators.targets')
-rw-r--r--eng/generators.targets4
1 files changed, 0 insertions, 4 deletions
diff --git a/eng/generators.targets b/eng/generators.targets
index 4c32554b5e2..843842937ef 100644
--- a/eng/generators.targets
+++ b/eng/generators.targets
@@ -84,10 +84,6 @@
<DllImportGenerator_UseInternalUnsafeType>true</DllImportGenerator_UseInternalUnsafeType>
<DefineConstants>$(DefineConstants);DLLIMPORTGENERATOR_INTERNALUNSAFE</DefineConstants>
</PropertyGroup>
-
- <PropertyGroup>
- <DefineConstants>$(DefineConstants);DLLIMPORTGENERATOR_ENABLED</DefineConstants>
- </PropertyGroup>
</Target>
<Import Project="$(LibrariesProjectRoot)System.Runtime.InteropServices/gen/DllImportGenerator/Microsoft.Interop.DllImportGenerator.props" />