|
|
@ -88,6 +88,7 @@ |
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
<OpenMPSupport>true</OpenMPSupport> |
|
|
|
<ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles> |
|
|
|
<ExceptionHandling>Async</ExceptionHandling> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
@ -103,6 +104,7 @@ |
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
<ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles> |
|
|
|
<ExceptionHandling>Async</ExceptionHandling> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
@ -121,6 +123,7 @@ |
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
|
|
|
<OpenMPSupport>true</OpenMPSupport> |
|
|
|
<ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles> |
|
|
|
<ExceptionHandling>Async</ExceptionHandling> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
@ -142,6 +145,7 @@ |
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
|
|
|
<OpenMPSupport>true</OpenMPSupport> |
|
|
|
<ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles> |
|
|
|
<ExceptionHandling>Async</ExceptionHandling> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
@ -156,6 +160,7 @@ |
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ClCompile Include="..\test\boostTest.cpp" /> |
|
|
|
<ClCompile Include="..\test\crypto.cpp" /> |
|
|
|
<ClCompile Include="..\test\dagger.cpp" /> |
|
|
|
<ClCompile Include="..\test\hexPrefix.cpp" /> |
|
|
@ -166,6 +171,7 @@ |
|
|
|
<ClCompile Include="..\test\state.cpp" /> |
|
|
|
<ClCompile Include="..\test\trie.cpp" /> |
|
|
|
<ClCompile Include="..\test\TrieHash.cpp" /> |
|
|
|
<ClCompile Include="..\test\txTest.cpp" /> |
|
|
|
<ClCompile Include="..\test\vm.cpp" /> |
|
|
|
<ClCompile Include="stdafx.cpp"> |
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
|
|
|