AutoCatUwp/AutoCat
2020-08-16 10:34:10 -07:00
..
Assets Initial commit 2020-08-16 10:34:10 -07:00
App.cpp Initial commit 2020-08-16 10:34:10 -07:00
App.h Initial commit 2020-08-16 10:34:10 -07:00
App.idl Initial commit 2020-08-16 10:34:10 -07:00
App.xaml Initial commit 2020-08-16 10:34:10 -07:00
AutoCat.vcxproj Initial commit 2020-08-16 10:34:10 -07:00
AutoCat.vcxproj.filters Initial commit 2020-08-16 10:34:10 -07:00
MainPage.cpp Initial commit 2020-08-16 10:34:10 -07:00
MainPage.h Initial commit 2020-08-16 10:34:10 -07:00
MainPage.idl Initial commit 2020-08-16 10:34:10 -07:00
MainPage.xaml Initial commit 2020-08-16 10:34:10 -07:00
Package.appxmanifest Initial commit 2020-08-16 10:34:10 -07:00
packages.config Initial commit 2020-08-16 10:34:10 -07:00
pch.cpp Initial commit 2020-08-16 10:34:10 -07:00
pch.h Initial commit 2020-08-16 10:34:10 -07:00
PropertySheet.props Initial commit 2020-08-16 10:34:10 -07:00
readme.txt Initial commit 2020-08-16 10:34:10 -07:00

========================================================================
    C++/WinRT AutoCat 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/
========================================================================