summary refs log tree commit diff
path: root/future_value2/FutureValue/obj/Debug
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer2025-01-08 04:44:47 +0000
commit1f317d3eb564e463a78cd0e47f4bcf95838c60ec (patch)
tree2c36aebaaf84c22cc3ddaa81809f01f95e326e08 /future_value2/FutureValue/obj/Debug
parentinvoice total 2 (diff)
downloadcs-1f317d3eb564e463a78cd0e47f4bcf95838c60ec.tar
cs-1f317d3eb564e463a78cd0e47f4bcf95838c60ec.tar.gz
cs-1f317d3eb564e463a78cd0e47f4bcf95838c60ec.tar.bz2
cs-1f317d3eb564e463a78cd0e47f4bcf95838c60ec.tar.xz
cs-1f317d3eb564e463a78cd0e47f4bcf95838c60ec.zip
future value 2
Diffstat (limited to 'future_value2/FutureValue/obj/Debug')
-rw-r--r--future_value2/FutureValue/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs4
-rw-r--r--future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.AssemblyInfo.cs23
-rw-r--r--future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.AssemblyInfoInputs.cache1
-rw-r--r--future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.GeneratedMSBuildEditorConfig.editorconfig11
-rw-r--r--future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.assets.cachebin0 -> 151 bytes
-rw-r--r--future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.BuildWithSkipAnalyzers0
-rw-r--r--future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.CoreCompileInputs.cache1
-rw-r--r--future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.FileListAbsolute.txt15
-rw-r--r--future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.GenerateResource.cachebin0 -> 72 bytes
-rw-r--r--future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.designer.deps.json11
-rw-r--r--future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.designer.runtimeconfig.json16
-rw-r--r--future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.dllbin0 -> 10240 bytes
-rw-r--r--future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.frmFutureValue.resourcesbin0 -> 180 bytes
-rw-r--r--future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.genruntimeconfig.cache1
-rw-r--r--future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.pdbbin0 -> 12916 bytes
-rw-r--r--future_value2/FutureValue/obj/Debug/netcoreapp3.1/apphost.exebin0 -> 158208 bytes
16 files changed, 83 insertions, 0 deletions
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 @@
+// <autogenerated />

+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 @@
+//------------------------------------------------------------------------------

+// <auto-generated>

+//     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.

+// </auto-generated>

+//------------------------------------------------------------------------------

+

+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
--- /dev/null
+++ b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.assets.cache
Binary files differdiff --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
--- /dev/null
+++ b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.BuildWithSkipAnalyzers
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
--- /dev/null
+++ b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.csproj.GenerateResource.cache
Binary files differdiff --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
--- /dev/null
+++ b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.dll
Binary files differdiff --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
--- /dev/null
+++ b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.frmFutureValue.resources
Binary files differdiff --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
--- /dev/null
+++ b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/FutureValue.pdb
Binary files differdiff --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
--- /dev/null
+++ b/future_value2/FutureValue/obj/Debug/netcoreapp3.1/apphost.exe
Binary files differ