remove xml declarations (#19339)
This commit is contained in:
parent
899cd0fdb3
commit
6d9d25aae3
58 changed files with 29 additions and 87 deletions
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- Platform needs to be set with TreatAsLocalProperty since it is a global property and cannot be overridden otherwise. -->
|
<!-- Platform needs to be set with TreatAsLocalProperty since it is a global property and cannot be overridden otherwise. -->
|
||||||
<Project TreatAsLocalProperty="Platform">
|
<Project TreatAsLocalProperty="Platform">
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project>
|
<Project>
|
||||||
<Import Project="Sdk.targets" Sdk="Microsoft.DotNet.Arcade.Sdk" />
|
<Import Project="Sdk.targets" Sdk="Microsoft.DotNet.Arcade.Sdk" />
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<solution>
|
<solution>
|
||||||
<add key="disableSourceControlIntegration" value="true" />
|
<add key="disableSourceControlIntegration" value="true" />
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<Project Sdk="Microsoft.Docker.Sdk">
|
||||||
<Project Sdk="Microsoft.Docker.Sdk">
|
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectVersion>2.0</ProjectVersion>
|
<ProjectVersion>2.0</ProjectVersion>
|
||||||
<DockerTargetOS>Linux</DockerTargetOS>
|
<DockerTargetOS>Linux</DockerTargetOS>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Dependencies>
|
<Dependencies>
|
||||||
<ProductDependencies>
|
<ProductDependencies>
|
||||||
<!--
|
<!--
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<clear />
|
<clear />
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<LS_SETTINGS_FILE>
|
<LS_SETTINGS_FILE>
|
||||||
<LS_SETTINGS_DESCRIPTION>
|
<LS_SETTINGS_DESCRIPTION>
|
||||||
<![CDATA[]]>
|
<![CDATA[]]>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<configuration>
|
||||||
<configuration>
|
|
||||||
<solution>
|
<solution>
|
||||||
<add key="disableSourceControlIntegration" value="true" />
|
<add key="disableSourceControlIntegration" value="true" />
|
||||||
</solution>
|
</solution>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<packages>
|
<packages>
|
||||||
<package id="Microsoft.Guardian.Cli" version="0.109.0"/>
|
<package id="Microsoft.Guardian.Cli" version="0.109.0"/>
|
||||||
</packages>
|
</packages>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<LS_SETTINGS_FILE xmlns="">
|
||||||
<LS_SETTINGS_FILE xmlns="">
|
|
||||||
<LS_SETTINGS_DESCRIPTION>
|
<LS_SETTINGS_DESCRIPTION>
|
||||||
<![CDATA[]]>
|
<![CDATA[]]>
|
||||||
</LS_SETTINGS_DESCRIPTION>
|
</LS_SETTINGS_DESCRIPTION>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
<!--
|
||||||
This root NuGet.config ensures that a global/default one is not used by accident.
|
This root NuGet.config ensures that a global/default one is not used by accident.
|
||||||
The individual repo NuGet.config files are utilized during the actual build.
|
The individual repo NuGet.config files are utilized during the actual build.
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Dependencies>
|
<Dependencies>
|
||||||
<ProductDependencies>
|
<ProductDependencies>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<Import Project="$(MSBuildProjectDirectory)/PackageVersions.props" />
|
<Import Project="$(MSBuildProjectDirectory)/PackageVersions.props" />
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<configuration>
|
||||||
<configuration>
|
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<clear />
|
<clear />
|
||||||
<!-- %ARTIFACTS_PATH% must be set via an environment variable (export ARTIFACTS_PATH=<path-to-sources>). -->
|
<!-- %ARTIFACTS_PATH% must be set via an environment variable (export ARTIFACTS_PATH=<path-to-sources>). -->
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
||||||
|
|
|
@ -209,7 +209,6 @@ namespace Microsoft.DotNet.UnifiedBuild.Tasks
|
||||||
using (var outStream = File.Open(OutputPath, FileMode.Create))
|
using (var outStream = File.Open(OutputPath, FileMode.Create))
|
||||||
using (var sw = new StreamWriter(outStream, new UTF8Encoding(false)))
|
using (var sw = new StreamWriter(outStream, new UTF8Encoding(false)))
|
||||||
{
|
{
|
||||||
sw.WriteLine(@"<?xml version=""1.0"" encoding=""utf-8""?>");
|
|
||||||
sw.WriteLine(@"<Project ToolsVersion=""14.0"" xmlns=""http://schemas.microsoft.com/developer/msbuild/2003"">");
|
sw.WriteLine(@"<Project ToolsVersion=""14.0"" xmlns=""http://schemas.microsoft.com/developer/msbuild/2003"">");
|
||||||
|
|
||||||
WriteVersionEntries(sw, packageElementsToWrite, "packages");
|
WriteVersionEntries(sw, packageElementsToWrite, "packages");
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<clear />
|
<clear />
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<clear />
|
<clear />
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<installer-gui-script minSpecVersion="1">
|
<installer-gui-script minSpecVersion="1">
|
||||||
<title>{CLISdkBrandName} ({arch})</title>
|
<title>{CLISdkBrandName} ({arch})</title>
|
||||||
<background file="dotnetbackground.png" mime-type="image/png"/>
|
<background file="dotnetbackground.png" mime-type="image/png"/>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<installer-gui-script minSpecVersion="1">
|
<installer-gui-script minSpecVersion="1">
|
||||||
<title>{CLISdkBrandName} ({arch})</title>
|
<title>{CLISdkBrandName} ({arch})</title>
|
||||||
<background file="dotnetbackground.png" mime-type="image/png"/>
|
<background file="dotnetbackground.png" mime-type="image/png"/>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<LCX SchemaVersion="6.0" Name="D:\a\_work\1\s\src\redist\packaging\osx\resources\conclusion.html" PsrId="22" FileType="1" SrcCul="en-US" Desc="Commenting file created by LCXAdmin. For more information, please visit http://localizability/longhorn/LcxAdmin.asp" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\_work\1\s\src\redist\packaging\osx\resources\conclusion.html" PsrId="22" FileType="1" SrcCul="en-US" Desc="Commenting file created by LCXAdmin. For more information, please visit http://localizability/longhorn/LcxAdmin.asp" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
</OwnedComments>
|
</OwnedComments>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<LCX SchemaVersion="6.0" Name="D:\a\_work\1\s\src\redist\packaging\osx\resources\welcome.html" PsrId="22" FileType="1" SrcCul="en-US" Desc="Commenting file created by LCXAdmin. For more information, please visit http://localizability/longhorn/LcxAdmin.asp" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\_work\1\s\src\redist\packaging\osx\resources\welcome.html" PsrId="22" FileType="1" SrcCul="en-US" Desc="Commenting file created by LCXAdmin. For more information, please visit http://localizability/longhorn/LcxAdmin.asp" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
</OwnedComments>
|
</OwnedComments>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||||
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
||||||
<String Id="Caption">[WixBundleName] 安裝程式</String>
|
<String Id="Caption">[WixBundleName] 安裝程式</String>
|
||||||
<String Id="Title">[BUNDLEMONIKER]</String>
|
<String Id="Title">[BUNDLEMONIKER]</String>
|
||||||
<String Id="ConfirmCancelMessage">確定要取消嗎?</String>
|
<String Id="ConfirmCancelMessage">確定要取消嗎?</String>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||||
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
||||||
<String Id="Caption">Instalační program pro [WixBundleName]</String>
|
<String Id="Caption">Instalační program pro [WixBundleName]</String>
|
||||||
<String Id="Title">[BUNDLEMONIKER]</String>
|
<String Id="Title">[BUNDLEMONIKER]</String>
|
||||||
<String Id="ConfirmCancelMessage">Opravdu chcete akci zrušit?</String>
|
<String Id="ConfirmCancelMessage">Opravdu chcete akci zrušit?</String>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||||
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
||||||
<String Id="Caption">[WixBundleName]-Installationsprogramm</String>
|
<String Id="Caption">[WixBundleName]-Installationsprogramm</String>
|
||||||
<String Id="Title">[BUNDLEMONIKER]</String>
|
<String Id="Title">[BUNDLEMONIKER]</String>
|
||||||
<String Id="ConfirmCancelMessage">Möchten Sie den Vorgang wirklich abbrechen?</String>
|
<String Id="ConfirmCancelMessage">Möchten Sie den Vorgang wirklich abbrechen?</String>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||||
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
||||||
<String Id="Caption">[WixBundleName] Installer</String>
|
<String Id="Caption">[WixBundleName] Installer</String>
|
||||||
<String Id="Title">[BUNDLEMONIKER]</String>
|
<String Id="Title">[BUNDLEMONIKER]</String>
|
||||||
<String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
|
<String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||||
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
||||||
<String Id="Caption">Programme d’installation de [WixBundleName]</String>
|
<String Id="Caption">Programme d’installation de [WixBundleName]</String>
|
||||||
<String Id="Title">[BUNDLEMONIKER]</String>
|
<String Id="Title">[BUNDLEMONIKER]</String>
|
||||||
<String Id="ConfirmCancelMessage">Voulez-vous vraiment annuler ?</String>
|
<String Id="ConfirmCancelMessage">Voulez-vous vraiment annuler ?</String>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||||
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
||||||
<String Id="Caption">Programma di installazione di [WixBundleName]</String>
|
<String Id="Caption">Programma di installazione di [WixBundleName]</String>
|
||||||
<String Id="Title">[BUNDLEMONIKER]</String>
|
<String Id="Title">[BUNDLEMONIKER]</String>
|
||||||
<String Id="ConfirmCancelMessage">Annullare?</String>
|
<String Id="ConfirmCancelMessage">Annullare?</String>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||||
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
||||||
<String Id="Caption">[WixBundleName] インストーラー</String>
|
<String Id="Caption">[WixBundleName] インストーラー</String>
|
||||||
<String Id="Title">[BUNDLEMONIKER]</String>
|
<String Id="Title">[BUNDLEMONIKER]</String>
|
||||||
<String Id="ConfirmCancelMessage">取り消しますか?</String>
|
<String Id="ConfirmCancelMessage">取り消しますか?</String>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||||
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
||||||
<String Id="Caption">[WixBundleName] 설치 관리자</String>
|
<String Id="Caption">[WixBundleName] 설치 관리자</String>
|
||||||
<String Id="Title">[BUNDLEMONIKER]</String>
|
<String Id="Title">[BUNDLEMONIKER]</String>
|
||||||
<String Id="ConfirmCancelMessage">취소하시겠습니까?</String>
|
<String Id="ConfirmCancelMessage">취소하시겠습니까?</String>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||||
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
||||||
<String Id="Caption">Instalator pakietu [WixBundleName]</String>
|
<String Id="Caption">Instalator pakietu [WixBundleName]</String>
|
||||||
<String Id="Title">[BUNDLEMONIKER]</String>
|
<String Id="Title">[BUNDLEMONIKER]</String>
|
||||||
<String Id="ConfirmCancelMessage">Czy na pewno chcesz anulować?</String>
|
<String Id="ConfirmCancelMessage">Czy na pewno chcesz anulować?</String>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||||
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
||||||
<String Id="Caption">Instalador do [WixBundleName]</String>
|
<String Id="Caption">Instalador do [WixBundleName]</String>
|
||||||
<String Id="Title">[BUNDLEMONIKER]</String>
|
<String Id="Title">[BUNDLEMONIKER]</String>
|
||||||
<String Id="ConfirmCancelMessage">Tem certeza de que deseja cancelar?</String>
|
<String Id="ConfirmCancelMessage">Tem certeza de que deseja cancelar?</String>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||||
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
||||||
<String Id="Caption">Установщик [WixBundleName]</String>
|
<String Id="Caption">Установщик [WixBundleName]</String>
|
||||||
<String Id="Title">[BUNDLEMONIKER]</String>
|
<String Id="Title">[BUNDLEMONIKER]</String>
|
||||||
<String Id="ConfirmCancelMessage">Отменить?</String>
|
<String Id="ConfirmCancelMessage">Отменить?</String>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||||
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
||||||
<String Id="Caption">[WixBundleName] Yükleyicisi</String>
|
<String Id="Caption">[WixBundleName] Yükleyicisi</String>
|
||||||
<String Id="Title">[BUNDLEMONIKER]</String>
|
<String Id="Title">[BUNDLEMONIKER]</String>
|
||||||
<String Id="ConfirmCancelMessage">İptal etmek istediğinizden emin misiniz?</String>
|
<String Id="ConfirmCancelMessage">İptal etmek istediğinizden emin misiniz?</String>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||||
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
||||||
<String Id="Caption">[WixBundleName] 安装程序</String>
|
<String Id="Caption">[WixBundleName] 安装程序</String>
|
||||||
<String Id="Title">[BUNDLEMONIKER]</String>
|
<String Id="Title">[BUNDLEMONIKER]</String>
|
||||||
<String Id="ConfirmCancelMessage">是否确实要取消?</String>
|
<String Id="ConfirmCancelMessage">是否确实要取消?</String>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||||
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
||||||
<String Id="Caption">Instalador de [WixBundleName]</String>
|
<String Id="Caption">Instalador de [WixBundleName]</String>
|
||||||
<String Id="Title">[BUNDLEMONIKER]</String>
|
<String Id="Title">[BUNDLEMONIKER]</String>
|
||||||
<String Id="ConfirmCancelMessage">¿Está seguro de que desea cancelar la operación?</String>
|
<String Id="ConfirmCancelMessage">¿Está seguro de que desea cancelar la operación?</String>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>VS.Redist.Common.Net.Core.SDK.MSBuildExtensions</id>
|
<id>VS.Redist.Common.Net.Core.SDK.MSBuildExtensions</id>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>VS.Redist.Common.Net.Core.SDK.VSTemplateLocator</id>
|
<id>VS.Redist.Common.Net.Core.SDK.VSTemplateLocator</id>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>VS.Redist.Common.NetCore.SdkPlaceholder.$ARCH$.$MAJOR_MINOR$</id>
|
<id>VS.Redist.Common.NetCore.SdkPlaceholder.$ARCH$.$MAJOR_MINOR$</id>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>VS.Redist.Common.NetCore.Templates.$ARCH$.$MAJOR_MINOR$</id>
|
<id>VS.Redist.Common.NetCore.Templates.$ARCH$.$MAJOR_MINOR$</id>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>VS.Redist.Common.NetCore.Toolset.$ARCH$.$MAJOR_MINOR$</id>
|
<id>VS.Redist.Common.NetCore.Toolset.$ARCH$.$MAJOR_MINOR$</id>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<package>
|
<package>
|
||||||
<aggregate id="MsBuild.Corext" version="15.0"/>
|
<aggregate id="MsBuild.Corext" version="15.0"/>
|
||||||
</package>
|
</package>
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>VS.Tools.Net.Core.SDK.Resolver</id>
|
<id>VS.Tools.Net.Core.SDK.Resolver</id>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>VS.Tools.Net.Core.SDK.$ARCH$</id>
|
<id>VS.Tools.Net.Core.SDK.$ARCH$</id>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Theme xmlns="http://wixtoolset.org/schemas/thmutil/2010">
|
<Theme xmlns="http://wixtoolset.org/schemas/thmutil/2010">
|
||||||
<Window Width="660" Height="488" HexStyle="100a0000" FontId="0">#(loc.Caption)</Window>
|
<Window Width="660" Height="488" HexStyle="100a0000" FontId="0">#(loc.Caption)</Window>
|
||||||
<Font Id="0" Height="-12" Weight="500" Foreground="000000" Background="FFFFFF">Segoe UI</Font>
|
<Font Id="0" Height="-12" Weight="500" Foreground="000000" Background="FFFFFF">Segoe UI</Font>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
||||||
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"
|
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"
|
||||||
xmlns:swid="http://schemas.microsoft.com/wix/TagExtension"
|
xmlns:swid="http://schemas.microsoft.com/wix/TagExtension"
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||||
<?include "Variables.wxi" ?>
|
<?include "Variables.wxi" ?>
|
||||||
<Product Id="*" Name="$(var.ProductName)" Language="$(var.ProductLanguage)" Version="$(var.ProductVersion)" Manufacturer="$(var.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
|
<Product Id="*" Name="$(var.ProductName)" Language="$(var.ProductLanguage)" Version="$(var.ProductVersion)" Manufacturer="$(var.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
|
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
|
||||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||||
<?ifndef Platform?>
|
<?ifndef Platform?>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||||
<?include "Variables.wxi" ?>
|
<?include "Variables.wxi" ?>
|
||||||
<Product Id="*" Name="$(var.ProductName)" Language="$(var.ProductLanguage)" Version="$(var.ProductVersion)" Manufacturer="$(var.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
|
<Product Id="*" Name="$(var.ProductName)" Language="$(var.ProductLanguage)" Version="$(var.ProductVersion)" Manufacturer="$(var.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:dep="http://schemas.microsoft.com/wix/DependencyExtension">
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:dep="http://schemas.microsoft.com/wix/DependencyExtension">
|
||||||
<?include "Variables.wxi" ?>
|
<?include "Variables.wxi" ?>
|
||||||
<Fragment>
|
<Fragment>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||||
<?include "Variables.wxi" ?>
|
<?include "Variables.wxi" ?>
|
||||||
<Fragment>
|
<Fragment>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||||
<?include "Variables.wxi" ?>
|
<?include "Variables.wxi" ?>
|
||||||
<Product Id="*" Name="$(var.ProductName) from Visual Studio" Language="$(var.ProductLanguage)" Version="$(var.SDKBundleVersion)" Manufacturer="$(var.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
|
<Product Id="*" Name="$(var.ProductName) from Visual Studio" Language="$(var.ProductLanguage)" Version="$(var.SDKBundleVersion)" Manufacturer="$(var.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||||
<?include "Variables.wxi" ?>
|
<?include "Variables.wxi" ?>
|
||||||
<Product Id="*" Name="$(var.ProductName)" Language="$(var.ProductLanguage)" Version="$(var.ProductVersion)" Manufacturer="$(var.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
|
<Product Id="*" Name="$(var.ProductName)" Language="$(var.ProductLanguage)" Version="$(var.ProductVersion)" Manufacturer="$(var.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||||
<?define Servicing_Key_SP = "0" ?>
|
<?define Servicing_Key_SP = "0" ?>
|
||||||
<?define Servicing_Key_SPIndex = "0" ?>
|
<?define Servicing_Key_SPIndex = "0" ?>
|
||||||
|
|
|
@ -283,7 +283,6 @@
|
||||||
<WorkloadManifestsWxsPath>$(IntermediateOutputPath)WorkloadManifests.wxs</WorkloadManifestsWxsPath>
|
<WorkloadManifestsWxsPath>$(IntermediateOutputPath)WorkloadManifests.wxs</WorkloadManifestsWxsPath>
|
||||||
<WorkloadManifestsWxsContent>
|
<WorkloadManifestsWxsContent>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
|
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
|
||||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||||
<Fragment>
|
<Fragment>
|
||||||
|
|
|
@ -95,8 +95,7 @@ namespace Microsoft.DotNet.TestFramework
|
||||||
var newNuGetConfig = Root.GetFile("NuGet.Config");
|
var newNuGetConfig = Root.GetFile("NuGet.Config");
|
||||||
externalRestoreSources = externalRestoreSources ?? string.Empty;
|
externalRestoreSources = externalRestoreSources ?? string.Empty;
|
||||||
|
|
||||||
var content = @"<?xml version=""1.0"" encoding=""utf-8""?>
|
var content = @"<configuration>
|
||||||
<configuration>
|
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<add key=""dotnet-core"" value=""https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json"" />
|
<add key=""dotnet-core"" value=""https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json"" />
|
||||||
<add key=""test-packages"" value=""$fullpath$"" />
|
<add key=""test-packages"" value=""$fullpath$"" />
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<solution>
|
<solution>
|
||||||
<add key="disableSourceControlIntegration" value="true" />
|
<add key="disableSourceControlIntegration" value="true" />
|
||||||
|
|
Loading…
Reference in a new issue