Skip to content

Commit 13482fe

Browse files
committed
feat(demo): upgrade demo's target framework to 4.0
1 parent 8179f0d commit 13482fe

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

DataVirtualizationDemo/DataVirtualizationDemo.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>DevZest.DataVirtualizationDemo</RootNamespace>
1212
<AssemblyName>DevZest.DataVirtualizationDemo</AssemblyName>
13-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1616
<WarningLevel>4</WarningLevel>
@@ -19,6 +19,7 @@
1919
<UpgradeBackupLocation>
2020
</UpgradeBackupLocation>
2121
<OldToolsVersion>3.5</OldToolsVersion>
22+
<TargetFrameworkProfile />
2223
</PropertyGroup>
2324
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2425
<DebugSymbols>true</DebugSymbols>
@@ -43,6 +44,7 @@
4344
<RequiredTargetFramework>3.5</RequiredTargetFramework>
4445
</Reference>
4546
<Reference Include="System.Data" />
47+
<Reference Include="System.Xaml" />
4648
<Reference Include="WindowsBase" />
4749
<Reference Include="PresentationCore" />
4850
<Reference Include="PresentationFramework" />
@@ -84,6 +86,7 @@
8486
<Generator>ResXFileCodeGenerator</Generator>
8587
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
8688
</EmbeddedResource>
89+
<None Include="app.config" />
8790
<None Include="Properties\Settings.settings">
8891
<Generator>SettingsSingleFileGenerator</Generator>
8992
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

DataVirtualizationDemo/app.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>

0 commit comments

Comments
 (0)