diff options
-rw-r--r-- | src/WixToolset.Data/WixToolset.Data.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/WixToolset.Data/WixToolset.Data.csproj b/src/WixToolset.Data/WixToolset.Data.csproj index dd14bfae..99c24e6e 100644 --- a/src/WixToolset.Data/WixToolset.Data.csproj +++ b/src/WixToolset.Data/WixToolset.Data.csproj | |||
@@ -10,6 +10,11 @@ | |||
10 | <Description></Description> | 10 | <Description></Description> |
11 | </PropertyGroup> | 11 | </PropertyGroup> |
12 | 12 | ||
13 | <ItemGroup> | ||
14 | <EmbeddedResource Include="Data\actions.xml" /> | ||
15 | <EmbeddedResource Include="Data\tables.xml" /> | ||
16 | </ItemGroup> | ||
17 | |||
13 | <!-- | 18 | <!-- |
14 | <ItemGroup> | 19 | <ItemGroup> |
15 | <Compile Include="AssemblyInfo.cs" /> | 20 | <Compile Include="AssemblyInfo.cs" /> |