wasStitchNET – Diff between revs 10 and 13

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 10 Rev 13
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup> 4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{585E377C-C6A4-424D-9EAB-23ECA8393927}</ProjectGuid> 7 <ProjectGuid>{585E377C-C6A4-424D-9EAB-23ECA8393927}</ProjectGuid>
8 <OutputType>Library</OutputType> 8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder> 9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>wasStitchNET</RootNamespace> 10 <RootNamespace>wasStitchNET</RootNamespace>
11 <AssemblyName>wasStitchNET</AssemblyName> 11 <AssemblyName>wasStitchNET</AssemblyName>
12 <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> 12 <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment> 13 <FileAlignment>512</FileAlignment>
14 <TargetFrameworkProfile /> 14 <TargetFrameworkProfile />
15 </PropertyGroup> 15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols> 17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType> 18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize> 19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath> 20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants> 21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport> 22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel> 23 <WarningLevel>4</WarningLevel>
24 </PropertyGroup> 24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType> 26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize> 27 <Optimize>true</Optimize>
28 <OutputPath>bin\Release\</OutputPath> 28 <OutputPath>bin\Release\</OutputPath>
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" />
39 <Reference Include="Microsoft.CSharp" /> 55 <Reference Include="Microsoft.CSharp" />
40 <Reference Include="System.Data" /> 56 <Reference Include="System.Data" />
41 <Reference Include="System.Net.Http" /> 57 <Reference Include="System.Net.Http" />
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>
58 </ProjectReference> 85 </ProjectReference>
59 <ProjectReference Include="..\wasSharpNET\wasSharpNET.csproj"> 86 <ProjectReference Include="..\wasSharpNET\wasSharpNET.csproj">
60 <Project>{ef59aac3-9861-4e63-a513-e39127376f24}</Project> 87 <Project>{ef59aac3-9861-4e63-a513-e39127376f24}</Project>
61 <Name>wasSharpNET</Name> 88 <Name>wasSharpNET</Name>
62 </ProjectReference> 89 </ProjectReference>
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>
74 <Target Name="AfterBuild"> 104 <Target Name="AfterBuild">
75 </Target> 105 </Target>
76 --> 106 -->
77 </Project> 107 </Project>
78   108  
79
Generated by GNU Enscript 1.6.5.90.
109
Generated by GNU Enscript 1.6.5.90.
80   110  
81   111  
82   112