wasStitchNET – Diff between revs 10 and 13

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 10 Rev 13
Line 29... Line 29...
29 <DefineConstants>TRACE</DefineConstants> 29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport> 30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel> 31 <WarningLevel>4</WarningLevel>
32 </PropertyGroup> 32 </PropertyGroup>
33 <ItemGroup> 33 <ItemGroup>
-   34 <Reference Include="CookComputing.XmlRpcV2, Version=2.5.0.0, Culture=neutral, PublicKeyToken=a7d6e17aa302004d, processorArchitecture=MSIL">
-   35 <HintPath>..\packages\xmlrpcnet.2.5.0\lib\net20\CookComputing.XmlRpcV2.dll</HintPath>
-   36 <Private>True</Private>
-   37 </Reference>
-   38 <Reference Include="MaxMind.Db, Version=2.0.0.0, Culture=neutral, PublicKeyToken=66afa4cc5ae853ac, processorArchitecture=MSIL">
-   39 <HintPath>..\packages\MaxMind.Db.2.3.0\lib\net45\MaxMind.Db.dll</HintPath>
-   40 <Private>True</Private>
-   41 </Reference>
-   42 <Reference Include="MaxMind.GeoIP2, Version=2.6.0.0, Culture=neutral, PublicKeyToken=66afa4cc5ae853ac, processorArchitecture=MSIL">
-   43 <HintPath>..\packages\MaxMind.GeoIP2.2.9.0\lib\net45\MaxMind.GeoIP2.dll</HintPath>
-   44 <Private>True</Private>
-   45 </Reference>
-   46 <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
-   47 <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
-   48 <Private>True</Private>
-   49 </Reference>
34 <Reference Include="System" /> 50 <Reference Include="System" />
35 <Reference Include="System.Core" /> 51 <Reference Include="System.Core" />
36 <Reference Include="System.Web" /> 52 <Reference Include="System.Web" />
37 <Reference Include="System.Xml.Linq" /> 53 <Reference Include="System.Xml.Linq" />
38 <Reference Include="System.Data.DataSetExtensions" /> 54 <Reference Include="System.Data.DataSetExtensions" />
Line 42... Line 58...
42 <Reference Include="System.Xml" /> 58 <Reference Include="System.Xml" />
43 </ItemGroup> 59 </ItemGroup>
44 <ItemGroup> 60 <ItemGroup>
45 <Compile Include="Constants.cs" /> 61 <Compile Include="Constants.cs" />
46 <Compile Include="Exceptions.cs" /> 62 <Compile Include="Exceptions.cs" />
47 <Compile Include="Hashing.cs" /> 63 <Compile Include="GeoIP\Extensions.cs" />
48 <Compile Include="Patchers\XML.cs" /> 64 <Compile Include="Patchers\XML.cs" />
49 <Compile Include="Patchers\Utilities.cs" /> 65 <Compile Include="Patchers\Utilities.cs" />
-   66 <Compile Include="Repository\Files.cs" />
-   67 <Compile Include="Repository\Hashing.cs" />
-   68 <Compile Include="Repository\Mirrors.cs" />
-   69 <Compile Include="Repository\Stitching\Stitching.cs" />
-   70 <Compile Include="Repository\Stitching\StitchProgressEvent.cs" />
50 <Compile Include="Repository\Tools.cs" /> 71 <Compile Include="Repository\Tools.cs" />
-   72 <Compile Include="Structures\StitchFile.cs" />
-   73 <Compile Include="Structures\StitchMirror.cs" />
-   74 <Compile Include="Repository\StitchOptions.cs" />
-   75 <Compile Include="Structures\StitchPathType.cs" />
51 <Compile Include="wasStitchNET.cs" /> 76 <Compile Include="wasStitchNET.cs" />
52 <Compile Include="Properties\AssemblyInfo.cs" /> 77 <Compile Include="Properties\AssemblyInfo.cs" />
-   78 <Compile Include="XmlRpc\Methods\IXmlRpcStitch.cs" />
-   79 <Compile Include="XmlRpc\Methods\XmlRpcStitchOptions.cs" />
53 </ItemGroup> 80 </ItemGroup>
54 <ItemGroup> 81 <ItemGroup>
55 <ProjectReference Include="..\wasDAVClient\wasDAVClient\wasDAVClient.csproj"> 82 <ProjectReference Include="..\wasDAVClient\wasDAVClient\wasDAVClient.csproj">
56 <Project>{8c9a5d56-e5a1-4e18-bd00-fff55a2ae01d}</Project> 83 <Project>{8c9a5d56-e5a1-4e18-bd00-fff55a2ae01d}</Project>
57 <Name>wasDAVClient</Name> 84 <Name>wasDAVClient</Name>
Line 63... Line 90...
63 <ProjectReference Include="..\wasSharp\wasSharp.csproj"> 90 <ProjectReference Include="..\wasSharp\wasSharp.csproj">
64 <Project>{A971E1C9-776C-4CD2-88AC-71197C7B955E}</Project> 91 <Project>{A971E1C9-776C-4CD2-88AC-71197C7B955E}</Project>
65 <Name>wasSharp</Name> 92 <Name>wasSharp</Name>
66 </ProjectReference> 93 </ProjectReference>
67 </ItemGroup> 94 </ItemGroup>
68 <ItemGroup /> 95 <ItemGroup>
-   96 <EmbeddedResource Include="GeoIP\MaxMind\GeoLite2-City.mmdb.gz" />
-   97 <None Include="packages.config" />
-   98 </ItemGroup>
69 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 99 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 100 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
71 Other similar extension points exist, see Microsoft.Common.targets. 101 Other similar extension points exist, see Microsoft.Common.targets.
72 <Target Name="BeforeBuild"> 102 <Target Name="BeforeBuild">
73 </Target> 103 </Target>