Remove Unicode BOM from text files (#11546)

This commit is contained in:
xtqqczze 2020-01-11 07:15:34 +00:00 committed by Ilya
parent 397756a26f
commit 70d9ed4d55
114 changed files with 130 additions and 130 deletions

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Package IgnorableNamespaces="uap mp rescap desktop6" <Package IgnorableNamespaces="uap mp rescap desktop6"
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<policyDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" revision="1.0" schemaVersion="1.0" xmlns="http://www.microsoft.com/GroupPolicy/PolicyDefinitions"> <policyDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" revision="1.0" schemaVersion="1.0" xmlns="http://www.microsoft.com/GroupPolicy/PolicyDefinitions">
<policyNamespaces> <policyNamespaces>
<target prefix="powershellexecutionpolicy" namespace="Microsoft.Policies.PowerShellCore" /> <target prefix="powershellexecutionpolicy" namespace="Microsoft.Policies.PowerShellCore" />

View file

@ -1,4 +1,4 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<!-- MSI installs on Win7 and above --> <!-- MSI installs on Win7 and above -->
<?define MinOSVersionSupported = "VersionNT >= 601" ?> <?define MinOSVersionSupported = "VersionNT >= 601" ?>
<!-- The URL for add/remove programs --> <!-- The URL for add/remove programs -->

View file

@ -1,4 +1,4 @@
{ {
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0", "contentVersion": "1.0.0.0",
"parameters": { "parameters": {
@ -197,4 +197,4 @@
"value": "[concat('ssh ', parameters('adminUsername'), '@', parameters('dnsLabelPrefix'), '.', resourceGroup().location, '.cloudapp.azure.com')]" "value": "[concat('ssh ', parameters('adminUsername'), '@', parameters('dnsLabelPrefix'), '.', resourceGroup().location, '.cloudapp.azure.com')]"
} }
} }
} }

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework> <TargetFramework>netcoreapp2.1</TargetFramework>

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Import Project="..\..\PowerShell.Common.props" /> <Import Project="..\..\PowerShell.Common.props" />
<PropertyGroup> <PropertyGroup>
<Description>PowerShell's Microsoft.Management.Infrastructure.CimCmdlets project</Description> <Description>PowerShell's Microsoft.Management.Infrastructure.CimCmdlets project</Description>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<!--================================================================= <!--=================================================================
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. // Licensed under the MIT License.
==================================================================--> ==================================================================-->

View file

@ -1,4 +1,4 @@
<?xml version='1.0' encoding='utf-8'?> <?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"> <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Microsoft.Management.UI.Internal.HelpWindow" GeneratedClassName="HelpWindowSettings">
<Profiles /> <Profiles />
<Settings> <Settings>
@ -57,4 +57,4 @@
<Value Profile="(Default)">True</Value> <Value Profile="(Default)">True</Value>
</Setting> </Setting>
</Settings> </Settings>
</SettingsFile> </SettingsFile>

View file

@ -1,4 +1,4 @@
<!--================================================================= <!--=================================================================
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. // Licensed under the MIT License.
==================================================================--> ==================================================================-->

View file

@ -1,4 +1,4 @@
<!--================================================================= <!--=================================================================
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. // Licensed under the MIT License.
==================================================================--> ==================================================================-->

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop" ToolsVersion="15.0"> <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop" ToolsVersion="15.0">
<Import Project="..\..\PowerShell.Common.props" /> <Import Project="..\..\PowerShell.Common.props" />
<PropertyGroup> <PropertyGroup>
<Description>Assembly containing WPF code for Out-GridView, HelpWindow, and Show-Command</Description> <Description>Assembly containing WPF code for Out-GridView, HelpWindow, and Show-Command</Description>

View file

@ -1,4 +1,4 @@
<!--================================================================= <!--=================================================================
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. // Licensed under the MIT License.
==================================================================--> ==================================================================-->

View file

@ -1,4 +1,4 @@
<!--================================================================= <!--=================================================================
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. // Licensed under the MIT License.
==================================================================--> ==================================================================-->

View file

@ -1,4 +1,4 @@
<!--================================================================= <!--=================================================================
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. // Licensed under the MIT License.
==================================================================--> ==================================================================-->

View file

@ -1,4 +1,4 @@
<!--================================================================= <!--=================================================================
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. // Licensed under the MIT License.
==================================================================--> ==================================================================-->

View file

@ -1,4 +1,4 @@
<!--================================================================= <!--=================================================================
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. // Licensed under the MIT License.
==================================================================--> ==================================================================-->

View file

@ -1,4 +1,4 @@
<!--================================================================= <!--=================================================================
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. // Licensed under the MIT License.
==================================================================--> ==================================================================-->

View file

@ -1,4 +1,4 @@
<!--================================================================= <!--=================================================================
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. // Licensed under the MIT License.
==================================================================--> ==================================================================-->

