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 =" Release|Win32" >
5
+ <Configuration >Release</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|x64" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <ItemGroup >
14
+ <ClCompile Include =" DeviceNameResolverInternal.cpp" />
15
+ <ClCompile Include =" DeviceNameResolver.cpp" />
16
+ <ClCompile Include =" NativeWinApi.cpp" />
17
+ </ItemGroup >
18
+ <ItemGroup >
19
+ <ClInclude Include =" DeviceNameResolverInternal.h" />
20
+ <ClInclude Include =" DynBuf.h" />
21
+ <ClInclude Include =" DeviceNameResolver.h" />
22
+ <ClInclude Include =" NativeWinApi.h" />
23
+ </ItemGroup >
24
+ <PropertyGroup Label =" Globals" >
25
+ <ProjectGuid >{3A22175E-6B72-FDCC-1603-C4A2163C7900}</ProjectGuid >
26
+ <Keyword >Win32Proj</Keyword >
27
+ </PropertyGroup >
28
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
30
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
31
+ <UseDebugLibraries >false</UseDebugLibraries >
32
+ <CharacterSet >Unicode</CharacterSet >
33
+ </PropertyGroup >
34
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
35
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
36
+ <UseDebugLibraries >false</UseDebugLibraries >
37
+ <CharacterSet >Unicode</CharacterSet >
38
+ </PropertyGroup >
39
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
40
+ <ImportGroup Label =" ExtensionSettings" >
41
+ </ImportGroup >
42
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
43
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
44
+ </ImportGroup >
45
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
46
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
47
+ </ImportGroup >
48
+ <PropertyGroup Label =" UserMacros" />
49
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
50
+ <LinkIncremental >false</LinkIncremental >
51
+ <OutDir >$(SolutionDir)bin\x32\</OutDir >
52
+ <IntDir >$(Platform)\$(Configuration)\</IntDir >
53
+ <TargetName >DeviceNameResolver</TargetName >
54
+ <TargetExt >.dll</TargetExt >
55
+ <GenerateManifest >false</GenerateManifest >
56
+ </PropertyGroup >
57
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
58
+ <LinkIncremental >false</LinkIncremental >
59
+ <OutDir >$(SolutionDir)bin\x64\</OutDir >
60
+ <TargetName >DeviceNameResolver</TargetName >
61
+ <TargetExt >.dll</TargetExt >
62
+ <GenerateManifest >false</GenerateManifest >
63
+ </PropertyGroup >
64
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
65
+ <ClCompile >
66
+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
67
+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
68
+ <WarningLevel >Level3</WarningLevel >
69
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
70
+ </ClCompile >
71
+ <Link >
72
+ <TargetMachine >MachineX86</TargetMachine >
73
+ <GenerateDebugInformation >false</GenerateDebugInformation >
74
+ <SubSystem >Windows</SubSystem >
75
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
76
+ <OptimizeReferences >true</OptimizeReferences >
77
+ <AdditionalDependencies >kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
78
+ <ProgramDatabaseFile >$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile >
79
+ </Link >
80
+ </ItemDefinitionGroup >
81
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
82
+ <ClCompile >
83
+ <PreprocessorDefinitions >WIN64;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
84
+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
85
+ <WarningLevel >Level3</WarningLevel >
86
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
87
+ </ClCompile >
88
+ <Link >
89
+ <GenerateDebugInformation >false</GenerateDebugInformation >
90
+ <SubSystem >Windows</SubSystem >
91
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
92
+ <OptimizeReferences >true</OptimizeReferences >
93
+ <AdditionalDependencies >kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
94
+ <ProgramDatabaseFile >$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile >
95
+ </Link >
96
+ </ItemDefinitionGroup >
97
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
98
+ <ImportGroup Label =" ExtensionTargets" >
99
+ </ImportGroup >
100
+ </Project >
0 commit comments