Add missing data XML files as resource streams
Rob Mensching committed
Sep 17, 2017 at 15:31 UTC
a77ee1d51a3683542abd10aff768ad1c14554a98
1 file changed
+5
src/WixToolset.Data/WixToolset.Data.csproj
+5
@@ -10,6 +10,11 @@
10
<Description></Description>
11
</PropertyGroup>
12
13
+ <ItemGroup>
14
+ <EmbeddedResource Include="Data\actions.xml" />
15
+ <EmbeddedResource Include="Data\tables.xml" />
16
+ </ItemGroup>
17
+
18
<!--
19
<ItemGroup>
20
<Compile Include="AssemblyInfo.cs" />