View file

@ -1,4 +1,4 @@
<!--================================================================= <!--=================================================================
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. // Licensed under the MIT License.
==================================================================--> ==================================================================-->

View file

@ -1,4 +1,4 @@
<!--================================================================= <!--=================================================================
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. // Licensed under the MIT License.
==================================================================--> ==================================================================-->

View file

@ -1,4 +1,4 @@
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Microsoft.Management.UI.Internal.ShowCommand" GeneratedClassName="ShowCommandSettings"> <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Microsoft.Management.UI.Internal.ShowCommand" GeneratedClassName="ShowCommandSettings">
<Profiles /> <Profiles />
<Settings> <Settings>
@ -33,4 +33,4 @@
<Value Profile="(Default)">False</Value> <Value Profile="(Default)">False</Value>
</Setting> </Setting>
</Settings> </Settings>
</SettingsFile> </SettingsFile>

View file

@ -1,4 +1,4 @@
<!--================================================================= <!--=================================================================
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. // Licensed under the MIT License.
==================================================================--> ==================================================================-->

View file

@ -1,4 +1,4 @@
<!--================================================================= <!--=================================================================
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. // Licensed under the MIT License.
==================================================================--> ==================================================================-->

View file

@ -1,4 +1,4 @@
<!--================================================================= <!--=================================================================
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. // Licensed under the MIT License.
==================================================================--> ==================================================================-->

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<configuration> <configuration>
<configSections> <configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
@ -96,4 +96,4 @@
</setting> </setting>
</Microsoft.Management.UI.Internal.HelpWindow.HelpWindowSettings> </Microsoft.Management.UI.Internal.HelpWindow.HelpWindowSettings>
</userSettings> </userSettings>
</configuration> </configuration>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Import Project="..\..\PowerShell.Common.props" /> <Import Project="..\..\PowerShell.Common.props" />
<PropertyGroup> <PropertyGroup>
<Description>PowerShell's Microsoft.PowerShell.Commands.Diagnostics project</Description> <Description>PowerShell's Microsoft.PowerShell.Commands.Diagnostics project</Description>

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Import Project="..\..\PowerShell.Common.props" /> <Import Project="..\..\PowerShell.Common.props" />
<PropertyGroup> <PropertyGroup>
<Description>PowerShell's Microsoft.PowerShell.Commands.Management project</Description> <Description>PowerShell's Microsoft.PowerShell.Commands.Management project</Description>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Import Project="..\..\PowerShell.Common.props" /> <Import Project="..\..\PowerShell.Common.props" />
<PropertyGroup> <PropertyGroup>
<Description>PowerShell's Microsoft.PowerShell.Commands.Utility project</Description> <Description>PowerShell's Microsoft.PowerShell.Commands.Utility project</Description>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Import Project="..\..\PowerShell.Common.props" /> <Import Project="..\..\PowerShell.Common.props" />
<PropertyGroup> <PropertyGroup>
<Description>PowerShell Host</Description> <Description>PowerShell Host</Description>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Import Project="..\..\PowerShell.Common.props" /> <Import Project="..\..\PowerShell.Common.props" />
<PropertyGroup> <PropertyGroup>
<Description>PowerShell's Microsoft.PowerShell.CoreCLR.Eventing project</Description> <Description>PowerShell's Microsoft.PowerShell.CoreCLR.Eventing project</Description>

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\PowerShell.Common.props"/> <Import Project="..\..\PowerShell.Common.props"/>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Import Project="..\..\PowerShell.Common.props" /> <Import Project="..\..\PowerShell.Common.props" />
<PropertyGroup> <PropertyGroup>
<Description>PowerShell SDK metapackage</Description> <Description>PowerShell SDK metapackage</Description>

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Import Project="..\..\PowerShell.Common.props" /> <Import Project="..\..\PowerShell.Common.props" />
<PropertyGroup> <PropertyGroup>
<Description>PowerShell's Microsoft.PowerShell.Security project</Description> <Description>PowerShell's Microsoft.PowerShell.Security project</Description>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Import Project="..\..\PowerShell.Common.props" /> <Import Project="..\..\PowerShell.Common.props" />
<PropertyGroup> <PropertyGroup>
<Description>PowerShell's Microsoft.WSMan.Management project</Description> <Description>PowerShell's Microsoft.WSMan.Management project</Description>

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Import Project="..\..\PowerShell.Common.props" /> <Import Project="..\..\PowerShell.Common.props" />
<PropertyGroup> <PropertyGroup>
<Description>PowerShell's Microsoft.WSMan.Runtime project</Description> <Description>PowerShell's Microsoft.WSMan.Runtime project</Description>

View file

