PowerToys/src/modules/powerrename/PowerRenameUILib
2022-01-25 13:53:40 +01:00
..
Assets [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
Strings/en-us Update Resources.resw (#14921) 2021-12-09 11:57:47 +01:00
app.base.h [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
App.cpp [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
App.h [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
App.idl [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
App.xaml [PowerRename] Resolve UI focus issue (#14605) 2021-11-24 18:45:31 +00:00
ExplorerItem.cpp [PowerRename] Add row highlighting (#14746) 2021-12-02 13:02:12 +01:00
ExplorerItem.h [PowerRename] Add row highlighting (#14746) 2021-12-02 13:02:12 +01:00
ExplorerItem.idl [PowerRename] Add row highlighting (#14746) 2021-12-02 13:02:12 +01:00
MainWindow.cpp [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00
MainWindow.h [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00
MainWindow.idl [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00
MainWindow.xaml [PowerRename]Fix "Learn more about RegEx" link (#14706) 2021-12-06 11:44:18 +00:00
Package.appxmanifest [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
packages.config WinUI bump (#15707) 2022-01-25 13:53:40 +01:00
PatternSnippet.cpp [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
PatternSnippet.h [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
PatternSnippet.idl [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
pch.cpp [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
pch.h [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00
placeholder.exe [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
PowerRenameUILib.filters [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
PowerRenameUILib.vcxproj WinUI bump (#15707) 2022-01-25 13:53:40 +01:00
PropertySheet.props [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
readme.txt [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
UIUpdates.cpp [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00
UIUpdates.h [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00

========================================================================
    C++/WinRT PowerRenameUILib Project Overview
========================================================================

This project demonstrates how to get started writing XAML apps directly
with standard C++, using the C++/WinRT SDK component and XAML compiler 
support to generate implementation headers from interface (IDL) files.
These headers can then be used to implement the local Windows Runtime 
classes referenced in the app's XAML pages.

Steps:
1. Create an interface (IDL) file to define any local Windows Runtime 
    classes referenced in the app's XAML pages.
2. Build the project once to generate implementation templates under 
    the "Generated Files" folder, as well as skeleton class definitions 
    under "Generated Files\sources".  
3. Use the skeleton class definitions for reference to implement your
    Windows Runtime classes.

========================================================================
Learn more about C++/WinRT here:
http://aka.ms/cppwinrt/
========================================================================