Skip to content

Commit

Permalink
Used compiler macros to include changes into single file for WInPhone7.
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshandad committed Mar 16, 2011
1 parent 19288eb commit bbba2c0
Show file tree
Hide file tree
Showing 54 changed files with 178 additions and 7,160 deletions.
23 changes: 23 additions & 0 deletions src/CIAPI.Phone7/CIAPI.Phone7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,24 @@
<Compile Include="..\CIAPI.CodeGeneration\ROUTES.cs">
<Link>ROUTES.cs</Link>
</Compile>
<Compile Include="..\CIAPI\PrettyPrinterExtensions.cs">
<Link>PrettyPrinterExtensions.cs</Link>
</Compile>
<Compile Include="..\ciapi\rpc\ApiClient.cs">
<Link>Rpc\ApiClient.cs</Link>
</Compile>
<Compile Include="..\ciapi\streaming\lightstreamer\LightStreamerClient.cs">
<Link>Streaming\Lightstreamer\LightStreamerClient.cs</Link>
</Compile>
<Compile Include="..\ciapi\streaming\lightstreamer\LightstreamerDtoConverter.cs">
<Link>Streaming\Lightstreamer\LightstreamerDtoConverter.cs</Link>
</Compile>
<Compile Include="..\ciapi\streaming\lightstreamer\LightStreamerListener.cs">
<Link>Streaming\Lightstreamer\LightStreamerListener.cs</Link>
</Compile>
<Compile Include="..\ciapi\streaming\StreamingClientFactory.cs">
<Link>Streaming\StreamingClientFactory.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
Expand All @@ -69,6 +84,14 @@
<Project>{DB3089D5-44AC-441C-845C-3596C21C5E34}</Project>
<Name>JsonClient.Phone7</Name>
</ProjectReference>
<ProjectReference Include="..\StreamingClient.Phone7.Lightstreamer\StreamingClient.Phone7.Lightstreamer.csproj">
<Project>{C37541C1-15D3-4A67-A885-95E84CE486CA}</Project>
<Name>StreamingClient.Phone7.Lightstreamer</Name>
</ProjectReference>
<ProjectReference Include="..\StreamingClient.Phone7\StreamingClient.Phone7.csproj">
<Project>{D3078D16-B8F3-4E0B-80ED-EAC7CD4F9046}</Project>
<Name>StreamingClient.Phone7</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
Expand Down
4 changes: 1 addition & 3 deletions src/JsonClient.Phone7/JsonClient.Phone7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json.Silverlight">
<HintPath>..\packages\Newtonsoft.Json.3.5.8\lib\SL\Newtonsoft.Json.Silverlight.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json.Silverlight, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" />
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Core" />
Expand Down
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bbba2c0

Please sign in to comment.