wasStitchNET – Rev 22

Subversion Repositories:
Rev:
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{585E377C-C6A4-424D-9EAB-23ECA8393927}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>wasStitchNET</RootNamespace>
    <AssemblyName>wasStitchNET</AssemblyName>
    <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <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" />
    <Reference Include="System.Data" />
    <Reference Include="System.Net.Http" />
    <Reference Include="System.Xml" />
  </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="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">
      <Project>{8c9a5d56-e5a1-4e18-bd00-fff55a2ae01d}</Project>
      <Name>wasDAVClient</Name>
    </ProjectReference>
    <ProjectReference Include="..\wasSharpNET\wasSharpNET.csproj">
      <Project>{ef59aac3-9861-4e63-a513-e39127376f24}</Project>
      <Name>wasSharpNET</Name>
    </ProjectReference>
    <ProjectReference Include="..\wasSharp\wasSharp.csproj">
      <Project>{A971E1C9-776C-4CD2-88AC-71197C7B955E}</Project>
      <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.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>

Generated by GNU Enscript 1.6.5.90.