wasStitchNET – Diff between revs 4 and 6

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 4 Rev 6
Line 41... Line 41...
41 <Reference Include="System.Xml" /> 41 <Reference Include="System.Xml" />
42 </ItemGroup> 42 </ItemGroup>
43 <ItemGroup> 43 <ItemGroup>
44 <Compile Include="Constants.cs" /> 44 <Compile Include="Constants.cs" />
45 <Compile Include="Hashing.cs" /> 45 <Compile Include="Hashing.cs" />
-   46 <Compile Include="Patchers\XML\SerializationUtils.cs" />
-   47 <Compile Include="Patchers\XML\Utilities.cs" />
46 <Compile Include="Repository\Tools.cs" /> 48 <Compile Include="Repository\Tools.cs" />
47 <Compile Include="wasStitchNET.cs" /> 49 <Compile Include="wasStitchNET.cs" />
48 <Compile Include="Properties\AssemblyInfo.cs" /> 50 <Compile Include="Properties\AssemblyInfo.cs" />
49 </ItemGroup> 51 </ItemGroup>
50 <ItemGroup> 52 <ItemGroup>
Line 59... Line 61...
59 <ProjectReference Include="..\wasSharp\wasSharp.csproj"> 61 <ProjectReference Include="..\wasSharp\wasSharp.csproj">
60 <Project>{A971E1C9-776C-4CD2-88AC-71197C7B955E}</Project> 62 <Project>{A971E1C9-776C-4CD2-88AC-71197C7B955E}</Project>
61 <Name>wasSharp</Name> 63 <Name>wasSharp</Name>
62 </ProjectReference> 64 </ProjectReference>
63 </ItemGroup> 65 </ItemGroup>
-   66 <ItemGroup />
64 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 67 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
65 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 68 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
66 Other similar extension points exist, see Microsoft.Common.targets. 69 Other similar extension points exist, see Microsoft.Common.targets.
67 <Target Name="BeforeBuild"> 70 <Target Name="BeforeBuild">
68 </Target> 71 </Target>