diff options
Diffstat (limited to 'src/burn/stub/stub.vcxproj')
-rw-r--r-- | src/burn/stub/stub.vcxproj | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/burn/stub/stub.vcxproj b/src/burn/stub/stub.vcxproj index 03f49209..d07b8da7 100644 --- a/src/burn/stub/stub.vcxproj +++ b/src/burn/stub/stub.vcxproj | |||
@@ -35,7 +35,6 @@ | |||
35 | <ProjectSubSystem>Windows</ProjectSubSystem> | 35 | <ProjectSubSystem>Windows</ProjectSubSystem> |
36 | <TargetName>burn</TargetName> | 36 | <TargetName>burn</TargetName> |
37 | <CharacterSet>Unicode</CharacterSet> | 37 | <CharacterSet>Unicode</CharacterSet> |
38 | <GenerateManifest>false</GenerateManifest> | ||
39 | <Description>Native component of WixToolset.Burn</Description> | 38 | <Description>Native component of WixToolset.Burn</Description> |
40 | <!-- NBGV properties --> | 39 | <!-- NBGV properties --> |
41 | <AssemblyLanguage>1033</AssemblyLanguage> | 40 | <AssemblyLanguage>1033</AssemblyLanguage> |
@@ -62,7 +61,7 @@ | |||
62 | <Link> | 61 | <Link> |
63 | <SwapRunFromCD>true</SwapRunFromCD> | 62 | <SwapRunFromCD>true</SwapRunFromCD> |
64 | <SwapRunFromNET>true</SwapRunFromNET> | 63 | <SwapRunFromNET>true</SwapRunFromNET> |
65 | <DelayLoadDLLs>cabinet.dll;crypt32.dll;msi.dll;shlwapi.dll;userenv.dll;version.dll;wininet.dll;wintrust.dll</DelayLoadDLLs> | 64 | <DelayLoadDLLs>cabinet.dll;crypt32.dll;msi.dll;rpcrt4.dll;shlwapi.dll;userenv.dll;version.dll;wininet.dll;wintrust.dll</DelayLoadDLLs> |
66 | <AdditionalOptions>/DEPENDENTLOADFLAG:0x800 %(AdditionalOptions)</AdditionalOptions> | 65 | <AdditionalOptions>/DEPENDENTLOADFLAG:0x800 %(AdditionalOptions)</AdditionalOptions> |
67 | </Link> | 66 | </Link> |
68 | </ItemDefinitionGroup> | 67 | </ItemDefinitionGroup> |
@@ -81,6 +80,7 @@ | |||
81 | </ClCompile> | 80 | </ClCompile> |
82 | </ItemGroup> | 81 | </ItemGroup> |
83 | <ItemGroup> | 82 | <ItemGroup> |
83 | <Manifest Include="stub.manifest" /> | ||
84 | <ResourceCompile Include="stub.rc" /> | 84 | <ResourceCompile Include="stub.rc" /> |
85 | </ItemGroup> | 85 | </ItemGroup> |
86 | 86 | ||
@@ -91,9 +91,8 @@ | |||
91 | </ItemGroup> | 91 | </ItemGroup> |
92 | 92 | ||
93 | <ItemGroup> | 93 | <ItemGroup> |
94 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | ||
95 | |||
96 | <PackageReference Include="WixToolset.DUtil" /> | 94 | <PackageReference Include="WixToolset.DUtil" /> |
95 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | ||
97 | </ItemGroup> | 96 | </ItemGroup> |
98 | 97 | ||
99 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 98 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |