1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{52D26B64-4730-4713-AA88-876A61817477}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >SignalrOwinHelloWorld</RootNamespace >
11
+ <AssemblyName >SignalrOwinHelloWorld</AssemblyName >
12
+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <PlatformTarget >AnyCPU</PlatformTarget >
18
+ <DebugSymbols >true</DebugSymbols >
19
+ <DebugType >full</DebugType >
20
+ <Optimize >false</Optimize >
21
+ <OutputPath >bin\Debug\</OutputPath >
22
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23
+ <ErrorReport >prompt</ErrorReport >
24
+ <WarningLevel >4</WarningLevel >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
+ <PlatformTarget >AnyCPU</PlatformTarget >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <ItemGroup >
36
+ <Reference Include =" Microsoft.AspNet.SignalR.Core, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
37
+ <HintPath >..\packages\Microsoft.AspNet.SignalR.Core.2.2.0\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath >
38
+ <Private >True</Private >
39
+ </Reference >
40
+ <Reference Include =" Microsoft.Owin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
41
+ <HintPath >..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll</HintPath >
42
+ <Private >True</Private >
43
+ </Reference >
44
+ <Reference Include =" Microsoft.Owin.Cors, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
45
+ <HintPath >..\packages\Microsoft.Owin.Cors.3.0.1\lib\net45\Microsoft.Owin.Cors.dll</HintPath >
46
+ <Private >True</Private >
47
+ </Reference >
48
+ <Reference Include =" Microsoft.Owin.Diagnostics, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
49
+ <HintPath >..\packages\Microsoft.Owin.Diagnostics.3.0.1\lib\net45\Microsoft.Owin.Diagnostics.dll</HintPath >
50
+ <Private >True</Private >
51
+ </Reference >
52
+ <Reference Include =" Microsoft.Owin.FileSystems, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
53
+ <HintPath >..\packages\Microsoft.Owin.FileSystems.3.0.1\lib\net45\Microsoft.Owin.FileSystems.dll</HintPath >
54
+ <Private >True</Private >
55
+ </Reference >
56
+ <Reference Include =" Microsoft.Owin.Host.HttpListener, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
57
+ <HintPath >..\packages\Microsoft.Owin.Host.HttpListener.3.0.1\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath >
58
+ <Private >True</Private >
59
+ </Reference >
60
+ <Reference Include =" Microsoft.Owin.Hosting, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
61
+ <HintPath >..\packages\Microsoft.Owin.Hosting.3.0.1\lib\net45\Microsoft.Owin.Hosting.dll</HintPath >
62
+ <Private >True</Private >
63
+ </Reference >
64
+ <Reference Include =" Microsoft.Owin.Security, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
65
+ <HintPath >..\packages\Microsoft.Owin.Security.3.0.1\lib\net45\Microsoft.Owin.Security.dll</HintPath >
66
+ <Private >True</Private >
67
+ </Reference >
68
+ <Reference Include =" Microsoft.Owin.StaticFiles, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
69
+ <HintPath >..\packages\Microsoft.Owin.StaticFiles.3.0.1\lib\net45\Microsoft.Owin.StaticFiles.dll</HintPath >
70
+ <Private >True</Private >
71
+ </Reference >
72
+ <Reference Include =" Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
73
+ <HintPath >..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
74
+ <Private >True</Private >
75
+ </Reference >
76
+ <Reference Include =" Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL" >
77
+ <HintPath >..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath >
78
+ <Private >True</Private >
79
+ </Reference >
80
+ <Reference Include =" System" />
81
+ <Reference Include =" System.Core" />
82
+ <Reference Include =" System.Web.Cors, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
83
+ <HintPath >..\packages\Microsoft.AspNet.Cors.5.2.3\lib\net45\System.Web.Cors.dll</HintPath >
84
+ <Private >True</Private >
85
+ </Reference >
86
+ <Reference Include =" System.Xml.Linq" />
87
+ <Reference Include =" System.Data.DataSetExtensions" />
88
+ <Reference Include =" Microsoft.CSharp" />
89
+ <Reference Include =" System.Data" />
90
+ <Reference Include =" System.Net.Http" />
91
+ <Reference Include =" System.Xml" />
92
+ </ItemGroup >
93
+ <ItemGroup >
94
+ <Compile Include =" Game.cs" />
95
+ <Compile Include =" GameHub.cs" />
96
+ <Compile Include =" Program.cs" />
97
+ <Compile Include =" Properties\AssemblyInfo.cs" />
98
+ <Compile Include =" Startup.cs" />
99
+ </ItemGroup >
100
+ <ItemGroup >
101
+ <None Include =" App.config" />
102
+ <None Include =" packages.config" />
103
+ <None Include =" readme.md" />
104
+ </ItemGroup >
105
+ <ItemGroup >
106
+ <Content Include =" wwwroot\index.html" >
107
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
108
+ </Content >
109
+ <Content Include =" wwwroot\index.js" >
110
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
111
+ </Content >
112
+ </ItemGroup >
113
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
114
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
115
+ Other similar extension points exist, see Microsoft.Common.targets.
116
+ <Target Name="BeforeBuild">
117
+ </Target>
118
+ <Target Name="AfterBuild">
119
+ </Target>
120
+ -->
121
+ </Project >
0 commit comments