diff options
author | Unknown <t-espave@A3479886.redmond.corp.microsoft.com> | 2011-07-08 16:29:38 -0700 |
---|---|---|
committer | Unknown <t-espave@A3479886.redmond.corp.microsoft.com> | 2011-07-08 16:29:38 -0700 |
commit | d5bf8e1275ae1cc79ddb7048d2015160bdf2bddc (patch) | |
tree | 570bf46f4813ae893c2378c8e7a190fd74b6d419 /BCT/BytecodeTranslator/BytecodeTranslator.csproj | |
parent | 8ff2b0f8bebfcb55cb29ba70813bc644e8f6ad0c (diff) |
phone injecting code traverser
Diffstat (limited to 'BCT/BytecodeTranslator/BytecodeTranslator.csproj')
-rw-r--r-- | BCT/BytecodeTranslator/BytecodeTranslator.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BCT/BytecodeTranslator/BytecodeTranslator.csproj b/BCT/BytecodeTranslator/BytecodeTranslator.csproj index 51729cce..0393913a 100644 --- a/BCT/BytecodeTranslator/BytecodeTranslator.csproj +++ b/BCT/BytecodeTranslator/BytecodeTranslator.csproj @@ -125,6 +125,7 @@ <Compile Include="Heap.cs" />
<Compile Include="HeapFactory.cs" />
<Compile Include="MetadataTraverser.cs" />
+ <Compile Include="Phone\PhoneTraverser.cs" />
<Compile Include="Prelude.cs" />
<Compile Include="ExpressionTraverser.cs" />
<Compile Include="Sink.cs" />
|