pch.h 146 Bytes
Newer Older
wester committed
1 2 3 4 5 6 7 8 9 10
//
// pch.h
// Header for standard system include files.
//

#pragma once

#include <collection.h>
#include <ppltasks.h>
#include "App.xaml.h"