diff options
Diffstat (limited to '')
-rw-r--r-- | src/dtf/SfxCA/SfxCA.vcxproj (renamed from src/samples/Dtf/Tools/SfxCA/SfxCA.vcxproj) | 40 | ||||
-rw-r--r-- | src/dtf/SfxCA/SfxCA.vcxproj.filters (renamed from src/samples/Dtf/Tools/SfxCA/SfxCA.vcxproj.filters) | 0 |
2 files changed, 26 insertions, 14 deletions
diff --git a/src/samples/Dtf/Tools/SfxCA/SfxCA.vcxproj b/src/dtf/SfxCA/SfxCA.vcxproj index 4684d6e0..96aa69e0 100644 --- a/src/samples/Dtf/Tools/SfxCA/SfxCA.vcxproj +++ b/src/dtf/SfxCA/SfxCA.vcxproj | |||
@@ -1,19 +1,28 @@ | |||
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 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
4 | <ItemGroup Label="ProjectConfigurations"> | 5 | <ItemGroup Label="ProjectConfigurations"> |
5 | <ProjectConfiguration Include="Debug|Win32"> | 6 | <ProjectConfiguration Include="Debug|ARM64"> |
6 | <Configuration>Debug</Configuration> | 7 | <Configuration>Debug</Configuration> |
7 | <Platform>Win32</Platform> | 8 | <Platform>ARM64</Platform> |
8 | </ProjectConfiguration> | 9 | </ProjectConfiguration> |
9 | <ProjectConfiguration Include="Release|Win32"> | 10 | <ProjectConfiguration Include="Debug|Win32"> |
10 | <Configuration>Release</Configuration> | 11 | <Configuration>Debug</Configuration> |
11 | <Platform>Win32</Platform> | 12 | <Platform>Win32</Platform> |
12 | </ProjectConfiguration> | 13 | </ProjectConfiguration> |
13 | <ProjectConfiguration Include="Debug|x64"> | 14 | <ProjectConfiguration Include="Debug|x64"> |
14 | <Configuration>Debug</Configuration> | 15 | <Configuration>Debug</Configuration> |
15 | <Platform>x64</Platform> | 16 | <Platform>x64</Platform> |
16 | </ProjectConfiguration> | 17 | </ProjectConfiguration> |
18 | <ProjectConfiguration Include="Release|ARM64"> | ||
19 | <Configuration>Release</Configuration> | ||
20 | <Platform>ARM64</Platform> | ||
21 | </ProjectConfiguration> | ||
22 | <ProjectConfiguration Include="Release|Win32"> | ||
23 | <Configuration>Release</Configuration> | ||
24 | <Platform>Win32</Platform> | ||
25 | </ProjectConfiguration> | ||
17 | <ProjectConfiguration Include="Release|x64"> | 26 | <ProjectConfiguration Include="Release|x64"> |
18 | <Configuration>Release</Configuration> | 27 | <Configuration>Release</Configuration> |
19 | <Platform>x64</Platform> | 28 | <Platform>x64</Platform> |
@@ -23,15 +32,18 @@ | |||
23 | <PropertyGroup Label="Globals"> | 32 | <PropertyGroup Label="Globals"> |
24 | <ProjectGuid>{55D5BA28-D427-4F53-80C2-FE9EF23C1553}</ProjectGuid> | 33 | <ProjectGuid>{55D5BA28-D427-4F53-80C2-FE9EF23C1553}</ProjectGuid> |
25 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 34 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
26 | <TargetName>SfxCA</TargetName> | ||
27 | <CharacterSet>Unicode</CharacterSet> | 35 | <CharacterSet>Unicode</CharacterSet> |
36 | <SignOutput>false</SignOutput> | ||
28 | <ProjectModuleDefinitionFile>EntryPoints.def</ProjectModuleDefinitionFile> | 37 | <ProjectModuleDefinitionFile>EntryPoints.def</ProjectModuleDefinitionFile> |
29 | </PropertyGroup> | 38 | </PropertyGroup> |
39 | |||
30 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 40 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
31 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
42 | |||
32 | <PropertyGroup> | 43 | <PropertyGroup> |
33 | <ProjectAdditionalLinkLibraries>msi.lib;cabinet.lib;shlwapi.lib</ProjectAdditionalLinkLibraries> | 44 | <ProjectAdditionalLinkLibraries>msi.lib;cabinet.lib;shlwapi.lib</ProjectAdditionalLinkLibraries> |
34 | </PropertyGroup> | 45 | </PropertyGroup> |
46 | |||
35 | <ItemGroup> | 47 | <ItemGroup> |
36 | <ClCompile Include="ClrHost.cpp" /> | 48 | <ClCompile Include="ClrHost.cpp" /> |
37 | <ClCompile Include="Extract.cpp" /> | 49 | <ClCompile Include="Extract.cpp" /> |
@@ -49,19 +61,19 @@ | |||
49 | <ClInclude Include="RemoteMsiSession.h" /> | 61 | <ClInclude Include="RemoteMsiSession.h" /> |
50 | <ClInclude Include="SfxUtil.h" /> | 62 | <ClInclude Include="SfxUtil.h" /> |
51 | </ItemGroup> | 63 | </ItemGroup> |
64 | |||
52 | <ItemGroup> | 65 | <ItemGroup> |
53 | <None Include="EntryPoints.def" /> | 66 | <None Include="EntryPoints.def" /> |
54 | <None Include="packages.config" /> | ||
55 | </ItemGroup> | 67 | </ItemGroup> |
68 | |||
56 | <ItemGroup> | 69 | <ItemGroup> |
57 | <ResourceCompile Include="SfxCA.rc" /> | 70 | <ResourceCompile Include="SfxCA.rc" /> |
58 | </ItemGroup> | 71 | </ItemGroup> |
72 | |||
73 | <ItemGroup> | ||
74 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | ||
75 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
76 | </ItemGroup> | ||
77 | |||
59 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 78 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
60 | <Import Project="..\..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" /> | 79 | </Project> |
61 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | ||
62 | <PropertyGroup> | ||
63 | <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> | ||
64 | </PropertyGroup> | ||
65 | <Error Condition="!Exists('..\..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets'))" /> | ||
66 | </Target> | ||
67 | </Project> \ No newline at end of file | ||
diff --git a/src/samples/Dtf/Tools/SfxCA/SfxCA.vcxproj.filters b/src/dtf/SfxCA/SfxCA.vcxproj.filters index a5ebf693..a5ebf693 100644 --- a/src/samples/Dtf/Tools/SfxCA/SfxCA.vcxproj.filters +++ b/src/dtf/SfxCA/SfxCA.vcxproj.filters | |||