diff options
Diffstat (limited to '')
-rw-r--r-- | src/tools/Dtf/XPack/XPack.cs (renamed from src/samples/Dtf/XPack/XPack.cs) | 2 | ||||
-rw-r--r-- | src/tools/Dtf/XPack/XPack.csproj (renamed from src/samples/Dtf/XPack/XPack.csproj) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/samples/Dtf/XPack/XPack.cs b/src/tools/Dtf/XPack/XPack.cs index 36543a73..cc52bb7d 100644 --- a/src/samples/Dtf/XPack/XPack.cs +++ b/src/tools/Dtf/XPack/XPack.cs | |||
@@ -1,6 +1,6 @@ | |||
1 | // 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. | 1 | // 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. |
2 | 2 | ||
3 | namespace WixToolset.Dtf.Samples.XPack | 3 | namespace WixToolset.Dtf.Tools.XPack |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.IO; | 6 | using System.IO; |
diff --git a/src/samples/Dtf/XPack/XPack.csproj b/src/tools/Dtf/XPack/XPack.csproj index 778c2d94..3e76de2e 100644 --- a/src/samples/Dtf/XPack/XPack.csproj +++ b/src/tools/Dtf/XPack/XPack.csproj | |||
@@ -6,7 +6,7 @@ | |||
6 | <PropertyGroup> | 6 | <PropertyGroup> |
7 | <ProjectGuid>{03E55D95-DABE-4571-9CDA-92A44F92A465}</ProjectGuid> | 7 | <ProjectGuid>{03E55D95-DABE-4571-9CDA-92A44F92A465}</ProjectGuid> |
8 | <OutputType>Exe</OutputType> | 8 | <OutputType>Exe</OutputType> |
9 | <RootNamespace>WixToolset.Dtf.Samples.XPack</RootNamespace> | 9 | <RootNamespace>WixToolset.Dtf.Tools.XPack</RootNamespace> |
10 | <AssemblyName>XPack</AssemblyName> | 10 | <AssemblyName>XPack</AssemblyName> |
11 | <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> | 11 | <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
12 | </PropertyGroup> | 12 | </PropertyGroup> |