aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/WixToolset.Core.csproj
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-10-18 15:14:17 -0700
committerRob Mensching <rob@firegiant.com>2017-10-18 15:14:17 -0700
commitdf7413aeed3aea3425dff20ae0c8b1be3a3ab525 (patch)
tree7977943c827b175ad702409380315024cf73acd0 /src/WixToolset.Core/WixToolset.Core.csproj
parentc08fd0aefeea1628fe93c818ca4dde63fd6ac2e1 (diff)
downloadwix-df7413aeed3aea3425dff20ae0c8b1be3a3ab525.tar.gz
wix-df7413aeed3aea3425dff20ae0c8b1be3a3ab525.tar.bz2
wix-df7413aeed3aea3425dff20ae0c8b1be3a3ab525.zip
Commit generated message and schema classes one way to better system
Generating messages and schema classes from XML is a bit cool but is fraught with issues when there is a build failure anywhere. This commits those generated files until a better process is in place.
Diffstat (limited to 'src/WixToolset.Core/WixToolset.Core.csproj')
-rw-r--r--src/WixToolset.Core/WixToolset.Core.csproj2
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') " />