Created
September 2, 2014 12:26
-
-
Save cyrusdavid/71a05745b8c50759f9c4 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|x64"> | |
<Configuration>Debug</Configuration> | |
<Platform>x64</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="Release|x64"> | |
<Configuration>Release</Configuration> | |
<Platform>x64</Platform> | |
</ProjectConfiguration> | |
</ItemGroup> | |
<PropertyGroup Label="Globals"> | |
<ProjectGuid>{93B33009-07F7-B578-E349-A96DAD76AEF1}</ProjectGuid> | |
<Keyword>Win32Proj</Keyword> | |
<RootNamespace>binding</RootNamespace> | |
</PropertyGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/> | |
<PropertyGroup Label="Configuration"> | |
<ConfigurationType>DynamicLibrary</ConfigurationType> | |
</PropertyGroup> | |
<PropertyGroup Label="Locals"> | |
<PlatformToolset>v110</PlatformToolset> | |
</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> | |
<IgnoreImportLibrary>true</IgnoreImportLibrary> | |
<IntDir>$(Configuration)\obj\$(ProjectName)\</IntDir> | |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |
<OutDir>$(SolutionDir)$(Configuration)\</OutDir> | |
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.node</TargetExt> | |
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.node</TargetExt> | |
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.node</TargetExt> | |
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.node</TargetExt> | |
<TargetName>$(ProjectName)</TargetName> | |
<TargetPath>$(OutDir)\$(ProjectName).node</TargetPath> | |
</PropertyGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
<ClCompile> | |
<AdditionalIncludeDirectories>c:\Users\vohof\.node-gyp\0.10.31\src;c:\Users\vohof\.node-gyp\0.10.31\deps\uv\include;c:\Users\vohof\.node-gyp\0.10.31\deps\v8\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
<BufferSecurityCheck>true</BufferSecurityCheck> | |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
<DisableSpecificWarnings>4251;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
<ExceptionHandling>Sync</ExceptionHandling> | |
<MinimalRebuild>false</MinimalRebuild> | |
<OmitFramePointers>false</OmitFramePointers> | |
<Optimization>Disabled</Optimization> | |
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;BUILDING_V8_SHARED=1;BUILDING_UV_SHARED=1;BUILDING_NODE_EXTENSION;DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
<StringPooling>true</StringPooling> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<TreatWarningAsError>false</TreatWarningAsError> | |
<WarningLevel>Level3</WarningLevel> | |
</ClCompile> | |
<Link> | |
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;DelayImp.lib;"c:\Users\vohof\.node-gyp\0.10.31\$(Configuration)\node.lib"</AdditionalDependencies> | |
<AllowIsolation>true</AllowIsolation> | |
<DataExecutionPrevention>true</DataExecutionPrevention> | |
<GenerateDebugInformation>true</GenerateDebugInformation> | |
<OutputFile>$(OutDir)$(ProjectName).node</OutputFile> | |
<RandomizedBaseAddress>true</RandomizedBaseAddress> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<TargetExt>.node</TargetExt> | |
<TargetMachine>MachineX64</TargetMachine> | |
</Link> | |
<ResourceCompile> | |
<AdditionalIncludeDirectories>c:\Users\vohof\.node-gyp\0.10.31\src;c:\Users\vohof\.node-gyp\0.10.31\deps\uv\include;c:\Users\vohof\.node-gyp\0.10.31\deps\v8\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;BUILDING_V8_SHARED=1;BUILDING_UV_SHARED=1;BUILDING_NODE_EXTENSION;DEBUG;_DEBUG;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
</ResourceCompile> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
<ClCompile> | |
<AdditionalIncludeDirectories>c:\Users\vohof\.node-gyp\0.10.31\src;c:\Users\vohof\.node-gyp\0.10.31\deps\uv\include;c:\Users\vohof\.node-gyp\0.10.31\deps\v8\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions> | |
<BufferSecurityCheck>true</BufferSecurityCheck> | |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
<DisableSpecificWarnings>4251;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
<ExceptionHandling>false</ExceptionHandling> | |
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> | |
<FunctionLevelLinking>true</FunctionLevelLinking> | |
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> | |
<IntrinsicFunctions>true</IntrinsicFunctions> | |
<OmitFramePointers>true</OmitFramePointers> | |
<Optimization>Full</Optimization> | |
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;BUILDING_V8_SHARED=1;BUILDING_UV_SHARED=1;BUILDING_NODE_EXTENSION;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
<RuntimeTypeInfo>false</RuntimeTypeInfo> | |
<StringPooling>true</StringPooling> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<TreatWarningAsError>false</TreatWarningAsError> | |
<WarningLevel>Level3</WarningLevel> | |
<WholeProgramOptimization>true</WholeProgramOptimization> | |
</ClCompile> | |
<Lib> | |
<AdditionalOptions>/LTCG %(AdditionalOptions)</AdditionalOptions> | |
</Lib> | |
<Link> | |
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;DelayImp.lib;"c:\Users\vohof\.node-gyp\0.10.31\$(Configuration)\node.lib"</AdditionalDependencies> | |
<AllowIsolation>true</AllowIsolation> | |
<DataExecutionPrevention>true</DataExecutionPrevention> | |
<EnableCOMDATFolding>true</EnableCOMDATFolding> | |
<GenerateDebugInformation>true</GenerateDebugInformation> | |
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> | |
<OptimizeReferences>true</OptimizeReferences> | |
<OutputFile>$(OutDir)$(ProjectName).node</OutputFile> | |
<RandomizedBaseAddress>true</RandomizedBaseAddress> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<TargetExt>.node</TargetExt> | |
<TargetMachine>MachineX64</TargetMachine> | |
</Link> | |
<ResourceCompile> | |
<AdditionalIncludeDirectories>c:\Users\vohof\.node-gyp\0.10.31\src;c:\Users\vohof\.node-gyp\0.10.31\deps\uv\include;c:\Users\vohof\.node-gyp\0.10.31\deps\v8\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;BUILDING_V8_SHARED=1;BUILDING_UV_SHARED=1;BUILDING_NODE_EXTENSION;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
</ResourceCompile> | |
</ItemDefinitionGroup> | |
<ItemGroup> | |
<None Include="..\binding.gyp"/> | |
</ItemGroup> | |
<ItemGroup> | |
<ClCompile Include="..\binding.cc"/> | |
</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