2014-01-18 05:24:57 -05:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "4.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|Win32" >
<Configuration > Debug</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|Win32" >
<Configuration > Release</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<ProjectName > Download V8</ProjectName>
<ProjectGuid > {13077E43-E5DF-4EF6-9EB1-2A0B22E8DFAF}</ProjectGuid>
<RootNamespace > Download V8</RootNamespace>
<Keyword > Win32Proj</Keyword>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "Configuration" >
<ConfigurationType > Utility</ConfigurationType>
<CharacterSet > MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "Configuration" >
<ConfigurationType > Utility</ConfigurationType>
<CharacterSet > MultiByte</CharacterSet>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project= "$(SolutionDir)\w32\extdll.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
2014-01-21 06:34:14 -05:00
<Import Project= "..\..\w32\v8-version.props" />
2014-01-18 05:24:57 -05:00
</ImportGroup>
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
2014-01-21 06:34:14 -05:00
<Import Project= "..\..\w32\v8-version.props" />
2014-01-18 05:24:57 -05:00
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup >
<_ProjectFileVersion > 10.0.30319.1</_ProjectFileVersion>
<IntDir Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > $(PlatformName)\V8\$(Configuration)\</IntDir>
<IntDir Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > $(PlatformName)\V8\$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<BuildLog >
<Path > $(IntDir)BuildLog $(ProjectName).htm</Path>
</BuildLog>
<PreBuildEvent >
<Command >
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<BuildLog >
<Path > $(IntDir)BuildLog $(ProjectName).htm</Path>
</BuildLog>
<PreBuildEvent >
<Command >
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup >
<CustomBuild Include= "cleancount" >
<FileType > Document</FileType>
<Message Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > Downloading V8.</Message>
2014-01-21 06:34:14 -05:00
<Command Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > if not exist "$(ProjectDir)..\v8-$(V8Version)" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/v8-$(V8Version).tar.bz2 "$(ProjectDir).."
if not exist "$(ProjectDir)..\v8-$(V8Version)\third_party\cygwin" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/v8-$(V8Version)-win.tar.bz2 "$(ProjectDir).."
2014-01-18 05:24:57 -05:00
</Command>
2014-01-21 06:34:14 -05:00
<Outputs Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > $(ProjectDir)..\v8-$(V8Version);%(Outputs)</Outputs>
2014-01-18 05:24:57 -05:00
<Message Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > Downloading V8.</Message>
2014-01-21 06:34:14 -05:00
<Command Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > if not exist "$(ProjectDir)..\v8-$(V8Version)" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/v8-$(V8Version).tar.bz2 "$(ProjectDir).."
if not exist "$(ProjectDir)..\v8-$(V8Version)\third_party\cygwin" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/v8-$(V8Version)-win.tar.bz2 "$(ProjectDir).."
2014-01-18 05:24:57 -05:00
</Command>
2014-01-21 06:34:14 -05:00
<Outputs Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > $(ProjectDir)..\v8-$(V8Version);%(Outputs)</Outputs>
2014-01-18 05:24:57 -05:00
</CustomBuild>
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
</ImportGroup>
</Project>