Skip to content

Commit

Permalink
Make it build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Butler committed Jul 21, 2016
1 parent b8eeb92 commit 054c4f7
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 294 deletions.
207 changes: 1 addition & 206 deletions Microsoft.AspNet.SignalR.sln

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ if "%config%" == "" (
set config=Debug
)

msbuild Build\Build.proj /t:"%target%" /p:Configuration="%config%" /m /fl /flp:LogFile=msbuild.log;Verbosity=Normal /nr:false
msbuild Build\Build.proj /t:"%target%" /p:Configuration="%config%";BuildQuality="";ScaleoutBuildQuality="";KatanaBuildQuality="" /m /fl /flp:LogFile=msbuild.log;Verbosity=Normal /nr:false
41 changes: 2 additions & 39 deletions build/Build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<Silverlight5SDKInstalled Condition="!Exists('$(MSBuildExtensionsPath)\Microsoft\Silverlight\v5.0\Microsoft.Silverlight.CSharp.targets')">false</Silverlight5SDKInstalled>
<WP8SDKInstalled Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\WindowsPhone\v8.0\Microsoft.WindowsPhone.v8.0.Overrides.targets')">true</WP8SDKInstalled>
<WP8SDKInstalled Condition="!Exists('$(MSBuildExtensionsPath)\Microsoft\WindowsPhone\v8.0\Microsoft.WindowsPhone.v8.0.Overrides.targets')">false</WP8SDKInstalled>
<WinRTSDKInstalled Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\WindowsXaml')">true</WinRTSDKInstalled>
<WinRTSDKInstalled Condition="!Exists('$(MSBuildExtensionsPath)\Microsoft\WindowsXaml')">false</WinRTSDKInstalled>
<!-- <WinRTSDKInstalled Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\WindowsXaml')">true</WinRTSDKInstalled> -->
<WinRTSDKInstalled>false</WinRTSDKInstalled>
<NetNativeInstalled>false</NetNativeInstalled>
<NetNativeInstalled Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\.NetNative')">true</NetNativeInstalled>
</PropertyGroup>
Expand Down Expand Up @@ -124,43 +124,6 @@

<!-- Add any src projects that have not been defined manually -->
<Projects Include="$(ProjectRoot)\src\**\*.csproj" Exclude="@(Projects)" />

<!-- Custom sample projects -->
<Projects Include="$(ProjectRoot)\samples\Microsoft.AspNet.SignalR.Client.Silverlight.Samples\Microsoft.AspNet.SignalR.Client.Silverlight.Samples.csproj">
<Build Condition="$(Silverlight5SDKInstalled) != 'true'">false</Build>
<Sample>true</Sample>
<Platform>SL5</Platform>
</Projects>
<Projects Include="$(ProjectRoot)\samples\Microsoft.AspNet.SignalR.Client.WP8.Samples\Microsoft.AspNet.SignalR.Client.WP8.Samples.csproj">
<Build Condition="$(WP8SDKInstalled) != 'true'">false</Build>
<Sample>true</Sample>
<Platform>WP8</Platform>
</Projects>
<Projects Include="$(ProjectRoot)\samples\Microsoft.AspNet.SignalR.Client.WindowsStoreJavaScript.Samples\Microsoft.AspNet.SignalR.Client.WindowsStoreJavaScript.Samples.jsproj;
$(ProjectRoot)\samples\Microsoft.AspNet.SignalR.Client.WindowsStoreCSharp.Samples\Microsoft.AspNet.SignalR.Client.WindowsStoreCSharp.Samples.csproj">
<Build>false</Build>
<Sample>true</Sample>
<Platform>WinRT</Platform>
</Projects>
<Projects Include="$(ProjectRoot)\samples\Microsoft.AspNet.SignalR.Client.Android.Samples\Microsoft.AspNet.SignalR.Client.Android.Samples.csproj;
$(ProjectRoot)\samples\Microsoft.AspNet.SignalR.Client.iOS.Samples\Microsoft.AspNet.SignalR.Client.iOS.Samples.csproj">
<Build>false</Build>
<Sample>true</Sample>
</Projects>

