diff options
author | 2011-07-25 16:16:22 -0700 | |
---|---|---|
committer | 2011-07-25 16:16:22 -0700 | |
commit | 92bd1a620784b897b5b7e731aca7f30c246c44f2 (patch) | |
tree | 0af0a6baf61c24e6dc549d2270a82180df268715 /BCT/BytecodeTranslator/BytecodeTranslator.csproj | |
parent | c1b40ee54e8a1f2c458451563372cfb456398f22 (diff) |
adding checks and code injection for phone feedback checking
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 8f72e62f..bf2a1078 100644 --- a/BCT/BytecodeTranslator/BytecodeTranslator.csproj +++ b/BCT/BytecodeTranslator/BytecodeTranslator.csproj @@ -126,6 +126,7 @@ <Compile Include="HeapFactory.cs" />
<Compile Include="MetadataTraverser.cs" />
<Compile Include="Phone\PhoneCodeHelper.cs" />
+ <Compile Include="Phone\PhoneControlFeedbackTraverser.cs" />
<Compile Include="Phone\PhoneInitializationTraverser.cs" />
<Compile Include="Phone\PhoneNavigationTraverser.cs" />
<Compile Include="Phone\PhoneCodeWrapperWriter.cs" />
|