diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-09-17 15:31:25 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-09-17 15:31:25 -0700 |
| commit | a77ee1d51a3683542abd10aff768ad1c14554a98 (patch) | |
| tree | 78b022692a468308ca4bf366463c0cfb857e9986 /src | |
| parent | 1ec9c1db3f344646dae0937acb31016d8a924464 (diff) | |
| download | wix-a77ee1d51a3683542abd10aff768ad1c14554a98.tar.gz wix-a77ee1d51a3683542abd10aff768ad1c14554a98.tar.bz2 wix-a77ee1d51a3683542abd10aff768ad1c14554a98.zip | |
Add missing data XML files as resource streams
Diffstat (limited to 'src')
| -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" /> |
