wasStitchNET – Blame information for rev 22

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>
18 office 34 <Reference Include="CookComputing.XmlRpcV2, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a7d6e17aa302004d, processorArchitecture=MSIL">
35 <HintPath>..\packages\xmlrpcnet.3.0.0.266\lib\net20\CookComputing.XmlRpcV2.dll</HintPath>
13 office 36 <Private>True</Private>
37 </Reference>
38 <Reference Include="MaxMind.Db, Version=2.0.0.0, Culture=neutral, PublicKeyToken=66afa4cc5ae853ac, processorArchitecture=MSIL">
22 office 39 <HintPath>..\packages\MaxMind.Db.2.4.0\lib\net45\MaxMind.Db.dll</HintPath>
13 office 40 </Reference>
22 office 41 <Reference Include="MaxMind.GeoIP2, Version=3.0.0.0, Culture=neutral, PublicKeyToken=66afa4cc5ae853ac, processorArchitecture=MSIL">
42 <HintPath>..\packages\MaxMind.GeoIP2.3.0.0\lib\net45\MaxMind.GeoIP2.dll</HintPath>
13 office 43 </Reference>
22 office 44 <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
45 <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
13 office 46 </Reference>
1 office 47 <Reference Include="System" />
48 <Reference Include="System.Core" />
10 office 49 <Reference Include="System.Web" />
1 office 50 <Reference Include="System.Xml.Linq" />
51 <Reference Include="System.Data.DataSetExtensions" />
52 <Reference Include="Microsoft.CSharp" />
53 <Reference Include="System.Data" />
54 <Reference Include="System.Net.Http" />
55 <Reference Include="System.Xml" />
56 </ItemGroup>
57 <ItemGroup>
58 <Compile Include="Constants.cs" />
10 office 59 <Compile Include="Exceptions.cs" />
13 office 60 <Compile Include="GeoIP\Extensions.cs" />
7 office 61 <Compile Include="Patchers\XML.cs" />
62 <Compile Include="Patchers\Utilities.cs" />
13 office 63 <Compile Include="Repository\Files.cs" />
64 <Compile Include="Repository\Hashing.cs" />
65 <Compile Include="Repository\Mirrors.cs" />
66 <Compile Include="Repository\Stitching\Stitching.cs" />
67 <Compile Include="Repository\Stitching\StitchProgressEvent.cs" />
1 office 68 <Compile Include="Repository\Tools.cs" />
13 office 69 <Compile Include="Structures\StitchFile.cs" />
70 <Compile Include="Structures\StitchMirror.cs" />
71 <Compile Include="Repository\StitchOptions.cs" />
72 <Compile Include="Structures\StitchPathType.cs" />
1 office 73 <Compile Include="wasStitchNET.cs" />
74 <Compile Include="Properties\AssemblyInfo.cs" />
13 office 75 <Compile Include="XmlRpc\Methods\IXmlRpcStitch.cs" />
76 <Compile Include="XmlRpc\Methods\XmlRpcStitchOptions.cs" />
1 office 77 </ItemGroup>
78 <ItemGroup>
79 <ProjectReference Include="..\wasDAVClient\wasDAVClient\wasDAVClient.csproj">
80 <Project>{8c9a5d56-e5a1-4e18-bd00-fff55a2ae01d}</Project>
81 <Name>wasDAVClient</Name>
82 </ProjectReference>
83 <ProjectReference Include="..\wasSharpNET\wasSharpNET.csproj">
4 office 84 <Project>{ef59aac3-9861-4e63-a513-e39127376f24}</Project>
1 office 85 <Name>wasSharpNET</Name>
86 </ProjectReference>
87 <ProjectReference Include="..\wasSharp\wasSharp.csproj">
88 <Project>{A971E1C9-776C-4CD2-88AC-71197C7B955E}</Project>
89 <Name>wasSharp</Name>
90 </ProjectReference>
91 </ItemGroup>
13 office 92 <ItemGroup>
93 <EmbeddedResource Include="GeoIP\MaxMind\GeoLite2-City.mmdb.gz" />
94 <None Include="packages.config" />
95 </ItemGroup>
1 office 96 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
98 Other similar extension points exist, see Microsoft.Common.targets.
99 <Target Name="BeforeBuild">
100 </Target>
101 <Target Name="AfterBuild">
102 </Target>
103 -->
104 </Project>