aboutsummaryrefslogtreecommitdiff
path: root/src/Samples/bafunctions/bafunctions.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/Samples/bafunctions/bafunctions.vcxproj')
-rw-r--r--src/Samples/bafunctions/bafunctions.vcxproj54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/Samples/bafunctions/bafunctions.vcxproj b/src/Samples/bafunctions/bafunctions.vcxproj
new file mode 100644
index 00000000..71b27bca
--- /dev/null
+++ b/src/Samples/bafunctions/bafunctions.vcxproj
@@ -0,0 +1,54 @@
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. -->
3
4
5<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6 <ItemGroup Label="ProjectConfigurations">
7 <ProjectConfiguration Include="Debug|Win32">
8 <Configuration>Debug</Configuration>
9 <Platform>Win32</Platform>
10 </ProjectConfiguration>
11 <ProjectConfiguration Include="Release|Win32">
12 <Configuration>Release</Configuration>
13 <Platform>Win32</Platform>
14 </ProjectConfiguration>
15 </ItemGroup>
16 <ItemGroup Label="ProjectConfigurations">
17 <ProjectConfiguration Include="Debug|ARM">
18 <Configuration>Debug</Configuration>
19 <Platform>ARM</Platform>
20 </ProjectConfiguration>
21 <ProjectConfiguration Include="Release|ARM">
22 <Configuration>Release</Configuration>
23 <Platform>ARM</Platform>
24 </ProjectConfiguration>
25 </ItemGroup>
26 <PropertyGroup Label="Globals">
27 <ProjectGuid>{EB0A7D51-2133-4EE7-B6CA-87DBEAC67E02}</ProjectGuid>
28 <ConfigurationType>DynamicLibrary</ConfigurationType>
29 <CharacterSet>Unicode</CharacterSet>
30 <TargetName>BAFunctions</TargetName>
31 <ProjectModuleDefinitionFile>bafunctions.def</ProjectModuleDefinitionFile>
32 </PropertyGroup>
33 <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.props" />
34 <PropertyGroup>
35 <ProjectAdditionalIncludeDirectories>$(WixRoot)src\libs\dutil\inc;$(WixRoot)src\burn\inc;$(WixRoot)src\libs\balutil\inc</ProjectAdditionalIncludeDirectories>
36 <ProjectAdditionalLinkLibraries>comctl32.lib;gdiplus.lib;msimg32.lib;shlwapi.lib;wininet.lib;dutil.lib;balutil.lib;version.lib</ProjectAdditionalLinkLibraries>
37 </PropertyGroup>
38 <ItemGroup>
39 <ClCompile Include="WixSampleBAFunctions.cpp" />
40 <ClCompile Include="bafunctions.cpp" />
41 </ItemGroup>
42 <ItemGroup>
43 <ClInclude Include="precomp.h" />
44 <ClInclude Include="resource.h" />
45 </ItemGroup>
46 <ItemGroup>
47 <None Include="bafunctions.def" />
48 <None Include="Readme.txt" />
49 </ItemGroup>
50 <ItemGroup>
51 <ResourceCompile Include="bafunctions.rc" />
52 </ItemGroup>
53 <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
54</Project>