|
|
@@ -1,227 +1,227 @@
|
|
|
-<?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>{C52D8054-7A8C-4A0E-82B2-2DB2779582AE}</ProjectGuid>
|
|
|
- <Keyword>Win32Proj</Keyword>
|
|
|
- <RootNamespace>spbase</RootNamespace>
|
|
|
- </PropertyGroup>
|
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
- <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
- <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
|
|
- <PlatformToolset>Windows7.1SDK</PlatformToolset>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
- <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
- <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
|
|
- <PlatformToolset>Windows7.1SDK</PlatformToolset>
|
|
|
- </PropertyGroup>
|
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
- <ImportGroup Label="ExtensionSettings">
|
|
|
- </ImportGroup>
|
|
|
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
- <Import Project="..\..\ver.props" />
|
|
|
- <Import Project="..\out.props" />
|
|
|
- </ImportGroup>
|
|
|
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
- <Import Project="..\..\ver.props" />
|
|
|
- <Import Project="..\out.props" />
|
|
|
- </ImportGroup>
|
|
|
- <PropertyGroup Label="UserMacros" />
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
- <LinkIncremental>true</LinkIncremental>
|
|
|
- <IntDir>$(SolutionDir)Temp\$(ProjectName)\</IntDir>
|
|
|
- <LibraryPath>$(LibraryPath)</LibraryPath>
|
|
|
- <OutDir>..\..\..\..\..\..\Run\version\3.1.0.0\bin</OutDir>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
- <IntDir>$(SolutionDir)Temp\$(ProjectName)\</IntDir>
|
|
|
- <LinkIncremental>false</LinkIncremental>
|
|
|
- <LibraryPath>D:\工作\加密锁\1.9.3\LR04_ThirdParty_应用库\LR04_ThirdParty_Release\Release;D:\Run\version\1.9.4.0\bin;$(LibraryPath)</LibraryPath>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
- <ClCompile>
|
|
|
- <PrecompiledHeader>
|
|
|
- </PrecompiledHeader>
|
|
|
- <WarningLevel>Level3</WarningLevel>
|
|
|
- <Optimization>Disabled</Optimization>
|
|
|
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SPBASE_EXPORTS;SCEW_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <AdditionalIncludeDirectories>..\common;..\libtoolkit;..\..\ThirdParty\scew-1.1.3\scew\;..\..\ThirdParty\Expat-2.1.0\Source\lib;..\..\..\..\LR04_ThirdParty_应用库\LR04_ThirdParty_Release\Include\scew-1.1.3\scew;..\..\..\..\LR04_ThirdParty_应用库\LR04_ThirdParty_Release\Include\Expat-2.1.0\Source\lib</AdditionalIncludeDirectories>
|
|
|
- <ExceptionHandling>Sync</ExceptionHandling>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <SubSystem>Windows</SubSystem>
|
|
|
- <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
- <AdditionalDependencies>psapi.lib;imagehlp.lib;ws2_32.lib;libscew.lib;libtoolkit.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
- <AdditionalLibraryDirectories>C:\Run\version\2.2.0.1\bin;..\..\..\..\LR04_ThirdParty_应用库\LR04_ThirdParty_Release\Release;</AdditionalLibraryDirectories>
|
|
|
- <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
|
- </Link>
|
|
|
- <PostBuildEvent>
|
|
|
- <Command>
|
|
|
- </Command>
|
|
|
- <Message>
|
|
|
- </Message>
|
|
|
- </PostBuildEvent>
|
|
|
- <PreBuildEvent>
|
|
|
- <Command>
|
|
|
- </Command>
|
|
|
- </PreBuildEvent>
|
|
|
- </ItemDefinitionGroup>
|
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
- <ClCompile>
|
|
|
- <WarningLevel>Level3</WarningLevel>
|
|
|
- <PrecompiledHeader>
|
|
|
- </PrecompiledHeader>
|
|
|
- <Optimization>MaxSpeed</Optimization>
|
|
|
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SPBASE_EXPORTS;SCEW_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <AdditionalIncludeDirectories>..\common;..\libtoolkit;..\..\ThirdParty\scew-1.1.3\scew\;..\..\ThirdParty\Expat-2.1.0\Source\lib</AdditionalIncludeDirectories>
|
|
|
- <InlineFunctionExpansion>
|
|
|
- </InlineFunctionExpansion>
|
|
|
- <BasicRuntimeChecks>
|
|
|
- </BasicRuntimeChecks>
|
|
|
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <SubSystem>Windows</SubSystem>
|
|
|
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
- <OptimizeReferences>true</OptimizeReferences>
|
|
|
- <AdditionalDependencies>ws2_32.lib;libscew.lib;libtoolkit.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
- <AdditionalLibraryDirectories>D:\Source\RVC\RVCProject\Release\version\1.0.0.1\bin;..\..\ThirdParty\scew-1.1.3\win32\lib</AdditionalLibraryDirectories>
|
|
|
- <LinkTimeCodeGeneration>
|
|
|
- </LinkTimeCodeGeneration>
|
|
|
- <GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
- </Link>
|
|
|
- </ItemDefinitionGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ClCompile Include="..\Common\stdafx.cpp" />
|
|
|
- <ClCompile Include="Console.cpp" />
|
|
|
- <ClCompile Include="PadMisc.cpp" />
|
|
|
- <ClCompile Include="SpAsyncWait.cpp" />
|
|
|
- <ClCompile Include="SpBase.cpp" />
|
|
|
- <ClCompile Include="SpBaseRoutine.cpp" />
|
|
|
- <ClCompile Include="SpBinaryPersistStream.cpp" />
|
|
|
- <ClCompile Include="SpClientSessionFunction.cpp" />
|
|
|
- <ClCompile Include="SpEntity.cpp" />
|
|
|
- <ClCompile Include="SpEntityPrivilege.cpp" />
|
|
|
- <ClCompile Include="SpFSM.cpp" />
|
|
|
- <ClCompile Include="SpHelper.cpp" />
|
|
|
- <ClCompile Include="SpMisc.cpp" />
|
|
|
- <ClCompile Include="SpModule.cpp" />
|
|
|
- <ClCompile Include="SpSecureClient.cpp" />
|
|
|
- <ClCompile Include="SpServerSessionFunction.cpp" />
|
|
|
- <ClCompile Include="spShareMemoryBase.cpp" />
|
|
|
- <ClCompile Include="SpTimer.cpp" />
|
|
|
- <ClCompile Include="SpTransactionContext.cpp" />
|
|
|
- <ClCompile Include="SpXmlPersistStream.cpp" />
|
|
|
- <ClCompile Include="CodeSignVerify.cpp" />
|
|
|
- <ClCompile Include="sp_bcm.c" />
|
|
|
- <ClCompile Include="sp_btr.c" />
|
|
|
- <ClCompile Include="sp_cfg.cpp" />
|
|
|
- <ClCompile Include="sp_checkEntity.cpp" />
|
|
|
- <ClCompile Include="sp_dbg.cpp" />
|
|
|
- <ClCompile Include="sp_dir.c" />
|
|
|
- <ClCompile Include="sp_env.c" />
|
|
|
- <ClCompile Include="sp_groupProcess.cpp" />
|
|
|
- <ClCompile Include="sp_gui.cpp" />
|
|
|
- <ClCompile Include="sp_hcc.c" />
|
|
|
- <ClCompile Include="sp_iom.c" />
|
|
|
- <ClCompile Include="sp_log.c" />
|
|
|
- <ClCompile Include="sp_mod.c" />
|
|
|
- <ClCompile Include="sp_pst.c" />
|
|
|
- <ClCompile Include="sp_rpc.c" />
|
|
|
- <ClCompile Include="sp_rsn.c" />
|
|
|
- <ClCompile Include="sp_ses.c" />
|
|
|
- <ClCompile Include="sp_shm.c" />
|
|
|
- <ClCompile Include="sp_sps.c" />
|
|
|
- <ClCompile Include="sp_svc.c" />
|
|
|
- <ClCompile Include="sp_tbs.c" />
|
|
|
- <ClCompile Include="sp_tmr.c" />
|
|
|
- <ClCompile Include="sp_uid.c" />
|
|
|
- <ClCompile Include="sp_var.c" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ClInclude Include="..\Common\AutoArray.h" />
|
|
|
- <ClInclude Include="..\Common\AutoLock.h" />
|
|
|
- <ClInclude Include="..\Common\Blob.h" />
|
|
|
- <ClInclude Include="..\Common\ErrorCode.h" />
|
|
|
- <ClInclude Include="..\Common\GetDevInfoHelper.h" />
|
|
|
- <ClInclude Include="..\Common\ListEntry.h" />
|
|
|
- <ClInclude Include="..\Common\rec_common.h" />
|
|
|
- <ClInclude Include="..\Common\resource1.h" />
|
|
|
- <ClInclude Include="..\Common\RVCComm.h" />
|
|
|
- <ClInclude Include="..\Common\SimpleString.h" />
|
|
|
- <ClInclude Include="..\Common\SmartPointer.h" />
|
|
|
- <ClInclude Include="..\Common\SpBase.h" />
|
|
|
- <ClInclude Include="..\Common\SpFSM.h" />
|
|
|
- <ClInclude Include="..\Common\SpHelper.h" />
|
|
|
- <ClInclude Include="..\Common\SpIni.h" />
|
|
|
- <ClInclude Include="..\Common\SpSecureClient.h" />
|
|
|
- <ClInclude Include="..\Common\spShareMemoryBase.h" />
|
|
|
- <ClInclude Include="..\Common\stdafx.h" />
|
|
|
- <ClInclude Include="..\Common\CodeSignVerify.h" />
|
|
|
- <ClInclude Include="..\Common\version.h" />
|
|
|
- <ClInclude Include="Console.h" />
|
|
|
- <ClInclude Include="resource1.h" />
|
|
|
- <ClInclude Include="SpAsyncWait.h" />
|
|
|
- <ClInclude Include="SpBaseRoutine.h" />
|
|
|
- <ClInclude Include="SpBinaryPersistStream.h" />
|
|
|
- <ClInclude Include="SpClientSessionFunction.h" />
|
|
|
- <ClInclude Include="SpEntity.h" />
|
|
|
- <ClInclude Include="SpEntityPrivilege.h" />
|
|
|
- <ClInclude Include="SpMisc.h" />
|
|
|
- <ClInclude Include="SpModule.h" />
|
|
|
- <ClInclude Include="SpServerSessionFunction.h" />
|
|
|
- <ClInclude Include="SpTimer.h" />
|
|
|
- <ClInclude Include="SpTransactionContext.h" />
|
|
|
- <ClInclude Include="SpXmlPersistStream.h" />
|
|
|
- <ClInclude Include="sp_bcm.h" />
|
|
|
- <ClInclude Include="sp_btr.h" />
|
|
|
- <ClInclude Include="sp_cfg.h" />
|
|
|
- <ClInclude Include="sp_checkEntity.h" />
|
|
|
- <ClInclude Include="sp_dbg.h" />
|
|
|
- <ClInclude Include="sp_def.h" />
|
|
|
- <ClInclude Include="sp_dir.h" />
|
|
|
- <ClInclude Include="sp_env.h" />
|
|
|
- <ClInclude Include="sp_groupProcess.h" />
|
|
|
- <ClInclude Include="sp_gui.h" />
|
|
|
- <ClInclude Include="sp_hcc.h" />
|
|
|
- <ClInclude Include="sp_iom.h" />
|
|
|
- <ClInclude Include="sp_log.h" />
|
|
|
- <ClInclude Include="sp_mod.h" />
|
|
|
- <ClInclude Include="sp_pst.h" />
|
|
|
- <ClInclude Include="sp_rpc.h" />
|
|
|
- <ClInclude Include="sp_rsn.h" />
|
|
|
- <ClInclude Include="sp_ses.h" />
|
|
|
- <ClInclude Include="sp_shm.h" />
|
|
|
- <ClInclude Include="sp_sps.h" />
|
|
|
- <ClInclude Include="sp_svc.h" />
|
|
|
- <ClInclude Include="sp_tbs.h" />
|
|
|
- <ClInclude Include="sp_tmr.h" />
|
|
|
- <ClInclude Include="sp_uid.h" />
|
|
|
- <ClInclude Include="sp_var.h" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ResourceCompile Include="..\Common\Version.rc" />
|
|
|
- <ResourceCompile Include="SpBase.rc" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="Logo.png" />
|
|
|
- </ItemGroup>
|
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
- <ImportGroup Label="ExtensionTargets">
|
|
|
- </ImportGroup>
|
|
|
+<?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>{C52D8054-7A8C-4A0E-82B2-2DB2779582AE}</ProjectGuid>
|
|
|
+ <Keyword>Win32Proj</Keyword>
|
|
|
+ <RootNamespace>spbase</RootNamespace>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
+ <CharacterSet>MultiByte</CharacterSet>
|
|
|
+ <PlatformToolset>Windows7.1SDK</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
+ <CharacterSet>MultiByte</CharacterSet>
|
|
|
+ <PlatformToolset>Windows7.1SDK</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
+ <ImportGroup Label="ExtensionSettings">
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ <Import Project="..\..\ver.props" />
|
|
|
+ <Import Project="..\out.props" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ <Import Project="..\..\ver.props" />
|
|
|
+ <Import Project="..\out.props" />
|
|
|
+ </ImportGroup>
|
|
|
+ <PropertyGroup Label="UserMacros" />
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <LinkIncremental>true</LinkIncremental>
|
|
|
+ <IntDir>$(SolutionDir)Temp\$(ProjectName)\</IntDir>
|
|
|
+ <LibraryPath>$(LibraryPath)</LibraryPath>
|
|
|
+ <OutDir>..\..\..\..\..\..\Run\version\3.1.0.0\bin</OutDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <IntDir>$(SolutionDir)Temp\$(ProjectName)\</IntDir>
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
+ <LibraryPath>D:\工作\加密锁\1.9.3\LR04_ThirdParty_应用库\LR04_ThirdParty_Release\Release;D:\Run\version\1.9.4.0\bin;$(LibraryPath)</LibraryPath>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <PrecompiledHeader>
|
|
|
+ </PrecompiledHeader>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SPBASE_EXPORTS;SCEW_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <AdditionalIncludeDirectories>..\common;..\libtoolkit;..\..\ThirdParty\scew-1.1.3\scew\;..\..\ThirdParty\Expat-2.1.0\Source\lib;..\..\..\..\LR04_ThirdParty_应用库\LR04_ThirdParty_Release\Include\scew-1.1.3\scew;..\..\..\..\LR04_ThirdParty_应用库\LR04_ThirdParty_Release\Include\Expat-2.1.0\Source\lib</AdditionalIncludeDirectories>
|
|
|
+ <ExceptionHandling>Sync</ExceptionHandling>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <AdditionalDependencies>psapi.lib;imagehlp.lib;ws2_32.lib;libscew.lib;libtoolkit.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>..\..\..\..\..\..\Run\version\3.1.0.0\bin;..\..\..\..\LR04_ThirdParty_应用库\LR04_ThirdParty_Release\Release;</AdditionalLibraryDirectories>
|
|
|
+ <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
|
+ </Link>
|
|
|
+ <PostBuildEvent>
|
|
|
+ <Command>
|
|
|
+ </Command>
|
|
|
+ <Message>
|
|
|
+ </Message>
|
|
|
+ </PostBuildEvent>
|
|
|
+ <PreBuildEvent>
|
|
|
+ <Command>
|
|
|
+ </Command>
|
|
|
+ </PreBuildEvent>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <PrecompiledHeader>
|
|
|
+ </PrecompiledHeader>
|
|
|
+ <Optimization>MaxSpeed</Optimization>
|
|
|
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SPBASE_EXPORTS;SCEW_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <AdditionalIncludeDirectories>..\common;..\libtoolkit;..\..\ThirdParty\scew-1.1.3\scew\;..\..\ThirdParty\Expat-2.1.0\Source\lib</AdditionalIncludeDirectories>
|
|
|
+ <InlineFunctionExpansion>
|
|
|
+ </InlineFunctionExpansion>
|
|
|
+ <BasicRuntimeChecks>
|
|
|
+ </BasicRuntimeChecks>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
+ <AdditionalDependencies>ws2_32.lib;libscew.lib;libtoolkit.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>D:\Source\RVC\RVCProject\Release\version\1.0.0.1\bin;..\..\ThirdParty\scew-1.1.3\win32\lib</AdditionalLibraryDirectories>
|
|
|
+ <LinkTimeCodeGeneration>
|
|
|
+ </LinkTimeCodeGeneration>
|
|
|
+ <GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClCompile Include="..\Common\stdafx.cpp" />
|
|
|
+ <ClCompile Include="Console.cpp" />
|
|
|
+ <ClCompile Include="PadMisc.cpp" />
|
|
|
+ <ClCompile Include="SpAsyncWait.cpp" />
|
|
|
+ <ClCompile Include="SpBase.cpp" />
|
|
|
+ <ClCompile Include="SpBaseRoutine.cpp" />
|
|
|
+ <ClCompile Include="SpBinaryPersistStream.cpp" />
|
|
|
+ <ClCompile Include="SpClientSessionFunction.cpp" />
|
|
|
+ <ClCompile Include="SpEntity.cpp" />
|
|
|
+ <ClCompile Include="SpEntityPrivilege.cpp" />
|
|
|
+ <ClCompile Include="SpFSM.cpp" />
|
|
|
+ <ClCompile Include="SpHelper.cpp" />
|
|
|
+ <ClCompile Include="SpMisc.cpp" />
|
|
|
+ <ClCompile Include="SpModule.cpp" />
|
|
|
+ <ClCompile Include="SpSecureClient.cpp" />
|
|
|
+ <ClCompile Include="SpServerSessionFunction.cpp" />
|
|
|
+ <ClCompile Include="spShareMemoryBase.cpp" />
|
|
|
+ <ClCompile Include="SpTimer.cpp" />
|
|
|
+ <ClCompile Include="SpTransactionContext.cpp" />
|
|
|
+ <ClCompile Include="SpXmlPersistStream.cpp" />
|
|
|
+ <ClCompile Include="CodeSignVerify.cpp" />
|
|
|
+ <ClCompile Include="sp_bcm.c" />
|
|
|
+ <ClCompile Include="sp_btr.c" />
|
|
|
+ <ClCompile Include="sp_cfg.cpp" />
|
|
|
+ <ClCompile Include="sp_checkEntity.cpp" />
|
|
|
+ <ClCompile Include="sp_dbg.cpp" />
|
|
|
+ <ClCompile Include="sp_dir.c" />
|
|
|
+ <ClCompile Include="sp_env.c" />
|
|
|
+ <ClCompile Include="sp_groupProcess.cpp" />
|
|
|
+ <ClCompile Include="sp_gui.cpp" />
|
|
|
+ <ClCompile Include="sp_hcc.c" />
|
|
|
+ <ClCompile Include="sp_iom.c" />
|
|
|
+ <ClCompile Include="sp_log.c" />
|
|
|
+ <ClCompile Include="sp_mod.c" />
|
|
|
+ <ClCompile Include="sp_pst.c" />
|
|
|
+ <ClCompile Include="sp_rpc.c" />
|
|
|
+ <ClCompile Include="sp_rsn.c" />
|
|
|
+ <ClCompile Include="sp_ses.c" />
|
|
|
+ <ClCompile Include="sp_shm.c" />
|
|
|
+ <ClCompile Include="sp_sps.c" />
|
|
|
+ <ClCompile Include="sp_svc.c" />
|
|
|
+ <ClCompile Include="sp_tbs.c" />
|
|
|
+ <ClCompile Include="sp_tmr.c" />
|
|
|
+ <ClCompile Include="sp_uid.c" />
|
|
|
+ <ClCompile Include="sp_var.c" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClInclude Include="..\Common\AutoArray.h" />
|
|
|
+ <ClInclude Include="..\Common\AutoLock.h" />
|
|
|
+ <ClInclude Include="..\Common\Blob.h" />
|
|
|
+ <ClInclude Include="..\Common\ErrorCode.h" />
|
|
|
+ <ClInclude Include="..\Common\GetDevInfoHelper.h" />
|
|
|
+ <ClInclude Include="..\Common\ListEntry.h" />
|
|
|
+ <ClInclude Include="..\Common\rec_common.h" />
|
|
|
+ <ClInclude Include="..\Common\resource1.h" />
|
|
|
+ <ClInclude Include="..\Common\RVCComm.h" />
|
|
|
+ <ClInclude Include="..\Common\SimpleString.h" />
|
|
|
+ <ClInclude Include="..\Common\SmartPointer.h" />
|
|
|
+ <ClInclude Include="..\Common\SpBase.h" />
|
|
|
+ <ClInclude Include="..\Common\SpFSM.h" />
|
|
|
+ <ClInclude Include="..\Common\SpHelper.h" />
|
|
|
+ <ClInclude Include="..\Common\SpIni.h" />
|
|
|
+ <ClInclude Include="..\Common\SpSecureClient.h" />
|
|
|
+ <ClInclude Include="..\Common\spShareMemoryBase.h" />
|
|
|
+ <ClInclude Include="..\Common\stdafx.h" />
|
|
|
+ <ClInclude Include="..\Common\CodeSignVerify.h" />
|
|
|
+ <ClInclude Include="..\Common\version.h" />
|
|
|
+ <ClInclude Include="Console.h" />
|
|
|
+ <ClInclude Include="resource1.h" />
|
|
|
+ <ClInclude Include="SpAsyncWait.h" />
|
|
|
+ <ClInclude Include="SpBaseRoutine.h" />
|
|
|
+ <ClInclude Include="SpBinaryPersistStream.h" />
|
|
|
+ <ClInclude Include="SpClientSessionFunction.h" />
|
|
|
+ <ClInclude Include="SpEntity.h" />
|
|
|
+ <ClInclude Include="SpEntityPrivilege.h" />
|
|
|
+ <ClInclude Include="SpMisc.h" />
|
|
|
+ <ClInclude Include="SpModule.h" />
|
|
|
+ <ClInclude Include="SpServerSessionFunction.h" />
|
|
|
+ <ClInclude Include="SpTimer.h" />
|
|
|
+ <ClInclude Include="SpTransactionContext.h" />
|
|
|
+ <ClInclude Include="SpXmlPersistStream.h" />
|
|
|
+ <ClInclude Include="sp_bcm.h" />
|
|
|
+ <ClInclude Include="sp_btr.h" />
|
|
|
+ <ClInclude Include="sp_cfg.h" />
|
|
|
+ <ClInclude Include="sp_checkEntity.h" />
|
|
|
+ <ClInclude Include="sp_dbg.h" />
|
|
|
+ <ClInclude Include="sp_def.h" />
|
|
|
+ <ClInclude Include="sp_dir.h" />
|
|
|
+ <ClInclude Include="sp_env.h" />
|
|
|
+ <ClInclude Include="sp_groupProcess.h" />
|
|
|
+ <ClInclude Include="sp_gui.h" />
|
|
|
+ <ClInclude Include="sp_hcc.h" />
|
|
|
+ <ClInclude Include="sp_iom.h" />
|
|
|
+ <ClInclude Include="sp_log.h" />
|
|
|
+ <ClInclude Include="sp_mod.h" />
|
|
|
+ <ClInclude Include="sp_pst.h" />
|
|
|
+ <ClInclude Include="sp_rpc.h" />
|
|
|
+ <ClInclude Include="sp_rsn.h" />
|
|
|
+ <ClInclude Include="sp_ses.h" />
|
|
|
+ <ClInclude Include="sp_shm.h" />
|
|
|
+ <ClInclude Include="sp_sps.h" />
|
|
|
+ <ClInclude Include="sp_svc.h" />
|
|
|
+ <ClInclude Include="sp_tbs.h" />
|
|
|
+ <ClInclude Include="sp_tmr.h" />
|
|
|
+ <ClInclude Include="sp_uid.h" />
|
|
|
+ <ClInclude Include="sp_var.h" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ResourceCompile Include="..\Common\Version.rc" />
|
|
|
+ <ResourceCompile Include="SpBase.rc" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="Logo.png" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
+ </ImportGroup>
|
|
|
</Project>
|