在MahApps.Metro中,文件组织如下:
但我的尝试是这样的:
谁能帮我?
这只是添加一个DependentUpon
将子文件链接到父文件的属性。
MahApps.Metro.csproj 有类似的东西:
<Page Include="Styles\Controls.ComboBox.xaml">
...
<DependentUpon>Controls.xaml</DependentUpon>
</Page>
您可以通过 VisualStudio 的插件 - NestIn轻松完成此操作。
然后,您可以选择多个文件 -> 右键单击 -> 选择Nest Item
-> 选择父文件,您应该为您选择的集合相应地编辑后端 *.csproj。
可以在此处找到手动执行此操作的详细说明。