|
10 | 10 | </PropertyGroup>
|
11 | 11 | <ItemDefinitionGroup>
|
12 | 12 | <ClCompile>
|
13 |
| - <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory);$(MSBuildThisFileDirectory)..\..\libTomCrypt</AdditionalIncludeDirectories> |
14 |
| - <AdditionalOptions>/DSQLITE_HAS_CODEC /DSQLITE_THREADSAFE=2 /DSQLITE_TEMP_STORE=3 /DSQLITE_ENABLE_FTS3=1 /DSQLITE_ENABLE_FTS3_PARENTHESIS=1 /DSQLITE_ENABLE_FTS4=1 /DSQLITE_ENABLE_RTREE=1 /DSQLCIPHER_CRYPTO_LIBTOMCRYPT /DSQLITE_OS_WINRT %(AdditionalOptions)</AdditionalOptions> |
| 13 | + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory);$(MSBuildThisFileDirectory)..\..\..\common;$(MSBuildThisFileDirectory)..\..\libTomCrypt</AdditionalIncludeDirectories> |
| 14 | + <AdditionalOptions>/DSQLITE_HAS_CODEC /DSQLITE_THREADSAFE=2 /DSQLITE_TEMP_STORE=3 /DSQLITE_ENABLE_FTS3=1 /DSQLITE_ENABLE_FTS3_PARENTHESIS=1 /DSQLITE_ENABLE_FTS4=1 /DSQLITE_ENABLE_RTREE=1 /DSQLCIPHER_CRYPTO_LIBTOMCRYPT /DSQLITE_OS_WINRT /DNDEBUG /DSQLITE_ENABLE_FTS5 /DSQLITE_ENABLE_JSON1 %(AdditionalOptions)</AdditionalOptions> |
15 | 15 | </ClCompile>
|
16 | 16 | </ItemDefinitionGroup>
|
17 | 17 | <ItemGroup>
|
|
27 | 27 | <ClCompile Include="$(MSBuildThisFileDirectory)Constants.cpp" />
|
28 | 28 | <ClCompile Include="$(MSBuildThisFileDirectory)Database.cpp" />
|
29 | 29 | <ClCompile Include="$(MSBuildThisFileDirectory)Statement.cpp" />
|
30 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\common\sqlite3.c"> |
| 30 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\common\sqlite3.c"> |
31 | 31 | <CompileAsWinRT>false</CompileAsWinRT>
|
32 | 32 | </ClCompile>
|
33 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\cbc_encrypt.c"> |
| 33 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\cbc_encrypt.c"> |
34 | 34 | <CompileAsWinRT>false</CompileAsWinRT>
|
35 | 35 | </ClCompile>
|
36 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\cbc_decrypt.c"> |
| 36 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\cbc_decrypt.c"> |
37 | 37 | <CompileAsWinRT>false</CompileAsWinRT>
|
38 | 38 | </ClCompile>
|
39 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\cbc_start.c"> |
| 39 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\cbc_start.c"> |
40 | 40 | <CompileAsWinRT>false</CompileAsWinRT>
|
41 | 41 | </ClCompile>
|
42 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\cbc_done.c"> |
| 42 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\cbc_done.c"> |
43 | 43 | <CompileAsWinRT>false</CompileAsWinRT>
|
44 | 44 | </ClCompile>
|
45 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_find_cipher.c"> |
| 45 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_find_cipher.c"> |
46 | 46 | <CompileAsWinRT>false</CompileAsWinRT>
|
47 | 47 | </ClCompile>
|
48 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_find_hash.c"> |
| 48 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_find_hash.c"> |
49 | 49 | <CompileAsWinRT>false</CompileAsWinRT>
|
50 | 50 | </ClCompile>
|
51 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_register_hash.c"> |
| 51 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_register_hash.c"> |
52 | 52 | <CompileAsWinRT>false</CompileAsWinRT>
|
53 | 53 | </ClCompile>
|
54 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_register_cipher.c"> |
| 54 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_register_cipher.c"> |
55 | 55 | <CompileAsWinRT>false</CompileAsWinRT>
|
56 | 56 | </ClCompile>
|
57 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_register_prng.c"> |
| 57 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_register_prng.c"> |
58 | 58 | <CompileAsWinRT>false</CompileAsWinRT>
|
59 | 59 | </ClCompile>
|
60 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_argchk.c"> |
| 60 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_argchk.c"> |
61 | 61 | <CompileAsWinRT>false</CompileAsWinRT>
|
62 | 62 | </ClCompile>
|
63 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_cipher_is_valid.c"> |
| 63 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_cipher_is_valid.c"> |
64 | 64 | <CompileAsWinRT>false</CompileAsWinRT>
|
65 | 65 | </ClCompile>
|
66 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_cipher_descriptor.c"> |
| 66 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_cipher_descriptor.c"> |
67 | 67 | <CompileAsWinRT>false</CompileAsWinRT>
|
68 | 68 | </ClCompile>
|
69 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_prng_descriptor.c"> |
| 69 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_prng_descriptor.c"> |
70 | 70 | <CompileAsWinRT>false</CompileAsWinRT>
|
71 | 71 | </ClCompile>
|
72 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_hash_is_valid.c"> |
| 72 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_hash_is_valid.c"> |
73 | 73 | <CompileAsWinRT>false</CompileAsWinRT>
|
74 | 74 | </ClCompile>
|
75 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_hash_descriptor.c"> |
| 75 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_hash_descriptor.c"> |
76 | 76 | <CompileAsWinRT>false</CompileAsWinRT>
|
77 | 77 | </ClCompile>
|
78 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\hash_memory.c"> |
| 78 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\hash_memory.c"> |
79 | 79 | <CompileAsWinRT>false</CompileAsWinRT>
|
80 | 80 | </ClCompile>
|
81 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\zeromem.c"> |
| 81 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\zeromem.c"> |
82 | 82 | <CompileAsWinRT>false</CompileAsWinRT>
|
83 | 83 | </ClCompile>
|
84 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\pkcs_5_2.c"> |
| 84 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\pkcs_5_2.c"> |
85 | 85 | <CompileAsWinRT>false</CompileAsWinRT>
|
86 | 86 | </ClCompile>
|
87 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\aes.c"> |
| 87 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\aes.c"> |
88 | 88 | <CompileAsWinRT>false</CompileAsWinRT>
|
89 | 89 | </ClCompile>
|
90 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\sha1.c"> |
| 90 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\sha1.c"> |
91 | 91 | <CompileAsWinRT>false</CompileAsWinRT>
|
92 | 92 | </ClCompile>
|
93 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\hmac_init.c"> |
| 93 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\hmac_init.c"> |
94 | 94 | <CompileAsWinRT>false</CompileAsWinRT>
|
95 | 95 | </ClCompile>
|
96 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\hmac_memory.c"> |
| 96 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\hmac_memory.c"> |
97 | 97 | <CompileAsWinRT>false</CompileAsWinRT>
|
98 | 98 | </ClCompile>
|
99 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\hmac_process.c"> |
| 99 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\hmac_process.c"> |
100 | 100 | <CompileAsWinRT>false</CompileAsWinRT>
|
101 | 101 | </ClCompile>
|
102 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\hmac_done.c"> |
| 102 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\hmac_done.c"> |
103 | 103 | <CompileAsWinRT>false</CompileAsWinRT>
|
104 | 104 | </ClCompile>
|
105 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\fortuna.c"> |
| 105 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\fortuna.c"> |
106 | 106 | <CompileAsWinRT>false</CompileAsWinRT>
|
107 | 107 | </ClCompile>
|
108 |
| - <ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\sha256.c"> |
| 108 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\sha256.c"> |
109 | 109 | <CompileAsWinRT>false</CompileAsWinRT>
|
110 | 110 | </ClCompile>
|
111 | 111 | <ClCompile Include="$(MSBuildThisFileDirectory)pch.cpp">
|
|
0 commit comments