Skip to content

Commit 235d849

Browse files
Merge pull request #2 from DevExpress-Examples/vb-conversion-24.2.7
VB conversion error
2 parents b13bf2c + 69a8cfb commit 235d849

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

VB/DXSample/DXSample.Net.vbproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OptionInfer>On</OptionInfer>
5-
<TargetFrameworks>net8.0-windows;net472</TargetFrameworks>
5+
<TargetFrameworks>net8.0-windows;net472</TargetFrameworks>
66
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
77
<OutputType>WinExe</OutputType>
8-
<RootNamespace></RootNamespace>
8+
<RootNamespace>
9+
</RootNamespace>
910
<AssemblyName>DXSample</AssemblyName>
1011
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
1112
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
@@ -55,6 +56,6 @@
5556
<PackageReference Include="DevExpress.Wpf.Reporting" Version="24.2.*-*" />
5657
<PackageReference Include="DevExpress.Wpf.Themes.Office2016White" Version="24.2.*-*" />
5758
<PackageReference Include="DevExpress.Wpf.Themes.All" Version="24.2.*-*" />
58-
<Reference Include="System.Web" Condition="$(TargetFramework) == 'net472'" />
59+
<Reference Include="System.Web" Condition="$(TargetFramework) == 'net472'" />
5960
</ItemGroup>
60-
</Project>
61+
</Project>

VB/DXSample/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<configSections>
44
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">

0 commit comments

Comments
 (0)