diff options
Diffstat (limited to 'src/ext/Util/ca/utilca.vcxproj')
-rw-r--r-- | src/ext/Util/ca/utilca.vcxproj | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/src/ext/Util/ca/utilca.vcxproj b/src/ext/Util/ca/utilca.vcxproj new file mode 100644 index 00000000..7b64db95 --- /dev/null +++ b/src/ext/Util/ca/utilca.vcxproj | |||
@@ -0,0 +1,106 @@ | |||
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 | <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
5 | <ItemGroup Label="ProjectConfigurations"> | ||
6 | <ProjectConfiguration Include="Debug|ARM64"> | ||
7 | <Configuration>Debug</Configuration> | ||
8 | <Platform>ARM64</Platform> | ||
9 | </ProjectConfiguration> | ||
10 | <ProjectConfiguration Include="Release|ARM64"> | ||
11 | <Configuration>Release</Configuration> | ||
12 | <Platform>ARM64</Platform> | ||
13 | </ProjectConfiguration> | ||
14 | <ProjectConfiguration Include="Debug|X64"> | ||
15 | <Configuration>Debug</Configuration> | ||
16 | <Platform>X64</Platform> | ||
17 | </ProjectConfiguration> | ||
18 | <ProjectConfiguration Include="Release|X64"> | ||
19 | <Configuration>Release</Configuration> | ||
20 | <Platform>X64</Platform> | ||
21 | </ProjectConfiguration> | ||
22 | <ProjectConfiguration Include="Debug|Win32"> | ||
23 | <Configuration>Debug</Configuration> | ||
24 | <Platform>Win32</Platform> | ||
25 | </ProjectConfiguration> | ||
26 | <ProjectConfiguration Include="Release|Win32"> | ||
27 | <Configuration>Release</Configuration> | ||
28 | <Platform>Win32</Platform> | ||
29 | </ProjectConfiguration> | ||
30 | </ItemGroup> | ||
31 | |||
32 | <PropertyGroup Label="Globals"> | ||
33 | <ProjectGuid>{076018F7-19BD-423A-ABBF-229273DA08D8}</ProjectGuid> | ||
34 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
35 | <TargetName>utilca</TargetName> | ||
36 | <PlatformToolset>v142</PlatformToolset> | ||
37 | <CharacterSet>Unicode</CharacterSet> | ||
38 | <ProjectModuleDefinitionFile>utilca.def</ProjectModuleDefinitionFile> | ||
39 | <Description>WiX Toolset Util CustomAction</Description> | ||
40 | </PropertyGroup> | ||
41 | |||
42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
43 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
44 | |||
45 | <PropertyGroup> | ||
46 | <ProjectAdditionalLinkLibraries>activeds.lib;adsiid.lib;msi.lib;netapi32.lib;shlwapi.lib</ProjectAdditionalLinkLibraries> | ||
47 | </PropertyGroup> | ||
48 | |||
49 | <ItemGroup> | ||
50 | <ClCompile Include="BroadcastSettingChange.cpp" /> | ||
51 | <ClCompile Include="CheckReboot.cpp" /> | ||
52 | <ClCompile Include="CloseApps.cpp" /> | ||
53 | <ClCompile Include="dllmain.cpp"> | ||
54 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
55 | </ClCompile> | ||
56 | <ClCompile Include="exitearlywithsuccess.cpp" /> | ||
57 | <ClCompile Include="FormatFiles.cpp" /> | ||
58 | <ClCompile Include="netshortcuts.cpp" /> | ||
59 | <ClCompile Include="OsInfo.cpp" /> | ||
60 | <ClCompile Include="qtexecca.cpp" /> | ||
61 | <ClCompile Include="RemoveFoldersEx.cpp" /> | ||
62 | <ClCompile Include="RemoveRegistryKeysEx.cpp" /> | ||
63 | <ClCompile Include="RestartManager.cpp" /> | ||
64 | <ClCompile Include="scaexec.cpp" /> | ||
65 | <ClCompile Include="scamanifest.cpp" /> | ||
66 | <ClCompile Include="scaperf.cpp" /> | ||
67 | <ClCompile Include="scaperfexec.cpp" /> | ||
68 | <ClCompile Include="scasched.cpp" /> | ||
69 | <ClCompile Include="scasmbexec.cpp" /> | ||
70 | <ClCompile Include="scasmbsched.cpp" /> | ||
71 | <ClCompile Include="scauser.cpp" /> | ||
72 | <ClCompile Include="secureobj.cpp" /> | ||
73 | <ClCompile Include="serviceconfig.cpp" /> | ||
74 | <ClCompile Include="shellexecca.cpp" /> | ||
75 | <ClCompile Include="test.cpp" /> | ||
76 | <ClCompile Include="TouchFile.cpp" /> | ||
77 | <ClCompile Include="utilca.cpp" /> | ||
78 | <ClCompile Include="XmlConfig.cpp" /> | ||
79 | <ClCompile Include="XmlFile.cpp" /> | ||
80 | </ItemGroup> | ||
81 | |||
82 | <ItemGroup> | ||
83 | <ClInclude Include="caDecor.h" /> | ||
84 | <ClInclude Include="cost.h" /> | ||
85 | <ClInclude Include="CustomMsiErrors.h" /> | ||
86 | <ClInclude Include="precomp.h" /> | ||
87 | <ClInclude Include="sca.h" /> | ||
88 | <ClInclude Include="scacost.h" /> | ||
89 | <ClInclude Include="scasmb.h" /> | ||
90 | <ClInclude Include="scasmbexec.h" /> | ||
91 | <ClInclude Include="scauser.h" /> | ||
92 | </ItemGroup> | ||
93 | |||
94 | <ItemGroup> | ||
95 | <None Include="utilca.def" /> | ||
96 | </ItemGroup> | ||
97 | |||
98 | <ItemGroup> | ||
99 | <PackageReference Include="WixToolset.Dutil" Version="4.0.72" /> | ||
100 | <PackageReference Include="WixToolset.WcaUtil" Version="4.0.19" /> | ||
101 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> | ||
102 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" /> | ||
103 | </ItemGroup> | ||
104 | |||
105 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
106 | </Project> | ||