diff options
Diffstat (limited to 'cs/demo/Ice/wpf/client.csproj')
-rw-r--r-- | cs/demo/Ice/wpf/client.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cs/demo/Ice/wpf/client.csproj b/cs/demo/Ice/wpf/client.csproj index 35147775801..dd946bcbc07 100644 --- a/cs/demo/Ice/wpf/client.csproj +++ b/cs/demo/Ice/wpf/client.csproj @@ -54,8 +54,8 @@ <WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Ice, Version=3.4.2.0, Culture=neutral, PublicKeyToken=1f998c50fec78381, processorArchitecture=MSIL" />
- <Reference Include="IceSSL, Version=3.4.2.0, Culture=neutral, PublicKeyToken=1f998c50fec78381, processorArchitecture=MSIL" />
+ <Reference Include="Ice, Version=3.5b.0, Culture=neutral, PublicKeyToken=1f998c50fec78381, processorArchitecture=MSIL" />
+ <Reference Include="IceSSL, Version=3.5b.0, Culture=neutral, PublicKeyToken=1f998c50fec78381, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|