Update the year in the Copyright string (#320)

Templatize the copyright string and use a build variable to set the year for use across the entire app.

How changes were validated:
Tested with English and French and with different dates.
This commit is contained in:
Rudy Huyn
2019-03-25 11:11:24 -07:00
committed by Howard Wolosky
parent 4603d387ae
commit 65045e9375
67 changed files with 228 additions and 218 deletions

View File

@@ -21,6 +21,7 @@
#include <sstream>
#include <concrt.h>
#include <regex>
#include <string>
// C++\WinRT Headers
#include "winrt/base.h"