|
94 | 94 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
95 | 95 | <GenerateManifest>false</GenerateManifest> |
96 | 96 | <IgnoreImportLibrary>false</IgnoreImportLibrary> |
97 | | - <ExecutablePath>..\..;$(VC_ExecutablePath_x86);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath> |
98 | 97 | <CustomBuildAfterTargets>Midl</CustomBuildAfterTargets> |
99 | 98 | </PropertyGroup> |
100 | 99 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
101 | 100 | <GenerateManifest>false</GenerateManifest> |
102 | 101 | <IgnoreImportLibrary>false</IgnoreImportLibrary> |
103 | | - <ExecutablePath>..\..;$(VC_ExecutablePath_x86_ARM64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath> |
104 | 102 | <CustomBuildAfterTargets>Midl</CustomBuildAfterTargets> |
105 | 103 | </PropertyGroup> |
106 | 104 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
107 | 105 | <GenerateManifest>false</GenerateManifest> |
108 | 106 | <IgnoreImportLibrary>false</IgnoreImportLibrary> |
109 | | - <ExecutablePath>..\..;$(VC_ExecutablePath_x86);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath> |
110 | 107 | <CustomBuildAfterTargets>Midl</CustomBuildAfterTargets> |
111 | 108 | </PropertyGroup> |
112 | 109 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
113 | 110 | <GenerateManifest>false</GenerateManifest> |
114 | 111 | <IgnoreImportLibrary>false</IgnoreImportLibrary> |
115 | | - <ExecutablePath>..\..;$(VC_ExecutablePath_x86_ARM64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath> |
116 | 112 | <CustomBuildAfterTargets>Midl</CustomBuildAfterTargets> |
117 | 113 | </PropertyGroup> |
118 | 114 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
119 | 115 | <GenerateManifest>false</GenerateManifest> |
120 | 116 | <IgnoreImportLibrary>false</IgnoreImportLibrary> |
121 | | - <ExecutablePath>..\..;$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(FxCopDir);$(PATH);</ExecutablePath> |
122 | 117 | <CustomBuildAfterTargets>Midl</CustomBuildAfterTargets> |
123 | 118 | </PropertyGroup> |
124 | 119 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
125 | 120 | <GenerateManifest>false</GenerateManifest> |
126 | 121 | <IgnoreImportLibrary>false</IgnoreImportLibrary> |
127 | | - <ExecutablePath>..\..;$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(FxCopDir);$(PATH);</ExecutablePath> |
128 | 122 | <CustomBuildAfterTargets>Midl</CustomBuildAfterTargets> |
129 | 123 | </PropertyGroup> |
130 | 124 | <ItemDefinitionGroup> |
|
0 commit comments