aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj')
-rw-r--r--src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj b/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj
index 4b257195..65467acc 100644
--- a/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj
+++ b/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj
@@ -60,9 +60,9 @@
60 <Output TaskParameter="Assemblies" ItemName="AssemblyIdentity" /> 60 <Output TaskParameter="Assemblies" ItemName="AssemblyIdentity" />
61 </GetAssemblyIdentity> 61 </GetAssemblyIdentity>
62 <ItemGroup> 62 <ItemGroup>
63 <Line Include="#define MBA_ASSEMBLY_FULL_NAME L&quot;%(AssemblyIdentity.Identity)&quot;" /> 63 <Line Include='#define MBA_ASSEMBLY_FULL_NAME L"%(AssemblyIdentity.Identity)"' />
64 <Line Include="#define MBA_CONFIG_FILE_NAME L&quot;$(AssemblyName).config&quot;" /> 64 <Line Include='#define MBA_CONFIG_FILE_NAME L"$(AssemblyName).config"' />
65 <Line Include="#define MBA_ENTRY_TYPE L&quot;$(RootNamespace).BootstrapperApplicationFactory&quot;" /> 65 <Line Include='#define MBA_ENTRY_TYPE L"$(RootNamespace).BootstrapperApplicationFactory"' />
66 </ItemGroup> 66 </ItemGroup>
67 <Message Importance="normal" Text="Generating identity definitions into @(HeaderPath->'%(FullPath)')" /> 67 <Message Importance="normal" Text="Generating identity definitions into @(HeaderPath->'%(FullPath)')" />
68 <WriteLinesToFile File="@(HeaderPath)" Lines="@(Line)" Overwrite="True" /> 68 <WriteLinesToFile File="@(HeaderPath)" Lines="@(Line)" Overwrite="True" />