#pragma once //C4453: A '[WebHostHidden]' type should not be used on the published surface of a public type that is not '[WebHostHidden]' // This warning is disabled because the types in this app will not be published for use in javascript environment #pragma warning(disable:4453) // Windows headers define a min/max macro. // Include the below #def to avoid this behavior. #define NOMINMAX #include #include #include #include #include #include #include #include #include #include // DirectX headers #include #include #include #include #include #include #include // C++/WinRT #include "winrtHeaders.h" #include "Control/Grapher.h"