~alexreg/mathtexdotnet/0.1

« back to all changes in this revision

Viewing changes to TexDotNet/TexDotNet.csproj

  • Committer: Alex Regueiro
  • Date: 2009-09-24 01:20:38 UTC
  • Revision ID: alexreg@gmail.com-20090924012038-nhku9xfjw3iwxn5z
TexComposer and TexWriter now work correctly for test expression.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
  </ItemGroup>
47
47
  <ItemGroup>
48
48
    <Compile Include="ITexErrorSourceInfo.cs" />
 
49
    <Compile Include="TexExpressionTreeBuilderException.cs" />
49
50
    <Compile Include="TexErrorSourceInfoException.cs" />
50
51
    <Compile Include="Semantics\TexComposerException.cs" />
51
52
    <Compile Include="Semantics\TexComposer.cs" />