aboutsummaryrefslogtreecommitdiff
path: root/src/tools/Dtf/DDiff/DDiff.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tools/Dtf/DDiff/DDiff.cs (renamed from src/samples/Dtf/DDiff/DDiff.cs)2
-rw-r--r--src/tools/Dtf/DDiff/DDiff.csproj (renamed from src/samples/Dtf/DDiff/DDiff.csproj)2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/samples/Dtf/DDiff/DDiff.cs b/src/tools/Dtf/DDiff/DDiff.cs
index 27a5a782..4e9121b6 100644
--- a/src/samples/Dtf/DDiff/DDiff.cs
+++ b/src/tools/Dtf/DDiff/DDiff.cs
@@ -4,7 +4,7 @@ using System;
4using System.IO; 4using System.IO;
5using System.Text; 5using System.Text;
6 6
7namespace WixToolset.Dtf.Samples.DDiff 7namespace WixToolset.Dtf.Tools.DDiff
8{ 8{
9 public class DDiff 9 public class DDiff
10 { 10 {
diff --git a/src/samples/Dtf/DDiff/DDiff.csproj b/src/tools/Dtf/DDiff/DDiff.csproj
index 332ad4d0..bf4d6521 100644
--- a/src/samples/Dtf/DDiff/DDiff.csproj
+++ b/src/tools/Dtf/DDiff/DDiff.csproj
@@ -6,7 +6,7 @@
6 <PropertyGroup> 6 <PropertyGroup>
7 <ProjectGuid>{1CDF4242-4C00-4744-BBCD-085128978FF3}</ProjectGuid> 7 <ProjectGuid>{1CDF4242-4C00-4744-BBCD-085128978FF3}</ProjectGuid>
8 <OutputType>Exe</OutputType> 8 <OutputType>Exe</OutputType>
9 <RootNamespace>WixToolset.Dtf.Samples.DDiff</RootNamespace> 9 <RootNamespace>WixToolset.Dtf.Tools.DDiff</RootNamespace>
10 <AssemblyName>DDiff</AssemblyName> 10 <AssemblyName>DDiff</AssemblyName>
11 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 11 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
12 <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> 12 <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>