|
9 | 9 | <RootNamespace>DefaultApp.AppMac</RootNamespace> |
10 | 10 | <MonoMacResourcePrefix>Resources</MonoMacResourcePrefix> |
11 | 11 | <AssemblyName>DefaultApp.AppMac</AssemblyName> |
| 12 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
12 | 13 | </PropertyGroup> |
13 | 14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
14 | 15 | <DebugSymbols>true</DebugSymbols> |
|
35 | 36 | <ErrorReport>prompt</ErrorReport> |
36 | 37 | <WarningLevel>4</WarningLevel> |
37 | 38 | <ConsolePause>false</ConsolePause> |
38 | | - <LinkMode>SdkOnly</LinkMode> |
| 39 | + <LinkMode>None</LinkMode> |
39 | 40 | <Profiling>false</Profiling> |
40 | 41 | <UseRefCounting>true</UseRefCounting> |
41 | 42 | <UseSGen>true</UseSGen> |
|
53 | 54 | <HintPath>..\..\lib\DefaultApp.Resources.dll</HintPath> |
54 | 55 | </Reference> |
55 | 56 | <Reference Include="ServiceStack.Interfaces"> |
56 | | - <HintPath>..\..\packages\ServiceStack.Interfaces.4.5.12\lib\portable-wp80+sl5+net40+win8+monotouch+monoandroid+xamarin.ios10\ServiceStack.Interfaces.dll</HintPath> |
| 57 | + <HintPath>..\..\packages\ServiceStack.Interfaces.4.5.12\lib\portable-wp80+sl5+net45+win8+wpa81+monotouch+monoandroid+xamarin.ios10\ServiceStack.Interfaces.dll</HintPath> |
57 | 58 | </Reference> |
58 | 59 | <Reference Include="ServiceStack.Text"> |
59 | | - <HintPath>..\..\packages\ServiceStack.Text.4.5.12\lib\net40\ServiceStack.Text.dll</HintPath> |
| 60 | + <HintPath>..\..\packages\ServiceStack.Text.4.5.12\lib\net45\ServiceStack.Text.dll</HintPath> |
60 | 61 | </Reference> |
61 | 62 | <Reference Include="ServiceStack.Common"> |
62 | | - <HintPath>..\..\packages\ServiceStack.Common.4.5.12\lib\net40\ServiceStack.Common.dll</HintPath> |
| 63 | + <HintPath>..\..\packages\ServiceStack.Common.4.5.12\lib\net45\ServiceStack.Common.dll</HintPath> |
63 | 64 | </Reference> |
64 | 65 | <Reference Include="ServiceStack.Client"> |
65 | | - <HintPath>..\..\packages\ServiceStack.Client.4.5.12\lib\net40\ServiceStack.Client.dll</HintPath> |
| 66 | + <HintPath>..\..\packages\ServiceStack.Client.4.5.12\lib\net45\ServiceStack.Client.dll</HintPath> |
66 | 67 | </Reference> |
67 | 68 | <Reference Include="ServiceStack"> |
68 | | - <HintPath>..\..\packages\ServiceStack.4.5.12\lib\net40\ServiceStack.dll</HintPath> |
| 69 | + <HintPath>..\..\packages\ServiceStack.4.5.12\lib\net45\ServiceStack.dll</HintPath> |
69 | 70 | </Reference> |
70 | 71 | <Reference Include="ServiceStack.OrmLite"> |
71 | 72 | <HintPath>..\..\packages\ServiceStack.OrmLite.4.5.12\lib\net45\ServiceStack.OrmLite.dll</HintPath> |
72 | 73 | </Reference> |
73 | 74 | <Reference Include="ServiceStack.Redis"> |
74 | | - <HintPath>..\..\packages\ServiceStack.Redis.4.5.12\lib\net40\ServiceStack.Redis.dll</HintPath> |
| 75 | + <HintPath>..\..\packages\ServiceStack.Redis.4.5.12\lib\net45\ServiceStack.Redis.dll</HintPath> |
75 | 76 | </Reference> |
76 | 77 | <Reference Include="ServiceStack.Server"> |
77 | 78 | <HintPath>..\..\packages\ServiceStack.Server.4.5.12\lib\net45\ServiceStack.Server.dll</HintPath> |
78 | 79 | </Reference> |
79 | | - <Reference Include="Xamarin.Mac" /> |
| 80 | + <Reference Include="Xamarin.Mac" /> |
| 81 | + <Reference Include="System.Web" /> |
80 | 82 | </ItemGroup> |
81 | 83 | <ItemGroup> |
82 | 84 | <Compile Include="AppHost.cs" /> |
|
94 | 96 | <ItemGroup> |
95 | 97 | <None Include="Info.plist" /> |
96 | 98 | <None Include="packages.config" /> |
97 | | - <None Include="platform.js" /> |
| 99 | + <None Include="platform.js" /> |
98 | 100 | </ItemGroup> |
99 | 101 | <ItemGroup> |
100 | 102 | <InterfaceDefinition Include="MainMenu.xib" /> |
101 | 103 | <InterfaceDefinition Include="MainWindow.xib" /> |
102 | 104 | </ItemGroup> |
103 | 105 | <ItemGroup> |
104 | 106 | <ProjectReference Include="..\DefaultApp.ServiceInterface\DefaultApp.ServiceInterface.csproj"> |
105 | | - <Project>{582DFB0F-F84D-4E43-9BCA-2A5A86600B7A}</Project> |
| 107 | + <Project>{8572CFBA-0F3E-475F-B008-DEB9894B3475}</Project> |
106 | 108 | <Name>DefaultApp.ServiceInterface</Name> |
107 | 109 | </ProjectReference> |
108 | 110 | <ProjectReference Include="..\DefaultApp.ServiceModel\DefaultApp.ServiceModel.csproj"> |
109 | | - <Project>{08BEF328-AB7D-48D3-800D-48ACC75C7914}</Project> |
| 111 | + <Project>{12C8E3F7-28C4-4DD6-B329-2C8AEFFBAD13}</Project> |
110 | 112 | <Name>DefaultApp.ServiceModel</Name> |
111 | 113 | </ProjectReference> |
112 | 114 | </ItemGroup> |
|
0 commit comments