|
10 | 10 | <OutputType>Exe</OutputType>
|
11 | 11 | <RootNamespace>ReactiveUI.Tests</RootNamespace>
|
12 | 12 | <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
| 13 | + <AssemblyName>ReactiveUI_Tests_iOS</AssemblyName> |
13 | 14 | </PropertyGroup>
|
14 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> |
15 |
| - <DebugSymbols>true</DebugSymbols> |
16 |
| - <DebugType>full</DebugType> |
17 |
| - <Optimize>false</Optimize> |
18 |
| - <OutputPath>bin\iPhoneSimulator\Debug</OutputPath> |
19 |
| - <DefineConstants>DEBUG; MONO</DefineConstants> |
20 |
| - <ErrorReport>prompt</ErrorReport> |
21 |
| - <WarningLevel>4</WarningLevel> |
22 |
| - <MtouchLink>None</MtouchLink> |
23 |
| - <ConsolePause>false</ConsolePause> |
24 |
| - <MtouchDebug>true</MtouchDebug> |
25 |
| - <AssemblyName>ReactiveUI_Tests_Monotouch</AssemblyName> |
26 |
| - <MtouchI18n> |
27 |
| - </MtouchI18n> |
28 |
| - <MtouchArch>ARMv7</MtouchArch> |
29 |
| - </PropertyGroup> |
30 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> |
31 |
| - <Optimize>true</Optimize> |
32 |
| - <OutputPath>bin\iPhoneSimulator\Release</OutputPath> |
33 |
| - <ErrorReport>prompt</ErrorReport> |
34 |
| - <WarningLevel>4</WarningLevel> |
35 |
| - <MtouchLink>None</MtouchLink> |
36 |
| - <ConsolePause>false</ConsolePause> |
37 |
| - <DefineConstants>MONO</DefineConstants> |
38 |
| - <AssemblyName>ReactiveUI_Tests_Monotouch</AssemblyName> |
39 |
| - </PropertyGroup> |
40 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> |
| 15 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
41 | 16 | <DebugSymbols>true</DebugSymbols>
|
42 | 17 | <DebugType>full</DebugType>
|
43 | 18 | <Optimize>false</Optimize>
|
44 | 19 | <OutputPath>bin\iPhone\Debug</OutputPath>
|
45 |
| - <DefineConstants>DEBUG; MONO</DefineConstants> |
| 20 | + <DefineConstants>DEBUG;MONO</DefineConstants> |
46 | 21 | <ErrorReport>prompt</ErrorReport>
|
47 | 22 | <WarningLevel>4</WarningLevel>
|
48 | 23 | <MtouchDebug>true</MtouchDebug>
|
49 | 24 | <ConsolePause>false</ConsolePause>
|
50 | 25 | <CodesignKey>iPhone Developer</CodesignKey>
|
51 |
| - <AssemblyName>ReactiveUI_Tests_Monotouch</AssemblyName> |
52 | 26 | </PropertyGroup>
|
53 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> |
54 |
| - <DebugType>full</DebugType> |
| 27 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 28 | + <DebugType>none</DebugType> |
55 | 29 | <Optimize>true</Optimize>
|
56 | 30 | <OutputPath>bin\iPhone\Release</OutputPath>
|
57 | 31 | <ErrorReport>prompt</ErrorReport>
|
58 | 32 | <WarningLevel>4</WarningLevel>
|
59 |
| - <CodesignKey>iPhone Developer</CodesignKey> |
60 |
| - <ConsolePause>false</ConsolePause> |
61 |
| - <AssemblyName>ReactiveUITests_iOS</AssemblyName> |
62 |
| - </PropertyGroup> |
63 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' "> |
64 |
| - <DebugType>full</DebugType> |
65 |
| - <Optimize>true</Optimize> |
66 |
| - <OutputPath>bin\iPhone\Ad-Hoc</OutputPath> |
67 |
| - <ErrorReport>prompt</ErrorReport> |
68 |
| - <WarningLevel>4</WarningLevel> |
69 |
| - <CodesignKey>iPhone Distribution</CodesignKey> |
70 |
| - <BuildIpa>true</BuildIpa> |
71 | 33 | <ConsolePause>false</ConsolePause>
|
72 |
| - <CodesignProvision>Automatic:AdHoc</CodesignProvision> |
73 |
| - <AssemblyName>ReactiveUITests_iOS</AssemblyName> |
74 |
| - </PropertyGroup> |
75 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' "> |
76 |
| - <DebugType>full</DebugType> |
77 |
| - <Optimize>true</Optimize> |
78 |
| - <OutputPath>bin\iPhone\AppStore</OutputPath> |
79 |
| - <ErrorReport>prompt</ErrorReport> |
80 |
| - <WarningLevel>4</WarningLevel> |
81 |
| - <CodesignKey>iPhone Distribution</CodesignKey> |
82 |
| - <ConsolePause>false</ConsolePause> |
83 |
| - <CodesignProvision>Automatic:AppStore</CodesignProvision> |
84 |
| - <AssemblyName>ReactiveUITests_iOS</AssemblyName> |
| 34 | + <CodesignKey>iPhone Developer</CodesignKey> |
85 | 35 | </PropertyGroup>
|
86 | 36 | <ItemGroup>
|
87 | 37 | <Reference Include="System" />
|
|
107 | 57 | <Reference Include="Xamarin.Mobile">
|
108 | 58 | <HintPath>..\ext\ios\Xamarin.Mobile.dll</HintPath>
|
109 | 59 | </Reference>
|
110 |
| - <Reference Include="System.Reactive.Debugger"> |
111 |
| - <HintPath>..\ext\ios\System.Reactive.Debugger.dll</HintPath> |
112 |
| - </Reference> |
113 | 60 | <Reference Include="System.Runtime.Serialization" />
|
114 | 61 | <Reference Include="System.Json" />
|
115 | 62 | <Reference Include="Splat">
|
|
118 | 65 | </ItemGroup>
|
119 | 66 | <ItemGroup>
|
120 | 67 | <Folder Include="Resources\" />
|
121 |
| - <Folder Include="Cocoa\" /> |
122 | 68 | </ItemGroup>
|
123 | 69 | <ItemGroup>
|
124 | 70 | <None Include="Info.plist" />
|
|
149 | 95 | <Compile Include="Cocoa\KVOBindingTests.cs" />
|
150 | 96 | </ItemGroup>
|
151 | 97 | <ItemGroup>
|
152 |
| - <ProjectReference Include="..\ReactiveUI.Platforms\ReactiveUI.Cocoa_Monotouch.csproj"> |
153 |
| - <Project>{9091337A-9E94-4DBD-801E-15E1FDA78FFC}</Project> |
154 |
| - <Name>ReactiveUI.Cocoa_Monotouch</Name> |
155 |
| - </ProjectReference> |
156 |
| - <ProjectReference Include="..\ReactiveUI.Events\ReactiveUI.Events_Monotouch_XS.csproj"> |
157 |
| - <Project>{334E6DAC-0D70-4CE0-80CB-DFD3147DBE18}</Project> |
158 |
| - <Name>ReactiveUI.Events_Monotouch_XS</Name> |
| 98 | + <ProjectReference Include="..\Microsoft.Reactive.Testing\Microsoft.Reactive.Testing_iOS.csproj"> |
| 99 | + <Project>{74ba5b4e-257a-42a7-bdab-1fb40a903909}</Project> |
| 100 | + <Name>Microsoft.Reactive.Testing_iOS</Name> |
159 | 101 | </ProjectReference>
|
160 |
| - <ProjectReference Include="..\ReactiveUI.Mobile\ReactiveUI.Mobile_Monotouch.csproj"> |
161 |
| - <Project>{9091337A-9E94-4DBD-801E-15E10DB72FFC}</Project> |
162 |
| - <Name>ReactiveUI.Mobile_Monotouch</Name> |
| 102 | + <ProjectReference Include="..\ReactiveUI.Mobile\ReactiveUI.Mobile_iOS.csproj"> |
| 103 | + <Project>{9091337a-9e94-4dbd-801e-15e10db72ffc}</Project> |
| 104 | + <Name>ReactiveUI.Mobile_iOS</Name> |
163 | 105 | </ProjectReference>
|
164 |
| - <ProjectReference Include="..\ReactiveUI.Testing\ReactiveUI.Testing_Monotouch.csproj"> |
165 |
| - <Project>{90913370-9E94-3DBD-8F1E-15E10DB72FFC}</Project> |
166 |
| - <Name>ReactiveUI.Testing_Monotouch</Name> |
| 106 | + <ProjectReference Include="..\ReactiveUI.Platforms\ReactiveUI.iOS.csproj"> |
| 107 | + <Project>{9091337a-9e94-4dbd-801e-15e1fda78ffc}</Project> |
| 108 | + <Name>ReactiveUI.iOS</Name> |
167 | 109 | </ProjectReference>
|
168 |
| - <ProjectReference Include="..\Microsoft.Reactive.Testing\Microsoft.Reactive.Testing_Monotouch.csproj"> |
169 |
| - <Project>{74BA5B4E-257A-42A7-BDAB-1FB40A903909}</Project> |
170 |
| - <Name>Microsoft.Reactive.Testing_Monotouch</Name> |
| 110 | + <ProjectReference Include="..\ReactiveUI.Testing\ReactiveUI.Testing_iOS.csproj"> |
| 111 | + <Project>{90913370-9e94-3dbd-8f1e-15e10db72ffc}</Project> |
| 112 | + <Name>ReactiveUI.Testing_iOS</Name> |
171 | 113 | </ProjectReference>
|
172 | 114 | <ProjectReference Include="..\ReactiveUI\ReactiveUI.csproj">
|
173 |
| - <Project>{464CB812-F99F-401B-BE4C-E8F0515CD19D}</Project> |
| 115 | + <Project>{464cb812-f99f-401b-be4c-e8f0515cd19d}</Project> |
174 | 116 | <Name>ReactiveUI</Name>
|
175 | 117 | </ProjectReference>
|
176 | 118 | </ItemGroup>
|
|
0 commit comments