Browse Source

Add vm.h file to TestEthereum project (Visual Studio)

cl-refactor
Paweł Bylica 10 years ago
parent
commit
b2f0fddead
  1. 1
      windows/TestEthereum.vcxproj
  2. 1
      windows/TestEthereum.vcxproj.filters

1
windows/TestEthereum.vcxproj

@ -185,6 +185,7 @@
<ClInclude Include="..\test\MemTrie.h" />
<ClInclude Include="..\test\TestHelper.h" />
<ClInclude Include="..\test\TrieHash.h" />
<ClInclude Include="..\test\vm.h" />
<ClInclude Include="stdafx.h" />
</ItemGroup>
<ItemGroup>

1
windows/TestEthereum.vcxproj.filters

@ -34,5 +34,6 @@
<ClInclude Include="..\test\MemTrie.h" />
<ClInclude Include="..\test\JsonSpiritHeaders.h" />
<ClInclude Include="..\test\TestHelper.h" />
<ClInclude Include="..\test\vm.h" />
</ItemGroup>
</Project>
Loading…
Cancel
Save