diff options
Diffstat (limited to '')
-rw-r--r-- | src/wixstdba/wixstdba.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixstdba/wixstdba.vcxproj b/src/wixstdba/wixstdba.vcxproj index 04809d3c..46769531 100644 --- a/src/wixstdba/wixstdba.vcxproj +++ b/src/wixstdba/wixstdba.vcxproj | |||
@@ -100,7 +100,7 @@ | |||
100 | <Message>Compiling message file...</Message> | 100 | <Message>Compiling message file...</Message> |
101 | <Command>mc.exe -h "$(IntDir)." -r "$(IntDir)." -A -c -z wixstdba.messages "$(InputDir)wixstdba.mc" | 101 | <Command>mc.exe -h "$(IntDir)." -r "$(IntDir)." -A -c -z wixstdba.messages "$(InputDir)wixstdba.mc" |
102 | rc.exe -fo "$(OutDir)wixstdba.res" "$(IntDir)wixstdba.messages.rc"</Command> | 102 | rc.exe -fo "$(OutDir)wixstdba.res" "$(IntDir)wixstdba.messages.rc"</Command> |
103 | <Outputs>$(IntDir)wixstdba.messages.h;$(OutDir)wixstdba.messages.rc</Outputs> | 103 | <Outputs>$(IntDir)wixstdba.messages.h;$(IntDir)wixstdba.messages.rc</Outputs> |
104 | </CustomBuild> | 104 | </CustomBuild> |
105 | </ItemGroup> | 105 | </ItemGroup> |
106 | 106 | ||