This repository was archived by the owner on Jan 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 <DebugType >full</DebugType >
1717 <Optimize >False</Optimize >
1818 <OutputPath >bin\Debug</OutputPath >
19- <DefineConstants >DEBUG;NUNITLITE;CLR_4_0;NET_4_5;XAMCORE_2_0 </DefineConstants >
19+ <DefineConstants >DEBUG;NUNITLITE;CLR_4_0;NET_4_5</DefineConstants >
2020 <ErrorReport >prompt</ErrorReport >
2121 <WarningLevel >4</WarningLevel >
2222 <ConsolePause >False</ConsolePause >
Original file line number Diff line number Diff line change 1212using System . Threading ;
1313using System . Threading . Tasks ;
1414
15- #if __UNIFIED__
1615using Foundation ;
17- #else
18- using MonoTouch . Foundation ;
19- #endif
2016
2117namespace MonoTouch . NUnit {
2218 class HttpTextWriter : TextWriter
Original file line number Diff line number Diff line change 77using System . Net . Sockets ;
88using System . Text ;
99
10- #if XAMCORE_2_0
1110using UIKit ;
12- #else
13- using MonoTouch . UIKit ;
14- #endif
1511
1612namespace MonoTouch . NUnit {
1713
Original file line number Diff line number Diff line change 2121using System ;
2222using System . Reflection ;
2323
24- #if XAMCORE_2_0
2524using UIKit ;
26- #else
27- using MonoTouch . UIKit ;
28- #endif
2925
3026using MonoTouch . Dialog ;
3127
Original file line number Diff line number Diff line change 2020
2121using System ;
2222
23- #if XAMCORE_2_0
2423using UIKit ;
25- #else
26- using MonoTouch . UIKit ;
27- #endif
2824
2925using MonoTouch . Dialog ;
3026
Original file line number Diff line number Diff line change 2020
2121using System ;
2222
23- #if XAMCORE_2_0
2423using UIKit ;
25- #else
26- using MonoTouch . UIKit ;
27- #endif
2824
2925using MonoTouch . Dialog ;
3026
Original file line number Diff line number Diff line change 2121using System ;
2222using System . Text ;
2323
24- #if XAMCORE_2_0
2524using UIKit ;
26- #else
27- using MonoTouch . UIKit ;
28- #endif
2925
3026using MonoTouch . Dialog ;
3127
Original file line number Diff line number Diff line change 2020
2121using System ;
2222
23- #if XAMCORE_2_0
2423using Foundation ;
2524using UIKit ;
26- #else
27- using MonoTouch . Foundation ;
28- using MonoTouch . UIKit ;
29- #endif
3025
3126#if ! __WATCHOS__
3227using MonoTouch . Dialog ;
Original file line number Diff line number Diff line change 2828using System . Threading ;
2929using System . Threading . Tasks ;
3030
31- #if XAMCORE_2_0
3231using Foundation ;
3332using ObjCRuntime ;
3433using UIKit ;
3534using Constants = global ::ObjCRuntime . Constants ;
36- #else
37- using MonoTouch . Foundation ;
38- using MonoTouch . ObjCRuntime ;
39- using MonoTouch . UIKit ;
40- using Constants = global ::MonoTouch . Constants ;
41- #endif
4235
4336#if ! __WATCHOS__
4437using MonoTouch . Dialog ;
Original file line number Diff line number Diff line change 2222using System . Collections . Generic ;
2323using System . Drawing ;
2424
25- #if XAMCORE_2_0
2625using CoreGraphics ;
2726using Foundation ;
2827using UIKit ;
29- #else
30- using MonoTouch . CoreGraphics ;
31- using MonoTouch . Foundation ;
32- using MonoTouch . UIKit ;
33- #endif
3428
3529using MonoTouch . Dialog ;
3630
37- #if ! XAMCORE_2_0
38- using CGSize = global ::System . Drawing . SizeF ;
39- #endif
40-
4131namespace MonoTouch . NUnit . UI {
4232
4333 public partial class TouchViewController : DialogViewController {
You can’t perform that action at this time.
0 commit comments