We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c523962 + 83f1f14 commit cddc9a5Copy full SHA for cddc9a5
src/Microsoft.Windows.CsWin32/build/Microsoft.Windows.CsWin32.props
@@ -2,10 +2,12 @@
2
<PropertyGroup>
3
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4
</PropertyGroup>
5
-
+
6
<ItemGroup>
7
+ <None Remove="NativeMethods.json" />
8
+ <None Remove="NativeMethods.txt" />
9
<AdditionalFiles Include="NativeMethods.json" Condition="Exists('NativeMethods.json')" />
- <AdditionalFiles Include="NativeMethods.txt" Condition="Exists('NativeMethods.txt')" />
10
+ <AdditionalFiles Include="NativeMethods.txt" Condition="Exists('NativeMethods.txt')" />
11
</ItemGroup>
12
13
0 commit comments