Show
Ignore:
Timestamp:
11/08/08 16:01:16 (2 months ago)
Author:
Jeremy
Message:

Added tag model

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/TagModel/TagModel.csproj

    r3 r4  
    2525    <ErrorReport>prompt</ErrorReport> 
    2626    <WarningLevel>4</WarningLevel> 
     27    <RunCodeAnalysis>true</RunCodeAnalysis> 
    2728  </PropertyGroup> 
    2829  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 
     
    5152  </ItemGroup> 
    5253  <ItemGroup> 
     54    <Compile Include="NullTag.cs" /> 
     55    <Compile Include="TagInvalidException.cs" /> 
     56    <Compile Include="TagUnsupportedException.cs" /> 
    5357    <Compile Include="CompositeTagFormat.cs" /> 
    5458    <Compile Include="ITag.cs" />