Skip to content

Commit d1ecdc3

Browse files
author
Michael Hallett
committed
added new build directory for xamarin build config
1 parent e182a81 commit d1ecdc3

28 files changed

+198
-177
lines changed

.nuget/RestSharp.Build.dll

0 Bytes
Binary file not shown.

.nuget/Signed/RestSharp.Build.dll

0 Bytes
Binary file not shown.

RestSharp.Android/RestSharp.Android.csproj

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
2424
<AndroidLinkMode>None</AndroidLinkMode>
25+
<DocumentationFile>bin\Debug\RestSharp.xml</DocumentationFile>
26+
<NoWarn>1591,1658,1584,1572,1574</NoWarn>
2527
</PropertyGroup>
2628
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2729
<DebugType>pdbonly</DebugType>
@@ -31,27 +33,32 @@
3133
<ErrorReport>prompt</ErrorReport>
3234
<WarningLevel>4</WarningLevel>
3335
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
36+
<DocumentationFile>bin\Release\RestSharp.xml</DocumentationFile>
37+
<NoWarn>1591,1658,1584,1572,1574</NoWarn>
3438
</PropertyGroup>
3539
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug.Xamarin|AnyCPU'">
3640
<DebugSymbols>true</DebugSymbols>
37-
<OutputPath>bin\Debug\</OutputPath>
41+
<OutputPath>bin\Debug.Xamarin\</OutputPath>
3842
<DefineConstants>TRACE;DEBUG;MONODROID;FRAMEWORK</DefineConstants>
3943
<DebugType>full</DebugType>
4044
<PlatformTarget>AnyCPU</PlatformTarget>
4145
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
4246
<ErrorReport>prompt</ErrorReport>
4347
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44-
<DocumentationFile>bin\Debug\RestSharp.XML</DocumentationFile>
48+
<DocumentationFile>bin\Debug.Xamarin\RestSharp.xml</DocumentationFile>
49+
<NoWarn>1591,1658,1584,1572,1574</NoWarn>
4550
</PropertyGroup>
4651
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release.Xamarin|AnyCPU'">
47-
<OutputPath>bin\Release\</OutputPath>
52+
<OutputPath>bin\Release.Xamarin\</OutputPath>
4853
<DefineConstants>TRACE;MONODROID;FRAMEWORK</DefineConstants>
4954
<Optimize>true</Optimize>
5055
<DebugType>pdbonly</DebugType>
5156
<PlatformTarget>AnyCPU</PlatformTarget>
5257
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
5358
<ErrorReport>prompt</ErrorReport>
5459
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
60+
<DocumentationFile>bin\Release.Xamarin\RestSharp.xml</DocumentationFile>
61+
<NoWarn>1591,1658,1584,1572,1574</NoWarn>
5562
</PropertyGroup>
5663
<ItemGroup>
5764
<Reference Include="mscorlib" />

RestSharp.Build/RestSharp.Build.Signed.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
</PropertyGroup>
4545
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug.Xamarin|AnyCPU'">
4646
<DebugSymbols>true</DebugSymbols>
47-
<OutputPath>bin\DebugSigned\</OutputPath>
47+
<OutputPath>bin\DebugSigned.Xamarin\</OutputPath>
4848
<DefineConstants>TRACE;DEBUG;SIGNED</DefineConstants>
4949
<DebugType>full</DebugType>
5050
<PlatformTarget>AnyCPU</PlatformTarget>
5151
<ErrorReport>prompt</ErrorReport>
5252
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
5353
</PropertyGroup>
5454
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release.Xamarin|AnyCPU'">
55-
<OutputPath>bin\ReleaseSigned\</OutputPath>
55+
<OutputPath>bin\ReleaseSigned.Xamarin\</OutputPath>
5656
<DefineConstants>TRACE;SIGNED</DefineConstants>
5757
<Optimize>true</Optimize>
5858
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

RestSharp.Build/RestSharp.Build.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
</PropertyGroup>
3737
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug.Xamarin|AnyCPU'">
3838
<DebugSymbols>true</DebugSymbols>
39-
<OutputPath>bin\Debug\</OutputPath>
39+
<OutputPath>bin\Debug.Xamarin\</OutputPath>
4040
<DefineConstants>DEBUG;TRACE</DefineConstants>
4141
<DebugType>full</DebugType>
4242
<PlatformTarget>AnyCPU</PlatformTarget>
4343
<ErrorReport>prompt</ErrorReport>
4444
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
4545
</PropertyGroup>
4646
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release.Xamarin|AnyCPU'">
47-
<OutputPath>bin\Release\</OutputPath>
47+
<OutputPath>bin\Release.Xamarin\</OutputPath>
4848
<DefineConstants>TRACE</DefineConstants>
4949
<Optimize>true</Optimize>
5050
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