@ -1,4 +1,4 @@
<Configuration> <Configuration>
<!-- ################ VIEW DEFINITIONS ################ --> <!-- ################ VIEW DEFINITIONS ################ -->

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<Configuration> <Configuration>
<ViewDefinitions> <ViewDefinitions>
<View> <View>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<!-- ******************************************************************* <!-- *******************************************************************
These sample files contain formatting information used by the These sample files contain formatting information used by the
PowerShell engine. Do not edit or change the contents of this file PowerShell engine. Do not edit or change the contents of this file

View file

@ -1,4 +1,4 @@
<?xml version='1.0' encoding='utf-8' standalone='yes'?> <?xml version='1.0' encoding='utf-8' standalone='yes'?>
<!--Copyright 2008 Microsoft Corporation--> <!--Copyright 2008 Microsoft Corporation-->
<!--DO NOT EDIT THIS FILE IN ECMANGEN.EXE <!--DO NOT EDIT THIS FILE IN ECMANGEN.EXE

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<Description>Generates C# typed bindings for .resx files</Description> <Description>Generates C# typed bindings for .resx files</Description>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<schema targetNamespace="http://schemas.microsoft.com/powershell/provider/2008/09" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:provider="http://schemas.microsoft.com/powershell/provider/2008/09" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <schema targetNamespace="http://schemas.microsoft.com/powershell/provider/2008/09" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:provider="http://schemas.microsoft.com/powershell/provider/2008/09" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<import schemaLocation="developerCommand.xsd" namespace="http://schemas.microsoft.com/maml/dev/command/2004/10" /> <import schemaLocation="developerCommand.xsd" namespace="http://schemas.microsoft.com/maml/dev/command/2004/10" />

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<schema targetNamespace="http://schemas.microsoft.com/maml/dev/dscResource/2004/10" xmlns:doc="http://schemas.microsoft.com/maml/internal" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dscResource="http://schemas.microsoft.com/maml/dev/dscResource/2004/10" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" blockDefault="#all" xml:lang="en"> <schema targetNamespace="http://schemas.microsoft.com/maml/dev/dscResource/2004/10" xmlns:doc="http://schemas.microsoft.com/maml/internal" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dscResource="http://schemas.microsoft.com/maml/dev/dscResource/2004/10" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" blockDefault="#all" xml:lang="en">
<!-- Schema documentation --> <!-- Schema documentation -->
<annotation> <annotation>
@ -42,4 +42,4 @@
<element ref="maml:description"/> <element ref="maml:description"/>
</sequence> </sequence>
</complexType> </complexType>
</schema> </schema>

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Import Project="..\..\PowerShell.Common.props" /> <Import Project="..\..\PowerShell.Common.props" />
<PropertyGroup> <PropertyGroup>
<Description>PowerShell's System.Management.Automation project</Description> <Description>PowerShell's System.Management.Automation project</Description>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- ################################################################## <!-- ##################################################################
Copyright (c) Microsoft Corporation. All rights reserved. Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. Licensed under the MIT License.

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<Description>Generates CorePsTypeCatalog.cs given powershell.inc</Description> <Description>Generates CorePsTypeCatalog.cs given powershell.inc</Description>

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\PowerShell.Common.props"/> <Import Project="..\..\PowerShell.Common.props"/>

View file

@ -1,4 +1,4 @@
<Project ToolsVersion="15.0"> <Project ToolsVersion="15.0">
<Import Project="..\..\PowerShell.Common.props" /> <Import Project="..\..\PowerShell.Common.props" />
<PropertyGroup> <PropertyGroup>

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Import Project="../Test.Common.props"/> <Import Project="../Test.Common.props"/>

View file

@ -1,4 +1,4 @@
# #
# Module manifest for module 'scriptdsc' # Module manifest for module 'scriptdsc'
# #
# Generated by: brucepay # Generated by: brucepay

View file

@ -1,4 +1,4 @@
data1,1,A data1,1,A
data2,2,B data2,2,B
data3,3,C data3,3,C
data4,4,D data4,4,D

1 data1 1 A
2 data2 2 B
3 data3 3 C
4 data4 4 D

View file

@ -1,4 +1,4 @@
#Software: Microsoft Exchange Server #Software: Microsoft Exchange Server
#Version: 15.0.0.0 #Version: 15.0.0.0
#Log-type: Transport Connectivity Log #Log-type: Transport Connectivity Log
#Date: 2016-09-16T23:30:07.338Z #Date: 2016-09-16T23:30:07.338Z

1 #Software: Microsoft Exchange Server
2 #Version: 15.0.0.0
3 #Log-type: Transport Connectivity Log
4 #Date: 2016-09-16T23:30:07.338Z

View file

@ -1,4 +1,4 @@
# Test comment # Test comment
Column1,Column2,Column 3 Column1,Column2,Column 3
data1,1,A data1,1,A
data2,2,B data2,2,B

