VBOX: Update project files

This commit is contained in:
Rom Walton 2013-05-01 11:38:24 -04:00
parent d291c59d6c
commit b90297021c
2 changed files with 5 additions and 5 deletions

View File

@ -231,7 +231,7 @@ void set_throttles(APP_INIT_DATA& aid, VBOX_VM& vm) {
// do any processing. It probably wouldn't be so bad if the RDP interface
// didn't also get hosed by it.
//
// For now srt the minimum CPU Throttle value to 5.
// For now set the minimum CPU Throttle value to 5.
//
if (5 > x) x = 5;

View File

@ -82,13 +82,13 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="libcmt.lib libcpmt.lib kernel32.lib user32.lib gdi32.lib ole32.lib wsock32.lib psapi.lib"
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_26018_windows_intelx86.exe"
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_26019_windows_intelx86.exe"
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
DelayLoadDLLs=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_26018_windows_intelx86.pdb"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_26019_windows_intelx86.pdb"
SubSystem="2"
TargetMachine="1"
/>
@ -183,13 +183,13 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="libcmt.lib libcpmt.lib kernel32.lib user32.lib gdi32.lib ole32.lib wsock32.lib psapi.lib"
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_26018_windows_x86_64.exe"
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_26019_windows_x86_64.exe"
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
DelayLoadDLLs=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_26018_windows_x86_64.pdb"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_26019_windows_x86_64.pdb"
SubSystem="2"
TargetMachine="17"
/>