覆盖默认定义

This commit is contained in:
艾竹
2023-01-27 21:29:42 +08:00
parent 6d1960a8df
commit 4feddf8392
14 changed files with 271 additions and 93 deletions

View File

@@ -23,4 +23,17 @@
<Resource Include="A.ico" />
</ItemGroup>
<ItemGroup>
<Compile Update="Views\Nodes\CustomDefinedNodeView.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Update="Views\Nodes\CustomDefinedNodeView.xaml">
<XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>