Move CMD settings to CMD plugin details.

This commit is contained in:
qianlifeng
2014-07-04 15:34:31 +08:00
parent 0c75cf6055
commit f01de3a69d
6 changed files with 93 additions and 32 deletions

View File

@@ -54,6 +54,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CMD\CMDSetting.xaml.cs">
<DependentUpon>CMDSetting.xaml</DependentUpon>
</Compile>
<Compile Include="CMD\CMDStorage.cs" />
<Compile Include="ColorsPlugin.cs" />
<Compile Include="Folder\FolderPluginSettings.xaml.cs">
@@ -102,6 +105,10 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Page Include="CMD\CMDSetting.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Folder\FolderPluginSettings.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>