Changes: Added Sys Folder, Moved Sys into folder, Added SysSettings, Made Sys use an AddRange and added ISettingProvider

This commit is contained in:
Aaron Campf
2014-07-24 17:27:59 -07:00
parent 4ba222f19c
commit 0385662197
2 changed files with 8 additions and 142 deletions

View File

@@ -81,6 +81,9 @@
<Compile Include="Program\ProgramSources\UserStartMenuProgramSource.cs" />
<Compile Include="SuggestionSources\Baidu.cs" />
<Compile Include="SuggestionSources\SuggestionSourceFactory.cs" />
<Compile Include="Sys\SysSettings.xaml.cs">
<DependentUpon>SysSettings.xaml</DependentUpon>
</Compile>
<Compile Include="UrlPlugin.cs" />
<Compile Include="WebSearch\WebSearchesSetting.xaml.cs">
<DependentUpon>WebSearchesSetting.xaml</DependentUpon>
@@ -91,7 +94,7 @@
<Compile Include="ISystemPlugin.cs" />
<Compile Include="Program\Programs.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Sys.cs" />
<Compile Include="Sys\Sys.cs" />
<Compile Include="ThirdpartyPluginIndicator.cs" />
<Compile Include="SuggestionSources\Google.cs" />
<Compile Include="SuggestionSources\ISuggestionSource.cs" />
@@ -126,6 +129,10 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Sys\SysSettings.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="WebSearch\WebSearchesSetting.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>