Skip to content

Commit

Permalink
move from .net framwork4.0 to .net framwork 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cyk2018 committed May 10, 2022
1 parent 30e0275 commit abf3b8e
Show file tree
Hide file tree
Showing 24 changed files with 128 additions and 6 deletions.
Binary file added .vs/Reminder/v17/.suo
Binary file not shown.
Binary file modified Reminder.exe
Binary file not shown.
41 changes: 41 additions & 0 deletions Reminder/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": ".NET Core Launch (console)",
"type": "coreclr",
"request": "launch",
"WARNING01": "*********************************************************************************",
"WARNING02": "The C# extension was unable to automatically decode projects in the current",
"WARNING03": "workspace to create a runnable launch.json file. A template launch.json file has",
"WARNING04": "been created as a placeholder.",
"WARNING05": "",
"WARNING06": "If OmniSharp is currently unable to load your project, you can attempt to resolve",
"WARNING07": "this by restoring any missing project dependencies (example: run 'dotnet restore')",
"WARNING08": "and by fixing any reported errors from building the projects in your workspace.",
"WARNING09": "If this allows OmniSharp to now load your project then --",
"WARNING10": " * Delete this file",
"WARNING11": " * Open the Visual Studio Code command palette (View->Command Palette)",
"WARNING12": " * run the command: '.NET: Generate Assets for Build and Debug'.",
"WARNING13": "",
"WARNING14": "If your project requires a more complex launch configuration, you may wish to delete",
"WARNING15": "this configuration and pick a different template using the 'Add Configuration...'",
"WARNING16": "button at the bottom of this file.",
"WARNING17": "*********************************************************************************",
"preLaunchTask": "build",
"program": "${workspaceFolder}/bin/Debug/<insert-target-framework-here>/<insert-project-name-here>.dll",
"args": [],
"cwd": "${workspaceFolder}",
"console": "internalConsole",
"stopAtEntry": false
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach"
}
]
}
6 changes: 3 additions & 3 deletions Reminder/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Reminder/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 43 additions & 1 deletion Reminder/Sedentary Reminder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,25 @@
<OutputType>WinExe</OutputType>
<RootNamespace>Reminder</RootNamespace>
<AssemblyName>Reminder</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -21,6 +37,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -30,6 +47,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>ICO2.ico</ApplicationIcon>
Expand Down Expand Up @@ -96,6 +114,7 @@
<EmbeddedResource Include="RestFrm.resx">
<DependentUpon>RestFrm.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down Expand Up @@ -129,5 +148,28 @@
<ItemGroup>
<None Include="asset\sport_64_03.png" />
</ItemGroup>
<ItemGroup>
<COMReference Include="IWshRuntimeLibrary">
<Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.8">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
13 changes: 13 additions & 0 deletions Reminder/Sedentary Reminder.csproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory />
<InstallUrlHistory />
<SupportUrlHistory />
<UpdateUrlHistory />
<BootstrapperUrlHistory />
<ErrorReportUrlHistory />
<FallbackCulture>zh-CN</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
</Project>
3 changes: 3 additions & 0 deletions Reminder/app.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
Binary file modified Reminder/bin/Debug/Reminder.exe
Binary file not shown.
3 changes: 3 additions & 0 deletions Reminder/bin/Debug/Reminder.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
Binary file modified Reminder/bin/Debug/Reminder.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
Binary file modified Reminder/obj/Debug/DesignTimeResolveAssemblyReferences.cache
Binary file not shown.
Binary file modified Reminder/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
Binary file added Reminder/obj/Debug/Interop.IWshRuntimeLibrary.dll
Binary file not shown.
Binary file modified Reminder/obj/Debug/Reminder.exe
Binary file not shown.
Binary file modified Reminder/obj/Debug/Reminder.pdb
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3c6a16cbf821f78ca92c10b049ee7fd766a2614e
0ccd5342ece2eb1b8f0e182bf1d1a89cbc8d7a9e
16 changes: 16 additions & 0 deletions Reminder/obj/Debug/Sedentary Reminder.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,19 @@ E:\Demo\Sedentary-reminder\Reminder\obj\Debug\Reminder.RestFrm.resources
E:\Demo\Sedentary-reminder\Reminder\obj\Debug\Sedentary Reminder.csproj.GenerateResource.cache
E:\Demo\Sedentary-reminder\Reminder\obj\Debug\Reminder.exe
E:\Demo\Sedentary-reminder\Reminder\obj\Debug\Reminder.pdb
C:\Users\29593\Documents\Sedentary-reminder\Reminder\bin\Debug\Reminder.exe.config
C:\Users\29593\Documents\Sedentary-reminder\Reminder\bin\Debug\Reminder.exe
C:\Users\29593\Documents\Sedentary-reminder\Reminder\bin\Debug\Reminder.pdb
C:\Users\29593\Documents\Sedentary-reminder\Reminder\obj\Debug\Sedentary Reminder.csproj.AssemblyReference.cache
C:\Users\29593\Documents\Sedentary-reminder\Reminder\obj\Debug\Sedentary Reminder.csproj.SuggestedBindingRedirects.cache
C:\Users\29593\Documents\Sedentary-reminder\Reminder\obj\Debug\Reminder.AboutBox.resources
C:\Users\29593\Documents\Sedentary-reminder\Reminder\obj\Debug\Reminder.MainFrm.resources
C:\Users\29593\Documents\Sedentary-reminder\Reminder\obj\Debug\Reminder.WorkFrm.resources
C:\Users\29593\Documents\Sedentary-reminder\Reminder\obj\Debug\Reminder.Properties.Resources.resources
C:\Users\29593\Documents\Sedentary-reminder\Reminder\obj\Debug\Reminder.RestFrm.resources
C:\Users\29593\Documents\Sedentary-reminder\Reminder\obj\Debug\Sedentary Reminder.csproj.GenerateResource.cache
C:\Users\29593\Documents\Sedentary-reminder\Reminder\obj\Debug\Sedentary Reminder.csproj.CoreCompileInputs.cache
C:\Users\29593\Documents\Sedentary-reminder\Reminder\obj\Debug\Reminder.exe
C:\Users\29593\Documents\Sedentary-reminder\Reminder\obj\Debug\Reminder.pdb
C:\Users\29593\Documents\Sedentary-reminder\Reminder\obj\Debug\Interop.IWshRuntimeLibrary.dll
C:\Users\29593\Documents\Sedentary-reminder\Reminder\obj\Debug\Sedentary Reminder.csproj.ResolveComReference.cache
Binary file not shown.
Binary file not shown.
Empty file.
Binary file modified Reminder/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
Binary file not shown.

0 comments on commit abf3b8e

Please sign in to comment.