1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Release|x64" >
5+ <Configuration >Release</Configuration >
6+ <Platform >x64</Platform >
7+ </ProjectConfiguration >
8+ </ItemGroup >
9+ <PropertyGroup Label =" Globals" >
10+ <ProjectGuid >{3E2E3CF1-38CA-4C58-AC0F-B4A3D4397667}</ProjectGuid >
11+ <Keyword >Win32Proj</Keyword >
12+ <RootNamespace >lsf</RootNamespace >
13+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
14+ </PropertyGroup >
15+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
17+ <ConfigurationType >DynamicLibrary</ConfigurationType >
18+ <UseDebugLibraries >false</UseDebugLibraries >
19+ <PlatformToolset >v140</PlatformToolset >
20+ <WholeProgramOptimization >true</WholeProgramOptimization >
21+ <CharacterSet >Unicode</CharacterSet >
22+ </PropertyGroup >
23+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
24+ <ImportGroup Label =" ExtensionSettings" >
25+ </ImportGroup >
26+ <ImportGroup Label =" Shared" >
27+ </ImportGroup >
28+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
29+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
30+ </ImportGroup >
31+ <PropertyGroup Label =" UserMacros" />
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
33+ <LinkIncremental >false</LinkIncremental >
34+ <TargetName >_$(ProjectName)</TargetName >
35+ <TargetExt >.pyd</TargetExt >
36+ </PropertyGroup >
37+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
38+ <ClCompile >
39+ <WarningLevel >Level3</WarningLevel >
40+ <PrecompiledHeader >
41+ </PrecompiledHeader >
42+ <Optimization >MaxSpeed</Optimization >
43+ <FunctionLevelLinking >true</FunctionLevelLinking >
44+ <IntrinsicFunctions >true</IntrinsicFunctions >
45+ <PreprocessorDefinitions >NDEBUG;_WINDOWS;_USRDLL;LSF_EXPORTS;WIN32;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions >
46+ <SDLCheck >true</SDLCheck >
47+ <AdditionalIncludeDirectories >$(LSF_INCLUDE);$(LSF_INCLUDE)\lsf;$(PYTHON_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
48+ </ClCompile >
49+ <Link >
50+ <SubSystem >Windows</SubSystem >
51+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
52+ <OptimizeReferences >true</OptimizeReferences >
53+ <GenerateDebugInformation >true</GenerateDebugInformation >
54+ <AdditionalDependencies >$(PYTHON_LIB);$(LSF_LIB)\libbat.lib;$(LSF_LIB)\liblsf.lib;$(LSF_LIB)\liblsbstream.lib;ws2_32.lib;wldap32.lib;crypt32.lib;mpr.lib;adsIid.lib;activeds.lib;%(AdditionalDependencies)</AdditionalDependencies >
55+ </Link >
56+ </ItemDefinitionGroup >
57+ <ItemGroup >
58+ <ClCompile Include =" ..\pythonlsf\lsf_wrap.c" />
59+ </ItemGroup >
60+ <ItemGroup >
61+ <ClInclude Include =" ..\pythonlsf\lib.table.h" />
62+ <ClInclude Include =" $(LSF_INCLUDE)\lsbatch.h" />
63+ <ClInclude Include =" $(LSF_INCLUDE)\lsf\lsf.h" />
64+ </ItemGroup >
65+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
66+ <ImportGroup Label =" ExtensionTargets" >
67+ </ImportGroup >
68+ </Project >
0 commit comments