Imported Upstream version 5.20.0.180

Former-commit-id: ff953ca879339fe1e1211f7220f563e1342e66cb
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-02-04 20:11:37 +00:00
parent 0e2d47d1c8
commit 0510252385
3360 changed files with 83827 additions and 39243 deletions

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<AssemblyName>ZigZag</AssemblyName>
<ProjectGuid>{362f36b0-b26c-42de-8586-20df66bd05e8}</ProjectGuid>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<CodePage />
<DebugSymbols>True</DebugSymbols>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
<Platform>AnyCPU</Platform>
<ProjectTypeGuids>{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<WarningLevel>4</WarningLevel>
<OutputPath>bin\Debug</OutputPath>
<OutputType>winexe</OutputType>
<DefineConstants>DEBUG,TRACE</DefineConstants>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="Test">
<Name>Test</Name>
<HintPath>Test.dll</HintPath>
</Reference>
<Reference Include="Test2">
<Name>Test2</Name>
<HintPath>Test2.dll</HintPath>
</Reference>
<Reference Include="Test3">
<Name>Test3</Name>
<HintPath>Test3.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Test.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Test2.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Test3.cs">
<SubType>Code</SubType>
</Compile>
<EmbeddedResource Include="Test.resx">
<LogicalName>Name.Space.Test</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Test2.resx">
<LogicalName>Name.Space.Test</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Test3.resx">
<LogicalName>Name.Space.Test</LogicalName>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

View File

@@ -0,0 +1,124 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Build\NuGet.Settings.targets" />
<PropertyGroup>
<ProjectGuid>{793B20A9-E263-4B54-BB31-305B602087CE}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>NuGet.Server</RootNamespace>
<AssemblyName>NuGet.Server</AssemblyName>
<OutputPath>bin</OutputPath>
<UseIISExpress>true</UseIISExpress>
</PropertyGroup>
<ItemGroup>
<Reference Include="Elmah">
<HintPath>..\..\packages\elmah.corelibrary.1.2\lib\Elmah.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Ninject">
<HintPath>..\..\packages\Ninject.2.2.1.4\lib\net40-Full\Ninject.dll</HintPath>
</Reference>
<Reference Include="RouteMagic">
<HintPath>..\..\packages\RouteMagic.1.0\lib\net40\RouteMagic.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Data.Services" />
<Reference Include="System.Data.Services.Client" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.ServiceModel.Activation" />
<Reference Include="System.ServiceModel.Web" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Services" />
<Reference Include="WebActivator">
<HintPath>..\..\packages\WebActivator.1.4.1\lib\net40\WebActivator.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\Common\CommonAssemblyInfo.cs">
<Link>Properties\CommonAssemblyInfo.cs</Link>
</Compile>
<Compile Include="DataServices\Package.cs" />
<Compile Include="DataServices\PackageContext.cs" />
<Compile Include="Publishing\PackageService.cs" />
<Compile Include="Infrastructure\Bindings.cs" />
<Compile Include="Infrastructure\Helpers.cs" />
<Compile Include="Infrastructure\IPackageAuthenticationService.cs" />
<Compile Include="Infrastructure\IServerPackageRepository.cs" />
<Compile Include="Infrastructure\PackageAuthenticationService.cs" />
<Compile Include="Infrastructure\ServerPackageRepository.cs" />
<Compile Include="Infrastructure\NinjectBootstrapper.cs" />
<Compile Include="Infrastructure\DerivedPackageData.cs" />
<Compile Include="DataServices\Packages.svc.cs">
<DependentUpon>Packages.svc</DependentUpon>
</Compile>
<Compile Include="Infrastructure\PackageUtility.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Default.aspx" />
<Content Include="favicon.ico" />
<Content Include="DataServices\Packages.svc" />
<Content Include="license.txt" />
<Content Include="Packages\Readme.txt" />
<Content Include="Web.config">
<SubType>Designer</SubType>
</Content>
<Content Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
<Content Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<Compile Include="DataServices\Routes.cs" />
<None Include="Properties\NuGet.Server.nuspec" />
<Content Include="DataServices\Routes.cs.pp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj">
<Project>{F879F274-EFA0-4157-8404-33A19B4E6AEC}</Project>
<Name>Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="packages.config">
<SubType>Designer</SubType>
</Content>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target> -->
<Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
</Target>
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>18572</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:18572/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl></CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{5C1BA631-5120-4930-A112-80783328B72B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.Build.Test</RootNamespace>
<AssemblyName>Microsoft.Build.Test</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="FunctionalTest.cs" />
<Compile Include="Microsoft.Build.Internal\CollectionFromEnumerableTest.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Microsoft.Build.Construction\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Microsoft.Build.csproj">
<Project>{B2012E7F-8F8D-4908-8045-413F2BD1022D}</Project>
<Name>Microsoft.Build</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

View File

@@ -0,0 +1,143 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B2012E7F-8F8D-4908-8045-413F2BD1022D}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Microsoft.Build</RootNamespace>
<AssemblyName>Microsoft.Build</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileUpgradeFlags />
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;NET_4_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Build.Engine" />
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="System" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Microsoft.Build.Construction\ProjectExtensionsElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectWhenElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectOtherwiseElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectOutputElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectTaskElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectOnErrorElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectUsingTaskParameterElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectUsingTaskBodyElement.cs" />
<Compile Include="Microsoft.Build.Construction\UsingTaskParameterGroupElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectUsingTaskElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectTargetElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectItemDefinitionElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectItemDefinitionGroupElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectChooseElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectElementContainer.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectImportElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectImportGroupElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectItemElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectItemGroupElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectMetadataElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectPropertyElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectPropertyGroupElement.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectRootElement.cs" />
<Compile Include="Microsoft.Build.Evaluation\ProjectCollection.cs" />
<Compile Include="Microsoft.Build.Exceptions\InvalidProjectFileException.cs" />
<Compile Include="Microsoft.Build.Internal\CollectionFromEnumerable.cs" />
<Compile Include="Microsoft.Build.Evaluation\Project.cs" />
<Compile Include="Microsoft.Build.Evaluation\ProjectLoadSettings.cs" />
<Compile Include="Microsoft.Build.Evaluation\ProjectItem.cs" />
<Compile Include="Microsoft.Build.Construction\ProjectCommentElement.cs" />
<Compile Include="Microsoft.Build.Internal\ReverseEnumerable.cs" />
<Compile Include="Microsoft.Build.Internal\FilteredEnumerable.cs" />
<Compile Include="Microsoft.Build.Execution\BuildResult.cs" />
<Compile Include="Microsoft.Build.Execution\ITargetResult.cs" />
<Compile Include="Microsoft.Build.Execution\TargetResultCode.cs" />
<Compile Include="Microsoft.Build.Execution\TargetResult.cs" />
<Compile Include="Microsoft.Build.Execution\BuildResultCode.cs" />
<Compile Include="Microsoft.Build.Logging\FileLogger.cs" />
<Compile Include="Microsoft.Build.Evaluation\ProjectProperty.cs" />
<Compile Include="Microsoft.Build.Evaluation\ToolsetDefinitionLocations.cs" />
<Compile Include="Microsoft.Build.Logging\ForwardingLoggerRecord.cs" />
<Compile Include="Microsoft.Build.Logging\LoggerDescription.cs" />
<Compile Include="Microsoft.Build.Execution\BuildRequestData.cs" />
<Compile Include="Microsoft.Build.Execution\BuildRequestDataFlags.cs" />
<Compile Include="Microsoft.Build.Execution\HostServices.cs" />
<Compile Include="Microsoft.Build.Execution\NodeAffinity.cs" />
<Compile Include="Microsoft.Build.Execution\ProjectItemInstance.cs" />
<Compile Include="Microsoft.Build.Execution\ProjectInstance.cs" />
<Compile Include="Microsoft.Build.Execution\ProjectPropertyInstance.cs" />
<Compile Include="Microsoft.Build.Execution\ProjectMetadataInstance.cs" />
<Compile Include="Microsoft.Build.Execution\BuildParameters.cs" />
<Compile Include="Microsoft.Build.Logging\ConsoleLogger.cs" />
<Compile Include="Microsoft.Build.Logging\ColorResetter.cs" />
<Compile Include="Microsoft.Build.Logging\ColorSetter.cs" />
<Compile Include="Microsoft.Build.Logging\WriteHandler.cs" />
<Compile Include="Microsoft.Build.Evaluation\Toolset.cs" />
<Compile Include="Microsoft.Build.Evaluation\ProjectMetadata.cs" />
<Compile Include="Microsoft.Build.Execution\ProjectTargetInstance.cs" />
<Compile Include="Microsoft.Build.Evaluation\ProjectItemDefinition.cs" />
<Compile Include="Microsoft.Build.Evaluation\ResolvedImport.cs" />
<Compile Include="Microsoft.Build.Execution\BuildManager.cs" />
<Compile Include="Microsoft.Build.Execution\BuildSubmission.cs" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>