NingSun | 0c89b3c | 2018-02-08 08:34:03 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | <ItemGroup Label="ProjectConfigurations">
|
| 4 | <ProjectConfiguration Include="Debug|@PLATFORM@">
|
| 5 | <Configuration>Debug</Configuration>
|
| 6 | <Platform>@PLATFORM@</Platform>
|
| 7 | </ProjectConfiguration>
|
| 8 | <ProjectConfiguration Include="Release|@PLATFORM@">
|
| 9 | <Configuration>Release</Configuration>
|
| 10 | <Platform>@PLATFORM@</Platform>
|
| 11 | </ProjectConfiguration>
|
| 12 | </ItemGroup>
|
| 13 | <PropertyGroup Label="Globals">
|
| 14 | <ProjectGuid>{45E2ABF6-91A7-4AA5-A82B-0C8E54BCCCB9}</ProjectGuid>
|
| 15 | <Keyword>Win32Proj</Keyword>
|
| 16 | <RootNamespace>sessionmgrtest</RootNamespace>
|
| 17 | </PropertyGroup>
|
| 18 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 19 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'" Label="Configuration">
|
| 20 | <ConfigurationType>Application</ConfigurationType>
|
| 21 | <UseDebugLibraries>true</UseDebugLibraries>
|
| 22 | <CharacterSet>Unicode</CharacterSet>
|
| 23 | <PlatformToolset>@PLATFORMTOOLSET@</PlatformToolset>
|
| 24 | </PropertyGroup>
|
| 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'" Label="Configuration">
|
| 26 | <ConfigurationType>Application</ConfigurationType>
|
| 27 | <UseDebugLibraries>false</UseDebugLibraries>
|
| 28 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 29 | <CharacterSet>Unicode</CharacterSet>
|
| 30 | <PlatformToolset>@PLATFORMTOOLSET@</PlatformToolset>
|
| 31 | </PropertyGroup>
|
| 32 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 33 | <ImportGroup Label="ExtensionSettings">
|
| 34 | </ImportGroup>
|
| 35 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
|
| 36 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 37 | </ImportGroup>
|
| 38 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
|
| 39 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 40 | </ImportGroup>
|
| 41 | <PropertyGroup Label="UserMacros" />
|
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
|
| 43 | <LinkIncremental>true</LinkIncremental>
|
| 44 | </PropertyGroup>
|
| 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
|
| 46 | <LinkIncremental>false</LinkIncremental>
|
| 47 | </PropertyGroup>
|
| 48 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
|
| 49 | <ClCompile>
|
| 50 | <PrecompiledHeader>
|
| 51 | </PrecompiledHeader>
|
| 52 | <WarningLevel>Level3</WarningLevel>
|
| 53 | <Optimization>Disabled</Optimization>
|
| 54 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 55 | <AdditionalIncludeDirectories>..;..\..\src\lib;..\..\src\lib\session_mgr;..\..\src\lib\common;..\..\src\lib\pkcs11;..\..\src\lib\crypto;..\..\src\lib\data_mgr;..\..\src\lib\slot_mgr;..\..\src\lib\object_store;..\..\src\lib\win32;@CUINCPATH@;@DEBUGINCPATH@;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 56 | <RuntimeLibrary>@RUNTIMELIBRARY@</RuntimeLibrary>
|
| 57 | </ClCompile>
|
| 58 | <Link>
|
| 59 | <SubSystem>Console</SubSystem>
|
| 60 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 61 | <AdditionalLibraryDirectories>..\@PLATFORMDIR@$(Configuration);@CULIBPATH@;@DEBUGLIBPATH@;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
| 62 | <AdditionalDependencies>convarch.lib;cppunitd.lib;@LIBNAME@;@EXTRALIBS@%(AdditionalDependencies)</AdditionalDependencies>
|
| 63 | </Link>
|
| 64 | </ItemDefinitionGroup>
|
| 65 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
|
| 66 | <ClCompile>
|
| 67 | <WarningLevel>Level3</WarningLevel>
|
| 68 | <PrecompiledHeader>
|
| 69 | </PrecompiledHeader>
|
| 70 | <Optimization>MaxSpeed</Optimization>
|
| 71 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 72 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 73 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 74 | <AdditionalIncludeDirectories>..;..\..\src\lib;..\..\src\lib\session_mgr;..\..\src\lib\common;..\..\src\lib\pkcs11;..\..\src\lib\crypto;..\..\src\lib\data_mgr;..\..\src\lib\slot_mgr;..\..\src\lib\object_store;..\..\src\lib\win32;@CUINCPATH@;@INCLUDEPATH@;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 75 | <RuntimeLibrary>@RUNTIMELIBRARY@</RuntimeLibrary>
|
| 76 | </ClCompile>
|
| 77 | <Link>
|
| 78 | <SubSystem>Console</SubSystem>
|
| 79 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 80 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 81 | <OptimizeReferences>true</OptimizeReferences>
|
| 82 | <AdditionalLibraryDirectories>..\@PLATFORMDIR@$(Configuration);@CULIBPATH@;@LIBPATH@;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
| 83 | <AdditionalDependencies>convarch.lib;cppunit.lib;@LIBNAME@;@EXTRALIBS@%(AdditionalDependencies)</AdditionalDependencies>
|
| 84 | </Link>
|
| 85 | </ItemDefinitionGroup>
|
| 86 | <ItemGroup>
|
| 87 | <ClInclude Include="..\..\src\lib\pkcs11\cryptoki.h" />
|
| 88 | <ClInclude Include="..\..\src\lib\pkcs11\pkcs11.h" />
|
| 89 | <ClInclude Include="..\..\src\lib\pkcs11\pkcs11f.h" />
|
| 90 | <ClInclude Include="..\..\src\lib\pkcs11\pkcs11t.h" />
|
| 91 | <ClInclude Include="..\..\src\lib\session_mgr\test\SessionManagerTests.h" />
|
| 92 | </ItemGroup>
|
| 93 | <ItemGroup>
|
| 94 | <ClCompile Include="..\..\src\lib\session_mgr\test\SessionManagerTests.cpp" />
|
| 95 | <ClCompile Include="..\..\src\lib\session_mgr\test\sessionmgrtest.cpp" />
|
| 96 | </ItemGroup>
|
| 97 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 98 | <ImportGroup Label="ExtensionTargets">
|
| 99 | </ImportGroup>
|
| 100 | </Project>
|