OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> | 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> |
3 <ItemGroup Label="ProjectConfigurations"> | 3 <ItemGroup Label="ProjectConfigurations"> |
4 <ProjectConfiguration Include="Debug|Win32"> | 4 <ProjectConfiguration Include="Debug|Win32"> |
5 <Configuration>Debug</Configuration> | 5 <Configuration>Debug</Configuration> |
6 <Platform>Win32</Platform> | 6 <Platform>Win32</Platform> |
7 </ProjectConfiguration> | 7 </ProjectConfiguration> |
8 <ProjectConfiguration Include="Debug|x64"> | 8 <ProjectConfiguration Include="Debug|x64"> |
9 <Configuration>Debug</Configuration> | 9 <Configuration>Debug</Configuration> |
10 <Platform>x64</Platform> | 10 <Platform>x64</Platform> |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 <TargetPath>$(OutDir)lib\$(ProjectName)$(TargetExt)</TargetPath> | 60 <TargetPath>$(OutDir)lib\$(ProjectName)$(TargetExt)</TargetPath> |
61 </PropertyGroup> | 61 </PropertyGroup> |
62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
63 <CustomBuildBeforeTargets> | 63 <CustomBuildBeforeTargets> |
64 </CustomBuildBeforeTargets> | 64 </CustomBuildBeforeTargets> |
65 </PropertyGroup> | 65 </PropertyGroup> |
66 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"
> | 66 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"
> |
67 <ClCompile> | 67 <ClCompile> |
68 <AdditionalIncludeDirectories>..\include;..\third_party\v8\include;%(Addit
ionalIncludeDirectories)</AdditionalIncludeDirectories> | 68 <AdditionalIncludeDirectories>..\include;..\third_party\v8\include;%(Addit
ionalIncludeDirectories)</AdditionalIncludeDirectories> |
69 <Optimization>Disabled</Optimization> | 69 <Optimization>Disabled</Optimization> |
70 <PreprocessorDefinitions>ENABLE_LATIN_1;ENABLE_DEBUGGER_SUPPORT;V8_TARGET_
ARCH_IA32;WIN32;FILTER_ENGINE_STUBS=0;DEBUG;ENABLE_DISASSEMBLER;V8_ENABLE_CHECKS
;OBJECT_PRINT;VERIFY_HEAP;ENABLE_EXTRA_CHECKS;%(PreprocessorDefinitions)</Prepro
cessorDefinitions> | 70 <PreprocessorDefinitions>ENABLE_LATIN_1;ENABLE_DEBUGGER_SUPPORT;V8_TARGET_
ARCH_IA32;WIN32;DEBUG;ENABLE_DISASSEMBLER;V8_ENABLE_CHECKS;OBJECT_PRINT;VERIFY_H
EAP;ENABLE_EXTRA_CHECKS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
71 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | 71 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
72 </ClCompile> | 72 </ClCompile> |
73 <Lib> | 73 <Lib> |
74 <OutputFile>$(OutDir)lib\$(ProjectName)$(TargetExt)</OutputFile> | 74 <OutputFile>$(OutDir)lib\$(ProjectName)$(TargetExt)</OutputFile> |
75 </Lib> | 75 </Lib> |
76 <Link> | 76 <Link> |
77 <AdditionalDependencies> | 77 <AdditionalDependencies> |
78 </AdditionalDependencies> | 78 </AdditionalDependencies> |
79 </Link> | 79 </Link> |
80 <ResourceCompile> | 80 <ResourceCompile> |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 <ClInclude Include="..\src\FileSystemJsObject.h" /> | 245 <ClInclude Include="..\src\FileSystemJsObject.h" /> |
246 <ClInclude Include="..\src\GlobalJsObject.h" /> | 246 <ClInclude Include="..\src\GlobalJsObject.h" /> |
247 <ClInclude Include="..\src\Thread.h" /> | 247 <ClInclude Include="..\src\Thread.h" /> |
248 <ClInclude Include="..\src\Utils.h" /> | 248 <ClInclude Include="..\src\Utils.h" /> |
249 <ClInclude Include="..\src\WebRequestJsObject.h" /> | 249 <ClInclude Include="..\src\WebRequestJsObject.h" /> |
250 <ClInclude Include="..\src\WebRequestWinInet.h" /> | 250 <ClInclude Include="..\src\WebRequestWinInet.h" /> |
251 </ItemGroup> | 251 </ItemGroup> |
252 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 252 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
253 <ImportGroup Label="ExtensionTargets" /> | 253 <ImportGroup Label="ExtensionTargets" /> |
254 </Project> | 254 </Project> |
OLD | NEW |