[Build]Fix local installer build, add Version.vcxproj ref (#29232)

* Fix install

It looks like adding Version.vcxproj to the solution file magically
fixes everything.

* cleanup solution
This commit is contained in:
John Erickson
2023-10-18 08:16:48 -07:00
committed by GitHub
parent b6fa827e78
commit c67b1b3a9a
3 changed files with 20 additions and 2 deletions

View File

@@ -20,6 +20,10 @@
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
@@ -28,6 +32,10 @@
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM64">
<Configuration>Release</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>