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 =" Debug|Win32" >
5
- <Configuration >Debug</Configuration >
6
- <Platform >Win32</Platform >
7
- </ProjectConfiguration >
8
- <ProjectConfiguration Include =" Release|Win32" >
9
- <Configuration >Release</Configuration >
10
- <Platform >Win32</Platform >
11
- </ProjectConfiguration >
12
- </ItemGroup >
13
- <PropertyGroup Label =" Globals" >
14
- <ProjectGuid >{AB2B6BF2-F7F4-4B90-BDC2-58CF71159AC9}</ProjectGuid >
15
- <RootNamespace >DiaSource</RootNamespace >
16
- <WindowsTargetPlatformVersion >10.0.14393.0 </WindowsTargetPlatformVersion >
17
- </PropertyGroup >
18
- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
- <PropertyGroup >
20
- <ConfigurationType >DynamicLibrary</ConfigurationType >
21
- <PlatformToolset >v141 </PlatformToolset >
22
- <CharacterSet >MultiByte</CharacterSet >
23
- <TargetExt >.dll</TargetExt >
24
- <OutDir >bin\x86\$(Configuration)\</OutDir >
25
- <IntDir >obj\x86\$(Configuration)\</IntDir >
26
- </PropertyGroup >
27
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28
- <UseDebugLibraries >true</UseDebugLibraries >
29
- <WholeProgramOptimization >false</WholeProgramOptimization >
30
- </PropertyGroup >
31
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
32
- <UseDebugLibraries >false</UseDebugLibraries >
33
- <WholeProgramOptimization >true</WholeProgramOptimization >
34
- <LinkIncremental >false</LinkIncremental >
35
- </PropertyGroup >
36
- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
37
- <ImportGroup Label =" ExtensionSettings" >
38
- </ImportGroup >
39
- <ImportGroup Label =" Shared" >
40
- </ImportGroup >
41
- <ImportGroup Label =" PropertySheets" >
42
- <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
43
- </ImportGroup >
44
- <PropertyGroup Label =" UserMacros" />
45
- <ItemDefinitionGroup >
46
- <CLCompile >
47
- <WarningLevel >Level3</WarningLevel >
48
- <SDLCheck >true</SDLCheck >
49
- <AdditionalIncludeDirectories >$(SolutionDir)references\dia\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
50
- </CLCompile >
51
- <Link >
52
- <AdditionalLibraryDirectories >$(SolutionDir)references\dia\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
53
- <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;diaguids.lib;%(AdditionalDependencies)</AdditionalDependencies >
54
- </Link >
55
- </ItemDefinitionGroup >
56
- <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
57
- <ClCompile >
58
- <Optimization >Disabled</Optimization >
59
- <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
60
- </ClCompile >
61
- </ItemDefinitionGroup >
62
- <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
63
- <ClCompile >
64
- <Optimization >MaxSpeed</Optimization >
65
- <FunctionLevelLinking >true</FunctionLevelLinking >
66
- <IntrinsicFunctions >true</IntrinsicFunctions >
67
- <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
68
- </ClCompile >
69
- <Link >
70
- <EnableCOMDATFolding >true</EnableCOMDATFolding >
71
- <OptimizeReferences >true</OptimizeReferences >
72
- <IgnoreSpecificDefaultLibraries >libucrt.lib</IgnoreSpecificDefaultLibraries >
73
- <AdditionalOptions >/DEFAULTLIB:"ucrt.lib" %(AdditionalOptions)</AdditionalOptions >
74
- </Link >
75
- </ItemDefinitionGroup >
76
- <ItemGroup >
77
- <ClCompile Include =" DiaSource.cpp" />
78
- </ItemGroup >
79
- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
80
- <ImportGroup Label =" ExtensionTargets" >
81
- </ImportGroup >
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 =" Debug|Win32" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <PropertyGroup Label =" Globals" >
14
+ <ProjectGuid >{AB2B6BF2-F7F4-4B90-BDC2-58CF71159AC9}</ProjectGuid >
15
+ <RootNamespace >DiaSource</RootNamespace >
16
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
17
+ </PropertyGroup >
18
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
+ <PropertyGroup >
20
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
21
+ <PlatformToolset >v142 </PlatformToolset >
22
+ <CharacterSet >MultiByte</CharacterSet >
23
+ <TargetExt >.dll</TargetExt >
24
+ <OutDir >bin\x86\$(Configuration)\</OutDir >
25
+ <IntDir >obj\x86\$(Configuration)\</IntDir >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28
+ <UseDebugLibraries >true</UseDebugLibraries >
29
+ <WholeProgramOptimization >false</WholeProgramOptimization >
30
+ </PropertyGroup >
31
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
32
+ <UseDebugLibraries >false</UseDebugLibraries >
33
+ <WholeProgramOptimization >true</WholeProgramOptimization >
34
+ <LinkIncremental >false</LinkIncremental >
35
+ </PropertyGroup >
36
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
37
+ <ImportGroup Label =" ExtensionSettings" >
38
+ </ImportGroup >
39
+ <ImportGroup Label =" Shared" >
40
+ </ImportGroup >
41
+ <ImportGroup Label =" PropertySheets" >
42
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
43
+ </ImportGroup >
44
+ <PropertyGroup Label =" UserMacros" />
45
+ <ItemDefinitionGroup >
46
+ <CLCompile >
47
+ <WarningLevel >Level3</WarningLevel >
48
+ <SDLCheck >true</SDLCheck >
49
+ <AdditionalIncludeDirectories >$(SolutionDir)references\dia\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
50
+ </CLCompile >
51
+ <Link >
52
+ <AdditionalLibraryDirectories >$(SolutionDir)references\dia\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
53
+ <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;diaguids.lib;%(AdditionalDependencies)</AdditionalDependencies >
54
+ </Link >
55
+ </ItemDefinitionGroup >
56
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
57
+ <ClCompile >
58
+ <Optimization >Disabled</Optimization >
59
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
60
+ </ClCompile >
61
+ </ItemDefinitionGroup >
62
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
63
+ <ClCompile >
64
+ <Optimization >MaxSpeed</Optimization >
65
+ <FunctionLevelLinking >true</FunctionLevelLinking >
66
+ <IntrinsicFunctions >true</IntrinsicFunctions >
67
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
68
+ </ClCompile >
69
+ <Link >
70
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
71
+ <OptimizeReferences >true</OptimizeReferences >
72
+ <IgnoreSpecificDefaultLibraries >libucrt.lib</IgnoreSpecificDefaultLibraries >
73
+ <AdditionalOptions >/DEFAULTLIB:"ucrt.lib" %(AdditionalOptions)</AdditionalOptions >
74
+ </Link >
75
+ </ItemDefinitionGroup >
76
+ <ItemGroup >
77
+ <ClCompile Include =" DiaSource.cpp" />
78
+ </ItemGroup >
79
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
80
+ <ImportGroup Label =" ExtensionTargets" >
81
+ </ImportGroup >
82
82
</Project >
0 commit comments