/MyProject.csproj Secret
Created
November 18, 2014 20:02
Paket fails to add a reference to Castle.Windsor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Project ToolsVersion="12.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>{3CC390F5-15D2-4C9B-9E15-C0C72BFA0116}</ProjectGuid> | |
<OutputType>Library</OutputType> | |
<AppDesignerFolder>Properties</AppDesignerFolder> | |
<RootNamespace>MyProject</RootNamespace> | |
<AssemblyName>MyProject</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> | |
<Choose> | |
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework'"> | |
<Choose> | |
<When Condition="$(TargetFrameworkVersion) == 'v1.0'"> | |
</When> | |
<When Condition="$(TargetFrameworkVersion) == 'v1.1'"> | |
</When> | |
<When Condition="$(TargetFrameworkVersion) == 'v2.0'"> | |
<ItemGroup> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkVersion) == 'v3.5'"> | |
<ItemGroup> | |
<Reference Include="Castle.Core"> | |
<HintPath>..\..\..\packages\Castle.Core\lib\net35\Castle.Core.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkVersion) == 'v4.0' And $(TargetFrameworkProfile) == 'Client'"> | |
<ItemGroup> | |
<Reference Include="AutoMapper.Net4"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\net40\AutoMapper.Net4.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="AutoMapper"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\net40\AutoMapper.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Castle.Core"> | |
<HintPath>..\..\..\packages\Castle.Core\lib\net40-client\Castle.Core.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="CollectionJson"> | |
<HintPath>..\..\..\packages\CollectionJson\lib\portable-net40+sl5+win8+wp8+monotouch+monoandroid\CollectionJson.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.IO"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\net40\System.IO.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Runtime"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\net40\System.Runtime.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Threading.Tasks"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\net40\System.Threading.Tasks.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkVersion) == 'v4.0'"> | |
<ItemGroup> | |
<Reference Include="AutoMapper.Net4"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\net40\AutoMapper.Net4.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="AutoMapper"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\net40\AutoMapper.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Castle.Core"> | |
<HintPath>..\..\..\packages\Castle.Core\lib\net40-client\Castle.Core.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="CollectionJson"> | |
<HintPath>..\..\..\packages\CollectionJson\lib\portable-net40+sl5+win8+wp8+monotouch+monoandroid\CollectionJson.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.IO"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\net40\System.IO.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Runtime"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\net40\System.Runtime.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Threading.Tasks"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\net40\System.Threading.Tasks.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<Otherwise> | |
<ItemGroup> | |
<Reference Include="AutoMapper.Net4"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\net40\AutoMapper.Net4.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="AutoMapper"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\net40\AutoMapper.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Castle.Core"> | |
<HintPath>..\..\..\packages\Castle.Core\lib\net45\Castle.Core.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="CollectionJson"> | |
<HintPath>..\..\..\packages\CollectionJson\lib\portable-net40+sl5+win8+wp8+monotouch+monoandroid\CollectionJson.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Web.Http"> | |
<HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Core\lib\net45\System.Web.Http.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</Otherwise> | |
</Choose> | |
</When> | |
<When Condition="$(TargetFrameworkIdentifier) == '.NETPortable'"> | |
<Choose> | |
<When Condition="$(TargetFrameworkProfile) == 'net40+sl4+win8' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
<ItemGroup> | |
<Reference Include="System.IO"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.IO.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Runtime"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.Runtime.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Threading.Tasks"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.Threading.Tasks.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkProfile) == 'Profile88' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
<ItemGroup> | |
<Reference Include="System.IO"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.IO.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Runtime"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.Runtime.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Threading.Tasks"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.Threading.Tasks.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkProfile) == 'net40+sl4+win8+wp8+wpa81' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
<ItemGroup> | |
<Reference Include="System.IO"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp8+wpa81\System.IO.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Runtime"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp8+wpa81\System.Runtime.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Threading.Tasks"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp8+wpa81\System.Threading.Tasks.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkProfile) == 'net40+sl5+win8+wp8+monotouch+monoandroid' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
<ItemGroup> | |
<Reference Include="CollectionJson"> | |
<HintPath>..\..\..\packages\CollectionJson\lib\portable-net40+sl5+win8+wp8+monotouch+monoandroid\CollectionJson.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkProfile) == 'net40+sl5+win8+wp8+wpa81' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
<ItemGroup> | |
<Reference Include="System.IO"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.IO.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Runtime"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.Runtime.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Threading.Tasks"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.Threading.Tasks.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkProfile) == 'Profile136' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
<ItemGroup> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkProfile) == 'net40+sl50+win+wpa81+wp80' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
<ItemGroup> | |
<Reference Include="CollectionJson"> | |
<HintPath>..\..\..\packages\CollectionJson\lib\portable-net40+sl50+win+wpa81+wp80\CollectionJson.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkProfile) == 'net40+win8' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
<ItemGroup> | |
<Reference Include="System.IO"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.IO.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Runtime"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.Runtime.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Threading.Tasks"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.Threading.Tasks.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkProfile) == 'net40+win8+wp8+wpa81' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
<ItemGroup> | |
<Reference Include="System.IO"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8+wp8+wpa81\System.IO.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Runtime"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8+wp8+wpa81\System.Runtime.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Threading.Tasks"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8+wp8+wpa81\System.Threading.Tasks.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkProfile) == 'Profile259' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
</When> | |
<When Condition="$(TargetFrameworkProfile) == 'net45+win8+wpa81' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
</When> | |
<When Condition="$(TargetFrameworkProfile) == 'Profile84' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
<ItemGroup> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkProfile) == 'net451+win81' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
</When> | |
<When Condition="$(TargetFrameworkProfile) == 'net451+win81+wpa81' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
</When> | |
<When Condition="$(TargetFrameworkProfile) == 'win8+net40+wp8+sl5+monoandroid+monotouch' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
<ItemGroup> | |
<Reference Include="AutoMapper"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\portable-windows8+net40+wp8+sl5+MonoAndroid+MonoTouch\AutoMapper.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkProfile) == 'win8+net40+wp8+wpa81+sl5+monoandroid+monotouch' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
<ItemGroup> | |
<Reference Include="AutoMapper"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\portable-windows8+net40+wp8+wpa81+sl5+MonoAndroid+MonoTouch\AutoMapper.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkProfile) == 'win81+wp81+wpa81' And $(TargetPlatformIdentifier) == 'Portable' And $(TargetPlatformVersion) == '7.0'"> | |
</When> | |
<Otherwise> | |
<ItemGroup> | |
<Reference Include="AutoMapper"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\portable-windows8+net40+wp8+wpa81+sl5+MonoAndroid+MonoTouch\AutoMapper.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="CollectionJson"> | |
<HintPath>..\..\..\packages\CollectionJson\lib\portable-net40+sl50+win+wpa81+wp80\CollectionJson.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</Otherwise> | |
</Choose> | |
</When> | |
<When Condition="$(TargetFrameworkIdentifier) == 'MonoAndroid'"> | |
<ItemGroup> | |
<Reference Include="AutoMapper.Android"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\MonoAndroid\AutoMapper.Android.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="AutoMapper"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\MonoAndroid\AutoMapper.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Castle.Core"> | |
<HintPath>..\..\..\packages\Castle.Core\lib\net45\Castle.Core.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="CollectionJson"> | |
<HintPath>..\..\..\packages\CollectionJson\lib\portable-net40+sl5+win8+wp8+monotouch+monoandroid\CollectionJson.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Web.Http"> | |
<HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Core\lib\net45\System.Web.Http.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkIdentifier) == 'MonoTouch'"> | |
<ItemGroup> | |
<Reference Include="AutoMapper"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\MonoTouch\AutoMapper.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="AutoMapper.iOS"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\MonoTouch\AutoMapper.iOS.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Castle.Core"> | |
<HintPath>..\..\..\packages\Castle.Core\lib\net45\Castle.Core.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="CollectionJson"> | |
<HintPath>..\..\..\packages\CollectionJson\lib\portable-net40+sl5+win8+wp8+monotouch+monoandroid\CollectionJson.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Web.Http"> | |
<HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Core\lib\net45\System.Web.Http.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkIdentifier) == 'Silverlight'"> | |
<Choose> | |
<When Condition="$(SilverlightVersion) == 'v3.0'"> | |
<ItemGroup> | |
<Reference Include="AutoMapper.Net4"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\net40\AutoMapper.Net4.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="AutoMapper"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\net40\AutoMapper.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Castle.Core"> | |
<HintPath>..\..\..\packages\Castle.Core\lib\net45\Castle.Core.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="CollectionJson"> | |
<HintPath>..\..\..\packages\CollectionJson\lib\portable-net40+sl5+win8+wp8+monotouch+monoandroid\CollectionJson.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Web.Http"> | |
<HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Core\lib\net45\System.Web.Http.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(SilverlightVersion) == 'v4.0'"> | |
<ItemGroup> | |
<Reference Include="AutoMapper.Net4"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\net40\AutoMapper.Net4.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="AutoMapper"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\net40\AutoMapper.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Castle.Core"> | |
<HintPath>..\..\..\packages\Castle.Core\lib\sl4\Castle.Core.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="CollectionJson"> | |
<HintPath>..\..\..\packages\CollectionJson\lib\portable-net40+sl5+win8+wp8+monotouch+monoandroid\CollectionJson.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Web.Http"> | |
<HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Core\lib\net45\System.Web.Http.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.IO"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\sl4\System.IO.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Runtime"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\sl4\System.Runtime.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Threading.Tasks"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\sl4\System.Threading.Tasks.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<Otherwise> | |
<ItemGroup> | |
<Reference Include="AutoMapper.SL5"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\sl5\AutoMapper.SL5.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="AutoMapper"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\sl5\AutoMapper.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Castle.Core"> | |
<HintPath>..\..\..\packages\Castle.Core\lib\sl5\Castle.Core.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="CollectionJson"> | |
<HintPath>..\..\..\packages\CollectionJson\lib\portable-net40+sl5+win8+wp8+monotouch+monoandroid\CollectionJson.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Web.Http"> | |
<HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Core\lib\net45\System.Web.Http.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.IO"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\sl5\System.IO.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Runtime"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\sl5\System.Runtime.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Threading.Tasks"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\sl5\System.Threading.Tasks.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</Otherwise> | |
</Choose> | |
</When> | |
<When Condition="$(TargetFrameworkIdentifier) == 'Windows'"> | |
<ItemGroup> | |
<Reference Include="AutoMapper.WinRT"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\windows8\AutoMapper.WinRT.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="AutoMapper"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\windows8\AutoMapper.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Castle.Core"> | |
<HintPath>..\..\..\packages\Castle.Core\lib\net45\Castle.Core.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="CollectionJson"> | |
<HintPath>..\..\..\packages\CollectionJson\lib\portable-net40+sl5+win8+wp8+monotouch+monoandroid\CollectionJson.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Web.Http"> | |
<HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Core\lib\net45\System.Web.Http.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetFrameworkIdentifier) == 'WindowsPhoneApp'"> | |
<Choose> | |
<When Condition="$(TargetPlatformVersion) == '7.1'"> | |
<ItemGroup> | |
<Reference Include="AutoMapper.Net4"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\net40\AutoMapper.Net4.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="AutoMapper"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\net40\AutoMapper.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Castle.Core"> | |
<HintPath>..\..\..\packages\Castle.Core\lib\net45\Castle.Core.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="CollectionJson"> | |
<HintPath>..\..\..\packages\CollectionJson\lib\portable-net40+sl5+win8+wp8+monotouch+monoandroid\CollectionJson.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Web.Http"> | |
<HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Core\lib\net45\System.Web.Http.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.IO"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\sl4-windowsphone71\System.IO.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Runtime"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\sl4-windowsphone71\System.Runtime.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Threading.Tasks"> | |
<HintPath>..\..\..\packages\Microsoft.Bcl\lib\sl4-windowsphone71\System.Threading.Tasks.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<When Condition="$(TargetPlatformVersion) == 'v8.0'"> | |
<ItemGroup> | |
<Reference Include="AutoMapper.WP8"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\wp8\AutoMapper.WP8.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="AutoMapper"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\wp8\AutoMapper.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Castle.Core"> | |
<HintPath>..\..\..\packages\Castle.Core\lib\net45\Castle.Core.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="CollectionJson"> | |
<HintPath>..\..\..\packages\CollectionJson\lib\portable-net40+sl5+win8+wp8+monotouch+monoandroid\CollectionJson.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Web.Http"> | |
<HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Core\lib\net45\System.Web.Http.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</When> | |
<Otherwise> | |
<ItemGroup> | |
<Reference Include="AutoMapper.WPA81"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\wpa81\AutoMapper.WPA81.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="AutoMapper"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\wpa81\AutoMapper.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Castle.Core"> | |
<HintPath>..\..\..\packages\Castle.Core\lib\net45\Castle.Core.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="CollectionJson"> | |
<HintPath>..\..\..\packages\CollectionJson\lib\portable-net40+sl50+win+wpa81+wp80\CollectionJson.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Web.Http"> | |
<HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Core\lib\net45\System.Web.Http.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</Otherwise> | |
</Choose> | |
</When> | |
<Otherwise> | |
<ItemGroup> | |
<Reference Include="AutoMapper.Net4"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\net40\AutoMapper.Net4.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="AutoMapper"> | |
<HintPath>..\..\..\packages\AutoMapper\lib\net40\AutoMapper.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Castle.Core"> | |
<HintPath>..\..\..\packages\Castle.Core\lib\net45\Castle.Core.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="CollectionJson"> | |
<HintPath>..\..\..\packages\CollectionJson\lib\portable-net40+sl5+win8+wp8+monotouch+monoandroid\CollectionJson.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="System.Web.Http"> | |
<HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Core\lib\net45\System.Web.Http.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
<Reference Include="Newtonsoft.Json"> | |
<HintPath>..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll</HintPath> | |
<Private>True</Private> | |
<Paket>True</Paket> | |
</Reference> | |
</ItemGroup> | |
</Otherwise> | |
</Choose> | |
<ItemGroup> | |
<Reference Include="System" /> | |
<Reference Include="System.Core" /> | |
<Reference Include="System.Net.Http" /> | |
<Reference Include="System.ServiceModel" /> | |
<Reference Include="System.ServiceModel.Web" /> | |
<Reference Include="System.Xml.Linq" /> | |
<Reference Include="System.Data.DataSetExtensions" /> | |
<Reference Include="Microsoft.CSharp" /> | |
<Reference Include="System.Data" /> | |
<Reference Include="System.Xml" /> | |
</ItemGroup> | |
<ItemGroup> | |
<Compile Include="CollectionJson\CollectionJsonMediaTypeFormatter.cs" /> | |
<Compile Include="CollectionJson\TypedReadDocument.cs" /> | |
<Compile Include="IoC\InlineDependenciesPropagatingDependencyResolver.cs" /> | |
<Compile Include="IoC\ServiceRegistration.cs" /> | |
<Compile Include="IoC\UriExtensions.cs" /> | |
<Compile Include="IoC\WindsorControllerActivator.cs" /> | |
<Compile Include="IoC\WindsorDepdendenciesInstaller.cs" /> | |
<Compile Include="Mappings\Hidden\GenericDtoToCollectionJsonMappingProfile.cs" /> | |
<Compile Include="Mappings\LinkResolvers\ILinkResolver.cs" /> | |
<Compile Include="Mappings\LinkResolvers\LinkResolver.cs" /> | |
<Compile Include="Properties\AssemblyInfo.cs" /> | |
</ItemGroup> | |
<ItemGroup> | |
<None Include="packages.config" /> | |
</ItemGroup> | |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
<Import Project="..\..\..\packages\AutoMapper.3.2.1\tools\AutoMapper.targets" Condition="Exists('..\..\..\packages\AutoMapper.3.2.1\tools\AutoMapper.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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AutoMapper | |
Castle.Windsor | |
CollectionJson | |
Microsoft.AspNet.WebApi.Client | |
Microsoft.AspNet.WebApi.Core | |
Newtonsoft.Json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment