Refactoring Programs system plugin and adding re-index function when adding new location.

This commit is contained in:
qianlifeng
2014-08-10 22:22:54 +08:00
parent 961bfcc481
commit 20ffcfb91e
10 changed files with 171 additions and 431 deletions

View File

@@ -65,15 +65,12 @@
<Compile Include="Folder\FolderPluginSettings.xaml.cs">
<DependentUpon>FolderPluginSettings.xaml</DependentUpon>
</Compile>
<Compile Include="Program\Program.cs" />
<Compile Include="Program\ProgramSetting.xaml.cs">
<DependentUpon>ProgramSetting.xaml</DependentUpon>
</Compile>
<Compile Include="Program\ProgramSourceSetting.xaml.cs">
<DependentUpon>ProgramSourceSetting.xaml</DependentUpon>
</Compile>
<Compile Include="Program\ProgramSources\AppPathsProgramSource.cs" />
<Compile Include="Program\ProgramSources\CommonStartMenuProgramSource.cs" />
<Compile Include="Program\ProgramSources\PortableAppsProgramSource.cs" />
<Compile Include="Program\IProgramSource.cs" />
<Compile Include="BaseSystemPlugin.cs" />
<Compile Include="Calculator.cs" />
@@ -125,10 +122,6 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Program\ProgramSourceSetting.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Sys\SysSettings.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>