|
12 | 12 |
|
13 | 13 | <_AlternativeVCTargetsPath170>$(ExtractedFolder)VCTargets170\</_AlternativeVCTargetsPath170> |
14 | 14 | <_AlternativeVCTargetsPath160>$(ExtractedFolder)VCTargets160\</_AlternativeVCTargetsPath160> |
15 | | - <_AlternativeVCTargetsPath150 Condition="'$(GDKEditionNumber)' != '' AND '$(GDKEditionNumber)' < '241000'">$(ExtractedFolder)VCTargets150\</_AlternativeVCTargetsPath150> |
16 | 15 |
|
17 | 16 | <!-- Workaround for VS bug --> |
18 | 17 | <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion> |
19 | 18 | </PropertyGroup> |
20 | 19 |
|
21 | | - <PropertyGroup Condition="'$(GDKEditionNumber)' != '' AND '$(GDKEditionNumber)' < '220300'"> |
22 | | - <_PCNuGetPackage>Microsoft.PGDK</_PCNuGetPackage> |
23 | | - <_XboxNuGetPackage>Microsoft.GDK</_XboxNuGetPackage> |
24 | | - </PropertyGroup> |
25 | | - |
26 | | - <PropertyGroup Condition="'$(GDKEditionNumber)' != '' AND '$(GDKEditionNumber)' >= '220300'"> |
27 | | - <_PCNuGetPackage>Microsoft.GDK.PC</_PCNuGetPackage> |
28 | | - <_XboxNuGetPackage>Microsoft.GDK.Xbox</_XboxNuGetPackage> |
29 | | - </PropertyGroup> |
30 | | - |
31 | | - <PropertyGroup Condition="'$(GDKEditionNumber)' != '' AND '$(GDKEditionNumber)' < '241000'"> |
32 | | - <_PCNuGetPackage>$(_PCNuGetPackage).$(GDKEditionNumber)</_PCNuGetPackage> |
33 | | - <_XboxNuGetPackage>$(_XboxNuGetPackage).$(GDKEditionNumber)</_XboxNuGetPackage> |
34 | | - </PropertyGroup> |
35 | | - |
36 | 20 | <!-- Windows SDK NuGet --> |
37 | 21 | <Import Condition="'$(WSDKEnableBWOI)' == 'true'" |
38 | 22 | Project="$(ExtractedFolder)Microsoft.Windows.SDK.cpp\build\Microsoft.Windows.SDK.cpp.props" /> |
|
47 | 31 | Project="$(ExtractedFolder)Microsoft.Windows.SDK.cpp.arm64\build\native\Microsoft.Windows.SDK.cpp.arm64.props" /> |
48 | 32 |
|
49 | 33 | <!-- Microsoft GDK NuGet --> |
50 | | - <Import Condition="'$(GDKEnableBWOI)' == 'true' and $(Platform.Contains('x64')) and Exists('$(ExtractedFolder)$(_PCNuGetPackage)\build\$(_PCNuGetPackage).props')" |
51 | | - Project="$(ExtractedFolder)$(_PCNuGetPackage)\build\$(_PCNuGetPackage).props" /> |
| 34 | + <Import Condition="'$(GDKEnableBWOI)' == 'true' and Exists('$(ExtractedFolder)Microsoft.GDK.Core\build\Microsoft.GDK.Core.props')" |
| 35 | + Project="$(ExtractedFolder)Microsoft.GDK.Core\build\Microsoft.GDK.Core.props" /> |
| 36 | + |
| 37 | + <Import Condition="'$(GDKEnableBWOI)' == 'true' and '$(Platform)'=='ARM64' and Exists('$(ExtractedFolder)Microsoft.GDK.Windows\build\Microsoft.GDK.Windows.props')" |
| 38 | + Project="$(ExtractedFolder)Microsoft.GDK.Windows\build\Microsoft.GDK.Windows.props" /> |
| 39 | + <Import Condition="'$(GDKEnableBWOI)' == 'true' and '$(Platform)'=='x64' and Exists('$(ExtractedFolder)Microsoft.GDK.Windows\build\Microsoft.GDK.Windows.props')" |
| 40 | + Project="$(ExtractedFolder)Microsoft.GDK.Windows\build\Microsoft.GDK.Windows.props" /> |
| 41 | + <Import Condition="'$(GDKEnableBWOI)' == 'true' and '$(Platform)'=='Gaming.Desktop.x64' and Exists('$(ExtractedFolder)Microsoft.GDK.Windows\build\Microsoft.GDK.Windows.props')" |
| 42 | + Project="$(ExtractedFolder)Microsoft.GDK.Windows\build\Microsoft.GDK.Windows.props" /> |
| 43 | + |
| 44 | + <ImportGroup Condition="'$(GDKEnableBWOI)' == 'true' and Exists('$(ExtractedFolder)Microsoft.GDK.Xbox.XboxSeriesX_S\build\Microsoft.GDK.Xbox.XboxSeriesX_S.props')"> |
| 45 | + <Import Project="$(ExtractedFolder)Microsoft.GDK.Xbox.XboxSeriesX_S\build\Microsoft.GDK.Xbox.XboxSeriesX_S.props" /> |
| 46 | + <Import Project="$(ExtractedFolder)Microsoft.GDK.Xbox.GameOS\build\Microsoft.GDK.Xbox.GameOS.props" /> |
| 47 | + </ImportGroup> |
| 48 | + |
| 49 | + <ImportGroup Condition="'$(GDKEnableBWOI)' == 'true' and Exists('$(ExtractedFolder)Microsoft.GDK.Xbox.XboxOne\build\Microsoft.GDK.Xbox.XboxOne.props')"> |
| 50 | + <Import Project="$(ExtractedFolder)Microsoft.GDK.Xbox.XboxOne\build\Microsoft.GDK.Xbox.XboxOne.props" /> |
| 51 | + <Import Project="$(ExtractedFolder)Microsoft.GDK.Xbox.GameOS\build\Microsoft.GDK.Xbox.GameOS.props" /> |
| 52 | + </ImportGroup> |
| 53 | + |
| 54 | + <!-- Microsoft GDK NuGet (Old Layouts)--> |
| 55 | + <Import Condition="'$(GDKEnableBWOI)' == 'true' and $(Platform.Contains('x64')) and Exists('$(ExtractedFolder)Microsoft.GDK.PC\build\Microsoft.GDK.PC.props')" |
| 56 | + Project="$(ExtractedFolder)Microsoft.GDK.PC\build\Microsoft.GDK.PC.props" /> |
52 | 57 |
|
53 | | - <Import Condition="'$(GDKEnableBWOI)' == 'true' and $(Platform.Contains('x64')) and Exists('$(ExtractedFolder)$(_XboxNuGetPackage)\build\$(_XboxNuGetPackage).props')" |
54 | | - Project="$(ExtractedFolder)$(_XboxNuGetPackage)\build\$(_XboxNuGetPackage).props" /> |
| 58 | + <Import Condition="'$(GDKEnableBWOI)' == 'true' and $(Platform.Contains('x64')) and Exists('$(ExtractedFolder)Microsoft.GDK.Xbox\build\Microsoft.GDK.Xbox.props')" |
| 59 | + Project="$(ExtractedFolder)Microsoft.GDK.Xbox\build\Microsoft.GDK.Xbox.props" /> |
55 | 60 |
|
56 | 61 | <!-- Remove copy of real gameos.xvd since this is a build validation only pipeline --> |
57 | 62 | <PropertyGroup Condition="'$(Platform)' == 'Gaming.Xbox.XboxOne.x64' or '$(Platform)' == 'Gaming.Xbox.Scarlett.x64'"> |
|
66 | 71 | <PropertyGroup Condition="'$(Platform)' == 'Gaming.Xbox.XboxOne.x64' and '$(VisualStudioVersion)' == '16.0'"> |
67 | 72 | <AdditionalVCTargetsPath>$(_AlternativeVCTargetsPath160)</AdditionalVCTargetsPath> |
68 | 73 | <DisableInstalledVCTargetsUse>true</DisableInstalledVCTargetsUse> |
69 | | - <VCTargetsPath15 Condition="'$(_AlternativeVCTargetsPath150)'!=''">$(_AlternativeVCTargetsPath150)</VCTargetsPath15> |
70 | 74 | <VCTargetsPath16>$(_AlternativeVCTargetsPath160)</VCTargetsPath16> |
71 | 75 | </PropertyGroup> |
72 | 76 |
|
73 | 77 | <PropertyGroup Condition="'$(Platform)' == 'Gaming.Xbox.Scarlett.x64' and '$(VisualStudioVersion)' == '16.0'"> |
74 | 78 | <AdditionalVCTargetsPath>$(_AlternativeVCTargetsPath160)</AdditionalVCTargetsPath> |
75 | 79 | <DisableInstalledVCTargetsUse>true</DisableInstalledVCTargetsUse> |
76 | | - <VCTargetsPath15 Condition="'$(_AlternativeVCTargetsPath150)'!=''">$(_AlternativeVCTargetsPath150)</VCTargetsPath15> |
77 | 80 | <VCTargetsPath16>$(_AlternativeVCTargetsPath160)</VCTargetsPath16> |
78 | 81 | </PropertyGroup> |
79 | 82 |
|
80 | 83 | <PropertyGroup Condition="'$(Platform)' == 'Gaming.Desktop.x64' and '$(VisualStudioVersion)' == '16.0'"> |
81 | 84 | <AdditionalVCTargetsPath>$(_AlternativeVCTargetsPath160)</AdditionalVCTargetsPath> |
82 | 85 | <DisableInstalledVCTargetsUse>true</DisableInstalledVCTargetsUse> |
83 | | - <VCTargetsPath15 Condition="'$(_AlternativeVCTargetsPath150)'!=''">$(_AlternativeVCTargetsPath150)</VCTargetsPath15> |
84 | 86 | <VCTargetsPath16>$(_AlternativeVCTargetsPath160)</VCTargetsPath16> |
85 | 87 | </PropertyGroup> |
86 | 88 |
|
|
91 | 93 | --> |
92 | 94 | <PropertyGroup Condition="'$(Platform)' == 'Gaming.Xbox.XboxOne.x64' and '$(VisualStudioVersion)' == '17.0'"> |
93 | 95 | <DisableInstalledVCTargetsUse>true</DisableInstalledVCTargetsUse> |
94 | | - <VCTargetsPath15 Condition="'$(_AlternativeVCTargetsPath150)'!=''">$(_AlternativeVCTargetsPath150)</VCTargetsPath15> |
95 | 96 | <VCTargetsPath16 Condition="'$(_AlternativeVCTargetsPath160)'!=''">$(_AlternativeVCTargetsPath160)</VCTargetsPath16> |
96 | 97 | <VCTargetsPath17>$(_AlternativeVCTargetsPath170)</VCTargetsPath17> |
97 | 98 | </PropertyGroup> |
98 | 99 |
|
99 | 100 | <PropertyGroup Condition="'$(Platform)' == 'Gaming.Xbox.Scarlett.x64' and '$(VisualStudioVersion)' == '17.0'"> |
100 | 101 | <DisableInstalledVCTargetsUse>true</DisableInstalledVCTargetsUse> |
101 | | - <VCTargetsPath15 Condition="'$(_AlternativeVCTargetsPath150)'!=''">$(_AlternativeVCTargetsPath150)</VCTargetsPath15> |
102 | 102 | <VCTargetsPath16 Condition="'$(_AlternativeVCTargetsPath160)'!=''">$(_AlternativeVCTargetsPath160)</VCTargetsPath16> |
103 | 103 | <VCTargetsPath17>$(_AlternativeVCTargetsPath170)</VCTargetsPath17> |
104 | 104 | </PropertyGroup> |
105 | 105 |
|
106 | 106 | <PropertyGroup Condition="'$(Platform)' == 'Gaming.Desktop.x64' and '$(VisualStudioVersion)' == '17.0'"> |
107 | 107 | <DisableInstalledVCTargetsUse>true</DisableInstalledVCTargetsUse> |
108 | | - <VCTargetsPath15 Condition="'$(_AlternativeVCTargetsPath150)'!=''">$(_AlternativeVCTargetsPath150)</VCTargetsPath15> |
109 | 108 | <VCTargetsPath16 Condition="'$(_AlternativeVCTargetsPath160)'!=''">$(_AlternativeVCTargetsPath160)</VCTargetsPath16> |
110 | 109 | <VCTargetsPath17>$(_AlternativeVCTargetsPath170)</VCTargetsPath17> |
111 | 110 | </PropertyGroup> |
|
0 commit comments