|
8 | 8 | <ConfigurationType>StaticLibrary</ConfigurationType> |
9 | 9 | </PropertyGroup> |
10 | 10 | <ItemGroup> |
| 11 | + <ClCompile Include="..\..\src\asset.cpp" /> |
| 12 | + <ClCompile Include="..\..\src\chain.cpp" /> |
| 13 | + <ClCompile Include="..\..\src\confidential_validation.cpp" /> |
| 14 | + <ClCompile Include="..\..\src\deploymentstatus.cpp" /> |
| 15 | + <ClCompile Include="..\..\src\dynafed.cpp" /> |
| 16 | + <ClCompile Include="..\..\src\mainchainrpc.cpp" /> |
| 17 | + <ClCompile Include="..\..\src\node\interfaces.cpp" /> |
| 18 | + <ClCompile Include="..\..\src\node\ui_interface.cpp" /> |
| 19 | + <ClCompile Include="..\..\src\pegins.cpp" /> |
| 20 | + <ClCompile Include="..\..\src\pow.cpp" /> |
| 21 | + <ClCompile Include="..\..\src\primitives\bitcoin\transaction.cpp" /> |
| 22 | + <ClCompile Include="..\..\src\primitives\pak.cpp" /> |
| 23 | + <ClCompile Include="..\..\src\rpc\server.cpp" /> |
| 24 | + <ClCompile Include="..\..\src\script\sigcache.cpp" /> |
| 25 | + <ClCompile Include="..\..\src\shutdown.cpp" /> |
| 26 | + <ClCompile Include="..\..\src\sync.cpp" /> |
| 27 | + <ClCompile Include="..\..\src\validation.cpp" /> |
| 28 | + <ClCompile Include="..\..\src\versionbits.cpp" /> |
11 | 29 | <ClCompile Include="..\..\src\wallet\bdb.cpp" /> |
| 30 | + <ClCompile Include="..\..\src\wallet\rpc\elements.cpp" /> |
12 | 31 | <ClCompile Include="..\..\src\wallet\salvage.cpp" /> |
13 | 32 | <ClCompile Include="..\..\src\wallet\sqlite.cpp" /> |
14 | 33 | @SOURCE_FILES@ |
15 | 34 | </ItemGroup> |
| 35 | + <ItemGroup> |
| 36 | + <ProjectReference Include="..\libsecp256k1\libsecp256k1.vcxproj"> |
| 37 | + <Project>{bb493552-3b8c-4a8c-bf69-a6e7a51d2ea6}</Project> |
| 38 | + </ProjectReference> |
| 39 | + </ItemGroup> |
16 | 40 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
17 | 41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
18 | 42 | <Import Project="..\common.vcxproj" /> |
|
0 commit comments