This commit is contained in:
jed
2012-10-08 14:32:20 -07:00
parent f213f72c5d
commit e59aa90858
2 changed files with 4 additions and 0 deletions

View File

@@ -106,6 +106,7 @@
<ClCompile Include="src\DBInit.cpp" />
<ClCompile Include="src\DeterministicKeys.cpp" />
<ClCompile Include="src\ECIES.cpp" />
<ClCompile Include="src\FieldNames.cpp" />
<ClCompile Include="src\HashedObject.cpp" />
<ClCompile Include="src\HttpsClient.cpp" />
<ClCompile Include="src\Interpreter.cpp" />

View File

@@ -303,6 +303,9 @@
<ClCompile Include="src\TransactionErr.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\FieldNames.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="KnownNodeList.h">