diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2012-11-20 14:19:15 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2012-11-20 14:19:15 -0330 |
commit | 06797419d3bb0b7c482d78868c6d43c7ab6ad2a2 (patch) | |
tree | f3056dacfbeb4f0eb16f4d82387ec338f1c87e29 /vb/demo/Ice/async/slice.csproj | |
parent | Added missing VB demo file (diff) | |
download | ice-06797419d3bb0b7c482d78868c6d43c7ab6ad2a2.tar.bz2 ice-06797419d3bb0b7c482d78868c6d43c7ab6ad2a2.tar.xz ice-06797419d3bb0b7c482d78868c6d43c7ab6ad2a2.zip |
Fixed VB demos to compile against Ice installation
Diffstat (limited to 'vb/demo/Ice/async/slice.csproj')
-rw-r--r-- | vb/demo/Ice/async/slice.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vb/demo/Ice/async/slice.csproj b/vb/demo/Ice/async/slice.csproj index 7d943033470..d0c0be6d0b0 100644 --- a/vb/demo/Ice/async/slice.csproj +++ b/vb/demo/Ice/async/slice.csproj @@ -15,7 +15,7 @@ <OldToolsVersion>3.5</OldToolsVersion> <UpgradeBackupLocation> </UpgradeBackupLocation> - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -71,4 +71,4 @@ <UserProperties ZerocIce_Enabled="True" ZerocIce_VerboseLevel="1" /> </VisualStudio> </ProjectExtensions> -</Project>
\ No newline at end of file +</Project> |