Created
August 8, 2011 16:58
-
-
Save piscisaureus/1132182 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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"> | |
<ProjectGuid> | |
{93F00CD2-1EF7-077B-5AB9-908EC137929F}</ProjectGuid> | |
<Keyword> | |
Win32Proj</Keyword> | |
<RootNamespace> | |
node</RootNamespace> | |
<TargetName> | |
$(ProjectName)</TargetName> | |
</PropertyGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/> | |
<PropertyGroup Label="Configuration"> | |
<ConfigurationType> | |
Application</ConfigurationType> | |
</PropertyGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/> | |
<ImportGroup Label="ExtensionSettings"/> | |
<ImportGroup Label="PropertySheets"> | |
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"/> | |
</ImportGroup> | |
<PropertyGroup Label="UserMacros"/> | |
<PropertyGroup> | |
<ExecutablePath> | |
$(ExecutablePath);$(MSBuildProjectDirectory)\.\bin\;$(MSBuildProjectDirectory)\.\bin\</ExecutablePath> | |
<IntDir> | |
$(Configuration)\obj\$(ProjectName)\</IntDir> | |
<OutDir> | |
$(SolutionDir)$(Configuration)\</OutDir> | |
</PropertyGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
<ClCompile> | |
<AdditionalIncludeDirectories> | |
src;deps\uv\src\ares;$(OutDir)obj\global_intermediate;deps\http_parser;deps\v8\include;deps\uv\include;deps\uv\deps\pthread-win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<AdditionalOptions> | |
/MP %(AdditionalOptions)</AdditionalOptions> | |
<DebugInformationFormat> | |
ProgramDatabase</DebugInformationFormat> | |
<Optimization> | |
Disabled</Optimization> | |
<PreprocessorDefinitions> | |
WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;ARCH="ia32";PLATFORM="win";_LARGEFILE_SOURCE;_FILE_OFFSET_BITS=64;PTW32_STATIC_LIB;FD_SETSIZE=1024;PLATFORM="win32";DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<RuntimeLibrary> | |
MultiThreadedDebug</RuntimeLibrary> | |
<StringPooling> | |
true</StringPooling> | |
<WarningLevel> | |
Level3</WarningLevel> | |
</ClCompile> | |
<Link> | |
<AdditionalDependencies> | |
ws2_32.lib;winmm.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
<GenerateDebugInformation> | |
true</GenerateDebugInformation> | |
<OutputFile> | |
$(OutDir)$(ProjectName).exe</OutputFile> | |
</Link> | |
<ResourceCompile> | |
<AdditionalIncludeDirectories> | |
src;deps\uv\src\ares;$(OutDir)obj\global_intermediate;deps\http_parser;deps\v8\include;deps\uv\include;deps\uv\deps\pthread-win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<PreprocessorDefinitions> | |
WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;ARCH="ia32";PLATFORM="win";_LARGEFILE_SOURCE;_FILE_OFFSET_BITS=64;PTW32_STATIC_LIB;FD_SETSIZE=1024;PLATFORM="win32";DEBUG;_DEBUG;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
</ResourceCompile> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
<ClCompile> | |
<AdditionalIncludeDirectories> | |
src;deps\uv\src\ares;$(OutDir)obj\global_intermediate;deps\http_parser;deps\v8\include;deps\uv\include;deps\uv\deps\pthread-win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<AdditionalOptions> | |
/MP %(AdditionalOptions)</AdditionalOptions> | |
<DebugInformationFormat> | |
ProgramDatabase</DebugInformationFormat> | |
<FavorSizeOrSpeed> | |
Speed</FavorSizeOrSpeed> | |
<InlineFunctionExpansion> | |
AnySuitable</InlineFunctionExpansion> | |
<Optimization> | |
Full</Optimization> | |
<PreprocessorDefinitions> | |
WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;ARCH="ia32";PLATFORM="win";_LARGEFILE_SOURCE;_FILE_OFFSET_BITS=64;PTW32_STATIC_LIB;FD_SETSIZE=1024;PLATFORM="win32";NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<RuntimeLibrary> | |
MultiThreaded</RuntimeLibrary> | |
<StringPooling> | |
true</StringPooling> | |
<WarningLevel> | |
Level3</WarningLevel> | |
<WholeProgramOptimization> | |
true</WholeProgramOptimization> | |
</ClCompile> | |
<Link> | |
<AdditionalDependencies> | |
ws2_32.lib;winmm.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
<GenerateDebugInformation> | |
true</GenerateDebugInformation> | |
<LinkTimeCodeGeneration> | |
UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> | |
<OutputFile> | |
$(OutDir)$(ProjectName).exe</OutputFile> | |
</Link> | |
<ResourceCompile> | |
<AdditionalIncludeDirectories> | |
src;deps\uv\src\ares;$(OutDir)obj\global_intermediate;deps\http_parser;deps\v8\include;deps\uv\include;deps\uv\deps\pthread-win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<PreprocessorDefinitions> | |
WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;ARCH="ia32";PLATFORM="win";_LARGEFILE_SOURCE;_FILE_OFFSET_BITS=64;PTW32_STATIC_LIB;FD_SETSIZE=1024;PLATFORM="win32";NDEBUG;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
</ResourceCompile> | |
</ItemDefinitionGroup> | |
<ItemGroup> | |
<None Include="all.gyp"/> | |
</ItemGroup> | |
<ItemGroup> | |
<ClCompile Include="src\node_dtrace.cc"/> | |
<ClCompile Include="src\stdio_wrap.cc"/> | |
<ClCompile Include="src\handle_wrap.cc"/> | |
<ClCompile Include="src\pipe_wrap.cc"/> | |
<ClCompile Include="src\node_string.cc"/> | |
<ClCompile Include="src\node_extensions.cc"/> | |
<ClCompile Include="src\node.cc"/> | |
<ClCompile Include="src\tcp_wrap.cc"/> | |
<ClCompile Include="src\process_wrap.cc"/> | |
<ClCompile Include="src\node_os.cc"/> | |
<ClCompile Include="src\node_constants.cc"/> | |
<ClCompile Include="src\node_javascript.cc"/> | |
<ClCompile Include="src\node_buffer.cc"/> | |
<ClCompile Include="src\platform_win32.cc"/> | |
<ClCompile Include="src\cares_wrap.cc"/> | |
<ClCompile Include="src\node_script.cc"/> | |
<ClCompile Include="src\node_file.cc"/> | |
<ClCompile Include="src\node_main.cc"/> | |
<ClCompile Include="src\node_stdio_win32.cc"/> | |
<ClCompile Include="src\node_http_parser.cc"/> | |
<ClCompile Include="src\stream_wrap.cc"/> | |
<ClCompile Include="src\timer_wrap.cc"/> | |
<ClCompile Include="src\node_crypto.cc"> | |
<ExcludedFromBuild> | |
true</ExcludedFromBuild> | |
</ClCompile> | |
<ClCompile Include="deps\uv\src\eio\eio.c"/> | |
</ItemGroup> | |
<ItemGroup> | |
<ProjectReference Include="deps\http_parser\http_parser.vcxproj"> | |
<Project> | |
{3D75A4D7-C52C-EA52-8959-BDF659A0ED66}</Project> | |
<ReferenceOutputAssembly> | |
false</ReferenceOutputAssembly> | |
</ProjectReference> | |
<ProjectReference Include="deps\v8\tools\gyp\v8.vcxproj"> | |
<Project> | |
{5F03D104-10BB-B3BA-7021-6A64E7AA221F}</Project> | |
<ReferenceOutputAssembly> | |
false</ReferenceOutputAssembly> | |
</ProjectReference> | |
<ProjectReference Include="deps\uv\build\uv.vcxproj"> | |
<Project> | |
{277E7A6E-45C9-CD96-CBB6-E029546E027D}</Project> | |
<ReferenceOutputAssembly> | |
false</ReferenceOutputAssembly> | |
</ProjectReference> | |
<ProjectReference Include="node_js2c.vcxproj"> | |
<Project> | |
{4DCBA3DB-4989-EAB7-0252-907D0C8A5A33}</Project> | |
<ReferenceOutputAssembly> | |
false</ReferenceOutputAssembly> | |
</ProjectReference> | |
<ProjectReference Include="deps\uv\deps\pthread-win32\build\pthread-win32.vcxproj"> | |
<Project> | |
{9DFF28C2-8F16-B73A-896D-8FC5D336B1AA}</Project> | |
<ReferenceOutputAssembly> | |
false</ReferenceOutputAssembly> | |
</ProjectReference> | |
<ProjectReference Include="deps\v8\tools\gyp\v8_snapshot.vcxproj"> | |
<Project> | |
{A9E66316-6483-BD43-8FC3-020655427237}</Project> | |
<ReferenceOutputAssembly> | |
false</ReferenceOutputAssembly> | |
</ProjectReference> | |
<ProjectReference Include="deps\v8\tools\gyp\v8_base.vcxproj"> | |
<Project> | |
{49E7EEAF-9054-48C6-88AE-03D0F4968B76}</Project> | |
<ReferenceOutputAssembly> | |
false</ReferenceOutputAssembly> | |
</ProjectReference> | |
</ItemGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/> | |
<ImportGroup Label="ExtensionTargets"/> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment