Skip to content

Commit 1cd0f4b

Browse files
LightczxHO-COOH
authored andcommitted
apply suggestion
1 parent 9287da4 commit 1cd0f4b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

components/Helpers/src/CommunityToolkit.WinUI.Helpers.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,4 @@
3030

3131
<!-- Sets this up as a toolkit component's source project -->
3232
<Import Project="$(ToolingDirectory)\ToolkitComponent.SourceProject.props" />
33-
<ItemGroup>
34-
<None Remove="NativeMethods.json" />
35-
</ItemGroup>
3633
</Project>
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"allowMarshaling": false
2+
"$schema": "https://aka.ms/CsWin32.schema.json",
3+
"allowMarshaling": false,
4+
"comInterop": {
5+
"preserveSigMethods": [
6+
"*"
7+
]
8+
}
39
}

0 commit comments

Comments
 (0)