summaryrefslogtreecommitdiff
path: root/Source/Core/Core.csproj
diff options
context:
space:
mode:
authorGravatar qadeer <unknown>2013-10-25 12:37:44 -0700
committerGravatar qadeer <unknown>2013-10-25 12:37:44 -0700
commit7c6276c0713adbc8b6cfbf9325a7cf1a103f7acc (patch)
treeb0052d4845cbe140dfbbe6336e5abfc7e68e1924 /Source/Core/Core.csproj
parentcfd809c669908fd5c00344901e4d146308860f49 (diff)
a minor refactoring + implemented mover checking
Diffstat (limited to 'Source/Core/Core.csproj')
-rw-r--r--Source/Core/Core.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Core.csproj b/Source/Core/Core.csproj
index 6d5b7bd9..03eefccd 100644
--- a/Source/Core/Core.csproj
+++ b/Source/Core/Core.csproj
@@ -156,6 +156,7 @@
<Compile Include="AbsyQuant.cs" />
<Compile Include="AbsyType.cs" />
<Compile Include="BitvectorAnalysis.cs" />
+ <Compile Include="MoverChecking.cs" />
<Compile Include="InterProceduralReachabilityGraph.cs" />
<Compile Include="CommandLineOptions.cs" />
<Compile Include="DeadVarElim.cs" />