blob: 25215627722772205f8e5f821ad50530a8864ebb [file] [log] [blame]
NingSun0c89b3c2018-02-08 08:34:03 -08001<?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>{F60ACB12-7D05-4A89-B2D1-DD16E1F3566B}</ProjectGuid>
15 <Keyword>Win32Proj</Keyword>
16 <RootNamespace>dump</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 <TargetName>softhsm2-dump-file</TargetName>
45 </PropertyGroup>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'">
47 <LinkIncremental>false</LinkIncremental>
48 <TargetName>softhsm2-dump-file</TargetName>
49 </PropertyGroup>
50 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'">
51 <ClCompile>
52 <PrecompiledHeader>
53 </PrecompiledHeader>
54 <WarningLevel>Level3</WarningLevel>
55 <Optimization>Disabled</Optimization>
56 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
57 <AdditionalIncludeDirectories>..;..\..\src\lib\pkcs11;..\..\src\lib\object_store;..\..\src\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
58 <RuntimeLibrary>@RUNTIMELIBRARY@</RuntimeLibrary>
59 </ClCompile>
60 <Link>
61 <SubSystem>Console</SubSystem>
62 <GenerateDebugInformation>true</GenerateDebugInformation>
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\pkcs11;..\..\src\lib\object_store;..\..\src\lib;%(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 </Link>
83 </ItemDefinitionGroup>
84 <ItemGroup>
85 <ClInclude Include="..\..\src\bin\dump\common.h" />
86 <ClInclude Include="..\..\src\bin\dump\tables.h" />
87 <ClInclude Include="..\config.h" />
88 </ItemGroup>
89 <ItemGroup>
90 <ClCompile Include="..\..\src\bin\dump\softhsm2-dump-file.cpp" />
91 </ItemGroup>
92 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
93 <ImportGroup Label="ExtensionTargets">
94 </ImportGroup>
95</Project>