aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-04-11 16:03:19 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-04-12 12:46:21 +1000
commitdf69d4172d3117d8b66ba51fa5ae7f4be538700d (patch)
tree962a380e4d46e2bdff056e94a238819caa4e053e /src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
parentbf187ab399db33b40fc3de8ac9b1e2a82cc47a19 (diff)
downloadwix-df69d4172d3117d8b66ba51fa5ae7f4be538700d.tar.gz
wix-df69d4172d3117d8b66ba51fa5ae7f4be538700d.tar.bz2
wix-df69d4172d3117d8b66ba51fa5ae7f4be538700d.zip
Move table definitions from Core to Data.
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj b/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
index 07007525..5d68bfe4 100644
--- a/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
+++ b/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
@@ -11,10 +11,6 @@
11 </PropertyGroup> 11 </PropertyGroup>
12 12
13 <ItemGroup> 13 <ItemGroup>
14 <EmbeddedResource Include="Data\tables.xml" />
15 </ItemGroup>
16
17 <ItemGroup>
18 <ProjectReference Include="..\WixToolset.Core\WixToolset.Core.csproj" /> 14 <ProjectReference Include="..\WixToolset.Core\WixToolset.Core.csproj" />
19 </ItemGroup> 15 </ItemGroup>
20 16