root/StructuredWeb/StructuredWeb/Validation/ValidationFramework/ValidationFramework.csproj
| 101 | 109 | ||
|---|---|---|---|
49 | <Reference Include="System.Xml" /> | 49 | <Reference Include="System.Xml" /> |
50 | </ItemGroup> | 50 | </ItemGroup> |
51 | <ItemGroup> | 51 | <ItemGroup> |
52 | <Compile Include="..\..\Common\Properties\CommonAssemblyInfo.cs"> | ||
53 | <Link>Properties\CommonAssemblyInfo.cs</Link> | ||
54 | </Compile> | ||
52 | <Compile Include="Interfaces\IValidator.cs" /> | 55 | <Compile Include="Interfaces\IValidator.cs" /> |
53 | <Compile Include="Properties\AssemblyInfo.cs" /> | ||
54 | <Compile Include="Result\ValidationResult.cs" /> | 56 | <Compile Include="Result\ValidationResult.cs" /> |
55 | <Compile Include="Result\ValidationMessage.cs" /> | 57 | <Compile Include="Result\ValidationMessage.cs" /> |
56 | <Compile Include="ValidationFactory.cs" /> | 58 | <Compile Include="ValidationFactory.cs" /> |
Download diff