|
18 | 18 | <SilverlightApplication>false</SilverlightApplication>
|
19 | 19 | <ValidateXaml>true</ValidateXaml>
|
20 | 20 | <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
|
| 21 | + <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir> |
| 22 | + <RestorePackages>true</RestorePackages> |
21 | 23 | </PropertyGroup>
|
22 | 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
23 | 25 | <DebugSymbols>true</DebugSymbols>
|
24 | 26 | <DebugType>full</DebugType>
|
25 | 27 | <Optimize>false</Optimize>
|
26 | 28 | <OutputPath>Bin\Debug</OutputPath>
|
27 |
| - <DefineConstants>TRACE;DEBUG;SILVERLIGHT;WINDOWS_PHONE;SAFE</DefineConstants> |
| 29 | + <DefineConstants>TRACE;DEBUG;SILVERLIGHT;WINDOWS_PHONE;SAFE;NOEMIT</DefineConstants> |
28 | 30 | <NoStdLib>true</NoStdLib>
|
29 | 31 | <NoConfig>true</NoConfig>
|
30 | 32 | <ErrorReport>prompt</ErrorReport>
|
|
34 | 36 | <DebugType>pdbonly</DebugType>
|
35 | 37 | <Optimize>true</Optimize>
|
36 | 38 | <OutputPath>Bin\Release</OutputPath>
|
37 |
| - <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE;TASKS;SAFE</DefineConstants> |
| 39 | + <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE;SAFE;NOEMIT</DefineConstants> |
38 | 40 | <NoStdLib>true</NoStdLib>
|
39 | 41 | <NoConfig>true</NoConfig>
|
40 | 42 | <ErrorReport>prompt</ErrorReport>
|
41 | 43 | <WarningLevel>4</WarningLevel>
|
42 | 44 | </PropertyGroup>
|
43 | 45 | <ItemGroup>
|
44 |
| - <Reference Include="AsyncCtpLibrary_Phone, Version=1.1.4304.19911, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
45 |
| - <HintPath>..\AsyncCtpLibrary_Phone.dll</HintPath> |
46 |
| - </Reference> |
47 | 46 | <Reference Include="DH.Scrypt">
|
48 | 47 | <HintPath>..\..\Silverlight\Tempest\DH.Scrypt.dll</HintPath>
|
49 | 48 | </Reference>
|
| 49 | + <Reference Include="Microsoft.Threading.Tasks"> |
| 50 | + <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\sl4-windowsphone71\Microsoft.Threading.Tasks.dll</HintPath> |
| 51 | + </Reference> |
| 52 | + <Reference Include="Microsoft.Threading.Tasks.Extensions"> |
| 53 | + <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\sl4-windowsphone71\Microsoft.Threading.Tasks.Extensions.dll</HintPath> |
| 54 | + </Reference> |
| 55 | + <Reference Include="Microsoft.Threading.Tasks.Extensions.Phone"> |
| 56 | + <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\sl4-windowsphone71\Microsoft.Threading.Tasks.Extensions.Phone.dll</HintPath> |
| 57 | + </Reference> |
| 58 | + <Reference Include="System.Runtime"> |
| 59 | + <HintPath>..\..\packages\Microsoft.Bcl.1.0.19\lib\sl4-windowsphone71\System.Runtime.dll</HintPath> |
| 60 | + </Reference> |
| 61 | + <Reference Include="System.Threading.Tasks"> |
| 62 | + <HintPath>..\..\packages\Microsoft.Bcl.1.0.19\lib\sl4-windowsphone71\System.Threading.Tasks.dll</HintPath> |
| 63 | + </Reference> |
50 | 64 | <Reference Include="System.Windows" />
|
51 | 65 | <Reference Include="system" />
|
52 | 66 | <Reference Include="System.Core" />
|
|
67 | 81 | <Compile Include="..\..\Desktop\Tempest\BufferValueWriter.cs">
|
68 | 82 | <Link>BufferValueWriter.cs</Link>
|
69 | 83 | </Compile>
|
70 |
| - <Compile Include="..\..\Desktop\Tempest\ClientBase.cs"> |
71 |
| - <Link>ClientBase.cs</Link> |
72 |
| - </Compile> |
73 | 84 | <Compile Include="..\..\Desktop\Tempest\CollectionExtensions.cs">
|
74 | 85 | <Link>CollectionExtensions.cs</Link>
|
75 | 86 | </Compile>
|
|
91 | 102 | <Compile Include="..\..\Desktop\Tempest\IConnection.cs">
|
92 | 103 | <Link>IConnection.cs</Link>
|
93 | 104 | </Compile>
|
| 105 | + <Compile Include="..\..\Desktop\Tempest\IConnectionlessMessenger.cs"> |
| 106 | + <Link>IConnectionlessMessenger.cs</Link> |
| 107 | + </Compile> |
94 | 108 | <Compile Include="..\..\Desktop\Tempest\IConnectionProvider.cs">
|
95 | 109 | <Link>IConnectionProvider.cs</Link>
|
96 | 110 | </Compile>
|
97 | 111 | <Compile Include="..\..\Desktop\Tempest\IContext.cs">
|
98 | 112 | <Link>IContext.cs</Link>
|
99 | 113 | </Compile>
|
| 114 | + <Compile Include="..\..\Desktop\Tempest\IListener.cs"> |
| 115 | + <Link>IListener.cs</Link> |
| 116 | + </Compile> |
100 | 117 | <Compile Include="..\..\Desktop\Tempest\InternalProtocol\AcknowledgeConnectMessage.cs">
|
101 | 118 | <Link>InternalProtocol\AcknowledgeConnectMessage.cs</Link>
|
102 | 119 | </Compile>
|
| 120 | + <Compile Include="..\..\Desktop\Tempest\InternalProtocol\AcknowledgeMessage.cs"> |
| 121 | + <Link>InternalProtocol\AcknowledgeMessage.cs</Link> |
| 122 | + </Compile> |
103 | 123 | <Compile Include="..\..\Desktop\Tempest\InternalProtocol\ConnectedMessage.cs">
|
104 | 124 | <Link>InternalProtocol\ConnectedMessage.cs</Link>
|
105 | 125 | </Compile>
|
|
112 | 132 | <Compile Include="..\..\Desktop\Tempest\InternalProtocol\FinalConnectMessage.cs">
|
113 | 133 | <Link>InternalProtocol\FinalConnectMessage.cs</Link>
|
114 | 134 | </Compile>
|
115 |
| - <Compile Include="..\..\Desktop\Tempest\InternalProtocol\PingMessage.cs"> |
116 |
| - <Link>InternalProtocol\PingMessage.cs</Link> |
| 135 | + <Compile Include="..\..\Desktop\Tempest\InternalProtocol\ReliablePingMessage.cs"> |
| 136 | + <Link>InternalProtocol\ReliablePingMessage.cs</Link> |
| 137 | + </Compile> |
| 138 | + <Compile Include="..\..\Desktop\Tempest\InternalProtocol\ReliablePongMessage.cs"> |
| 139 | + <Link>InternalProtocol\ReliablePongMessage.cs</Link> |
117 | 140 | </Compile>
|
118 | 141 | <Compile Include="..\..\Desktop\Tempest\InternalProtocol\TempestMessage.cs">
|
119 | 142 | <Link>InternalProtocol\TempestMessage.cs</Link>
|
120 | 143 | </Compile>
|
| 144 | + <Compile Include="..\..\Desktop\Tempest\InternalProtocol\UnreliablePingMessage.cs"> |
| 145 | + <Link>InternalProtocol\UnreliablePingMessage.cs</Link> |
| 146 | + </Compile> |
| 147 | + <Compile Include="..\..\Desktop\Tempest\InternalProtocol\UnreliablePongMessage.cs"> |
| 148 | + <Link>InternalProtocol\UnreliablePongMessage.cs</Link> |
| 149 | + </Compile> |
121 | 150 | <Compile Include="..\..\Desktop\Tempest\IPublicKeyCrypto.cs">
|
122 | 151 | <Link>IPublicKeyCrypto.cs</Link>
|
123 | 152 | </Compile>
|
|
142 | 171 | <Compile Include="..\..\Desktop\Tempest\IValueWriter.cs">
|
143 | 172 | <Link>IValueWriter.cs</Link>
|
144 | 173 | </Compile>
|
| 174 | + <Compile Include="..\..\Desktop\Tempest\LocalClient.cs"> |
| 175 | + <Link>LocalClient.cs</Link> |
| 176 | + </Compile> |
145 | 177 | <Compile Include="..\..\Desktop\Tempest\Message.cs">
|
146 | 178 | <Link>Message.cs</Link>
|
147 | 179 | </Compile>
|
|
154 | 186 | <Compile Include="..\..\Desktop\Tempest\MessageHeader.cs">
|
155 | 187 | <Link>MessageHeader.cs</Link>
|
156 | 188 | </Compile>
|
157 |
| - <Compile Include="..\..\Desktop\Tempest\MessageStream.cs"> |
158 |
| - <Link>MessageStream.cs</Link> |
159 |
| - </Compile> |
160 | 189 | <Compile Include="..\..\Desktop\Tempest\MutableLookup.cs">
|
161 | 190 | <Link>MutableLookup.cs</Link>
|
162 | 191 | </Compile>
|
|
166 | 195 | <Compile Include="..\..\Desktop\Tempest\Protocol.cs">
|
167 | 196 | <Link>Protocol.cs</Link>
|
168 | 197 | </Compile>
|
| 198 | + <Compile Include="..\..\Desktop\Tempest\Providers\Network\ClientMessageSerializer.cs"> |
| 199 | + <Link>Providers\Network\ClientMessageSerializer.cs</Link> |
| 200 | + </Compile> |
| 201 | + <Compile Include="..\..\Desktop\Tempest\Providers\Network\MessageSerializer.cs"> |
| 202 | + <Link>Providers\Network\MessageSerializer.cs</Link> |
| 203 | + </Compile> |
169 | 204 | <Compile Include="..\..\Desktop\Tempest\Providers\Network\NetworkClientConnection.cs">
|
170 | 205 | <Link>Providers\Network\NetworkClientConnection.cs</Link>
|
171 | 206 | </Compile>
|
|
184 | 219 | <Compile Include="..\..\Desktop\Tempest\SerializerExtensions.cs">
|
185 | 220 | <Link>SerializerExtensions.cs</Link>
|
186 | 221 | </Compile>
|
187 |
| - <Compile Include="..\..\Desktop\Tempest\ServerBase.cs"> |
188 |
| - <Link>ServerBase.cs</Link> |
| 222 | + <Compile Include="..\..\Desktop\Tempest\Server.cs"> |
| 223 | + <Link>Server.cs</Link> |
189 | 224 | </Compile>
|
190 | 225 | <Compile Include="..\..\Desktop\Tempest\StreamValueReader.cs">
|
191 | 226 | <Link>StreamValueReader.cs</Link>
|
192 | 227 | </Compile>
|
193 | 228 | <Compile Include="..\..\Desktop\Tempest\StreamValueWriter.cs">
|
194 | 229 | <Link>StreamValueWriter.cs</Link>
|
195 | 230 | </Compile>
|
| 231 | + <Compile Include="..\..\Desktop\Tempest\Target.cs"> |
| 232 | + <Link>Target.cs</Link> |
| 233 | + </Compile> |
| 234 | + <Compile Include="..\..\Desktop\Tempest\TargetExtensions.cs"> |
| 235 | + <Link>TargetExtensions.cs</Link> |
| 236 | + </Compile> |
196 | 237 | <Compile Include="..\..\Desktop\Tempest\Timer.cs">
|
197 | 238 | <Link>Timer.cs</Link>
|
198 | 239 | </Compile>
|
|
202 | 243 | <Compile Include="..\..\Desktop\Tempest\TypeMap.cs">
|
203 | 244 | <Link>TypeMap.cs</Link>
|
204 | 245 | </Compile>
|
205 |
| - <Compile Include="..\..\Silverlight\Tempest\Trace.cs"> |
206 |
| - <Link>Trace.cs</Link> |
| 246 | + <Compile Include="..\..\iOS\Tempest\TraceSwitch.cs"> |
| 247 | + <Link>TraceSwitch.cs</Link> |
207 | 248 | </Compile>
|
208 | 249 | <Compile Include="InternalBufferOverflowException.cs" />
|
209 | 250 | <Compile Include="Properties\AssemblyInfo.cs" />
|
210 | 251 | </ItemGroup>
|
211 |
| - <ItemGroup /> |
| 252 | + <ItemGroup> |
| 253 | + <None Include="packages.config" /> |
| 254 | + </ItemGroup> |
212 | 255 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
|
213 | 256 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
|
214 | 257 | <ProjectExtensions>
|
215 | 258 | <VisualStudio>
|
216 | 259 | <UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="d6a2003c-cbb2-47b0-b306-521141d3068d" />
|
217 | 260 | </VisualStudio>
|
218 | 261 | </ProjectExtensions>
|
| 262 | + <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.7\tools\Microsoft.Bcl.Build.targets" /> |
| 263 | + <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
219 | 264 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
220 | 265 | Other similar extension points exist, see Microsoft.Common.targets.
|
221 | 266 | <Target Name="BeforeBuild">
|
|
0 commit comments