wasStitchNET

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 12  →  ?path2? @ 13
/wasStitchNET.csproj
@@ -31,6 +31,22 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="CookComputing.XmlRpcV2, Version=2.5.0.0, Culture=neutral, PublicKeyToken=a7d6e17aa302004d, processorArchitecture=MSIL">
<HintPath>..\packages\xmlrpcnet.2.5.0\lib\net20\CookComputing.XmlRpcV2.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MaxMind.Db, Version=2.0.0.0, Culture=neutral, PublicKeyToken=66afa4cc5ae853ac, processorArchitecture=MSIL">
<HintPath>..\packages\MaxMind.Db.2.3.0\lib\net45\MaxMind.Db.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MaxMind.GeoIP2, Version=2.6.0.0, Culture=neutral, PublicKeyToken=66afa4cc5ae853ac, processorArchitecture=MSIL">
<HintPath>..\packages\MaxMind.GeoIP2.2.9.0\lib\net45\MaxMind.GeoIP2.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Web" />
@@ -44,12 +60,23 @@
<ItemGroup>
<Compile Include="Constants.cs" />
<Compile Include="Exceptions.cs" />
<Compile Include="Hashing.cs" />
<Compile Include="GeoIP\Extensions.cs" />
<Compile Include="Patchers\XML.cs" />
<Compile Include="Patchers\Utilities.cs" />
<Compile Include="Repository\Files.cs" />
<Compile Include="Repository\Hashing.cs" />
<Compile Include="Repository\Mirrors.cs" />
<Compile Include="Repository\Stitching\Stitching.cs" />
<Compile Include="Repository\Stitching\StitchProgressEvent.cs" />
<Compile Include="Repository\Tools.cs" />
<Compile Include="Structures\StitchFile.cs" />
<Compile Include="Structures\StitchMirror.cs" />
<Compile Include="Repository\StitchOptions.cs" />
<Compile Include="Structures\StitchPathType.cs" />
<Compile Include="wasStitchNET.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="XmlRpc\Methods\IXmlRpcStitch.cs" />
<Compile Include="XmlRpc\Methods\XmlRpcStitchOptions.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\wasDAVClient\wasDAVClient\wasDAVClient.csproj">
@@ -65,7 +92,10 @@
<Name>wasSharp</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<EmbeddedResource Include="GeoIP\MaxMind\GeoLite2-City.mmdb.gz" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.