1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProductVersion >9.0.30729</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{47D3EBB9-0300-4AF8-BAC5-740D51454A63}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >RestSharp.IntegrationTests</RootNamespace >
12
+ <AssemblyName >RestSharp.IntegrationTests</AssemblyName >
13
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14
+ <FileAlignment >512</FileAlignment >
15
+ <FileUpgradeFlags >
16
+ </FileUpgradeFlags >
17
+ <OldToolsVersion >3.5</OldToolsVersion >
18
+ <UpgradeBackupLocation />
19
+ <TargetFrameworkProfile />
20
+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
21
+ <RestorePackages >true</RestorePackages >
22
+ </PropertyGroup >
23
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24
+ <DebugSymbols >true</DebugSymbols >
25
+ <DebugType >full</DebugType >
26
+ <Optimize >false</Optimize >
27
+ <OutputPath >bin\DebugSigned\</OutputPath >
28
+ <IntermediateOutputPath >obj\DebugSigned\</IntermediateOutputPath >
29
+ <DefineConstants >TRACE;DEBUG;FRAMEWORK, NET4, SIGNED</DefineConstants >
30
+ <ErrorReport >prompt</ErrorReport >
31
+ <WarningLevel >4</WarningLevel >
32
+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
33
+ </PropertyGroup >
34
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
35
+ <DebugType >pdbonly</DebugType >
36
+ <Optimize >true</Optimize >
37
+ <OutputPath >bin\ReleaseSigned\</OutputPath >
38
+ <IntermediateOutputPath >obj\ReleaseSigned\</IntermediateOutputPath >
39
+ <DefineConstants >TRACE;FRAMEWORK, NET4, SIGNED</DefineConstants >
40
+ <ErrorReport >prompt</ErrorReport >
41
+ <WarningLevel >4</WarningLevel >
42
+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
43
+ <DocumentationFile >
44
+ </DocumentationFile >
45
+ <NoWarn >
46
+ </NoWarn >
47
+ </PropertyGroup >
48
+ <PropertyGroup >
49
+ <SignAssembly >true</SignAssembly >
50
+ </PropertyGroup >
51
+ <PropertyGroup >
52
+ <AssemblyOriginatorKeyFile >..\RestSharp.snk</AssemblyOriginatorKeyFile >
53
+ </PropertyGroup >
54
+ <ItemGroup >
55
+ <Reference Include =" System" />
56
+ <Reference Include =" System.Core" >
57
+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
58
+ </Reference >
59
+ <Reference Include =" System.Xml.Linq" >
60
+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
61
+ </Reference >
62
+ <Reference Include =" System.Data" />
63
+ <Reference Include =" System.Xml" />
64
+ <Reference Include =" xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
65
+ <SpecificVersion >False</SpecificVersion >
66
+ <HintPath >..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath >
67
+ </Reference >
68
+ <Reference Include =" xunit.extensions" >
69
+ <HintPath >..\packages\xunit.extensions.1.9.2\lib\net20\xunit.extensions.dll</HintPath >
70
+ </Reference >
71
+ </ItemGroup >
72
+ <ItemGroup >
73
+ <Compile Include =" AsyncTests.cs" />
74
+ <Compile Include =" AuthenticationTests.cs" />
75
+ <Compile Include =" AsyncRequestBodyTests.cs" />
76
+ <Compile Include =" NonProtocolExceptionHandlingTests.cs" />
77
+ <Compile Include =" Helpers\Extensions.cs" />
78
+ <Compile Include =" FileTests.cs" />
79
+ <Compile Include =" Helpers\Handlers.cs" />
80
+ <Compile Include =" Models\LinkedINMemberProfile.cs" />
81
+ <Compile Include =" MultipartFormDataTests.cs" />
82
+ <Compile Include =" oAuth1Tests.cs" />
83
+ <Compile Include =" Properties\AssemblyInfo.cs" />
84
+ <Compile Include =" CompressionTests.cs" />
85
+ <Compile Include =" Helpers\SimpleServer.cs" />
86
+ <Compile Include =" RequestBodyTests.cs" />
87
+ <Compile Include =" StatusCodeTests.cs" />
88
+ <Compile Include =" RequestHeadTests.cs" />
89
+ </ItemGroup >
90
+ <ItemGroup >
91
+ <Content Include =" Assets\Koala.jpg" >
92
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
93
+ </Content >
94
+ </ItemGroup >
95
+ <ItemGroup >
96
+ <None Include =" ..\RestSharp.snk" >
97
+ <Link >RestSharp.snk</Link >
98
+ </None >
99
+ <None Include =" App.config" />
100
+ <None Include =" packages.config" />
101
+ </ItemGroup >
102
+ <ItemGroup >
103
+ <ProjectReference Include =" ..\RestSharp.Net4\RestSharp.Net4.Signed.csproj" >
104
+ <Project >{5ff943a5-260f-4042-b4ce-c4977bad4ebb}</Project >
105
+ <Name >RestSharp.Net4.Signed</Name >
106
+ </ProjectReference >
107
+ </ItemGroup >
108
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109
+ <Import Project =" $(SolutionDir)\.nuget\nuget.targets" />
110
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
111
+ Other similar extension points exist, see Microsoft.Common.targets.
112
+ <Target Name="BeforeBuild">
113
+ </Target>
114
+ <Target Name="AfterBuild">
115
+ </Target>
116
+ -->
117
+ </Project >
0 commit comments