| Line 20... |
Line 20... |
| 20 |
</ItemGroup>
|
20 |
</ItemGroup>
|
| 21 |
<PropertyGroup Label="Globals">
|
21 |
<PropertyGroup Label="Globals">
|
| 22 |
<ProjectGuid>{C18EC70D-7048-485C-8BB3-E219C6C8E352}</ProjectGuid>
|
22 |
<ProjectGuid>{C18EC70D-7048-485C-8BB3-E219C6C8E352}</ProjectGuid>
|
| 23 |
<RootNamespace>spk</RootNamespace>
|
23 |
<RootNamespace>spk</RootNamespace>
|
| 24 |
<Keyword>Win32Proj</Keyword>
|
24 |
<Keyword>Win32Proj</Keyword>
|
| 25 |
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
|
25 |
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
| 26 |
</PropertyGroup>
|
26 |
</PropertyGroup>
|
| 27 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
27 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 28 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
28 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 29 |
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
29 |
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
| 30 |
<PlatformToolset>v141</PlatformToolset>
|
30 |
<PlatformToolset>v143</PlatformToolset>
|
| 31 |
<CharacterSet>Unicode</CharacterSet>
|
31 |
<CharacterSet>Unicode</CharacterSet>
|
| 32 |
<WholeProgramOptimization>true</WholeProgramOptimization>
|
32 |
<WholeProgramOptimization>true</WholeProgramOptimization>
|
| 33 |
</PropertyGroup>
|
33 |
</PropertyGroup>
|
| 34 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
34 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 35 |
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
35 |
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
| 36 |
<PlatformToolset>v141</PlatformToolset>
|
36 |
<PlatformToolset>v143</PlatformToolset>
|
| 37 |
<CharacterSet>Unicode</CharacterSet>
|
37 |
<CharacterSet>Unicode</CharacterSet>
|
| 38 |
</PropertyGroup>
|
38 |
</PropertyGroup>
|
| 39 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
39 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| 40 |
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
40 |
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
| 41 |
<PlatformToolset>v141</PlatformToolset>
|
41 |
<PlatformToolset>v143</PlatformToolset>
|
| 42 |
<CharacterSet>Unicode</CharacterSet>
|
42 |
<CharacterSet>Unicode</CharacterSet>
|
| 43 |
<WholeProgramOptimization>true</WholeProgramOptimization>
|
43 |
<WholeProgramOptimization>true</WholeProgramOptimization>
|
| 44 |
</PropertyGroup>
|
44 |
</PropertyGroup>
|
| 45 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
45 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| 46 |
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
46 |
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
| 47 |
<PlatformToolset>v141</PlatformToolset>
|
47 |
<PlatformToolset>v143</PlatformToolset>
|
| 48 |
<CharacterSet>Unicode</CharacterSet>
|
48 |
<CharacterSet>Unicode</CharacterSet>
|
| 49 |
</PropertyGroup>
|
49 |
</PropertyGroup>
|
| 50 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
50 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 51 |
<ImportGroup Label="ExtensionSettings">
|
51 |
<ImportGroup Label="ExtensionSettings">
|
| 52 |
</ImportGroup>
|
52 |
</ImportGroup>
|
| Line 384... |
Line 384... |
| 384 |
<ClInclude Include="..\src\zlib\zconf.h" />
|
384 |
<ClInclude Include="..\src\zlib\zconf.h" />
|
| 385 |
<ClInclude Include="..\src\zlib\zconf.in.h" />
|
385 |
<ClInclude Include="..\src\zlib\zconf.in.h" />
|
| 386 |
<ClInclude Include="..\src\zlib\zlib.h" />
|
386 |
<ClInclude Include="..\src\zlib\zlib.h" />
|
| 387 |
<ClInclude Include="..\src\zlib\zutil.h" />
|
387 |
<ClInclude Include="..\src\zlib\zutil.h" />
|
| 388 |
<ClInclude Include="libx2bc.h" />
|
388 |
<ClInclude Include="libx2bc.h" />
|
| - |
|
389 |
<ClInclude Include="spklib.h" />
|
| 389 |
</ItemGroup>
|
390 |
</ItemGroup>
|
| 390 |
<ItemGroup>
|
391 |
<ItemGroup>
|
| 391 |
<Library Include="libx2bc.lib" />
|
392 |
<Library Include="libx2bc.lib" />
|
| 392 |
</ItemGroup>
|
393 |
</ItemGroup>
|
| 393 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
394 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|