Thu, 01 May 2025 01:16:53 +0200
fix incorrect lzma.lib dependency
|
791
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="utf-8"?> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
3 | <ItemGroup Label="ProjectConfigurations"> |
|
860
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
4 | <ProjectConfiguration Include="Debug|ARM"> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
5 | <Configuration>Debug</Configuration> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
6 | <Platform>ARM</Platform> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
7 | </ProjectConfiguration> |
|
791
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
8 | <ProjectConfiguration Include="Debug|Win32"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
9 | <Configuration>Debug</Configuration> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
10 | <Platform>Win32</Platform> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
11 | </ProjectConfiguration> |
|
860
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
12 | <ProjectConfiguration Include="Release|ARM"> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
13 | <Configuration>Release</Configuration> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
14 | <Platform>ARM</Platform> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
15 | </ProjectConfiguration> |
|
791
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
16 | <ProjectConfiguration Include="Release|Win32"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
17 | <Configuration>Release</Configuration> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
18 | <Platform>Win32</Platform> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
19 | </ProjectConfiguration> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
20 | <ProjectConfiguration Include="Debug|x64"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
21 | <Configuration>Debug</Configuration> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
22 | <Platform>x64</Platform> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
23 | </ProjectConfiguration> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
24 | <ProjectConfiguration Include="Release|x64"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
25 | <Configuration>Release</Configuration> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
26 | <Platform>x64</Platform> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
27 | </ProjectConfiguration> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
28 | </ItemGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
29 | <PropertyGroup Label="Globals"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
30 | <VCProjectVersion>17.0</VCProjectVersion> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
31 | <Keyword>Win32Proj</Keyword> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
32 | <ProjectGuid>{ea9525df-6935-41c6-8330-351aad8555b8}</ProjectGuid> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
33 | <RootNamespace>test</RootNamespace> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
34 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
35 | </PropertyGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
36 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
38 | <ConfigurationType>Application</ConfigurationType> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
39 | <UseDebugLibraries>true</UseDebugLibraries> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
40 | <PlatformToolset>v143</PlatformToolset> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
41 | <CharacterSet>Unicode</CharacterSet> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
42 | </PropertyGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
44 | <ConfigurationType>Application</ConfigurationType> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
45 | <UseDebugLibraries>false</UseDebugLibraries> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
46 | <PlatformToolset>v143</PlatformToolset> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
47 | <WholeProgramOptimization>true</WholeProgramOptimization> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
48 | <CharacterSet>Unicode</CharacterSet> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
49 | </PropertyGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
51 | <ConfigurationType>Application</ConfigurationType> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
52 | <UseDebugLibraries>true</UseDebugLibraries> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
53 | <PlatformToolset>v143</PlatformToolset> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
54 | <CharacterSet>Unicode</CharacterSet> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
55 | </PropertyGroup> |
|
860
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
57 | <ConfigurationType>Application</ConfigurationType> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
58 | <UseDebugLibraries>true</UseDebugLibraries> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
59 | <PlatformToolset>v143</PlatformToolset> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
60 | <CharacterSet>Unicode</CharacterSet> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
61 | </PropertyGroup> |
|
791
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
62 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
63 | <ConfigurationType>Application</ConfigurationType> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
64 | <UseDebugLibraries>false</UseDebugLibraries> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
65 | <PlatformToolset>v143</PlatformToolset> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
66 | <WholeProgramOptimization>true</WholeProgramOptimization> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
67 | <CharacterSet>Unicode</CharacterSet> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
68 | </PropertyGroup> |
|
860
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
70 | <ConfigurationType>Application</ConfigurationType> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
71 | <UseDebugLibraries>false</UseDebugLibraries> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
72 | <PlatformToolset>v143</PlatformToolset> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
73 | <WholeProgramOptimization>true</WholeProgramOptimization> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
74 | <CharacterSet>Unicode</CharacterSet> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
75 | </PropertyGroup> |
|
791
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
76 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
77 | <ImportGroup Label="ExtensionSettings"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
78 | </ImportGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
79 | <ImportGroup Label="Shared"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
80 | </ImportGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
81 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
82 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
83 | </ImportGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
84 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
85 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
86 | </ImportGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
87 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
88 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
89 | </ImportGroup> |
|
860
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
90 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
91 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
92 | </ImportGroup> |
|
791
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
93 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
94 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
95 | </ImportGroup> |
|
860
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
96 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
97 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
98 | </ImportGroup> |
|
791
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
99 | <PropertyGroup Label="UserMacros" /> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
100 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
101 | <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
102 | <IntDir>..\..\..\build\vs\test\$(Platform)\$(Configuration)\</IntDir> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
103 | </PropertyGroup> |
|
860
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
104 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
105 | <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
106 | <IntDir>..\..\..\build\vs\test\$(Platform)\$(Configuration)\</IntDir> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
107 | </PropertyGroup> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
108 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
109 | <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
110 | <IntDir>..\..\..\build\vs\test\$(Platform)\$(Configuration)\</IntDir> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
111 | </PropertyGroup> |
|
791
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
112 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
113 | <ClCompile> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
114 | <WarningLevel>Level3</WarningLevel> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
115 | <SDLCheck>true</SDLCheck> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
116 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
117 | <ConformanceMode>true</ConformanceMode> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
118 | </ClCompile> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
119 | <Link> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
120 | <SubSystem>Console</SubSystem> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
121 | <GenerateDebugInformation>true</GenerateDebugInformation> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
122 | </Link> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
123 | </ItemDefinitionGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
124 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
125 | <ClCompile> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
126 | <WarningLevel>Level3</WarningLevel> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
127 | <FunctionLevelLinking>true</FunctionLevelLinking> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
128 | <IntrinsicFunctions>true</IntrinsicFunctions> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
129 | <SDLCheck>true</SDLCheck> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
130 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
131 | <ConformanceMode>true</ConformanceMode> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
132 | </ClCompile> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
133 | <Link> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
134 | <SubSystem>Console</SubSystem> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
135 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
136 | <OptimizeReferences>true</OptimizeReferences> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
137 | <GenerateDebugInformation>true</GenerateDebugInformation> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
138 | </Link> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
139 | </ItemDefinitionGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
140 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
141 | <ClCompile> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
142 | <WarningLevel>Level3</WarningLevel> |
|
860
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
143 | <SDLCheck>false</SDLCheck> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
144 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
145 | <ConformanceMode>true</ConformanceMode> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
146 | <AdditionalIncludeDirectories>..\..\..\ucx;..\vcpkg_installed\x64-windows\x64-windows\include;..\..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
147 | <LanguageStandard_C>stdc17</LanguageStandard_C> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
148 | <AdditionalOptions> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
149 | </AdditionalOptions> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
150 | </ClCompile> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
151 | <Link> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
152 | <SubSystem>Console</SubSystem> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
153 | <GenerateDebugInformation>true</GenerateDebugInformation> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
154 | <AdditionalLibraryDirectories>..\vcpkg_installed\x64-windows\x64-windows\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
864
029e839a4079
fix incorrect lzma.lib dependency
Mike Becker <universe@uap-core.de>
parents:
860
diff
changeset
|
155 | <AdditionalDependencies>charset.lib;iconv.lib;libcurl.lib;libxml2.lib;zlib.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
860
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
156 | </Link> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
157 | </ItemDefinitionGroup> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
158 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
159 | <ClCompile> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
160 | <WarningLevel>Level3</WarningLevel> |
|
791
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
161 | <SDLCheck>true</SDLCheck> |
|
793
3ed93d188375
use _mkgmtime instead of mktime in parse_iso8601() on windows
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
791
diff
changeset
|
162 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
791
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
163 | <ConformanceMode>true</ConformanceMode> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
164 | <AdditionalIncludeDirectories>..\..\..\ucx;..\vcpkg_installed\x64-windows\x64-windows\include;..\..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
165 | <LanguageStandard_C>stdc17</LanguageStandard_C> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
166 | <AdditionalOptions> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
167 | </AdditionalOptions> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
168 | </ClCompile> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
169 | <Link> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
170 | <SubSystem>Console</SubSystem> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
171 | <GenerateDebugInformation>true</GenerateDebugInformation> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
172 | <AdditionalLibraryDirectories>..\vcpkg_installed\x64-windows\x64-windows\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
864
029e839a4079
fix incorrect lzma.lib dependency
Mike Becker <universe@uap-core.de>
parents:
860
diff
changeset
|
173 | <AdditionalDependencies>charset.lib;iconv.lib;libcurl.lib;libxml2.lib;zlib.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
791
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
174 | </Link> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
175 | </ItemDefinitionGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
176 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
177 | <ClCompile> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
178 | <WarningLevel>Level3</WarningLevel> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
179 | <FunctionLevelLinking>true</FunctionLevelLinking> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
180 | <IntrinsicFunctions>true</IntrinsicFunctions> |
|
860
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
181 | <SDLCheck>false</SDLCheck> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
182 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
183 | <ConformanceMode>true</ConformanceMode> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
184 | <LanguageStandard_C>stdc17</LanguageStandard_C> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
185 | <AdditionalIncludeDirectories>..\..\..\ucx;..\vcpkg_installed\x64-windows\x64-windows\include;..\..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
186 | </ClCompile> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
187 | <Link> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
188 | <SubSystem>Console</SubSystem> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
189 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
190 | <OptimizeReferences>true</OptimizeReferences> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
191 | <GenerateDebugInformation>true</GenerateDebugInformation> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
192 | <AdditionalLibraryDirectories>..\vcpkg_installed\x64-windows\x64-windows\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
864
029e839a4079
fix incorrect lzma.lib dependency
Mike Becker <universe@uap-core.de>
parents:
860
diff
changeset
|
193 | <AdditionalDependencies>charset.lib;iconv.lib;libcurl.lib;libxml2.lib;zlib.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
860
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
194 | </Link> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
195 | </ItemDefinitionGroup> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
196 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
197 | <ClCompile> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
198 | <WarningLevel>Level3</WarningLevel> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
199 | <FunctionLevelLinking>true</FunctionLevelLinking> |
|
f6a274beeb95
add missing files to VS Project and configure release builds
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
793
diff
changeset
|
200 | <IntrinsicFunctions>true</IntrinsicFunctions> |
|
791
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
201 | <SDLCheck>true</SDLCheck> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
202 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
203 | <ConformanceMode>true</ConformanceMode> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
204 | </ClCompile> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
205 | <Link> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
206 | <SubSystem>Console</SubSystem> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
207 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
208 | <OptimizeReferences>true</OptimizeReferences> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
209 | <GenerateDebugInformation>true</GenerateDebugInformation> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
210 | </Link> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
211 | </ItemDefinitionGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
212 | <ItemGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
213 | <ClCompile Include="..\..\..\test\base64.c" /> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
214 | <ClCompile Include="..\..\..\test\crypto.c" /> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
215 | <ClCompile Include="..\..\..\test\main.c" /> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
216 | <ClCompile Include="..\..\..\test\test.c" /> |
|
793
3ed93d188375
use _mkgmtime instead of mktime in parse_iso8601() on windows
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
791
diff
changeset
|
217 | <ClCompile Include="..\..\..\test\utils.c" /> |
|
791
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
218 | </ItemGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
219 | <ItemGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
220 | <ClInclude Include="..\..\..\test\base64.h" /> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
221 | <ClInclude Include="..\..\..\test\crypto.h" /> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
222 | <ClInclude Include="..\..\..\test\test.h" /> |
|
793
3ed93d188375
use _mkgmtime instead of mktime in parse_iso8601() on windows
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
791
diff
changeset
|
223 | <ClInclude Include="..\..\..\test\utils.h" /> |
|
791
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
224 | </ItemGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
225 | <ItemGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
226 | <ProjectReference Include="..\libidav\libidav.vcxproj"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
227 | <Project>{c29c0378-6548-48e8-9426-31922515212a}</Project> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
228 | </ProjectReference> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
229 | <ProjectReference Include="..\ucx\ucx.vcxproj"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
230 | <Project>{27da0164-3475-43e2-a1a4-a5d07d305749}</Project> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
231 | </ProjectReference> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
232 | </ItemGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
233 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
234 | <ImportGroup Label="ExtensionTargets"> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
235 | </ImportGroup> |
|
38796c7e32b6
fix aes_write on windows could write non-decrypted bytes to output buffer
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
236 | </Project> |