aboutsummaryrefslogtreecommitdiff
path: root/src/wixstdba/wixstdba.vcxproj
blob: 8ee9ace9f0a8a2826d924092387dcb2cec9c78b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="utf-8"?>
<!-- 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. -->

<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="..\..\packages\WixToolset.BalUtil.4.0.4\build\WixToolset.BalUtil.props" Condition="Exists('..\..\packages\WixToolset.BalUtil.4.0.4\build\WixToolset.BalUtil.props')" />
  <Import Project="..\..\packages\WixToolset.BootstrapperCore.4.0.3\build\WixToolset.BootstrapperCore.props" Condition="Exists('..\..\packages\WixToolset.BootstrapperCore.4.0.1\build\WixToolset.BootstrapperCore.props')" />
  <Import Project="..\..\packages\WixToolset.DUtil.4.0.13\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.13\build\WixToolset.DUtil.props')" />

  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Debug|Win32">
      <Configuration>Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
  </ItemGroup>

  <PropertyGroup Label="Globals">
    <ProjectGuid>{41085A22-E6AA-4E8B-AB1B-DDEE0DC89DFA}</ProjectGuid>
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <PlatformToolset>v141</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
    <TargetName>WixStdBA</TargetName>
    <ProjectModuleDefinitionFile>wixstdba.def</ProjectModuleDefinitionFile>
  </PropertyGroup>

  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

  <PropertyGroup>
    <ProjectAdditionalLinkLibraries>comctl32.lib;gdiplus.lib;msimg32.lib;shlwapi.lib;wininet.lib;wixstdba.res</ProjectAdditionalLinkLibraries>
  </PropertyGroup>

  <ItemGroup>
    <ClCompile Include="precomp.cpp">
      <PrecompiledHeader>Create</PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="WixStandardBootstrapperApplication.cpp" />
    <ClCompile Include="wixstdba.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="precomp.h" />
    <ClInclude Include="resource.h" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\logo.png">
      <CopyToOutputSubDirectory>WixstdbaResources</CopyToOutputSubDirectory>
    </None>
    <None Include="Resources\logoside.png">
      <CopyToOutputSubDirectory>WixstdbaResources</CopyToOutputSubDirectory>
    </None>
    <None Include="Resources\LoremIpsumLicense.rtf">
      <CopyToOutputSubDirectory>WixstdbaResources</CopyToOutputSubDirectory>
    </None>
    <None Include="Resources\HyperlinkTheme.wxl">
      <CopyToOutputSubDirectory>WixstdbaResources</CopyToOutputSubDirectory>
    </None>
    <None Include="Resources\HyperlinkTheme.xml">
      <CopyToOutputSubDirectory>WixstdbaResources</CopyToOutputSubDirectory>
    </None>
    <None Include="Resources\HyperlinkLargeTheme.xml">
      <CopyToOutputSubDirectory>WixstdbaResources</CopyToOutputSubDirectory>
    </None>
    <None Include="Resources\HyperlinkSidebarTheme.xml">
      <CopyToOutputSubDirectory>WixstdbaResources</CopyToOutputSubDirectory>
    </None>
    <None Include="Resources\mbapreq.png">
      <CopyToOutputSubDirectory>WixstdbaResources</CopyToOutputSubDirectory>
    </None>
    <None Include="Resources\mbapreq.thm">
      <CopyToOutputSubDirectory>WixstdbaResources</CopyToOutputSubDirectory>
    </None>
    <None Include="Resources\mbapreq.wxl">
      <CopyToOutputSubDirectory>WixstdbaResources</CopyToOutputSubDirectory>
    </None>
    <None Include="Resources\RtfTheme.wxl">
      <CopyToOutputSubDirectory>WixstdbaResources</CopyToOutputSubDirectory>
    </None>
    <None Include="Resources\RtfTheme.xml">
      <CopyToOutputSubDirectory>WixstdbaResources</CopyToOutputSubDirectory>
    </None>
    <None Include="Resources\RtfLargeTheme.xml">
      <CopyToOutputSubDirectory>WixstdbaResources</CopyToOutputSubDirectory>
    </None>
    <None Include="Resources\*\mbapreq.wxl">
      <CopyToOutputSubDirectory>Wixstdba%(RelativeDir)</CopyToOutputSubDirectory>
    </None>
    <None Include="wixstdba.def" />
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config" />
  </ItemGroup>
  <ItemGroup>
    <CustomBuild Include="wixstdba.mc">
      <Message>Compiling message file...</Message>
      <Command>mc.exe -h "$(IntDir)." -r "$(IntDir)." -A -c -z wixstdba.messages "$(InputDir)wixstdba.mc"
rc.exe -fo "$(OutDir)wixstdba.res" "$(IntDir)wixstdba.messages.rc"</Command>
      <Outputs>$(IntDir)wixstdba.messages.h;$(OutDir)wixstdba.messages.rc</Outputs>
    </CustomBuild>
  </ItemGroup>

  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <Import Project="..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" />
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
    <PropertyGroup>
      <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
    </PropertyGroup>
    <Error Condition="!Exists('..\..\packages\WixToolset.BalUtil.4.0.4\build\WixToolset.BalUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.BalUtil.4.0.4\build\WixToolset.BalUtil.props'))" />
    <Error Condition="!Exists('..\..\packages\WixToolset.BootstrapperCore.4.0.3\build\WixToolset.BootstrapperCore.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.BootstrapperCore.4.0.3\build\WixToolset.BootstrapperCore.props'))" />
    <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.13\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.13\build\WixToolset.DUtil.props'))" />
    <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets'))" />
  </Target>
</Project>