<!-- Asp.Net sample projects -->
<Projects Include="$(ProjectRoot)\samples\Microsoft.AspNet.SignalR.LoadTestHarness\Microsoft.AspNet.SignalR.LoadTestHarness.csproj;
$(ProjectRoot)\samples\Microsoft.AspNet.SignalR.Samples\Microsoft.AspNet.SignalR.Samples.csproj">
<!-- If the Build target isn't run first, package restore will fail -->
<BuildTargets>Build;pipelinePreDeployCopyAllFilesToOneFolder</BuildTargets>
<BuildProperties>Configuration=$(Configuration);ArtifactsDir=$(ProjectArtifactsDir);SolutionDir=$(ProjectRoot)\;$(ExtraProperties);_PackageTempDir=$(ProjectArtifactsDir)\%(FileName);AutoParameterizationWebConfigConnectionStrings=false;MSBuildCommunityTasksPath=$(MSBuildCommunityTasksPath)</BuildProperties>
<Sample>true</Sample>
</Projects>

<!-- Add any sample projects that have not been defined manually -->
<Projects Include="$(ProjectRoot)\samples\**\*.csproj" Exclude="@(Projects)">
<Sample>true</Sample>
</Projects>
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions nuspecs/Microsoft.AspNet.SignalR.Client.nuspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Microsoft.AspNet.SignalR.Client</id>
<title>Microsoft ASP.NET SignalR .NET Client</title>
<id>Configit.SignalR.Client</id>
<title>ConfigitSignalR .NET Client</title>
<version>__SIGNALR_PACKAGE_VERSION__</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<owners>Configit</owners>
<licenseUrl>__SIGNALR_CLIENT_LICENSE_URL__</licenseUrl>
<copyright>__SIGNALR_COPYRIGHT_NOTICE__</copyright>
<projectUrl>http://www.asp.net/signalr</projectUrl>
<projectUrl>http://github.com/configit/SignalR</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>.NET client for ASP.NET SignalR.</description>
<language>en-US</language>
Expand Down
8 changes: 4 additions & 4 deletions nuspecs/Microsoft.AspNet.SignalR.Core.nuspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Microsoft.AspNet.SignalR.Core</id>
<title>Microsoft ASP.NET SignalR Core Components</title>
<id>Configit.SignalR.Core</id>
<title>Configit SignalR Core Components</title>
<version>__SIGNALR_PACKAGE_VERSION__</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<owners>Configit</owners>
<licenseUrl>__SIGNALR_LICENSE_URL__</licenseUrl>
<copyright>__SIGNALR_COPYRIGHT_NOTICE__</copyright>
<projectUrl>http://www.asp.net/signalr</projectUrl>
<projectUrl>http://github.com/configit/SignalR</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Core server components for ASP.NET SignalR.</description>
<language>en-US</language>
Expand Down
8 changes: 4 additions & 4 deletions nuspecs/Microsoft.AspNet.SignalR.JS.nuspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Microsoft.AspNet.SignalR.JS</id>
<title>Microsoft ASP.NET SignalR JavaScript Client</title>
<id>Configit.SignalR.JS</id>
<title>Configit SignalR JavaScript Client</title>
<version>__SIGNALR_PACKAGE_VERSION__</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<owners>Configit</owners>
<licenseUrl>__SIGNALR_CLIENT_LICENSE_URL__</licenseUrl>
<copyright>__SIGNALR_COPYRIGHT_NOTICE__</copyright>
<projectUrl>http://www.asp.net/signalr</projectUrl>
<projectUrl>http://github.com/configit/SignalR</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>JavaScript client for ASP.NET SignalR.</description>
<language>en-US</language>
Expand Down
10 changes: 5 additions & 5 deletions nuspecs/Microsoft.AspNet.SignalR.Redis.nuspec
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Microsoft.AspNet.SignalR.Redis</id>
<title>Microsoft ASP.NET SignalR Redis Messaging Backplane</title>
<id>Configit.SignalR.Redis</id>
<title>Configit SignalR Redis Messaging Backplane</title>
<version>__SIGNALR_PACKAGE_VERSION__</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<owners>Configit</owners>
<licenseUrl>__SIGNALR_LICENSE_URL__</licenseUrl>
<copyright>__SIGNALR_COPYRIGHT_NOTICE__</copyright>
<projectUrl>http://www.asp.net/signalr</projectUrl>
<projectUrl>http://github.com/configit/SignalR</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Redis messaging backplane for scaling out of ASP.NET SignalR applications in a web-farm.</description>
<language>en-US</language>
<tags>Microsoft AspNet SignalR AspNetSignalR Redis</tags>
<releaseNotes>https://github.com/SignalR/SignalR/releases</releaseNotes>
<dependencies>
<dependency id="Microsoft.AspNet.SignalR.Core" version="__SIGNALR_PACKAGE_VERSION__" />
<dependency id="Configit.SignalR.Core" version="__SIGNALR_PACKAGE_VERSION__" />
<dependency id="StackExchange.Redis.StrongName" version="1.0.322" />
</dependencies>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions nuspecs/Microsoft.AspNet.SignalR.SelfHost.nuspec
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Microsoft.AspNet.SignalR.SelfHost</id>
<title>Microsoft ASP.NET SignalR Self Host</title>
<id>Configit.SignalR.SelfHost</id>
<title>Configit SignalR Self Host</title>
<version>__SIGNALR_PACKAGE_VERSION__</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<owners>Configit</owners>
<licenseUrl>__SIGNALR_LICENSE_URL__</licenseUrl>
<copyright>__SIGNALR_COPYRIGHT_NOTICE__</copyright>
<projectUrl>http://www.asp.net/signalr</projectUrl>
<projectUrl>http://github.com/configit/SignalR</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This package includes the required dependencies for self-hosting SignalR in a process outside of IIS using OWIN and HTTPListener.</description>
<language>en-US</language>
<tags>Microsoft AspNet SignalR AspNetSignalR SelfHost</tags>
<releaseNotes>https://github.com/SignalR/SignalR/releases</releaseNotes>
<dependencies>
<dependency id="Microsoft.AspNet.SignalR.Core" version="__SIGNALR_PACKAGE_VERSION__" />
<dependency id="Configit.SignalR.Core" version="__SIGNALR_PACKAGE_VERSION__" />
<dependency id="Microsoft.Owin.SelfHost" version="__KATANA_PACKAGE_VERSION__" />
</dependencies>
<frameworkAssemblies>
Expand Down
10 changes: 5 additions & 5 deletions nuspecs/Microsoft.AspNet.SignalR.ServiceBus.nuspec
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Microsoft.AspNet.SignalR.ServiceBus</id>
<title>Microsoft ASP.NET SignalR Service Bus Messaging Backplane</title>
<id>Configit.SignalR.ServiceBus</id>
<title>Configit SignalR Service Bus Messaging Backplane</title>
<version>__SIGNALR_PACKAGE_VERSION__</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<owners>Configit</owners>
<licenseUrl>__SIGNALR_LICENSE_URL__</licenseUrl>
<copyright>__SIGNALR_COPYRIGHT_NOTICE__</copyright>
<projectUrl>http://www.asp.net/signalr</projectUrl>
<projectUrl>http://github.com/configit/SignalR</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Service Bus messaging backplane for scaling out of ASP.NET SignalR applications in a web-farm.</description>
<language>en-US</language>
<tags>Microsoft AspNet SignalR AspNetSignalR ServiceBus</tags>
<releaseNotes>https://github.com/SignalR/SignalR/releases</releaseNotes>
<dependencies>
<dependency id="Microsoft.AspNet.SignalR.Core" version="__SIGNALR_PACKAGE_VERSION__" />
<dependency id="Configit.SignalR.Core" version="__SIGNALR_PACKAGE_VERSION__" />
<dependency id="WindowsAzure.ServiceBus" version="2.1.0" />
</dependencies>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions nuspecs/Microsoft.AspNet.SignalR.SqlServer.nuspec
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Microsoft.AspNet.SignalR.SqlServer</id>
<title>Microsoft ASP.NET SignalR SQL Server Messaging Backplane</title>
<id>Configit.SignalR.SqlServer</id>
<title>Configit SignalR SQL Server Messaging Backplane</title>
<version>__SIGNALR_PACKAGE_VERSION__</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<owners>Configit</owners>
<licenseUrl>__SIGNALR_LICENSE_URL__</licenseUrl>
<copyright>__SIGNALR_COPYRIGHT_NOTICE__</copyright>
<projectUrl>http://www.asp.net/signalr</projectUrl>
<projectUrl>http://github.com/configit/SignalR</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>SQL Server messaging backplane for scaling out of ASP.NET SignalR applications in a web-farm.</description>
<language>en-US</language>
<tags>Microsoft AspNet SignalR AspNetSignalR SqlServer</tags>
<releaseNotes>https://github.com/SignalR/SignalR/releases</releaseNotes>
<dependencies>
<dependency id="Microsoft.AspNet.SignalR.Core" version="__SIGNALR_PACKAGE_VERSION__" />
<dependency id="Configit.SignalR.Core" version="__SIGNALR_PACKAGE_VERSION__" />
</dependencies>
</metadata>
<files>
Expand Down
10 changes: 5 additions & 5 deletions nuspecs/Microsoft.AspNet.SignalR.SystemWeb.nuspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Microsoft.AspNet.SignalR.SystemWeb</id>
<title>Microsoft ASP.NET SignalR System.Web</title>
<id>Configit.SignalR.SystemWeb</id>
<title>Configit SignalR System.Web</title>
<version>__SIGNALR_PACKAGE_VERSION__</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<owners>Configit</owners>
<licenseUrl>__SIGNALR_LICENSE_URL__</licenseUrl>
<copyright>__SIGNALR_COPYRIGHT_NOTICE__</copyright>
<projectUrl>http://www.asp.net/signalr</projectUrl>
<projectUrl>http://github.com/configit/SignalR</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
Incredibly simple real-time web for .NET.
Expand All @@ -18,7 +18,7 @@
<tags>Microsoft AspNet SignalR AspNetSignalR SystemWeb</tags>
<releaseNotes>https://github.com/SignalR/SignalR/releases</releaseNotes>
<dependencies>
<dependency id="Microsoft.AspNet.SignalR.Core" version="__SIGNALR_PACKAGE_VERSION__" />
<dependency id="Configit.SignalR.Core" version="__SIGNALR_PACKAGE_VERSION__" />
<dependency id="Microsoft.Owin.Host.SystemWeb" version="__KATANA_PACKAGE_VERSION__" />
</dependencies>
<frameworkAssemblies>
Expand Down
8 changes: 4 additions & 4 deletions nuspecs/Microsoft.AspNet.SignalR.Utils.nuspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Microsoft.AspNet.SignalR.Utils</id>
<title>Microsoft ASP.NET SignalR Utilities</title>
<id>Configit.SignalR.Utils</id>
<title>Configit SignalR Utilities</title>
<version>__SIGNALR_PACKAGE_VERSION__</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<owners>Configit</owners>
<licenseUrl>__SIGNALR_LICENSE_URL__</licenseUrl>
<copyright>__SIGNALR_COPYRIGHT_NOTICE__</copyright>
<projectUrl>http://www.asp.net/signalr</projectUrl>
<projectUrl>http://github.com/configit/SignalR</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Command line utilities for ASP.NET SignalR, including performance counter installation and Hub JavaScript proxy generation.</description>
<language>en-US</language>
Expand Down
12 changes: 6 additions & 6 deletions nuspecs/Microsoft.AspNet.SignalR.nuspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Microsoft.AspNet.SignalR</id>
<title>Microsoft ASP.NET SignalR</title>
<id>Configit.SignalR</id>
<title>Configit SignalR</title>
<version>__SIGNALR_PACKAGE_VERSION__</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<owners>Configit</owners>
<licenseUrl>__SIGNALR_LICENSE_URL__</licenseUrl>
<copyright>__SIGNALR_COPYRIGHT_NOTICE__</copyright>
<projectUrl>http://www.asp.net/signalr</projectUrl>
<projectUrl>http://github.com/configit/SignalR</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
Incredibly simple real-time web for .NET.
Expand All @@ -18,8 +18,8 @@
<tags>Microsoft AspNet SignalR AspNetSignalR websockets real-time realtime comet HTTP streaming</tags>
<releaseNotes>https://github.com/SignalR/SignalR/releases</releaseNotes>
<dependencies>
<dependency id="Microsoft.AspNet.SignalR.JS" version="__SIGNALR_PACKAGE_VERSION__" />
<dependency id="Microsoft.AspNet.SignalR.SystemWeb" version="__SIGNALR_PACKAGE_VERSION__" />
<dependency id="Configit.SignalR.JS" version="__SIGNALR_PACKAGE_VERSION__" />
<dependency id="Configit.SignalR.SystemWeb" version="__SIGNALR_PACKAGE_VERSION__" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="net40" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
<ProductVersion>10.0.0</ProductVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile />
<SilverlightApplicationList>{3DCD7F29-E221-45B6-8C0C-881D931946E9}|..\Microsoft.AspNet.SignalR.Client.Silverlight.Samples\Microsoft.AspNet.SignalR.Client.Silverlight.Samples.csproj|ClientBin|False</SilverlightApplicationList>
<SilverlightApplicationList>
</SilverlightApplicationList>
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
Expand Down

0 comments on commit 054c4f7

Please sign in to comment.