Expose index file suffixes config [WIP]

This commit is contained in:
qianlifeng
2014-08-13 23:16:45 +08:00
parent eee76222bd
commit 5d1006f05b
9 changed files with 108 additions and 20 deletions

View File

@@ -76,6 +76,9 @@
<Compile Include="Calculator.cs" />
<Compile Include="Program\ProgramSources\FileSystemProgramSource.cs" />
<Compile Include="Program\ProgramSources\UserStartMenuProgramSource.cs" />
<Compile Include="Program\ProgramSuffixes.xaml.cs">
<DependentUpon>ProgramSuffixes.xaml</DependentUpon>
</Compile>
<Compile Include="SuggestionSources\Baidu.cs" />
<Compile Include="SuggestionSources\SuggestionSourceFactory.cs" />
<Compile Include="Sys\SysSettings.xaml.cs">
@@ -122,6 +125,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Program\ProgramSuffixes.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Sys\SysSettings.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>