RestSharp.IntegrationTests/RestSharp.IntegrationTests.Signed.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
</PropertyGroup>
5454
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug.Xamarin|AnyCPU'">
5555
<DebugSymbols>true</DebugSymbols>
56-
<OutputPath>bin\DebugSigned\</OutputPath>
56+
<OutputPath>bin\DebugSigned.Xamarin\</OutputPath>
5757
<DefineConstants>TRACE;DEBUG;FRAMEWORK, NET4, SIGNED</DefineConstants>
5858
<DebugType>full</DebugType>
5959
<PlatformTarget>AnyCPU</PlatformTarget>
6060
<ErrorReport>prompt</ErrorReport>
6161
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
6262
</PropertyGroup>
6363
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release.Xamarin|AnyCPU'">
64-
<OutputPath>bin\ReleaseSigned\</OutputPath>
64+
<OutputPath>bin\ReleaseSigned.Xamarin\</OutputPath>
6565
<DefineConstants>TRACE;FRAMEWORK, NET4, SIGNED</DefineConstants>
6666
<Optimize>true</Optimize>
6767
<DebugType>pdbonly</DebugType>

RestSharp.IntegrationTests/RestSharp.IntegrationTests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</PropertyGroup>
4646
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug.Appveyor|AnyCPU'">
4747
<DebugSymbols>true</DebugSymbols>
48-
<OutputPath>bin\Debug\</OutputPath>
48+
<OutputPath>bin\Debug.Appveyor\</OutputPath>
4949
<DefineConstants>TRACE;DEBUG;FRAMEWORK, NET4, APPVEYOR</DefineConstants>
5050
<DebugType>full</DebugType>
5151
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -54,15 +54,15 @@
5454
</PropertyGroup>
5555
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug.Xamarin|AnyCPU'">
5656
<DebugSymbols>true</DebugSymbols>
57-
<OutputPath>bin\Debug\</OutputPath>
57+
<OutputPath>bin\Debug.Xamarin\</OutputPath>
5858
<DefineConstants>TRACE;DEBUG;FRAMEWORK, NET4</DefineConstants>
5959
<DebugType>full</DebugType>
6060
<PlatformTarget>AnyCPU</PlatformTarget>
6161
<ErrorReport>prompt</ErrorReport>
6262
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
6363
</PropertyGroup>
6464
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release.Xamarin|AnyCPU'">
65-
<OutputPath>bin\Release\</OutputPath>
65+
<OutputPath>bin\Release.Xamarin\</OutputPath>
6666
<DefineConstants>TRACE</DefineConstants>
6767
<Optimize>true</Optimize>
6868
<DebugType>pdbonly</DebugType>

RestSharp.MonoTouch/RestSharp.MonoTouch.csproj

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
<ConsolePause>false</ConsolePause>
2424
<MtouchArch>ARMv6</MtouchArch>
2525
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
26+
<DocumentationFile>bin\Debug\RestSharp.xml</DocumentationFile>
27+
<NoWarn>1591,1658,1584,1572,1574</NoWarn>
2628
</PropertyGroup>
2729
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2830
<DebugType>none</DebugType>
@@ -34,25 +36,30 @@
3436
<DefineConstants>MONOTOUCH;FRAMEWORK</DefineConstants>
3537
<MtouchArch>ARMv6</MtouchArch>
3638
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
39+
<DocumentationFile>bin\Release\RestSharp.xml</DocumentationFile>
40+
<NoWarn>1591,1658,1584,1572,1574</NoWarn>
3741
</PropertyGroup>
3842
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug.Xamarin|AnyCPU'">
3943
<DebugSymbols>true</DebugSymbols>
40-
<OutputPath>bin\Debug\</OutputPath>
44+
<OutputPath>bin\Debug.Xamarin\</OutputPath>
4145
<DefineConstants>__MOBILE__;__IOS__;DEBUG;MONOTOUCH;FRAMEWORK</DefineConstants>
4246
<DebugType>full</DebugType>
4347
<PlatformTarget>AnyCPU</PlatformTarget>
4448
<UseVSHostingProcess>false</UseVSHostingProcess>
4549
<ErrorReport>prompt</ErrorReport>
4650
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47-
<DocumentationFile>bin\Debug\RestSharp.XML</DocumentationFile>
51+
<DocumentationFile>bin\Debug.Xamarin\RestSharp.xml</DocumentationFile>
52+
<NoWarn>1591,1658,1584,1572,1574</NoWarn>
4853
</PropertyGroup>
4954
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release.Xamarin|AnyCPU'">
50-
<OutputPath>bin\Release\</OutputPath>
55+
<OutputPath>bin\Release.Xamarin\</OutputPath>
5156
<DefineConstants>__MOBILE__;__IOS__;MONOTOUCH;FRAMEWORK</DefineConstants>
5257
<PlatformTarget>AnyCPU</PlatformTarget>
5358
<UseVSHostingProcess>false</UseVSHostingProcess>
5459
<ErrorReport>prompt</ErrorReport>
5560
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61+
<DocumentationFile>bin\Release.Xamarin\RestSharp.xml</DocumentationFile>
62+
<NoWarn>1591,1658,1584,1572,1574</NoWarn>
5663
</PropertyGroup>
5764
<ItemGroup>
5865
<Reference Include="System" />

