File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
test/InstallerFunctionalTests Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 13
13
<RootNamespace >WindowsAppRuntimeInstall</RootNamespace >
14
14
<WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0.22000.0</WindowsTargetPlatformVersion >
15
15
<WindowsTargetPlatformMinVersion >10.0.17763.0</WindowsTargetPlatformMinVersion >
16
+ <TargetName >WindowsAppRuntimeInstall-</TargetName >
16
17
</PropertyGroup >
17
18
<ItemGroup Label =" ProjectConfigurations" >
18
19
<ProjectConfiguration Include =" Debug|Win32" >
40
41
<Platform >ARM64</Platform >
41
42
</ProjectConfiguration >
42
43
</ItemGroup >
44
+ <PropertyGroup Label =" Globals" Condition =" '$(Platform)'=='Win32'" >
45
+ <TargetName >WindowsAppRuntimeInstall-x86</TargetName >
46
+ </PropertyGroup >
47
+ <PropertyGroup Label =" Globals" Condition =" '$(Platform)'=='x64'" >
48
+ <TargetName >WindowsAppRuntimeInstall-x64</TargetName >
49
+ </PropertyGroup >
50
+ <PropertyGroup Label =" Globals" Condition =" '$(Platform)'=='ARM64'" >
51
+ <TargetName >WindowsAppRuntimeInstall-arm64</TargetName >
52
+ </PropertyGroup >
43
53
<PropertyGroup Label =" Configuration" >
44
54
<ConfigurationType >Application</ConfigurationType >
45
55
<PlatformToolset >v143</PlatformToolset >
Original file line number Diff line number Diff line change 21
21
22
22
#define BUILDOUTPUT_DIR L" BuildOutput"
23
23
#define INSTALLER_DIR L" WindowsAppRuntimeInstall"
24
- #define INSTALLER_FILENAME L" WindowsAppRuntimeInstall. exe"
24
+ #define INSTALLER_FILENAME L" WindowsAppRuntimeInstall- " ARCH L" exe"
25
25
#define INSTALLER_EXE_PATH BUILDOUTPUT_DIR L" \\ " CONFIGURATION L" \\ " ARCH L" \\ " INSTALLER_DIR L" \\ " INSTALLER_FILENAME
26
26
27
27
namespace WindowsAppRuntimeInstallerTests
You can’t perform that action at this time.
0 commit comments