1 # Test comment
2 Column1,Column2,Column 3
3 data1,1,A
4 data2,2,B

View file

@ -1,4 +1,4 @@
# Alias File # Alias File
# Exported by : alex # Exported by : alex
# Date/Time : Thursday, 12 November 2015 21:55:08 # Date/Time : Thursday, 12 November 2015 21:55:08
# Computer : archvm # Computer : archvm

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<Types> <Types>
<Type> <Type>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05"> <HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05">
<HelpContentURI>https://go.microsoft.com/fwlink/?linkid=855946</HelpContentURI> <HelpContentURI>https://go.microsoft.com/fwlink/?linkid=855946</HelpContentURI>
<SupportedUICultures> <SupportedUICultures>
@ -7,4 +7,4 @@
<UICultureVersion>5.0.0.0</UICultureVersion> <UICultureVersion>5.0.0.0</UICultureVersion>
</UICulture> </UICulture>
</SupportedUICultures> </SupportedUICultures>
</HelpInfo> </HelpInfo>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05"> <HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05">
<HelpContentURI>https://go.microsoft.com/fwlink/?linkid=855952</HelpContentURI> <HelpContentURI>https://go.microsoft.com/fwlink/?linkid=855952</HelpContentURI>
<SupportedUICultures> <SupportedUICultures>
@ -7,4 +7,4 @@
<UICultureVersion>6.1.0.1</UICultureVersion> <UICultureVersion>6.1.0.1</UICultureVersion>
</UICulture> </UICulture>
</SupportedUICultures> </SupportedUICultures>
</HelpInfo> </HelpInfo>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05"> <HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05">
<HelpContentURI>https://go.microsoft.com/fwlink/?linkid=855953</HelpContentURI> <HelpContentURI>https://go.microsoft.com/fwlink/?linkid=855953</HelpContentURI>
<SupportedUICultures> <SupportedUICultures>
@ -7,4 +7,4 @@
<UICultureVersion>6.0</UICultureVersion> <UICultureVersion>6.0</UICultureVersion>
</UICulture> </UICulture>
</SupportedUICultures> </SupportedUICultures>
</HelpInfo> </HelpInfo>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05"> <HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05">
<HelpContentURI>https://go.microsoft.com/fwlink/?linkid=855954</HelpContentURI> <HelpContentURI>https://go.microsoft.com/fwlink/?linkid=855954</HelpContentURI>
<SupportedUICultures> <SupportedUICultures>
@ -7,4 +7,4 @@
<UICultureVersion>5.0.2.0</UICultureVersion> <UICultureVersion>5.0.2.0</UICultureVersion>
</UICulture> </UICulture>
</SupportedUICultures> </SupportedUICultures>
</HelpInfo> </HelpInfo>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05"> <HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05">
<HelpContentURI>https://go.microsoft.com/fwlink/?linkid=855956</HelpContentURI> <HelpContentURI>https://go.microsoft.com/fwlink/?linkid=855956</HelpContentURI>
<SupportedUICultures> <SupportedUICultures>
@ -7,4 +7,4 @@
<UICultureVersion>5.0.2.0</UICultureVersion> <UICultureVersion>5.0.2.0</UICultureVersion>
</UICulture> </UICulture>
</SupportedUICultures> </SupportedUICultures>
</HelpInfo> </HelpInfo>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05"> <HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05">
<HelpContentURI>https://go.microsoft.com/fwlink/?LinkId=717973</HelpContentURI> <HelpContentURI>https://go.microsoft.com/fwlink/?LinkId=717973</HelpContentURI>
<SupportedUICultures> <SupportedUICultures>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05"> <HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05">
<HelpContentURI>https://go.microsoft.com/fwlink/?linkid=855958</HelpContentURI> <HelpContentURI>https://go.microsoft.com/fwlink/?linkid=855958</HelpContentURI>
<SupportedUICultures> <SupportedUICultures>
@ -7,4 +7,4 @@
<UICultureVersion>5.0.7.0</UICultureVersion> <UICultureVersion>5.0.7.0</UICultureVersion>
</UICulture> </UICulture>
</SupportedUICultures> </SupportedUICultures>
</HelpInfo> </HelpInfo>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05"> <HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05">
<HelpContentURI>https://go.microsoft.com/fwlink/?linkid=855959</HelpContentURI> <HelpContentURI>https://go.microsoft.com/fwlink/?linkid=855959</HelpContentURI>
<SupportedUICultures> <SupportedUICultures>
@ -7,4 +7,4 @@
<UICultureVersion>5.0.5.0</UICultureVersion> <UICultureVersion>5.0.5.0</UICultureVersion>
</UICulture> </UICulture>
</SupportedUICultures> </SupportedUICultures>
</HelpInfo> </HelpInfo>

Some files were not shown because too many files have changed in this diff Show more