1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.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 >{0CF2AE77-0328-4697-AB66-619072197B6B}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >RestSharp.Portable.DesktopHandler</RootNamespace >
11
+ <AssemblyName >RestSharp.Portable.DesktopHandler</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15
+ <RestorePackages >true</RestorePackages >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
+ <DebugSymbols >true</DebugSymbols >
19
+ <DebugType >full</DebugType >
20
+ <Optimize >false</Optimize >
21
+ <OutputPath >bin\Debug\</OutputPath >
22
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23
+ <ErrorReport >prompt</ErrorReport >
24
+ <WarningLevel >4</WarningLevel >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
+ <DebugType >pdbonly</DebugType >
28
+ <Optimize >true</Optimize >
29
+ <OutputPath >bin\Release\</OutputPath >
30
+ <DefineConstants >TRACE</DefineConstants >
31
+ <ErrorReport >prompt</ErrorReport >
32
+ <WarningLevel >4</WarningLevel >
33
+ </PropertyGroup >
34
+ <ItemGroup >
35
+ <Reference Include =" System" />
36
+ <Reference Include =" System.Core" />
37
+ <Reference Include =" System.Net.Http" />
38
+ <Reference Include =" System.Net.Http.Extensions" >
39
+ <HintPath >..\packages\Microsoft.Net.Http.2.2.18\lib\net45\System.Net.Http.Extensions.dll</HintPath >
40
+ </Reference >
41
+ <Reference Include =" System.Net.Http.Primitives" >
42
+ <HintPath >..\packages\Microsoft.Net.Http.2.2.18\lib\net45\System.Net.Http.Primitives.dll</HintPath >
43
+ </Reference >
44
+ <Reference Include =" System.Net.Http.WebRequest" />
45
+ <Reference Include =" System.Xml.Linq" />
46
+ <Reference Include =" System.Data.DataSetExtensions" />
47
+ <Reference Include =" Microsoft.CSharp" />
48
+ <Reference Include =" System.Data" />
49
+ <Reference Include =" System.Xml" />
50
+ </ItemGroup >
51
+ <ItemGroup >
52
+ <Compile Include =" DesktopMessageHandler.cs" />
53
+ <Compile Include =" Properties\AssemblyInfo.cs" />
54
+ </ItemGroup >
55
+ <ItemGroup >
56
+ <ProjectReference Include =" ..\RestSharp.Portable\RestSharp.Portable.csproj" >
57
+ <Project >{ba2352e1-cb07-4795-a2eb-f70720b2bbc9}</Project >
58
+ <Name >RestSharp.Portable</Name >
59
+ </ProjectReference >
60
+ </ItemGroup >
61
+ <ItemGroup >
62
+ <None Include =" packages.config" />
63
+ </ItemGroup >
64
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
65
+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
66
+ <Import Project =" ..\packages\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.targets" Condition =" Exists('..\packages\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.targets')" />
67
+ <Target Name =" EnsureBclBuildImported" BeforeTargets =" BeforeBuild" Condition =" '$(BclBuildImported)' == ''" >
68
+ <Error Condition =" !Exists('..\packages\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.targets')" Text =" This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword =" BCLBUILD2001" />
69
+ <Error Condition =" Exists('..\packages\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.targets')" Text =" The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword =" BCLBUILD2002" />
70
+ </Target >
71
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
72
+ Other similar extension points exist, see Microsoft.Common.targets.
73
+ <Target Name="BeforeBuild">
74
+ </Target>
75
+ <Target Name="AfterBuild">
76
+ </Target>
77
+ -->
78
+ </Project >
0 commit comments