|
20 | 20 | </ItemGroup> |
21 | 21 | <ItemGroup> |
22 | 22 | <ClCompile Include="INIParser.c" /> |
| 23 | + <ClCompile Include="INIx.c" /> |
23 | 24 | </ItemGroup> |
24 | 25 | <ItemGroup> |
| 26 | + <ClInclude Include="INIApi.h" /> |
25 | 27 | <ClInclude Include="INIParser.h" /> |
| 28 | + <ClInclude Include="INIx.h" /> |
26 | 29 | </ItemGroup> |
27 | 30 | <PropertyGroup Label="Globals"> |
28 | 31 | <VCProjectVersion>16.0</VCProjectVersion> |
|
33 | 36 | </PropertyGroup> |
34 | 37 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
35 | 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
36 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
| 39 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
37 | 40 | <UseDebugLibraries>true</UseDebugLibraries> |
38 | 41 | <PlatformToolset>v143</PlatformToolset> |
39 | 42 | <CharacterSet>Unicode</CharacterSet> |
40 | 43 | </PropertyGroup> |
41 | 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
42 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
| 45 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
43 | 46 | <UseDebugLibraries>false</UseDebugLibraries> |
44 | 47 | <PlatformToolset>v143</PlatformToolset> |
45 | 48 | <WholeProgramOptimization>true</WholeProgramOptimization> |
46 | 49 | <CharacterSet>Unicode</CharacterSet> |
47 | 50 | </PropertyGroup> |
48 | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
49 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
| 52 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
50 | 53 | <UseDebugLibraries>true</UseDebugLibraries> |
51 | 54 | <PlatformToolset>v143</PlatformToolset> |
52 | 55 | <CharacterSet>Unicode</CharacterSet> |
53 | 56 | </PropertyGroup> |
54 | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
55 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
| 58 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
56 | 59 | <UseDebugLibraries>false</UseDebugLibraries> |
57 | 60 | <PlatformToolset>v143</PlatformToolset> |
58 | 61 | <WholeProgramOptimization>true</WholeProgramOptimization> |
|
100 | 103 | <ClCompile> |
101 | 104 | <WarningLevel>Level3</WarningLevel> |
102 | 105 | <SDLCheck>true</SDLCheck> |
103 | | - <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 106 | + <PreprocessorDefinitions>INI_BUILD_DLL;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
104 | 107 | <ConformanceMode>true</ConformanceMode> |
105 | 108 | </ClCompile> |
106 | 109 | <Link> |
|
114 | 117 | <FunctionLevelLinking>true</FunctionLevelLinking> |
115 | 118 | <IntrinsicFunctions>true</IntrinsicFunctions> |
116 | 119 | <SDLCheck>true</SDLCheck> |
117 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 120 | + <PreprocessorDefinitions>INI_BUILD_DLL;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
118 | 121 | <ConformanceMode>true</ConformanceMode> |
119 | 122 | </ClCompile> |
120 | 123 | <Link> |
|
128 | 131 | <ClCompile> |
129 | 132 | <WarningLevel>Level3</WarningLevel> |
130 | 133 | <SDLCheck>true</SDLCheck> |
131 | | - <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 134 | + <PreprocessorDefinitions>INI_BUILD_DLL;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
132 | 135 | <ConformanceMode>true</ConformanceMode> |
133 | 136 | </ClCompile> |
134 | 137 | <Link> |
|
142 | 145 | <FunctionLevelLinking>true</FunctionLevelLinking> |
143 | 146 | <IntrinsicFunctions>true</IntrinsicFunctions> |
144 | 147 | <SDLCheck>true</SDLCheck> |
145 | | - <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 148 | + <PreprocessorDefinitions>INI_BUILD_DLL;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
146 | 149 | <ConformanceMode>true</ConformanceMode> |
147 | 150 | </ClCompile> |
148 | 151 | <Link> |
|
0 commit comments