summaryrefslogtreecommitdiff
path: root/Source/ExecutionEngine/ExecutionEngine.csproj
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-06-11 13:59:30 -0700
committerGravatar wuestholz <unknown>2013-06-11 13:59:30 -0700
commit447caeeb7a6abf3e99c3d42499d353285cba304e (patch)
tree801d85318bbef5982e4ca95c033561c82152be48 /Source/ExecutionEngine/ExecutionEngine.csproj
parentf38951099e45ab89cb13d06babad0cba3a322b0b (diff)
Worked on improving program snapshot verification.
Diffstat (limited to 'Source/ExecutionEngine/ExecutionEngine.csproj')
-rw-r--r--Source/ExecutionEngine/ExecutionEngine.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/ExecutionEngine/ExecutionEngine.csproj b/Source/ExecutionEngine/ExecutionEngine.csproj
index a614da12..91f13ed4 100644
--- a/Source/ExecutionEngine/ExecutionEngine.csproj
+++ b/Source/ExecutionEngine/ExecutionEngine.csproj
@@ -40,6 +40,7 @@
<ItemGroup>
<Compile Include="ExecutionEngine.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="VerificationResultCache.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AbsInt\AbsInt.csproj">