Skip to content

Commit b880848

Browse files
committed
Update with latest template
1 parent d637e04 commit b880848

File tree

25 files changed

+108
-7757
lines changed

25 files changed

+108
-7757
lines changed

src/DefaultApp/DefaultApp.sln

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26430.13
4+
VisualStudioVersion = 15.0.26430.14
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultApp", "DefaultApp\DefaultApp\DefaultApp.csproj", "{B7982CCE-5533-4480-B8AC-E28051D0D178}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultApp", "DefaultApp\DefaultApp\DefaultApp.csproj", "{DA63609E-B12A-4D0D-9ED6-D877EEAD341E}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultApp.AppWinForms", "DefaultApp\DefaultApp.AppWinForms\DefaultApp.AppWinForms.csproj", "{2893A5FB-7343-450A-9164-A20B0D719CFD}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultApp.AppWinForms", "DefaultApp\DefaultApp.AppWinForms\DefaultApp.AppWinForms.csproj", "{5C149CC6-0024-4A64-8E03-5FC534B1F197}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultApp.AppConsole", "DefaultApp\DefaultApp.AppConsole\DefaultApp.AppConsole.csproj", "{5CC998B8-DFFE-4DC0-9D99-A3B0E637AB7B}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultApp.AppConsole", "DefaultApp\DefaultApp.AppConsole\DefaultApp.AppConsole.csproj", "{29AD1F87-8985-4554-BFA0-CAD0CEB52777}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultApp.Resources", "DefaultApp\DefaultApp.Resources\DefaultApp.Resources.csproj", "{B0BCA2E5-6B72-4EB8-BC6D-C1B062914514}"
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultApp.Resources", "DefaultApp\DefaultApp.Resources\DefaultApp.Resources.csproj", "{35F98DE5-4D8D-478D-8BFA-9D0AE1320825}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultApp.ServiceModel", "DefaultApp\DefaultApp.ServiceModel\DefaultApp.ServiceModel.csproj", "{12C8E3F7-28C4-4DD6-B329-2C8AEFFBAD13}"
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultApp.ServiceModel", "DefaultApp\DefaultApp.ServiceModel\DefaultApp.ServiceModel.csproj", "{9D07EA2D-F935-482E-B7CD-A3E96E2D7182}"
1515
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultApp.ServiceInterface", "DefaultApp\DefaultApp.ServiceInterface\DefaultApp.ServiceInterface.csproj", "{8572CFBA-0F3E-475F-B008-DEB9894B3475}"
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultApp.ServiceInterface", "DefaultApp\DefaultApp.ServiceInterface\DefaultApp.ServiceInterface.csproj", "{8ABE06A9-A99F-425E-AA34-06F63FA3B20F}"
1717
EndProject
1818
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultApp.Tests", "DefaultApp\DefaultApp.Tests\DefaultApp.Tests.csproj", "{B1665387-EF91-4CA0-82BB-66E5781ED800}"
1919
EndProject
@@ -25,52 +25,52 @@ Global
2525
Release|x86 = Release|x86
2626
EndGlobalSection
2727
GlobalSection(ProjectConfigurationPlatforms) = postSolution
28-
{B7982CCE-5533-4480-B8AC-E28051D0D178}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29-
{B7982CCE-5533-4480-B8AC-E28051D0D178}.Debug|Any CPU.Build.0 = Debug|Any CPU
30-
{B7982CCE-5533-4480-B8AC-E28051D0D178}.Debug|x86.ActiveCfg = Debug|Any CPU
31-
{B7982CCE-5533-4480-B8AC-E28051D0D178}.Debug|x86.Build.0 = Debug|Any CPU
32-
{B7982CCE-5533-4480-B8AC-E28051D0D178}.Release|Any CPU.ActiveCfg = Release|Any CPU
33-
{B7982CCE-5533-4480-B8AC-E28051D0D178}.Release|Any CPU.Build.0 = Release|Any CPU
34-
{B7982CCE-5533-4480-B8AC-E28051D0D178}.Release|x86.ActiveCfg = Release|Any CPU
35-
{B7982CCE-5533-4480-B8AC-E28051D0D178}.Release|x86.Build.0 = Release|Any CPU
36-
{2893A5FB-7343-450A-9164-A20B0D719CFD}.Debug|Any CPU.ActiveCfg = Debug|x86
37-
{2893A5FB-7343-450A-9164-A20B0D719CFD}.Debug|x86.ActiveCfg = Debug|x86
38-
{2893A5FB-7343-450A-9164-A20B0D719CFD}.Debug|x86.Build.0 = Debug|x86
39-
{2893A5FB-7343-450A-9164-A20B0D719CFD}.Release|Any CPU.ActiveCfg = Release|x86
40-
{2893A5FB-7343-450A-9164-A20B0D719CFD}.Release|x86.ActiveCfg = Release|x86
41-
{2893A5FB-7343-450A-9164-A20B0D719CFD}.Release|x86.Build.0 = Release|x86
42-
{5CC998B8-DFFE-4DC0-9D99-A3B0E637AB7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
43-
{5CC998B8-DFFE-4DC0-9D99-A3B0E637AB7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
44-
{5CC998B8-DFFE-4DC0-9D99-A3B0E637AB7B}.Debug|x86.ActiveCfg = Debug|Any CPU
45-
{5CC998B8-DFFE-4DC0-9D99-A3B0E637AB7B}.Debug|x86.Build.0 = Debug|Any CPU
46-
{5CC998B8-DFFE-4DC0-9D99-A3B0E637AB7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
47-
{5CC998B8-DFFE-4DC0-9D99-A3B0E637AB7B}.Release|Any CPU.Build.0 = Release|Any CPU
48-
{5CC998B8-DFFE-4DC0-9D99-A3B0E637AB7B}.Release|x86.ActiveCfg = Release|Any CPU
49-
{5CC998B8-DFFE-4DC0-9D99-A3B0E637AB7B}.Release|x86.Build.0 = Release|Any CPU
50-
{B0BCA2E5-6B72-4EB8-BC6D-C1B062914514}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
51-
{B0BCA2E5-6B72-4EB8-BC6D-C1B062914514}.Debug|Any CPU.Build.0 = Debug|Any CPU
52-
{B0BCA2E5-6B72-4EB8-BC6D-C1B062914514}.Debug|x86.ActiveCfg = Debug|Any CPU
53-
{B0BCA2E5-6B72-4EB8-BC6D-C1B062914514}.Debug|x86.Build.0 = Debug|Any CPU
54-
{B0BCA2E5-6B72-4EB8-BC6D-C1B062914514}.Release|Any CPU.ActiveCfg = Release|Any CPU
55-
{B0BCA2E5-6B72-4EB8-BC6D-C1B062914514}.Release|Any CPU.Build.0 = Release|Any CPU
56-
{B0BCA2E5-6B72-4EB8-BC6D-C1B062914514}.Release|x86.ActiveCfg = Release|Any CPU
57-
{B0BCA2E5-6B72-4EB8-BC6D-C1B062914514}.Release|x86.Build.0 = Release|Any CPU
58-
{12C8E3F7-28C4-4DD6-B329-2C8AEFFBAD13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
59-
{12C8E3F7-28C4-4DD6-B329-2C8AEFFBAD13}.Debug|Any CPU.Build.0 = Debug|Any CPU
60-
{12C8E3F7-28C4-4DD6-B329-2C8AEFFBAD13}.Debug|x86.ActiveCfg = Debug|Any CPU
61-
{12C8E3F7-28C4-4DD6-B329-2C8AEFFBAD13}.Debug|x86.Build.0 = Debug|Any CPU
62-
{12C8E3F7-28C4-4DD6-B329-2C8AEFFBAD13}.Release|Any CPU.ActiveCfg = Release|Any CPU
63-
{12C8E3F7-28C4-4DD6-B329-2C8AEFFBAD13}.Release|Any CPU.Build.0 = Release|Any CPU
64-
{12C8E3F7-28C4-4DD6-B329-2C8AEFFBAD13}.Release|x86.ActiveCfg = Release|Any CPU
65-
{12C8E3F7-28C4-4DD6-B329-2C8AEFFBAD13}.Release|x86.Build.0 = Release|Any CPU
66-
{8572CFBA-0F3E-475F-B008-DEB9894B3475}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
67-
{8572CFBA-0F3E-475F-B008-DEB9894B3475}.Debug|Any CPU.Build.0 = Debug|Any CPU
68-
{8572CFBA-0F3E-475F-B008-DEB9894B3475}.Debug|x86.ActiveCfg = Debug|Any CPU
69-
{8572CFBA-0F3E-475F-B008-DEB9894B3475}.Debug|x86.Build.0 = Debug|Any CPU
70-
{8572CFBA-0F3E-475F-B008-DEB9894B3475}.Release|Any CPU.ActiveCfg = Release|Any CPU
71-
{8572CFBA-0F3E-475F-B008-DEB9894B3475}.Release|Any CPU.Build.0 = Release|Any CPU
72-
{8572CFBA-0F3E-475F-B008-DEB9894B3475}.Release|x86.ActiveCfg = Release|Any CPU
73-
{8572CFBA-0F3E-475F-B008-DEB9894B3475}.Release|x86.Build.0 = Release|Any CPU
28+
{DA63609E-B12A-4D0D-9ED6-D877EEAD341E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29+
{DA63609E-B12A-4D0D-9ED6-D877EEAD341E}.Debug|Any CPU.Build.0 = Debug|Any CPU
30+
{DA63609E-B12A-4D0D-9ED6-D877EEAD341E}.Debug|x86.ActiveCfg = Debug|Any CPU
31+
{DA63609E-B12A-4D0D-9ED6-D877EEAD341E}.Debug|x86.Build.0 = Debug|Any CPU
32+
{DA63609E-B12A-4D0D-9ED6-D877EEAD341E}.Release|Any CPU.ActiveCfg = Release|Any CPU
33+
{DA63609E-B12A-4D0D-9ED6-D877EEAD341E}.Release|Any CPU.Build.0 = Release|Any CPU
34+
{DA63609E-B12A-4D0D-9ED6-D877EEAD341E}.Release|x86.ActiveCfg = Release|Any CPU
35+
{DA63609E-B12A-4D0D-9ED6-D877EEAD341E}.Release|x86.Build.0 = Release|Any CPU
36+
{5C149CC6-0024-4A64-8E03-5FC534B1F197}.Debug|Any CPU.ActiveCfg = Debug|x86
37+
{5C149CC6-0024-4A64-8E03-5FC534B1F197}.Debug|x86.ActiveCfg = Debug|x86
38+
{5C149CC6-0024-4A64-8E03-5FC534B1F197}.Debug|x86.Build.0 = Debug|x86
39+
{5C149CC6-0024-4A64-8E03-5FC534B1F197}.Release|Any CPU.ActiveCfg = Release|x86
40+
{5C149CC6-0024-4A64-8E03-5FC534B1F197}.Release|x86.ActiveCfg = Release|x86
41+
{5C149CC6-0024-4A64-8E03-5FC534B1F197}.Release|x86.Build.0 = Release|x86
42+
{29AD1F87-8985-4554-BFA0-CAD0CEB52777}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
43+
{29AD1F87-8985-4554-BFA0-CAD0CEB52777}.Debug|Any CPU.Build.0 = Debug|Any CPU
44+
{29AD1F87-8985-4554-BFA0-CAD0CEB52777}.Debug|x86.ActiveCfg = Debug|Any CPU
45+
{29AD1F87-8985-4554-BFA0-CAD0CEB52777}.Debug|x86.Build.0 = Debug|Any CPU
46+
{29AD1F87-8985-4554-BFA0-CAD0CEB52777}.Release|Any CPU.ActiveCfg = Release|Any CPU
47+
{29AD1F87-8985-4554-BFA0-CAD0CEB52777}.Release|Any CPU.Build.0 = Release|Any CPU
48+
{29AD1F87-8985-4554-BFA0-CAD0CEB52777}.Release|x86.ActiveCfg = Release|Any CPU
49+
{29AD1F87-8985-4554-BFA0-CAD0CEB52777}.Release|x86.Build.0 = Release|Any CPU
50+
{35F98DE5-4D8D-478D-8BFA-9D0AE1320825}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
51+
{35F98DE5-4D8D-478D-8BFA-9D0AE1320825}.Debug|Any CPU.Build.0 = Debug|Any CPU
52+
{35F98DE5-4D8D-478D-8BFA-9D0AE1320825}.Debug|x86.ActiveCfg = Debug|Any CPU
53+
{35F98DE5-4D8D-478D-8BFA-9D0AE1320825}.Debug|x86.Build.0 = Debug|Any CPU
54+
{35F98DE5-4D8D-478D-8BFA-9D0AE1320825}.Release|Any CPU.ActiveCfg = Release|Any CPU
55+
{35F98DE5-4D8D-478D-8BFA-9D0AE1320825}.Release|Any CPU.Build.0 = Release|Any CPU
56+
{35F98DE5-4D8D-478D-8BFA-9D0AE1320825}.Release|x86.ActiveCfg = Release|Any CPU
57+
{35F98DE5-4D8D-478D-8BFA-9D0AE1320825}.Release|x86.Build.0 = Release|Any CPU
58+
{9D07EA2D-F935-482E-B7CD-A3E96E2D7182}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
59+
{9D07EA2D-F935-482E-B7CD-A3E96E2D7182}.Debug|Any CPU.Build.0 = Debug|Any CPU
60+
{9D07EA2D-F935-482E-B7CD-A3E96E2D7182}.Debug|x86.ActiveCfg = Debug|Any CPU
61+
{9D07EA2D-F935-482E-B7CD-A3E96E2D7182}.Debug|x86.Build.0 = Debug|Any CPU
62+
{9D07EA2D-F935-482E-B7CD-A3E96E2D7182}.Release|Any CPU.ActiveCfg = Release|Any CPU
63+
{9D07EA2D-F935-482E-B7CD-A3E96E2D7182}.Release|Any CPU.Build.0 = Release|Any CPU
64+
{9D07EA2D-F935-482E-B7CD-A3E96E2D7182}.Release|x86.ActiveCfg = Release|Any CPU
65+
{9D07EA2D-F935-482E-B7CD-A3E96E2D7182}.Release|x86.Build.0 = Release|Any CPU
66+
{8ABE06A9-A99F-425E-AA34-06F63FA3B20F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
67+
{8ABE06A9-A99F-425E-AA34-06F63FA3B20F}.Debug|Any CPU.Build.0 = Debug|Any CPU
68+
{8ABE06A9-A99F-425E-AA34-06F63FA3B20F}.Debug|x86.ActiveCfg = Debug|Any CPU
69+
{8ABE06A9-A99F-425E-AA34-06F63FA3B20F}.Debug|x86.Build.0 = Debug|Any CPU
70+
{8ABE06A9-A99F-425E-AA34-06F63FA3B20F}.Release|Any CPU.ActiveCfg = Release|Any CPU
71+
{8ABE06A9-A99F-425E-AA34-06F63FA3B20F}.Release|Any CPU.Build.0 = Release|Any CPU
72+
{8ABE06A9-A99F-425E-AA34-06F63FA3B20F}.Release|x86.ActiveCfg = Release|Any CPU
73+
{8ABE06A9-A99F-425E-AA34-06F63FA3B20F}.Release|x86.Build.0 = Release|Any CPU
7474
{B1665387-EF91-4CA0-82BB-66E5781ED800}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
7575
{B1665387-EF91-4CA0-82BB-66E5781ED800}.Debug|Any CPU.Build.0 = Debug|Any CPU
7676
{B1665387-EF91-4CA0-82BB-66E5781ED800}.Debug|x86.ActiveCfg = Debug|Any CPU

src/DefaultApp/DefaultApp/DefaultApp.AppConsole/DefaultApp.AppConsole.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{5CC998B8-DFFE-4DC0-9D99-A3B0E637AB7B}</ProjectGuid>
7+
<ProjectGuid>{29AD1F87-8985-4554-BFA0-CAD0CEB52777}</ProjectGuid>
88
<OutputType>Exe</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>DefaultApp.AppConsole</RootNamespace>

src/DefaultApp/DefaultApp/DefaultApp.AppConsole/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: ComVisible(false)]
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("912fd4b9-213b-4808-b61c-7bbc7111ccc6")]
23+
[assembly: Guid("e8e7e066-f745-448a-ad27-fc89b5862a97")]
2424

2525
// Version information for an assembly consists of the following four values:
2626
//

src/DefaultApp/DefaultApp/DefaultApp.AppMac/DefaultApp.AppMac.csproj

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
66
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7-
<ProjectGuid>{9b5e923f-b541-4529-a14c-9c46ece114f1}</ProjectGuid>
7+
<ProjectGuid>{95b0a605-f602-48b1-b508-067267b8debc}</ProjectGuid>
88
<OutputType>Exe</OutputType>
99
<RootNamespace>DefaultApp.AppMac</RootNamespace>
1010
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
1111
<AssemblyName>DefaultApp.AppMac</AssemblyName>
12+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1213
</PropertyGroup>
1314
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1415
<DebugSymbols>true</DebugSymbols>
@@ -35,7 +36,7 @@
3536
<ErrorReport>prompt</ErrorReport>
3637
<WarningLevel>4</WarningLevel>
3738
<ConsolePause>false</ConsolePause>
38-
<LinkMode>SdkOnly</LinkMode>
39+
<LinkMode>None</LinkMode>
3940
<Profiling>false</Profiling>
4041
<UseRefCounting>true</UseRefCounting>
4142
<UseSGen>true</UseSGen>
@@ -53,30 +54,31 @@
5354
<HintPath>..\..\lib\DefaultApp.Resources.dll</HintPath>
5455
</Reference>
5556
<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>
5758
</Reference>
5859
<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>
6061
</Reference>
6162
<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>
6364
</Reference>
6465
<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>
6667
</Reference>
6768
<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>
6970
</Reference>
7071
<Reference Include="ServiceStack.OrmLite">
7172
<HintPath>..\..\packages\ServiceStack.OrmLite.4.5.12\lib\net45\ServiceStack.OrmLite.dll</HintPath>
7273
</Reference>
7374
<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>
7576
</Reference>
7677
<Reference Include="ServiceStack.Server">
7778
<HintPath>..\..\packages\ServiceStack.Server.4.5.12\lib\net45\ServiceStack.Server.dll</HintPath>
7879
</Reference>
79-
<Reference Include="Xamarin.Mac" />
80+
<Reference Include="Xamarin.Mac" />
81+
<Reference Include="System.Web" />
8082
</ItemGroup>
8183
<ItemGroup>
8284
<Compile Include="AppHost.cs" />
@@ -94,19 +96,19 @@
9496
<ItemGroup>
9597
<None Include="Info.plist" />
9698
<None Include="packages.config" />
97-
<None Include="platform.js" />
99+
<None Include="platform.js" />
98100
</ItemGroup>
99101
<ItemGroup>
100102
<InterfaceDefinition Include="MainMenu.xib" />
101103
<InterfaceDefinition Include="MainWindow.xib" />
102104
</ItemGroup>
103105
<ItemGroup>
104106
<ProjectReference Include="..\DefaultApp.ServiceInterface\DefaultApp.ServiceInterface.csproj">
105-
<Project>{582DFB0F-F84D-4E43-9BCA-2A5A86600B7A}</Project>
107+
<Project>{8572CFBA-0F3E-475F-B008-DEB9894B3475}</Project>
106108
<Name>DefaultApp.ServiceInterface</Name>
107109
</ProjectReference>
108110
<ProjectReference Include="..\DefaultApp.ServiceModel\DefaultApp.ServiceModel.csproj">
109-
<Project>{08BEF328-AB7D-48D3-800D-48ACC75C7914}</Project>
111+
<Project>{12C8E3F7-28C4-4DD6-B329-2C8AEFFBAD13}</Project>
110112
<Name>DefaultApp.ServiceModel</Name>
111113
</ProjectReference>
112114
</ItemGroup>

src/DefaultApp/DefaultApp/DefaultApp.AppMac/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ public static class Program
1515

1616
static void Main (string[] args)
1717
{
18+
System.Web.Util.HttpEncoder.Current = System.Web.Util.HttpEncoder.Default;
19+
1820
App = new AppHost();
1921
App.Init().Start("http://*:2337/");
2022

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ServiceStack" version="4.5.12" targetFramework="net45" />
4-
<package id="ServiceStack.Client" version="4.5.12" targetFramework="net45" />
5-
<package id="ServiceStack.Common" version="4.5.12" targetFramework="net45" />
6-
<package id="ServiceStack.Interfaces" version="4.5.12" targetFramework="net45" />
7-
<package id="ServiceStack.OrmLite" version="4.5.12" targetFramework="net45" />
8-
<package id="ServiceStack.Redis" version="4.5.12" targetFramework="net45" />
9-
<package id="ServiceStack.Server" version="4.5.12" targetFramework="net45" />
10-
<package id="ServiceStack.Text" version="4.5.12" targetFramework="net45" />
11-
</packages>
3+
<package id="ServiceStack" version="4.5.12" targetFramework="net452" />
4+
<package id="ServiceStack.Client" version="4.5.12" targetFramework="net452" />
5+
<package id="ServiceStack.Common" version="4.5.12" targetFramework="net452" />
6+
<package id="ServiceStack.Interfaces" version="4.5.12" targetFramework="net452" />
7+
<package id="ServiceStack.OrmLite" version="4.5.12" targetFramework="net452" />
8+
<package id="ServiceStack.Redis" version="4.5.12" targetFramework="net452" />
9+
<package id="ServiceStack.Server" version="4.5.12" targetFramework="net452" />
10+
<package id="ServiceStack.Text" version="4.5.12" targetFramework="net452" />
11+
</packages>

src/DefaultApp/DefaultApp/DefaultApp.AppWinForms/DefaultApp.AppWinForms.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
88
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
99
<PlatformTarget>x86</PlatformTarget>
10-
<ProjectGuid>{2893A5FB-7343-450A-9164-A20B0D719CFD}</ProjectGuid>
10+
<ProjectGuid>{5C149CC6-0024-4A64-8E03-5FC534B1F197}</ProjectGuid>
1111
<OutputType>WinExe</OutputType>
1212
<AppDesignerFolder>Properties</AppDesignerFolder>
1313
<RootNamespace>DefaultApp.AppWinForms</RootNamespace>

src/DefaultApp/DefaultApp/DefaultApp.AppWinForms/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: ComVisible(false)]
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("dab22ffe-d5e6-4607-9f94-b9fd1e51426b")]
23+
[assembly: Guid("5d8c89b1-7992-47cc-9f9d-01dc557bb9c3")]
2424

2525
// Version information for an assembly consists of the following four values:
2626
//

src/DefaultApp/DefaultApp/DefaultApp.Resources/DefaultApp.Resources.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{B0BCA2E5-6B72-4EB8-BC6D-C1B062914514}</ProjectGuid>
7+
<ProjectGuid>{35F98DE5-4D8D-478D-8BFA-9D0AE1320825}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>DefaultApp.Resources</RootNamespace>

src/DefaultApp/DefaultApp/DefaultApp.Resources/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: ComVisible(false)]
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("7cde7e6d-0404-48ed-a3d7-6f78f36a36df")]
23+
[assembly: Guid("d1e56bd8-9e5e-498a-abe1-5e3a98bed594")]
2424

2525
// Version information for an assembly consists of the following four values:
2626
//

0 commit comments

Comments
 (0)