Skip to content

Commit 23383b6

Browse files
committed
Upgrade .NET & DevExpress Version
1 parent 67ca21e commit 23383b6

File tree

4 files changed

+21
-19
lines changed

4 files changed

+21
-19
lines changed

E-Payment Acknowledgement Downloader/E-Payment Acknowledgement Downloader.vbproj

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
<AssemblyName>E-Payment Acknowledgement Downloader</AssemblyName>
1212
<FileAlignment>512</FileAlignment>
1313
<MyType>WindowsForms</MyType>
14-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1515
<Deterministic>true</Deterministic>
1616
<NuGetPackageImportStamp>
1717
</NuGetPackageImportStamp>
18+
<TargetFrameworkProfile />
1819
</PropertyGroup>
1920
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2021
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -25,6 +26,7 @@
2526
<OutputPath>bin\Debug\</OutputPath>
2627
<DocumentationFile>E-Payment Acknowledgement Downloader.xml</DocumentationFile>
2728
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
29+
<Prefer32Bit>false</Prefer32Bit>
2830
</PropertyGroup>
2931
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3032
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -35,6 +37,7 @@
3537
<OutputPath>bin\Release\</OutputPath>
3638
<DocumentationFile>E-Payment Acknowledgement Downloader.xml</DocumentationFile>
3739
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
40+
<Prefer32Bit>false</Prefer32Bit>
3841
</PropertyGroup>
3942
<PropertyGroup>
4043
<OptionExplicit>On</OptionExplicit>
@@ -52,10 +55,10 @@
5255
<ApplicationIcon>icon.ico</ApplicationIcon>
5356
</PropertyGroup>
5457
<ItemGroup>
55-
<Reference Include="DevExpress.Data.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
56-
<Reference Include="DevExpress.Printing.v18.1.Core, Version=18.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
57-
<Reference Include="DevExpress.Utils.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
58-
<Reference Include="DevExpress.XtraEditors.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
58+
<Reference Include="DevExpress.Data.v18.2, Version=18.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
59+
<Reference Include="DevExpress.Printing.v18.2.Core, Version=18.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
60+
<Reference Include="DevExpress.Utils.v18.2, Version=18.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
61+
<Reference Include="DevExpress.XtraEditors.v18.2, Version=18.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
5962
<Reference Include="System" />
6063
<Reference Include="System.Data" />
6164
<Reference Include="System.Deployment" />
@@ -107,6 +110,7 @@
107110
<Compile Include="My Project\Application.Designer.vb">
108111
<AutoGen>True</AutoGen>
109112
<DependentUpon>Application.myapp</DependentUpon>
113+
<DesignTime>True</DesignTime>
110114
</Compile>
111115
<Compile Include="My Project\Resources.Designer.vb">
112116
<AutoGen>True</AutoGen>

E-Payment Acknowledgement Downloader/My Project/Resources.Designer.vb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

E-Payment Acknowledgement Downloader/My Project/Settings.Designer.vb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<configSections>
4-
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5-
<section name="Devil7.Automation.AckDownloader.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
4+
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
5+
<section name="Devil7.Automation.AckDownloader.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
66
</sectionGroup>
77
</configSections>
88
<system.diagnostics>
@@ -17,36 +17,34 @@
1717
</source>
1818
</sources>
1919
<switches>
20-
<add name="DefaultSwitch" value="Information" />
20+
<add name="DefaultSwitch" value="Information"/>
2121
</switches>
2222
<sharedListeners>
23-
<add name="FileLog"
24-
type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
25-
initializeData="FileLogWriter"/>
23+
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
2624
<!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
2725
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
2826
</sharedListeners>
2927
</system.diagnostics>
3028
<userSettings>
3129
<Devil7.Automation.AckDownloader.My.MySettings>
3230
<setting name="Skin" serializeAs="String">
33-
<value />
31+
<value/>
3432
</setting>
3533
<setting name="SaveUsername" serializeAs="String">
3634
<value>False</value>
3735
</setting>
3836
<setting name="Username" serializeAs="String">
39-
<value />
37+
<value/>
4038
</setting>
4139
<setting name="Password" serializeAs="String">
42-
<value />
40+
<value/>
4341
</setting>
4442
<setting name="DownloadLocation" serializeAs="String">
45-
<value />
43+
<value/>
4644
</setting>
4745
<setting name="FirstRun" serializeAs="String">
4846
<value>True</value>
4947
</setting>
5048
</Devil7.Automation.AckDownloader.My.MySettings>
5149
</userSettings>
52-
</configuration>
50+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration>

0 commit comments

Comments
 (0)