Hello, .NET Foundation!
This commit is contained in:
Родитель
c9be685d1a
Коммит
a83b213029
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2004, Outercurve Foundation.
|
||||
Copyright (c) .NET Foundation and contributors.
|
||||
This software is released under the Microsoft Reciprocal License (MS-RL) (the "License"); you may not use the software except in compliance with the License.
|
||||
|
||||
The text of the Microsoft Reciprocal License (MS-RL) can be found online at:
|
||||
|
|
11
nuget.config
11
nuget.config
|
@ -1,12 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
<copyright file="nuget.config" company="Outercurve Foundation">
|
||||
Copyright (c) 2004, Outercurve Foundation.
|
||||
This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
The license and further copyright text can be found in the file
|
||||
LICENSE.TXT at the root directory of the distribution.
|
||||
</copyright>
|
||||
-->
|
||||
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
|
||||
|
||||
|
||||
<configuration>
|
||||
<config>
|
||||
<add key="repositoryPath" value="packages" />
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
<copyright file="dtfguide.helpproj" company="Outercurve Foundation">
|
||||
Copyright (c) 2004, Outercurve Foundation.
|
||||
This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
The license and further copyright text can be found in the file
|
||||
LICENSE.TXT at the root directory of the distribution.
|
||||
</copyright>
|
||||
-->
|
||||
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
|
||||
|
||||
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{3CFD8620-B41C-470C-ABEF-9D38076A2A8D}</ProjectGuid>
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!--
|
||||
<copyright file="dtfref.shfbproj" company="Outercurve Foundation">
|
||||
Copyright (c) 2004, Outercurve Foundation.
|
||||
This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
The license and further copyright text can be found in the file
|
||||
LICENSE.TXT at the root directory of the distribution.
|
||||
</copyright>
|
||||
-->
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
|
||||
|
||||
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{27C20359-3910-423D-8058-6403935B98C6}</ProjectGuid>
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="helplink.js" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Fix MSDN API links in the DTF documentation pages.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
FixHelpLinks();
|
||||
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
using System;
|
||||
using System.Resources;
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="CabEngine.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Cab
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="CabException.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Cab
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="CabFileInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Cab
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="CabInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Cab
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="CabPacker.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Cab
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="CabUnpacker.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Cab
|
||||
{
|
||||
|
@ -583,4 +573,4 @@ namespace Microsoft.Deployment.Compression.Cab
|
|||
return 1; // Continue
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="CabWorker.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Cab
|
||||
{
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
<copyright file="Compression.Cab.csproj" company="Outercurve Foundation">
|
||||
Copyright (c) 2004, Outercurve Foundation.
|
||||
This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
The license and further copyright text can be found in the file
|
||||
LICENSE.TXT at the root directory of the distribution.
|
||||
</copyright>
|
||||
-->
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
|
||||
|
||||
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{15895FD1-DD68-407B-8717-08F6DD14F02C}</ProjectGuid>
|
||||
|
@ -47,4 +42,4 @@
|
|||
</ItemGroup>
|
||||
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="HandleManager.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Cab
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="NativeMethods.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Cab
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
<copyright file="Compression.Zip.csproj" company="Outercurve Foundation">
|
||||
Copyright (c) 2004, Outercurve Foundation.
|
||||
This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
The license and further copyright text can be found in the file
|
||||
LICENSE.TXT at the root directory of the distribution.
|
||||
</copyright>
|
||||
-->
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
|
||||
|
||||
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{261F2857-B521-42A4-A3E0-B5165F225E50}</ProjectGuid>
|
||||
|
@ -38,4 +33,4 @@
|
|||
</ItemGroup>
|
||||
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ConcatStream.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Zip
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="CrcStream.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Zip
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ZipCompressionMethod.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Zip
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ZipEngine.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Zip
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ZipException.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Zip
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ZipFileInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Zip
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ZipFormat.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Zip
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ZipInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Zip
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ZipPacker.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Zip
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ZipUnpacker.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression.Zip
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ArchiveException.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ArchiveFileInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ArchiveFileStreamContext.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ArchiveInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ArchiveProgressEventArgs.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ArchiveProgressType.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="BasicUnpackStreamContext.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="CargoStream.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression
|
||||
{
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
<copyright file="Compression.csproj" company="Outercurve Foundation">
|
||||
Copyright (c) 2004, Outercurve Foundation.
|
||||
This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
The license and further copyright text can be found in the file
|
||||
LICENSE.TXT at the root directory of the distribution.
|
||||
</copyright>
|
||||
-->
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
|
||||
|
||||
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{2D62850C-9F81-4BE9-BDF3-9379389C8F7B}</ProjectGuid>
|
||||
|
@ -47,4 +42,4 @@
|
|||
</ItemGroup>
|
||||
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="CompressionEngine.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="CompressionLevel.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="DuplicateStream.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="IPackStreamContext.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="IUnpackStreamContext.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="OffsetStream.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="SafeNativeMethods.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Compression
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="BitmapResource.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Resources
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="FixedFileVersionInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Resources
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="GroupIconInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Resources
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="GroupIconResource.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Resources
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="NativeMethods.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Resources
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="Resource.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Resources
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ResourceCollection.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Resources
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ResourceType.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Resources
|
||||
{
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
<copyright file="Resources.csproj" company="Outercurve Foundation">
|
||||
Copyright (c) 2004, Outercurve Foundation.
|
||||
This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
The license and further copyright text can be found in the file
|
||||
LICENSE.TXT at the root directory of the distribution.
|
||||
</copyright>
|
||||
-->
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
|
||||
|
||||
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{44931ECB-8D6F-4C12-A872-64E261B6A98E}</ProjectGuid>
|
||||
|
@ -39,4 +34,4 @@
|
|||
</ItemGroup>
|
||||
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="VersionEnums.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Resources
|
||||
{
|
||||
|
@ -93,4 +83,4 @@ namespace Microsoft.Deployment.Resources
|
|||
}
|
||||
|
||||
#pragma warning restore 1591
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="VersionInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Resources
|
||||
{
|
||||
|
@ -277,4 +267,4 @@ namespace Microsoft.Deployment.Resources
|
|||
return this.GetEnumerator();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="VersionResource.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Resources
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="VersionStringTable.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.Resources
|
||||
{
|
||||
|
@ -238,4 +228,4 @@ namespace Microsoft.Deployment.Resources
|
|||
return this.GetEnumerator();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="Attributes.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller.Linq
|
||||
{
|
||||
|
@ -67,4 +57,4 @@ namespace Microsoft.Deployment.WindowsInstaller.Linq
|
|||
/// </summary>
|
||||
public string Column { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="Entities.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller.Linq.Entities
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="QDatabase.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller.Linq
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="QRecord.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller.Linq
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="QTable.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller.Linq
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="Query.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller.Linq
|
||||
{
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
<copyright file="WindowsInstaller.Linq.csproj" company="Outercurve Foundation">
|
||||
Copyright (c) 2004, Outercurve Foundation.
|
||||
This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
The license and further copyright text can be found in the file
|
||||
LICENSE.TXT at the root directory of the distribution.
|
||||
</copyright>
|
||||
-->
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
|
||||
|
||||
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{CD7A37D8-9D8C-41BD-B78F-DB5E0C299D2E}</ProjectGuid>
|
||||
|
@ -38,4 +33,4 @@
|
|||
</ItemGroup>
|
||||
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="InstallPackage.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller.Package
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="InstallPath.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller.Package
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="PatchPackage.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller.Package
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="TransformInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller.Package
|
||||
{
|
||||
|
@ -161,4 +151,4 @@ namespace Microsoft.Deployment.WindowsInstaller.Package
|
|||
return (this.Name != null ? this.Name : "MST");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
<copyright file="WindowsInstaller.Package.csproj" company="Outercurve Foundation">
|
||||
Copyright (c) 2004, Outercurve Foundation.
|
||||
This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
The license and further copyright text can be found in the file
|
||||
LICENSE.TXT at the root directory of the distribution.
|
||||
</copyright>
|
||||
-->
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
|
||||
|
||||
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{1A9940A7-3E29-4428-B753-C4CC66058F1A}</ProjectGuid>
|
||||
|
@ -39,4 +34,4 @@
|
|||
</ItemGroup>
|
||||
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
using System;
|
||||
using System.Resources;
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ColumnCollection.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ColumnEnums.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ColumnInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ComponentInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ComponentInstallation.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="CustomActionAttribute.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="CustomActionProxy.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="Database.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="DatabaseQuery.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
@ -419,4 +409,4 @@ namespace Microsoft.Deployment.WindowsInstaller
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="DatabaseTransform.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="EmbeddedUIProxy.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="Enums.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="Exceptions.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Exceptions for the Microsoft.Deployment.WindowsInstaller namespace.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,15 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="ExternalUIHandler.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Microsoft.Deployment.WindowsInstaller.ExternalUIHandler and related delegates,
|
||||
// with related parts of Installer class.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="FeatureInfo.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,15 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="FeatureInstallation.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
@ -182,4 +171,4 @@ namespace Microsoft.Deployment.WindowsInstaller
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="Handle.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="IEmbeddedUI.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="InstallCost.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Microsoft.Deployment.WindowsInstaller.InstallCost struct.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="Installation.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="InstallationPart.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="Installer.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,15 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="InstallerAdvertise.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
@ -278,4 +267,4 @@ namespace Microsoft.Deployment.WindowsInstaller
|
|||
return new ProductInstallation(props);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="InstallerUtils.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
@ -479,4 +469,4 @@ namespace Microsoft.Deployment.WindowsInstaller
|
|||
return files;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="MediaDisk.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Microsoft.Deployment.WindowsInstaller.MediaDisk struct.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
//---------------------------------------------------------------------
|
||||
// <copyright file="NativeMethods.cs" company="Outercurve Foundation">
|
||||
// Copyright (c) 2004, Outercurve Foundation.
|
||||
// This software is released under Microsoft Reciprocal License (MS-RL).
|
||||
// The license and further copyright text can be found in the file
|
||||
// LICENSE.TXT at the root directory of the distribution.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Part of the Deployment Tools Foundation project.
|
||||
// </summary>
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
|
||||
|
||||
namespace Microsoft.Deployment.WindowsInstaller
|
||||
{
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче