From ec761802eb00c3fe69a9dc1971756540b652fcf1 Mon Sep 17 00:00:00 2001 From: Yeechan Lu Date: Mon, 17 Mar 2014 21:09:34 +0800 Subject: [PATCH] Copy Images to output directory --- Wox/Wox.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Wox/Wox.csproj b/Wox/Wox.csproj index 16305a038..17fce92b6 100644 --- a/Wox/Wox.csproj +++ b/Wox/Wox.csproj @@ -331,7 +331,8 @@ - xcopy /Y $(ProjectDir)Themes\*.* $(TargetDir)Themes\ + xcopy /Y $(ProjectDir)Themes\*.* $(TargetDir)Themes\ +xcopy /Y $(ProjectDir)Images\*.* $(TargetDir)Images\