|
9 | 9 | </PropertyGroup>
|
10 | 10 | <ItemGroup>
|
11 | 11 | <ClCompile Include="..\..\src\asset.cpp" />
|
| 12 | + <ClCompile Include="..\..\src\blockfilter.cpp" /> |
12 | 13 | <ClCompile Include="..\..\src\chain.cpp" />
|
13 | 14 | <ClCompile Include="..\..\src\confidential_validation.cpp" />
|
| 15 | + <ClCompile Include="..\..\src\consensus/tx_verify.cpp" /> |
| 16 | + <ClCompile Include="..\..\src\dbwrapper.cpp" /> |
14 | 17 | <ClCompile Include="..\..\src\deploymentstatus.cpp" />
|
15 | 18 | <ClCompile Include="..\..\src\dynafed.cpp" />
|
| 19 | + <ClCompile Include="..\..\src\flatfile.cpp" /> |
| 20 | + <ClCompile Include="..\..\src\index/base.cpp" /> |
| 21 | + <ClCompile Include="..\..\src\index/blockfilterindex.cpp" /> |
| 22 | + <ClCompile Include="..\..\src\index/coinstatsindex.cpp" /> |
16 | 23 | <ClCompile Include="..\..\src\mainchainrpc.cpp" />
|
| 24 | + <ClCompile Include="..\..\src\node\blockstorage.cpp" /> |
| 25 | + <ClCompile Include="..\..\src\node\coinstats.cpp" /> |
17 | 26 | <ClCompile Include="..\..\src\node\interfaces.cpp" />
|
18 | 27 | <ClCompile Include="..\..\src\node\ui_interface.cpp" />
|
19 | 28 | <ClCompile Include="..\..\src\pegins.cpp" />
|
20 | 29 | <ClCompile Include="..\..\src\pow.cpp" />
|
| 30 | + <ClCompile Include="..\..\src\policy/fees.cpp" /> |
| 31 | + <ClCompile Include="..\..\src\policy/packages.cpp" /> |
| 32 | + <ClCompile Include="..\..\src\policy/rbf.cpp" /> |
| 33 | + <ClCompile Include="..\..\src\policy/settings.cpp" /> |
21 | 34 | <ClCompile Include="..\..\src\primitives\bitcoin\transaction.cpp" />
|
22 | 35 | <ClCompile Include="..\..\src\primitives\pak.cpp" />
|
23 | 36 | <ClCompile Include="..\..\src\rpc\server.cpp" />
|
24 | 37 | <ClCompile Include="..\..\src\script\sigcache.cpp" />
|
25 | 38 | <ClCompile Include="..\..\src\shutdown.cpp" />
|
| 39 | + <ClCompile Include="..\..\src\signet.cpp" /> |
26 | 40 | <ClCompile Include="..\..\src\sync.cpp" />
|
| 41 | + <ClCompile Include="..\..\src\timedata.cpp" /> |
| 42 | + <ClCompile Include="..\..\src\txdb.cpp" /> |
| 43 | + <ClCompile Include="..\..\src\txmempool.cpp" /> |
27 | 44 | <ClCompile Include="..\..\src\validation.cpp" />
|
| 45 | + <ClCompile Include="..\..\src\validationinterface.cpp" /> |
28 | 46 | <ClCompile Include="..\..\src\versionbits.cpp" />
|
29 | 47 | <ClCompile Include="..\..\src\wallet\bdb.cpp" />
|
30 | 48 | <ClCompile Include="..\..\src\wallet\rpc\elements.cpp" />
|
|
36 | 54 | <ProjectReference Include="..\libsecp256k1\libsecp256k1.vcxproj">
|
37 | 55 | <Project>{bb493552-3b8c-4a8c-bf69-a6e7a51d2ea6}</Project>
|
38 | 56 | </ProjectReference>
|
| 57 | + <ProjectReference Include="..\libleveldb\libleveldb.vcxproj"> |
| 58 | + <Project>{18430fef-6b61-4c53-b396-718e02850f1b}</Project> |
| 59 | + </ProjectReference> |
39 | 60 | </ItemGroup>
|
40 | 61 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
41 | 62 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
0 commit comments