1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.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+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <VCProjectVersion >15.0</VCProjectVersion >
23+ <ProjectGuid >{8FD9B6E8-A6E4-42A3-8B5A-E6F7ADC826F5}</ProjectGuid >
24+ <RootNamespace >test</RootNamespace >
25+ <WindowsTargetPlatformVersion >10.0.14393.0</WindowsTargetPlatformVersion >
26+ <ConfigurationType >DynamicLibrary</ConfigurationType >
27+ <ResourceOnlyDll >true</ResourceOnlyDll >
28+ <AssemblyCompany >NerdBank</AssemblyCompany >
29+ </PropertyGroup >
30+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
32+ <UseDebugLibraries >true</UseDebugLibraries >
33+ <PlatformToolset >v140</PlatformToolset >
34+ <CharacterSet >MultiByte</CharacterSet >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
37+ <UseDebugLibraries >false</UseDebugLibraries >
38+ <PlatformToolset >v140</PlatformToolset >
39+ <WholeProgramOptimization >true</WholeProgramOptimization >
40+ <CharacterSet >MultiByte</CharacterSet >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
43+ <UseDebugLibraries >true</UseDebugLibraries >
44+ <PlatformToolset >v140</PlatformToolset >
45+ <CharacterSet >MultiByte</CharacterSet >
46+ </PropertyGroup >
47+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
48+ <UseDebugLibraries >false</UseDebugLibraries >
49+ <PlatformToolset >v140</PlatformToolset >
50+ <WholeProgramOptimization >true</WholeProgramOptimization >
51+ <CharacterSet >MultiByte</CharacterSet >
52+ </PropertyGroup >
53+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
54+ <ImportGroup Label =" ExtensionSettings" >
55+ </ImportGroup >
56+ <ImportGroup Label =" Shared" >
57+ </ImportGroup >
58+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
59+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60+ </ImportGroup >
61+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
62+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63+ </ImportGroup >
64+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
65+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66+ </ImportGroup >
67+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
68+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69+ </ImportGroup >
70+ <PropertyGroup Label =" UserMacros" />
71+ <PropertyGroup />
72+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
73+ <ClCompile >
74+ <WarningLevel >Level3</WarningLevel >
75+ <Optimization >Disabled</Optimization >
76+ <SDLCheck >true</SDLCheck >
77+ </ClCompile >
78+ <Link >
79+ <NoEntryPoint >$(ResourceOnlyDll)</NoEntryPoint >
80+ </Link >
81+ </ItemDefinitionGroup >
82+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
83+ <ClCompile >
84+ <WarningLevel >Level3</WarningLevel >
85+ <Optimization >Disabled</Optimization >
86+ <SDLCheck >true</SDLCheck >
87+ </ClCompile >
88+ <Link >
89+ <NoEntryPoint >$(ResourceOnlyDll)</NoEntryPoint >
90+ </Link >
91+ </ItemDefinitionGroup >
92+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
93+ <ClCompile >
94+ <WarningLevel >Level3</WarningLevel >
95+ <Optimization >MaxSpeed</Optimization >
96+ <FunctionLevelLinking >true</FunctionLevelLinking >
97+ <IntrinsicFunctions >true</IntrinsicFunctions >
98+ <SDLCheck >true</SDLCheck >
99+ </ClCompile >
100+ <Link >
101+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
102+ <OptimizeReferences >true</OptimizeReferences >
103+ <NoEntryPoint >$(ResourceOnlyDll)</NoEntryPoint >
104+ </Link >
105+ </ItemDefinitionGroup >
106+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
107+ <ClCompile >
108+ <WarningLevel >Level3</WarningLevel >
109+ <Optimization >MaxSpeed</Optimization >
110+ <FunctionLevelLinking >true</FunctionLevelLinking >
111+ <IntrinsicFunctions >true</IntrinsicFunctions >
112+ <SDLCheck >true</SDLCheck >
113+ </ClCompile >
114+ <Link >
115+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
116+ <OptimizeReferences >true</OptimizeReferences >
117+ <NoEntryPoint >$(ResourceOnlyDll)</NoEntryPoint >
118+ </Link >
119+ </ItemDefinitionGroup >
120+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
121+ <ImportGroup Label =" ExtensionTargets" >
122+ </ImportGroup >
123+ </Project >
0 commit comments