diff options
Diffstat (limited to 'plugins/CountryFlags/flags.vcxproj')
-rw-r--r-- | plugins/CountryFlags/flags.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CountryFlags/flags.vcxproj b/plugins/CountryFlags/flags.vcxproj index e0a3139b19..4177b01a2e 100644 --- a/plugins/CountryFlags/flags.vcxproj +++ b/plugins/CountryFlags/flags.vcxproj @@ -79,6 +79,7 @@ </ResourceCompile>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
+ <OutputFile>$(IntDir)$(TargetName).bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
@@ -124,6 +125,7 @@ </ResourceCompile>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
+ <OutputFile>$(IntDir)$(TargetName).bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
|