Skip to content

Commit 6eceda3

Browse files
committed
打包
1 parent 6727ef9 commit 6eceda3

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

Common.vcxproj

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
</PropertyGroup>
4141
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
4242
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
43-
<ConfigurationType>StaticLibrary</ConfigurationType>
43+
<ConfigurationType>DynamicLibrary</ConfigurationType>
4444
<UseDebugLibraries>true</UseDebugLibraries>
4545
<PlatformToolset>v141</PlatformToolset>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
48-
<ConfigurationType>StaticLibrary</ConfigurationType>
48+
<ConfigurationType>DynamicLibrary</ConfigurationType>
4949
<UseDebugLibraries>true</UseDebugLibraries>
5050
<PlatformToolset>v141</PlatformToolset>
5151
</PropertyGroup>
@@ -55,13 +55,13 @@
5555
<PlatformToolset>v141</PlatformToolset>
5656
</PropertyGroup>
5757
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
58-
<ConfigurationType>StaticLibrary</ConfigurationType>
58+
<ConfigurationType>DynamicLibrary</ConfigurationType>
5959
<UseDebugLibraries>false</UseDebugLibraries>
6060
<WholeProgramOptimization>true</WholeProgramOptimization>
6161
<PlatformToolset>v141</PlatformToolset>
6262
</PropertyGroup>
6363
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
64-
<ConfigurationType>StaticLibrary</ConfigurationType>
64+
<ConfigurationType>DynamicLibrary</ConfigurationType>
6565
<UseDebugLibraries>false</UseDebugLibraries>
6666
<WholeProgramOptimization>true</WholeProgramOptimization>
6767
<PlatformToolset>v141</PlatformToolset>
@@ -137,7 +137,8 @@
137137
<SubSystem>Console</SubSystem>
138138
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
139139
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
140-
<ModuleDefinitionFile>CommonLib.def</ModuleDefinitionFile>
140+
<ModuleDefinitionFile>
141+
</ModuleDefinitionFile>
141142
</Link>
142143
<PostBuildEvent>
143144
<Command>
@@ -154,7 +155,8 @@
154155
<SubSystem>Console</SubSystem>
155156
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
156157
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
157-
<ModuleDefinitionFile>CommonLib.def</ModuleDefinitionFile>
158+
<ModuleDefinitionFile>
159+
</ModuleDefinitionFile>
158160
</Link>
159161
<PostBuildEvent>
160162
<Command>
@@ -171,7 +173,8 @@
171173
<SubSystem>Console</SubSystem>
172174
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
173175
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
174-
<ModuleDefinitionFile>CommonLib.def</ModuleDefinitionFile>
176+
<ModuleDefinitionFile>
177+
</ModuleDefinitionFile>
175178
</Link>
176179
<PostBuildEvent>
177180
<Command>
@@ -188,7 +191,8 @@
188191
<SubSystem>Console</SubSystem>
189192
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
190193
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
191-
<ModuleDefinitionFile>CommonLib.def</ModuleDefinitionFile>
194+
<ModuleDefinitionFile>
195+
</ModuleDefinitionFile>
192196
</Link>
193197
<PostBuildEvent>
194198
<Command>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)