terminal/scratch/ScratchIslandApp/SampleApp/MySettings.cpp

12 lines
205 B
C++

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
#include "pch.h"
#include "MySettings.h"
#include "MySettings.g.cpp"
namespace winrt::SampleApp::implementation
{
}