|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | 4 | <ProjectConfiguration Include="Debug|Win32"> |
5 | 5 | <Configuration>Debug</Configuration> |
|
59 | 59 | <Keyword>Win32Proj</Keyword> |
60 | 60 | <RootNamespace>BootShellCredentialProvider</RootNamespace> |
61 | 61 | <ProjectName>BootShellCredentialProvider</ProjectName> |
| 62 | + <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> |
62 | 63 | </PropertyGroup> |
63 | 64 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
64 | 65 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
65 | 66 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
66 | 67 | <UseDebugLibraries>true</UseDebugLibraries> |
67 | | - <PlatformToolset>v140</PlatformToolset> |
| 68 | + <PlatformToolset>v141</PlatformToolset> |
68 | 69 | <CharacterSet>Unicode</CharacterSet> |
69 | 70 | </PropertyGroup> |
70 | 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
71 | 72 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
72 | 73 | <UseDebugLibraries>true</UseDebugLibraries> |
73 | | - <PlatformToolset>v140</PlatformToolset> |
| 74 | + <PlatformToolset>v141</PlatformToolset> |
74 | 75 | <CharacterSet>Unicode</CharacterSet> |
75 | 76 | </PropertyGroup> |
76 | 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
77 | 78 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
78 | 79 | <UseDebugLibraries>false</UseDebugLibraries> |
79 | | - <PlatformToolset>v140</PlatformToolset> |
| 80 | + <PlatformToolset>v141</PlatformToolset> |
80 | 81 | <WholeProgramOptimization>true</WholeProgramOptimization> |
81 | 82 | <CharacterSet>Unicode</CharacterSet> |
82 | 83 | </PropertyGroup> |
83 | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
84 | 85 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
85 | 86 | <UseDebugLibraries>false</UseDebugLibraries> |
86 | | - <PlatformToolset>v140</PlatformToolset> |
| 87 | + <PlatformToolset>v141</PlatformToolset> |
87 | 88 | <WholeProgramOptimization>true</WholeProgramOptimization> |
88 | 89 | <CharacterSet>Unicode</CharacterSet> |
89 | 90 | </PropertyGroup> |
|
129 | 130 | <SubSystem>Windows</SubSystem> |
130 | 131 | <GenerateDebugInformation>true</GenerateDebugInformation> |
131 | 132 | <AdditionalDependencies>Credui.lib;Shlwapi.lib;Secur32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
132 | | - <ModuleDefinitionFile>samplev2credentialprovider.def</ModuleDefinitionFile> |
| 133 | + <ModuleDefinitionFile>BootShellCredentialProvider.def</ModuleDefinitionFile> |
133 | 134 | </Link> |
134 | 135 | </ItemDefinitionGroup> |
135 | 136 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
162 | 163 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
163 | 164 | <OptimizeReferences>true</OptimizeReferences> |
164 | 165 | <AdditionalDependencies>Credui.lib;Shlwapi.lib;Secur32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
165 | | - <ModuleDefinitionFile>samplev2credentialprovider.def</ModuleDefinitionFile> |
| 166 | + <ModuleDefinitionFile>BootShellCredentialProvider.def</ModuleDefinitionFile> |
166 | 167 | </Link> |
167 | 168 | </ItemDefinitionGroup> |
168 | 169 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
0 commit comments