mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
[build]Add version to binaries and add check in CI (#19792)
* [ci]Fail for binaries without a version * Add version to AlwaysOnTop dll * Add version to AlwaysOnTop executable * Add a version to Awake module * Add version to FancyZones module dll * Add version to PowerRenameUI executable * Add version to VideoConferenceMute module * Add version to the Bug Report Tool * Add version to Styles Report Tools * Add version to Webcam Report Tool * Add version to PowerToysSetupCustomActions * fix spellcheck * Update tools/WebcamReportTool/resource.h
This commit is contained in:
@@ -100,6 +100,7 @@
|
||||
<ClInclude Include="MainWindow.xaml.h">
|
||||
<DependentUpon>MainWindow.xaml</DependentUpon>
|
||||
</ClInclude>
|
||||
<ClInclude Include="resource.h" />
|
||||
<ClInclude Include="UIUpdates.h">
|
||||
<DependentUpon>UIUpdates.idl</DependentUpon>
|
||||
</ClInclude>
|
||||
@@ -175,6 +176,9 @@
|
||||
<Project>{51920f1f-c28c-4adf-8660-4238766796c2}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="PowerRenameUI.rc" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
<Import Project="..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition="Exists('..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
|
||||
|
||||
Reference in New Issue
Block a user