From 1f317d3eb564e463a78cd0e47f4bcf95838c60ec Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: future value 2 --- .../.NETCoreApp,Version=v3.1.AssemblyAttributes.cs | 4 ++++ .../netcoreapp3.1/FutureValue.AssemblyInfo.cs | 23 +++++++++++++++++++++ .../FutureValue.AssemblyInfoInputs.cache | 1 + ...Value.GeneratedMSBuildEditorConfig.editorconfig | 11 ++++++++++ .../Debug/netcoreapp3.1/FutureValue.assets.cache | Bin 0 -> 151 bytes .../FutureValue.csproj.BuildWithSkipAnalyzers | 0 .../FutureValue.csproj.CoreCompileInputs.cache | 1 + .../FutureValue.csproj.FileListAbsolute.txt | 15 ++++++++++++++ .../FutureValue.csproj.GenerateResource.cache | Bin 0 -> 72 bytes .../netcoreapp3.1/FutureValue.designer.deps.json | 11 ++++++++++ .../FutureValue.designer.runtimeconfig.json | 16 ++++++++++++++ .../obj/Debug/netcoreapp3.1/FutureValue.dll | Bin 0 -> 10240 bytes .../FutureValue.frmFutureValue.resources | Bin 0 -> 180 bytes .../FutureValue.genruntimeconfig.cache | 1 + .../obj/Debug/netcoreapp3.1/FutureValue.pdb | Bin 0 -> 12916 bytes .../obj/Debug/netcoreapp3.1/apphost.exe | Bin 0 -> 158208 bytes 16 files changed, 83 insertions(+) create mode 100644 future_value2/FutureValue/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs create mode 100644 future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.AssemblyInfo.cs create mode 100644 future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.AssemblyInfoInputs.cache create mode 100644 future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.assets.cache create mode 100644 future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.BuildWithSkipAnalyzers create mode 100644 future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.CoreCompileInputs.cache create mode 100644 future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.FileListAbsolute.txt create mode 100644 future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.GenerateResource.cache create mode 100644 future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.designer.deps.json create mode 100644 future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.designer.runtimeconfig.json create mode 100644 future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.dll create mode 100644 future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.frmFutureValue.resources create mode 100644 future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.genruntimeconfig.cache create mode 100644 future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.pdb create mode 100644 future_value2/FutureValue/obj/Debug/netcoreapp3.1/apphost.exe (limited to 'future_value2/FutureValue/obj/Debug') diff --git a/future_value2/FutureValue/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs new file mode 100644 index 0000000..3364fdf --- /dev/null +++ b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = ".NET Core 3.1")] diff --git a/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.AssemblyInfo.cs b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.AssemblyInfo.cs new file mode 100644 index 0000000..90bed8b --- /dev/null +++ b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("FutureValue")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("FutureValue")] +[assembly: System.Reflection.AssemblyTitleAttribute("FutureValue")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.AssemblyInfoInputs.cache b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.AssemblyInfoInputs.cache new file mode 100644 index 0000000..506a7b4 --- /dev/null +++ b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +881bbfa418ee3ef157f3620e43978e99140781aa0a25bf03046fdc6d0a9e3984 diff --git a/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.GeneratedMSBuildEditorConfig.editorconfig b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..311a6dc --- /dev/null +++ b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.ApplicationManifest = +build_property.StartupObject = +build_property.ApplicationDefaultFont = +build_property.ApplicationHighDpiMode = +build_property.ApplicationUseCompatibleTextRendering = +build_property.ApplicationVisualStyles = +build_property.RootNamespace = FutureValue +build_property.ProjectDir = C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\FutureValue\FutureValue\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.assets.cache b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.assets.cache new file mode 100644 index 0000000..f442908 Binary files /dev/null and b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.assets.cache differ diff --git a/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.BuildWithSkipAnalyzers b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.CoreCompileInputs.cache b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..7eb31bd --- /dev/null +++ b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +963dbe677cf428042611a9ed0c16bddc5625de9d6169866d37607c50bebad84c diff --git a/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.FileListAbsolute.txt b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..ee651fe --- /dev/null +++ b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.FileListAbsolute.txt @@ -0,0 +1,15 @@ +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\FutureValue\FutureValue\bin\Debug\netcoreapp3.1\FutureValue.exe +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\FutureValue\FutureValue\bin\Debug\netcoreapp3.1\FutureValue.deps.json +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\FutureValue\FutureValue\bin\Debug\netcoreapp3.1\FutureValue.runtimeconfig.json +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\FutureValue\FutureValue\bin\Debug\netcoreapp3.1\FutureValue.runtimeconfig.dev.json +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\FutureValue\FutureValue\bin\Debug\netcoreapp3.1\FutureValue.dll +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\FutureValue\FutureValue\bin\Debug\netcoreapp3.1\FutureValue.pdb +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\FutureValue\FutureValue\obj\Debug\netcoreapp3.1\FutureValue.frmFutureValue.resources +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\FutureValue\FutureValue\obj\Debug\netcoreapp3.1\FutureValue.csproj.GenerateResource.cache +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\FutureValue\FutureValue\obj\Debug\netcoreapp3.1\FutureValue.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\FutureValue\FutureValue\obj\Debug\netcoreapp3.1\FutureValue.AssemblyInfoInputs.cache +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\FutureValue\FutureValue\obj\Debug\netcoreapp3.1\FutureValue.AssemblyInfo.cs +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\FutureValue\FutureValue\obj\Debug\netcoreapp3.1\FutureValue.csproj.CoreCompileInputs.cache +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\FutureValue\FutureValue\obj\Debug\netcoreapp3.1\FutureValue.dll +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\FutureValue\FutureValue\obj\Debug\netcoreapp3.1\FutureValue.pdb +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\FutureValue\FutureValue\obj\Debug\netcoreapp3.1\FutureValue.genruntimeconfig.cache diff --git a/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.GenerateResource.cache b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.GenerateResource.cache new file mode 100644 index 0000000..9ea1b7b Binary files /dev/null and b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.GenerateResource.cache differ diff --git a/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.designer.deps.json b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.designer.deps.json new file mode 100644 index 0000000..9bb9f82 --- /dev/null +++ b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.designer.deps.json @@ -0,0 +1,11 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": {} + }, + "libraries": {} +} \ No newline at end of file diff --git a/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.designer.runtimeconfig.json b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.designer.runtimeconfig.json new file mode 100644 index 0000000..fdc9c5f --- /dev/null +++ b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.designer.runtimeconfig.json @@ -0,0 +1,16 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.WindowsDesktop.App", + "version": "3.1.0" + }, + "additionalProbingPaths": [ + "C:\\Users\\User\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\User\\.nuget\\packages" + ], + "configProperties": { + "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true + } + } +} \ No newline at end of file diff --git a/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.dll b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.dll new file mode 100644 index 0000000..9a59d22 Binary files /dev/null and b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.dll differ diff --git a/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.frmFutureValue.resources b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.frmFutureValue.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.frmFutureValue.resources differ diff --git a/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.genruntimeconfig.cache b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.genruntimeconfig.cache new file mode 100644 index 0000000..0474d6c --- /dev/null +++ b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.genruntimeconfig.cache @@ -0,0 +1 @@ +bb9126e96643433063f859a79603762be7fe0e20aa9da39bebcdfd38d5e8ed3a diff --git a/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.pdb b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.pdb new file mode 100644 index 0000000..b1f00eb Binary files /dev/null and b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.pdb differ diff --git a/future_value2/FutureValue/obj/Debug/netcoreapp3.1/apphost.exe b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/apphost.exe new file mode 100644 index 0000000..1382b35 Binary files /dev/null and b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/apphost.exe differ -- cgit 1.4.1