Skip to content

Commit

Permalink
Added the .NET40 client sample to the Mono sln
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed May 22, 2013
1 parent 780b4db commit 9fcc200
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Microsoft.AspNet.SignalR.Mono.sln
Expand Up @@ -13,6 +13,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{CF38
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AspNet.SelfHost.Samples", "samples\Microsoft.AspNet.SelfHost.Samples\Microsoft.AspNet.SelfHost.Samples.csproj", "{5D69B6BE-062B-408D-913E-5CD2F21D5D17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AspNet.SignalR.Client40.Samples", "samples\Microsoft.AspNet.SignalR.Client40.Samples\Microsoft.AspNet.SignalR.Client40.Samples.csproj", "{2B6F3C11-DE35-4948-A49F-A6C65A297C86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -29,6 +31,14 @@ Global
{1B9A82C4-BCA1-4834-A33E-226F17BE070B}.Release|Any CPU.Build.0 = Release|Any CPU
{1B9A82C4-BCA1-4834-A33E-226F17BE070B}.Release|x86.ActiveCfg = Release|Any CPU
{1B9A82C4-BCA1-4834-A33E-226F17BE070B}.Release|x86.Build.0 = Release|Any CPU
{2B6F3C11-DE35-4948-A49F-A6C65A297C86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B6F3C11-DE35-4948-A49F-A6C65A297C86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B6F3C11-DE35-4948-A49F-A6C65A297C86}.Debug|x86.ActiveCfg = Debug|Any CPU
{2B6F3C11-DE35-4948-A49F-A6C65A297C86}.Debug|x86.Build.0 = Debug|Any CPU
{2B6F3C11-DE35-4948-A49F-A6C65A297C86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B6F3C11-DE35-4948-A49F-A6C65A297C86}.Release|Any CPU.Build.0 = Release|Any CPU
{2B6F3C11-DE35-4948-A49F-A6C65A297C86}.Release|x86.ActiveCfg = Release|Any CPU
{2B6F3C11-DE35-4948-A49F-A6C65A297C86}.Release|x86.Build.0 = Release|Any CPU
{5D69B6BE-062B-408D-913E-5CD2F21D5D17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D69B6BE-062B-408D-913E-5CD2F21D5D17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D69B6BE-062B-408D-913E-5CD2F21D5D17}.Debug|x86.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -64,6 +74,7 @@ Global
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5D69B6BE-062B-408D-913E-5CD2F21D5D17} = {CF382357-4299-466B-97A0-0A582D6806E9}
{2B6F3C11-DE35-4948-A49F-A6C65A297C86} = {CF382357-4299-466B-97A0-0A582D6806E9}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = src\Microsoft.AspNet.SignalR.Core\Microsoft.AspNet.SignalR.Core.csproj
Expand Down
Expand Up @@ -11,6 +11,8 @@
<AssemblyName>Microsoft.AspNet.SignalR.Client40.Samples</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -21,6 +23,7 @@
<DefineConstants>TRACE;DEBUG;NET40</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Externalconsole>true</Externalconsole>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -47,7 +50,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Microsoft.AspNet.SignalR.Client\Microsoft.AspNet.SignalR.Client.csproj">
<Project>{eb46b9c6-ee37-48f9-835e-e49580e40e0a}</Project>
<Project>{EB46B9C6-EE37-48F9-835E-E49580E40E0A}</Project>
<Name>Microsoft.AspNet.SignalR.Client</Name>
</ProjectReference>
</ItemGroup>
Expand Down

0 comments on commit 9fcc200

Please sign in to comment.