/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/Microsoft.Management.UI.Internal/HelpWindow/HelpWindowSettings.settings
60 строк
3 KB
xtqqczze
Remove Unicode BOM from text files (#11546)
11 янв 2020, 10:15
11 янв 2020, 10:15
70d9ed4
Код
Авторство
О чём код?
<?xml version='1.0' encoding='utf-8'?> <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Microsoft.Management.UI.Internal.HelpWindow" GeneratedClassName="HelpWindowSettings"> <Profiles /> <Settings> <Setting Name="HelpSyntaxDisplayed" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">True</Value> </Setting> <Setting Name="HelpExamplesDisplayed" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">True</Value> </Setting> <Setting Name="HelpSynopsysDisplayed" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">True</Value> </Setting> <Setting Name="HelpDescriptionDisplayed" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">True</Value> </Setting> <Setting Name="HelpParametersDisplayed" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">True</Value> </Setting> <Setting Name="HelpInputsDisplayed" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">True</Value> </Setting> <Setting Name="HelpOutputsDisplayed" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">True</Value> </Setting> <Setting Name="HelpNotesDisplayed" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">True</Value> </Setting> <Setting Name="HelpRelatedLinksDisplayed" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">True</Value> </Setting> <Setting Name="HelpSearchMatchCase" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">False</Value> </Setting> <Setting Name="HelpSearchWholeWord" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">False</Value> </Setting> <Setting Name="HelpWindowTop" Type="System.Double" Scope="User"> <Value Profile="(Default)">-1</Value> </Setting> <Setting Name="HelpWindowLeft" Type="System.Double" Scope="User"> <Value Profile="(Default)">-1</Value> </Setting> <Setting Name="HelpWindowMaximized" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">False</Value> </Setting> <Setting Name="HelpZoom" Type="System.Double" Scope="User"> <Value Profile="(Default)">100</Value> </Setting> <Setting Name="HelpWindowHeight" Type="System.Double" Scope="User"> <Value Profile="(Default)">500</Value> </Setting> <Setting Name="HelpWindowWidth" Type="System.Double" Scope="User"> <Value Profile="(Default)">700</Value> </Setting> <Setting Name="HelpRemarksDisplayed" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">True</Value> </Setting> </Settings> </SettingsFile>