diff options
author | Unknown <t-espave@A3479886.redmond.corp.microsoft.com> | 2011-07-15 16:33:03 -0700 |
---|---|---|
committer | Unknown <t-espave@A3479886.redmond.corp.microsoft.com> | 2011-07-15 16:33:03 -0700 |
commit | 7c26f1882da116c88bec2dde317623006af3e153 (patch) | |
tree | ec7c489a8f42859db61f2c469cc942402edfcc4b /BCT/BytecodeTranslator/BytecodeTranslator.csproj | |
parent | fb0960efe49ccb771ffee57e2cfaccdac6db4e04 (diff) |
- keeping track of BCT name changes to controls
- injecting navigation changes code
Diffstat (limited to 'BCT/BytecodeTranslator/BytecodeTranslator.csproj')
-rw-r--r-- | BCT/BytecodeTranslator/BytecodeTranslator.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BCT/BytecodeTranslator/BytecodeTranslator.csproj b/BCT/BytecodeTranslator/BytecodeTranslator.csproj index e9b8be83..8f72e62f 100644 --- a/BCT/BytecodeTranslator/BytecodeTranslator.csproj +++ b/BCT/BytecodeTranslator/BytecodeTranslator.csproj @@ -128,7 +128,7 @@ <Compile Include="Phone\PhoneCodeHelper.cs" />
<Compile Include="Phone\PhoneInitializationTraverser.cs" />
<Compile Include="Phone\PhoneNavigationTraverser.cs" />
- <Compile Include="Phone\PhoneURIDeclarationsTraverser.cs" />
+ <Compile Include="Phone\PhoneCodeWrapperWriter.cs" />
<Compile Include="Prelude.cs" />
<Compile Include="ExpressionTraverser.cs" />
<Compile Include="Sink.cs" />
|