diff options
Diffstat (limited to '')
-rw-r--r-- | src/ext/Bal/wixstdba/wixstdba.vcxproj | 53 |
1 files changed, 31 insertions, 22 deletions
diff --git a/src/ext/Bal/wixstdba/wixstdba.vcxproj b/src/ext/Bal/wixstdba/wixstdba.vcxproj index 9df3d5fd..e8317fbf 100644 --- a/src/ext/Bal/wixstdba/wixstdba.vcxproj +++ b/src/ext/Bal/wixstdba/wixstdba.vcxproj | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
3 | 3 | ||
4 | <Project DefaultTargets="Build" Toolsxmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
5 | <ItemGroup Label="ProjectConfigurations"> | 5 | <ItemGroup Label="ProjectConfigurations"> |
6 | <ProjectConfiguration Include="Debug|ARM64"> | 6 | <ProjectConfiguration Include="Debug|ARM64"> |
7 | <Configuration>Debug</Configuration> | 7 | <Configuration>Debug</Configuration> |
@@ -31,49 +31,58 @@ | |||
31 | 31 | ||
32 | <PropertyGroup Label="Globals"> | 32 | <PropertyGroup Label="Globals"> |
33 | <ProjectGuid>{41085A22-E6AA-4E8B-AB1B-DDEE0DC89DFA}</ProjectGuid> | 33 | <ProjectGuid>{41085A22-E6AA-4E8B-AB1B-DDEE0DC89DFA}</ProjectGuid> |
34 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 34 | <Keyword>Win32Proj</Keyword> |
35 | <ConfigurationType>Application</ConfigurationType> | ||
36 | <ProjectSubSystem>Windows</ProjectSubSystem> | ||
35 | <CharacterSet>Unicode</CharacterSet> | 37 | <CharacterSet>Unicode</CharacterSet> |
36 | <TargetName>WixStdBA</TargetName> | 38 | <Description>WiX Standard Bootstrapper Application</Description> |
37 | <ProjectModuleDefinitionFile>wixstdba.def</ProjectModuleDefinitionFile> | ||
38 | </PropertyGroup> | 39 | </PropertyGroup> |
39 | 40 | ||
40 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
42 | 43 | ||
44 | <ImportGroup Label="ExtensionSettings"> | ||
45 | </ImportGroup> | ||
46 | |||
47 | <ImportGroup Label="Shared"> | ||
48 | </ImportGroup> | ||
49 | |||
43 | <PropertyGroup> | 50 | <PropertyGroup> |
44 | <ProjectAdditionalLinkLibraries>comctl32.lib;gdiplus.lib;msimg32.lib;shlwapi.lib;wininet.lib;wixstdba.res</ProjectAdditionalLinkLibraries> | 51 | <ProjectAdditionalIncludeDirectories>$(ProjectDir)..\stdbas\inc</ProjectAdditionalIncludeDirectories> |
52 | <ProjectAdditionalLinkLibraries>comctl32.lib;gdiplus.lib;rpcrt4.lib;shlwapi.lib;wininet.lib;stdbas.res</ProjectAdditionalLinkLibraries> | ||
45 | </PropertyGroup> | 53 | </PropertyGroup> |
46 | 54 | ||
55 | <ItemDefinitionGroup> | ||
56 | <Link> | ||
57 | <DelayLoadDLLs>comctl32.dll;gdiplus.dll;shlwapi.dll;version.dll;wininet.dll</DelayLoadDLLs> | ||
58 | <AdditionalOptions>/DEPENDENTLOADFLAG:0x800 %(AdditionalOptions)</AdditionalOptions> | ||
59 | </Link> | ||
60 | </ItemDefinitionGroup> | ||
61 | |||
47 | <ItemGroup> | 62 | <ItemGroup> |
48 | <ClCompile Include="precomp.cpp"> | ||
49 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
50 | </ClCompile> | ||
51 | <ClCompile Include="WixStandardBootstrapperApplication.cpp" /> | ||
52 | <ClCompile Include="wixstdba.cpp" /> | ||
53 | </ItemGroup> | ||
54 | <ItemGroup> | ||
55 | <ClInclude Include="inc\preqba.h" /> | ||
56 | <ClInclude Include="precomp.h" /> | 63 | <ClInclude Include="precomp.h" /> |
57 | <ClInclude Include="resource.h" /> | 64 | <ClInclude Include="resource.h" /> |
58 | </ItemGroup> | 65 | </ItemGroup> |
59 | <ItemGroup> | 66 | <ItemGroup> |
60 | <None Include="wixstdba.def" /> | 67 | <ClCompile Include="precomp.cpp"> |
68 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
69 | </ClCompile> | ||
70 | <ClCompile Include="wixstdba.cpp" /> | ||
61 | </ItemGroup> | 71 | </ItemGroup> |
72 | |||
62 | <ItemGroup> | 73 | <ItemGroup> |
63 | <None Include="packages.config" /> | 74 | <Manifest Include="..\stdbas\stdbas.manifest" /> |
75 | <ResourceCompile Include="wixstdba.rc" /> | ||
64 | </ItemGroup> | 76 | </ItemGroup> |
77 | |||
65 | <ItemGroup> | 78 | <ItemGroup> |
66 | <CustomBuild Include="wixstdba.mc"> | 79 | <ProjectReference Include="..\stdbas\stdbas.vcxproj"> |
67 | <Message>Compiling message file...</Message> | 80 | <Project>{DBBF5F32-BAEA-46A8-99A0-17277A906456}</Project> |
68 | <Command>mc.exe -h "$(IntDir)." -r "$(IntDir)." -A -c -z wixstdba.messages "$(InputDir)wixstdba.mc" | 81 | </ProjectReference> |
69 | rc.exe -fo "$(OutDir)wixstdba.res" "$(IntDir)wixstdba.messages.rc"</Command> | ||
70 | <Outputs>$(IntDir)wixstdba.messages.h;$(IntDir)wixstdba.messages.rc</Outputs> | ||
71 | </CustomBuild> | ||
72 | </ItemGroup> | 82 | </ItemGroup> |
73 | 83 | ||
74 | <ItemGroup> | 84 | <ItemGroup> |
75 | <PackageReference Include="WixToolset.BalUtil" /> | 85 | <PackageReference Include="WixToolset.BalUtil" /> |
76 | |||
77 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 86 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
78 | </ItemGroup> | 87 | </ItemGroup> |
79 | 88 | ||