wasStitchNET – Blame information for rev 13

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
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')" />
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{585E377C-C6A4-424D-9EAB-23ECA8393927}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>wasStitchNET</RootNamespace>
11 <AssemblyName>wasStitchNET</AssemblyName>
12 <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <TargetFrameworkProfile />
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath>bin\Release\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 </PropertyGroup>
33 <ItemGroup>
13 office 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>
1 office 50 <Reference Include="System" />
51 <Reference Include="System.Core" />
10 office 52 <Reference Include="System.Web" />
1 office 53 <Reference Include="System.Xml.Linq" />
54 <Reference Include="System.Data.DataSetExtensions" />
55 <Reference Include="Microsoft.CSharp" />
56 <Reference Include="System.Data" />
57 <Reference Include="System.Net.Http" />
58 <Reference Include="System.Xml" />
59 </ItemGroup>
60 <ItemGroup>
61 <Compile Include="Constants.cs" />
10 office 62 <Compile Include="Exceptions.cs" />
13 office 63 <Compile Include="GeoIP\Extensions.cs" />
7 office 64 <Compile Include="Patchers\XML.cs" />
65 <Compile Include="Patchers\Utilities.cs" />
13 office 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" />
1 office 71 <Compile Include="Repository\Tools.cs" />
13 office 72 <Compile Include="Structures\StitchFile.cs" />
73 <Compile Include="Structures\StitchMirror.cs" />
74 <Compile Include="Repository\StitchOptions.cs" />
75 <Compile Include="Structures\StitchPathType.cs" />
1 office 76 <Compile Include="wasStitchNET.cs" />
77 <Compile Include="Properties\AssemblyInfo.cs" />
13 office 78 <Compile Include="XmlRpc\Methods\IXmlRpcStitch.cs" />
79 <Compile Include="XmlRpc\Methods\XmlRpcStitchOptions.cs" />
1 office 80 </ItemGroup>
81 <ItemGroup>
82 <ProjectReference Include="..\wasDAVClient\wasDAVClient\wasDAVClient.csproj">
83 <Project>{8c9a5d56-e5a1-4e18-bd00-fff55a2ae01d}</Project>
84 <Name>wasDAVClient</Name>
85 </ProjectReference>
86 <ProjectReference Include="..\wasSharpNET\wasSharpNET.csproj">
4 office 87 <Project>{ef59aac3-9861-4e63-a513-e39127376f24}</Project>
1 office 88 <Name>wasSharpNET</Name>
89 </ProjectReference>
90 <ProjectReference Include="..\wasSharp\wasSharp.csproj">
91 <Project>{A971E1C9-776C-4CD2-88AC-71197C7B955E}</Project>
92 <Name>wasSharp</Name>
93 </ProjectReference>
94 </ItemGroup>
13 office 95 <ItemGroup>
96 <EmbeddedResource Include="GeoIP\MaxMind\GeoLite2-City.mmdb.gz" />
97 <None Include="packages.config" />
98 </ItemGroup>
1 office 99 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
100 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
101 Other similar extension points exist, see Microsoft.Common.targets.
102 <Target Name="BeforeBuild">
103 </Target>
104 <Target Name="AfterBuild">
105 </Target>
106 -->
107 </Project>