diff options
Diffstat (limited to 'src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj')
-rw-r--r-- | src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj b/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj new file mode 100644 index 00000000..8e7e9bd9 --- /dev/null +++ b/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj | |||
@@ -0,0 +1,64 @@ | |||
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 | <Project DefaultTargets="Build" Toolsxmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
4 | <ItemGroup Label="ProjectConfigurations"> | ||
5 | <ProjectConfiguration Include="Debug|ARM64"> | ||
6 | <Configuration>Debug</Configuration> | ||
7 | <Platform>ARM64</Platform> | ||
8 | </ProjectConfiguration> | ||
9 | <ProjectConfiguration Include="Release|ARM64"> | ||
10 | <Configuration>Release</Configuration> | ||
11 | <Platform>ARM64</Platform> | ||
12 | </ProjectConfiguration> | ||
13 | <ProjectConfiguration Include="Debug|Win32"> | ||
14 | <Configuration>Debug</Configuration> | ||
15 | <Platform>Win32</Platform> | ||
16 | </ProjectConfiguration> | ||
17 | <ProjectConfiguration Include="Release|Win32"> | ||
18 | <Configuration>Release</Configuration> | ||
19 | <Platform>Win32</Platform> | ||
20 | </ProjectConfiguration> | ||
21 | <ProjectConfiguration Include="Debug|x64"> | ||
22 | <Configuration>Debug</Configuration> | ||
23 | <Platform>x64</Platform> | ||
24 | </ProjectConfiguration> | ||
25 | <ProjectConfiguration Include="Release|x64"> | ||
26 | <Configuration>Release</Configuration> | ||
27 | <Platform>x64</Platform> | ||
28 | </ProjectConfiguration> | ||
29 | </ItemGroup> | ||
30 | <PropertyGroup Label="Globals"> | ||
31 | <ProjectGuid>{565E99AE-975F-4F26-8A6E-852603386A80}</ProjectGuid> | ||
32 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
33 | <PlatformToolset>v142</PlatformToolset> | ||
34 | <CharacterSet>Unicode</CharacterSet> | ||
35 | <TargetName>BafThmUtilTesting</TargetName> | ||
36 | <ProjectModuleDefinitionFile>BafThmUtilTesting.def</ProjectModuleDefinitionFile> | ||
37 | </PropertyGroup> | ||
38 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
39 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
40 | <PropertyGroup> | ||
41 | <ProjectAdditionalLinkLibraries>comctl32.lib;gdiplus.lib;msimg32.lib;shlwapi.lib;wininet.lib</ProjectAdditionalLinkLibraries> | ||
42 | </PropertyGroup> | ||
43 | <ItemGroup> | ||
44 | <ClCompile Include="BafThmUtilTesting.cpp" /> | ||
45 | <ClCompile Include="precomp.cpp"> | ||
46 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
47 | </ClCompile> | ||
48 | </ItemGroup> | ||
49 | <ItemGroup> | ||
50 | <ClInclude Include="precomp.h" /> | ||
51 | </ItemGroup> | ||
52 | <ItemGroup> | ||
53 | <ResourceCompile Include="theme\theme.rc" Link="theme.rc" /> | ||
54 | </ItemGroup> | ||
55 | <ItemGroup> | ||
56 | <None Include="BafThmUtilTesting.def" /> | ||
57 | </ItemGroup> | ||
58 | <ItemGroup> | ||
59 | <PackageReference Include="WixToolset.Dutil" /> | ||
60 | <PackageReference Include="WixToolset.BalUtil" /> | ||
61 | <PackageReference Include="WixToolset.BootstrapperCore.Native" /> | ||
62 | </ItemGroup> | ||
63 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
64 | </Project> \ No newline at end of file | ||