wasStitchNET

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ HEAD  →  ?path2? @ 1
/wasStitchNET.csproj
@@ -31,22 +31,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="CookComputing.XmlRpcV2, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a7d6e17aa302004d, processorArchitecture=MSIL">
<HintPath>..\packages\xmlrpcnet.3.0.0.266\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.4.0\lib\net45\MaxMind.Db.dll</HintPath>
</Reference>
<Reference Include="MaxMind.GeoIP2, Version=3.0.0.0, Culture=neutral, PublicKeyToken=66afa4cc5ae853ac, processorArchitecture=MSIL">
<HintPath>..\packages\MaxMind.GeoIP2.3.0.0\lib\net45\MaxMind.GeoIP2.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
@@ -56,24 +42,10 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Constants.cs" />
<Compile Include="Exceptions.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="Hashing.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">
@@ -81,7 +53,7 @@
<Name>wasDAVClient</Name>
</ProjectReference>
<ProjectReference Include="..\wasSharpNET\wasSharpNET.csproj">
<Project>{ef59aac3-9861-4e63-a513-e39127376f24}</Project>
<Project>{EF59AAC3-9861-4E63-A513-E39127376F24}</Project>
<Name>wasSharpNET</Name>
</ProjectReference>
<ProjectReference Include="..\wasSharp\wasSharp.csproj">
@@ -89,10 +61,6 @@
<Name>wasSharp</Name>
</ProjectReference>
</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.