diff options
Diffstat (limited to 'src/WixToolset.Core/WixToolset.Core.csproj')
-rw-r--r-- | src/WixToolset.Core/WixToolset.Core.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core/WixToolset.Core.csproj b/src/WixToolset.Core/WixToolset.Core.csproj index 20c9d84c..948f35ae 100644 --- a/src/WixToolset.Core/WixToolset.Core.csproj +++ b/src/WixToolset.Core/WixToolset.Core.csproj | |||
@@ -12,11 +12,13 @@ | |||
12 | <NoWarn>NU1701</NoWarn> | 12 | <NoWarn>NU1701</NoWarn> |
13 | </PropertyGroup> | 13 | </PropertyGroup> |
14 | 14 | ||
15 | <!-- | ||
15 | <ItemGroup> | 16 | <ItemGroup> |
16 | <MsgGenSource Include="Data\messages.xml"> | 17 | <MsgGenSource Include="Data\messages.xml"> |
17 | <ResourcesLogicalName>WixToolset.Core.Data.messages.resources</ResourcesLogicalName> | 18 | <ResourcesLogicalName>WixToolset.Core.Data.messages.resources</ResourcesLogicalName> |
18 | </MsgGenSource> | 19 | </MsgGenSource> |
19 | </ItemGroup> | 20 | </ItemGroup> |
21 | --> | ||
20 | 22 | ||
21 | <ItemGroup> | 23 | <ItemGroup> |
22 | <ProjectReference Include="$(WixToolsetRootFolder)\Data\src\WixToolset.Data\WixToolset.Data.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Data\src\WixToolset.Data\WixToolset.Data.csproj') " /> | 24 | <ProjectReference Include="$(WixToolsetRootFolder)\Data\src\WixToolset.Data\WixToolset.Data.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Data\src\WixToolset.Data\WixToolset.Data.csproj') " /> |