Skip to content

Commit cddc9a5

Browse files
authored
Merge pull request #850 from 0xced/None-Remove-NativeMethods
Remove NativeMethods.json + NativeMethods.txt from the None build action
2 parents c523962 + 83f1f14 commit cddc9a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Microsoft.Windows.CsWin32/build/Microsoft.Windows.CsWin32.props

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
<PropertyGroup>
33
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
44
</PropertyGroup>
5-
5+
66
<ItemGroup>
7+
<None Remove="NativeMethods.json" />
8+
<None Remove="NativeMethods.txt" />
79
<AdditionalFiles Include="NativeMethods.json" Condition="Exists('NativeMethods.json')" />
8-
<AdditionalFiles Include="NativeMethods.txt" Condition="Exists('NativeMethods.txt')" />
10+
<AdditionalFiles Include="NativeMethods.txt" Condition="Exists('NativeMethods.txt')" />
911
</ItemGroup>
1012

1113
<ItemGroup>

0 commit comments

Comments
 (0)