RestSharp.Net4.Client/RestSharp.Net4.Client.Signed.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@
5151
</PropertyGroup>
5252
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug.Xamarin|AnyCPU'">
5353
<DebugSymbols>true</DebugSymbols>
54-
<OutputPath>bin\DebugSigned\</OutputPath>
54+
<OutputPath>bin\DebugSigned.Xamarin\</OutputPath>
5555
<DefineConstants>TRACE;DEBUG;FRAMEWORK, NET4, SIGNED</DefineConstants>
56-
<DocumentationFile>bin\DebugSigned\RestSharp.xml</DocumentationFile>
56+
<DocumentationFile>bin\DebugSigned.Xamarin\RestSharp.xml</DocumentationFile>
5757
<NoWarn>1591,1584,1572,1574,1658</NoWarn>
5858
<DebugType>full</DebugType>
5959
<PlatformTarget>AnyCPU</PlatformTarget>
6060
<ErrorReport>prompt</ErrorReport>
6161
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
6262
</PropertyGroup>
6363
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release.Xamarin|AnyCPU'">
64-
<OutputPath>bin\ReleaseSigned\</OutputPath>
64+
<OutputPath>bin\ReleaseSigned.Xamarin\</OutputPath>
6565
<DefineConstants>TRACE;FRAMEWORK, NET4, SIGNED</DefineConstants>
66-
<DocumentationFile>bin\ReleaseSigned\RestSharp.xml</DocumentationFile>
66+
<DocumentationFile>bin\ReleaseSigned.Xamarin\RestSharp.xml</DocumentationFile>
6767
<Optimize>true</Optimize>
6868
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
6969
<NoWarn>1591,1573,1658,1584,1574,1572</NoWarn>

RestSharp.Net4.Client/RestSharp.Net4.Client.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@
4040
</PropertyGroup>
4141
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug.Xamarin|AnyCPU'">
4242
<DebugSymbols>true</DebugSymbols>
43-
<OutputPath>bin\Debug\</OutputPath>
43+
<OutputPath>bin\Debug.Xamarin\</OutputPath>
4444
<DefineConstants>TRACE;DEBUG;FRAMEWORK, NET4</DefineConstants>
45-
<DocumentationFile>bin\Debug\RestSharp.xml</DocumentationFile>
45+
<DocumentationFile>bin\Debug.Xamarin\RestSharp.xml</DocumentationFile>
4646
<NoWarn>1591,1584,1572,1574,1658</NoWarn>
4747
<DebugType>full</DebugType>
4848
<PlatformTarget>AnyCPU</PlatformTarget>
4949
<ErrorReport>prompt</ErrorReport>
5050
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
5151
</PropertyGroup>
5252
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release.Xamarin|AnyCPU'">
53-
<OutputPath>bin\Release\</OutputPath>
53+
<OutputPath>bin\Release.Xamarin\</OutputPath>
5454
<DefineConstants>TRACE;FRAMEWORK, NET4</DefineConstants>
55-
<DocumentationFile>bin\Release\RestSharp.xml</DocumentationFile>
55+
<DocumentationFile>bin\Release.Xamarin\RestSharp.xml</DocumentationFile>
5656
<Optimize>true</Optimize>
5757
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
5858
<NoWarn>1591,1573,1658,1584,1574,1572</NoWarn>

0 commit comments

Comments
 (0)