From 6523fef161c65d441c2d2af3f8ff7ccf9b2a2c55 Mon Sep 17 00:00:00 2001 From: hiroshi matoba Date: Fri, 7 Sep 2018 15:58:29 +0200 Subject: [PATCH] add output file name --- scripts/templates/vs/emptyExample.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/templates/vs/emptyExample.vcxproj b/scripts/templates/vs/emptyExample.vcxproj index 10aa2a69e17..cbbd2f835ac 100644 --- a/scripts/templates/vs/emptyExample.vcxproj +++ b/scripts/templates/vs/emptyExample.vcxproj @@ -103,6 +103,7 @@ Level3 %(AdditionalIncludeDirectories) CompileAsCpp + $(IntDir)/$(Platform)/ true @@ -124,6 +125,7 @@ %(AdditionalIncludeDirectories) CompileAsCpp true + $(IntDir)/$(Platform)/ true @@ -144,6 +146,7 @@ %(AdditionalIncludeDirectories) CompileAsCpp true + $(IntDir)/$(Platform)/ false @@ -166,6 +169,7 @@ Level3 %(AdditionalIncludeDirectories) CompileAsCpp + $(IntDir)/$(Platform)/ false