| Index: MSVS/libadblockplus.vcxproj | 
| =================================================================== | 
| --- a/MSVS/libadblockplus.vcxproj | 
| +++ b/MSVS/libadblockplus.vcxproj | 
| @@ -5,10 +5,18 @@ | 
| <Configuration>Debug</Configuration> | 
| <Platform>Win32</Platform> | 
| </ProjectConfiguration> | 
| + <ProjectConfiguration Include="Debug|x64"> | 
| + <Configuration>Debug</Configuration> | 
| + <Platform>x64</Platform> | 
| + </ProjectConfiguration> | 
| <ProjectConfiguration Include="Release|Win32"> | 
| <Configuration>Release</Configuration> | 
| <Platform>Win32</Platform> | 
| </ProjectConfiguration> | 
| + <ProjectConfiguration Include="Release|x64"> | 
| + <Configuration>Release</Configuration> | 
| + <Platform>x64</Platform> | 
| + </ProjectConfiguration> | 
| </ItemGroup> | 
| <PropertyGroup Label="Globals"> | 
| <ProjectGuid>{E60284DC-2131-D9A9-D19C-B792B7F5F727}</ProjectGuid> | 
| @@ -23,9 +31,15 @@ | 
| <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
| <PlatformToolset>v110</PlatformToolset> | 
| </PropertyGroup> | 
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 
| + <PlatformToolset>v110</PlatformToolset> | 
| + </PropertyGroup> | 
| <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
| <PlatformToolset>v110</PlatformToolset> | 
| </PropertyGroup> | 
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 
| + <PlatformToolset>v110</PlatformToolset> | 
| + </PropertyGroup> | 
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 
| <ImportGroup Label="ExtensionSettings" /> | 
| <ImportGroup Label="PropertySheets"> | 
| @@ -37,7 +51,9 @@ | 
| <OutDir>..\build\$(Configuration)\</OutDir> | 
| <IntDir>$(OutDir)obj\$(ProjectName)\</IntDir> | 
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | 
| + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | 
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | 
| + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | 
| <TargetName>$(ProjectName)</TargetName> | 
| <TargetPath>$(OutDir)lib\$(ProjectName)$(TargetExt)</TargetPath> | 
| </PropertyGroup> | 
| @@ -60,6 +76,25 @@ | 
| <PreprocessorDefinitions>ENABLE_LATIN_1;ENABLE_DEBUGGER_SUPPORT;V8_TARGET_ARCH_IA32;WIN32;FILTER_ENGINE_STUBS=1;DEBUG;ENABLE_DISASSEMBLER;V8_ENABLE_CHECKS;OBJECT_PRINT;VERIFY_HEAP;ENABLE_EXTRA_CHECKS;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| </ResourceCompile> | 
| </ItemDefinitionGroup> | 
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
| + <ClCompile> | 
| + <AdditionalIncludeDirectories>..\include;..\third_party\v8\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
| + <Optimization>Disabled</Optimization> | 
| + <PreprocessorDefinitions>ENABLE_LATIN_1;ENABLE_DEBUGGER_SUPPORT;V8_TARGET_ARCH_IA32;WIN32;FILTER_ENGINE_STUBS=1;DEBUG;ENABLE_DISASSEMBLER;V8_ENABLE_CHECKS;OBJECT_PRINT;VERIFY_HEAP;ENABLE_EXTRA_CHECKS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | 
| + </ClCompile> | 
| + <Lib> | 
| + <OutputFile>$(OutDir)lib\$(ProjectName)$(TargetExt)</OutputFile> | 
| + </Lib> | 
| + <Link> | 
| + <AdditionalDependencies> | 
| + </AdditionalDependencies> | 
| + </Link> | 
| + <ResourceCompile> | 
| + <AdditionalIncludeDirectories>..\include;..\third_party\v8\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
| + <PreprocessorDefinitions>ENABLE_LATIN_1;ENABLE_DEBUGGER_SUPPORT;V8_TARGET_ARCH_IA32;WIN32;FILTER_ENGINE_STUBS=1;DEBUG;ENABLE_DISASSEMBLER;V8_ENABLE_CHECKS;OBJECT_PRINT;VERIFY_HEAP;ENABLE_EXTRA_CHECKS;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| + </ResourceCompile> | 
| + </ItemDefinitionGroup> | 
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
| <ClCompile> | 
| <AdditionalIncludeDirectories>..\include;..\third_party\v8\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
| @@ -85,6 +120,31 @@ | 
| <PreprocessorDefinitions>ENABLE_LATIN_1;ENABLE_DEBUGGER_SUPPORT;V8_TARGET_ARCH_IA32;WIN32;FILTER_ENGINE_STUBS=1;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| </ResourceCompile> | 
| </ItemDefinitionGroup> | 
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
| + <ClCompile> | 
| + <AdditionalIncludeDirectories>..\include;..\third_party\v8\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
| + <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed> | 
| + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> | 
| + <IntrinsicFunctions>true</IntrinsicFunctions> | 
| + <Optimization>MaxSpeed</Optimization> | 
| + <PreprocessorDefinitions>ENABLE_LATIN_1;ENABLE_DEBUGGER_SUPPORT;V8_TARGET_ARCH_IA32;WIN32;FILTER_ENGINE_STUBS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | 
| + <StringPooling>true</StringPooling> | 
| + </ClCompile> | 
| + <Lib> | 
| + <OutputFile>$(OutDir)lib\$(ProjectName)$(TargetExt)</OutputFile> | 
| + </Lib> | 
| + <Link> | 
| + <AdditionalDependencies> | 
| + </AdditionalDependencies> | 
| + <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
| + <OptimizeReferences>true</OptimizeReferences> | 
| + </Link> | 
| + <ResourceCompile> | 
| + <AdditionalIncludeDirectories>..\include;..\third_party\v8\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
| + <PreprocessorDefinitions>ENABLE_LATIN_1;ENABLE_DEBUGGER_SUPPORT;V8_TARGET_ARCH_IA32;WIN32;FILTER_ENGINE_STUBS=1;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| + </ResourceCompile> | 
| + </ItemDefinitionGroup> | 
| <ItemGroup> | 
| <None Include="..\libadblockplus.gyp" /> | 
| <None Include="..\lib\utils.js"> |