From e55ffe5b8d5473b6c5bb39ba53cfb2ef25bba255 Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Mon, 25 Mar 2019 11:16:15 -0700 Subject: [PATCH] [Build] Remove conditional inclusion of resw files (#360) The .resw files for all languages are expected to be checked into the repo (this used to not the the case). Let's remove the conditions in the project file which ignore them if they don't exist. Additionally removes pseudo-loc resource references from the build as pseudo-loc resources aren't currently being generated. --- src/Calculator/Calculator.vcxproj | 260 +++++++++++++++--------------- 1 file changed, 128 insertions(+), 132 deletions(-) diff --git a/src/Calculator/Calculator.vcxproj b/src/Calculator/Calculator.vcxproj index fe87418..e0a757f 100644 --- a/src/Calculator/Calculator.vcxproj +++ b/src/Calculator/Calculator.vcxproj @@ -453,142 +453,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + Designer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +