|
40 | 40 | </PropertyGroup> |
41 | 41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
42 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
43 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
| 43 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
44 | 44 | <UseDebugLibraries>true</UseDebugLibraries> |
45 | 45 | <PlatformToolset>v141</PlatformToolset> |
46 | 46 | </PropertyGroup> |
47 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> |
48 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
| 48 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
49 | 49 | <UseDebugLibraries>true</UseDebugLibraries> |
50 | 50 | <PlatformToolset>v141</PlatformToolset> |
51 | 51 | </PropertyGroup> |
|
55 | 55 | <PlatformToolset>v141</PlatformToolset> |
56 | 56 | </PropertyGroup> |
57 | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
58 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
| 58 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
59 | 59 | <UseDebugLibraries>false</UseDebugLibraries> |
60 | 60 | <WholeProgramOptimization>true</WholeProgramOptimization> |
61 | 61 | <PlatformToolset>v141</PlatformToolset> |
62 | 62 | </PropertyGroup> |
63 | 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> |
64 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
| 64 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
65 | 65 | <UseDebugLibraries>false</UseDebugLibraries> |
66 | 66 | <WholeProgramOptimization>true</WholeProgramOptimization> |
67 | 67 | <PlatformToolset>v141</PlatformToolset> |
|
137 | 137 | <SubSystem>Console</SubSystem> |
138 | 138 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
139 | 139 | <GenerateWindowsMetadata>false</GenerateWindowsMetadata> |
140 | | - <ModuleDefinitionFile>CommonLib.def</ModuleDefinitionFile> |
| 140 | + <ModuleDefinitionFile> |
| 141 | + </ModuleDefinitionFile> |
141 | 142 | </Link> |
142 | 143 | <PostBuildEvent> |
143 | 144 | <Command> |
|
154 | 155 | <SubSystem>Console</SubSystem> |
155 | 156 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
156 | 157 | <GenerateWindowsMetadata>false</GenerateWindowsMetadata> |
157 | | - <ModuleDefinitionFile>CommonLib.def</ModuleDefinitionFile> |
| 158 | + <ModuleDefinitionFile> |
| 159 | + </ModuleDefinitionFile> |
158 | 160 | </Link> |
159 | 161 | <PostBuildEvent> |
160 | 162 | <Command> |
|
171 | 173 | <SubSystem>Console</SubSystem> |
172 | 174 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
173 | 175 | <GenerateWindowsMetadata>false</GenerateWindowsMetadata> |
174 | | - <ModuleDefinitionFile>CommonLib.def</ModuleDefinitionFile> |
| 176 | + <ModuleDefinitionFile> |
| 177 | + </ModuleDefinitionFile> |
175 | 178 | </Link> |
176 | 179 | <PostBuildEvent> |
177 | 180 | <Command> |
|
188 | 191 | <SubSystem>Console</SubSystem> |
189 | 192 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
190 | 193 | <GenerateWindowsMetadata>false</GenerateWindowsMetadata> |
191 | | - <ModuleDefinitionFile>CommonLib.def</ModuleDefinitionFile> |
| 194 | + <ModuleDefinitionFile> |
| 195 | + </ModuleDefinitionFile> |
192 | 196 | </Link> |
193 | 197 | <PostBuildEvent> |
194 | 198 | <Command> |
|
0 commit comments