1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.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 >{DE13BC69-B822-45EA-846F-DDEF66D34BD9}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >WampSharp.Vtortola</RootNamespace >
11
+ <AssemblyName >WampSharp.Vtortola</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\</SolutionDir >
15
+ <RestorePackages >true</RestorePackages >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
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
+ <DocumentationFile >bin\Debug\WampSharp.Vtortola.XML</DocumentationFile >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
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 =" Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" >
37
+ <SpecificVersion >False</SpecificVersion >
38
+ <HintPath >..\..\packages\Castle.Core.3.3.1\lib\net45\Castle.Core.dll</HintPath >
39
+ </Reference >
40
+ <Reference Include =" System" />
41
+ <Reference Include =" System.Core" />
42
+ <Reference Include =" System.Reactive.Core" >
43
+ <Private >True</Private >
44
+ </Reference >
45
+ <Reference Include =" System.Reactive.Interfaces" >
46
+ <Private >True</Private >
47
+ </Reference >
48
+ <Reference Include =" System.Reactive.Linq" >
49
+ <Private >True</Private >
50
+ </Reference >
51
+ <Reference Include =" System.Threading.Tasks.Dataflow, Version=4.5.9.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
52
+ <Private >True</Private >
53
+ <HintPath >..\..\packages\Microsoft.Tpl.Dataflow.4.5.9\lib\net45\System.Threading.Tasks.Dataflow.dll</HintPath >
54
+ </Reference >
55
+ <Reference Include =" System.Xml.Linq" />
56
+ <Reference Include =" System.Data.DataSetExtensions" />
57
+ <Reference Include =" Microsoft.CSharp" />
58
+ <Reference Include =" System.Data" />
59
+ <Reference Include =" System.Xml" />
60
+ <Reference Include =" vtortola.WebSockets" >
61
+ <HintPath >..\..\packages\vtortola.WebSocketListener.2.1.1.0\lib\net45\vtortola.WebSockets.dll</HintPath >
62
+ </Reference >
63
+ <Reference Include =" vtortola.WebSockets.Deflate" >
64
+ <HintPath >..\..\packages\vtortola.WebSocketListener.2.1.1.0\lib\net45\vtortola.WebSockets.Deflate.dll</HintPath >
65
+ </Reference >
66
+ <Reference Include =" vtortola.WebSockets.Rfc6455" >
67
+ <HintPath >..\..\packages\vtortola.WebSocketListener.2.1.1.0\lib\net45\vtortola.WebSockets.Rfc6455.dll</HintPath >
68
+ </Reference >
69
+ </ItemGroup >
70
+ <ItemGroup >
71
+ <Compile Include =" ..\..\..\net45\Extensions\WampSharp.Vtortola\Properties\AssemblyInfo.cs" >
72
+ <Link >Properties\AssemblyInfo.cs</Link >
73
+ </Compile >
74
+ <Compile Include =" ..\..\..\net45\Extensions\WampSharp.Vtortola\VtortolaWampBinaryConnection.cs" >
75
+ <Link >VtortolaWampBinaryConnection.cs</Link >
76
+ </Compile >
77
+ <Compile Include =" ..\..\..\net45\Extensions\WampSharp.Vtortola\VtortolaWampConnection.cs" >
78
+ <Link >VtortolaWampConnection.cs</Link >
79
+ </Compile >
80
+ <Compile Include =" ..\..\..\net45\Extensions\WampSharp.Vtortola\VtortolaWampTextConnection.cs" >
81
+ <Link >VtortolaWampTextConnection.cs</Link >
82
+ </Compile >
83
+ <Compile Include =" ..\..\..\net45\Extensions\WampSharp.Vtortola\VtortolaWebSocketTransport.cs" >
84
+ <Link >VtortolaWebSocketTransport.cs</Link >
85
+ </Compile >
86
+ </ItemGroup >
87
+ <ItemGroup >
88
+ <None Include =" packages.config" />
89
+ </ItemGroup >
90
+ <ItemGroup >
91
+ <ProjectReference Include =" ..\..\WampSharp\WampSharp.csproj" >
92
+ <Project >{653A76DC-00D7-4EFF-A25E-2FA10C5C927D}</Project >
93
+ <Name >WampSharp</Name >
94
+ </ProjectReference >
95
+ </ItemGroup >
96
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97
+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
98
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
99
+ <PropertyGroup >
100
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
101
+ </PropertyGroup >
102
+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
103
+ </Target >
104
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
105
+ Other similar extension points exist, see Microsoft.Common.targets.
106
+ <Target Name="BeforeBuild">
107
+ </Target>
108
+ <Target Name="AfterBuild">
109
+ </Target>
110
+ -->
111
+ </Project >
0 commit comments