diff options
Diffstat (limited to 'invoice_total4/InvoiceTotal/obj')
19 files changed, 233 insertions, 0 deletions
diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs new file mode 100644 index 0000000..3364fdf --- /dev/null +++ b/invoice_total4/InvoiceTotal/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/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs new file mode 100644 index 0000000..dae16de --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.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("InvoiceTotal")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("InvoiceTotal")] +[assembly: System.Reflection.AssemblyTitleAttribute("InvoiceTotal")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfoInputs.cache b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfoInputs.cache new file mode 100644 index 0000000..9f9f76b --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +38787f95c4c7a010cd22fbf18ea9bafeee387c31d89b10d9febfc3e376271006 diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..37a7d10 --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.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 = InvoiceTotal +build_property.ProjectDir = C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.assets.cache b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.assets.cache new file mode 100644 index 0000000..528e381 --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.assets.cache Binary files differdiff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.BuildWithSkipAnalyzers b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.BuildWithSkipAnalyzers diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.CoreCompileInputs.cache b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..6eeef5a --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +80609892fc2cb80b71c17a0ed3a74be9347ec4ce46f37b026cec749674c65c84 diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.FileListAbsolute.txt b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..2e2e225 --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.FileListAbsolute.txt @@ -0,0 +1,30 @@ +C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.exe +C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.deps.json +C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.json +C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.dev.json +C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.dll +C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.pdb +C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.frmInvoiceTotal.resources +C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.GenerateResource.cache +C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfoInputs.cache +C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfo.cs +C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.CoreCompileInputs.cache +C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.dll +C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.pdb +C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.genruntimeconfig.cache +C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.exe +C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.deps.json +C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.json +C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.dev.json +C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.dll +C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.pdb +C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.frmInvoiceTotal.resources +C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.GenerateResource.cache +C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfoInputs.cache +C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfo.cs +C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.CoreCompileInputs.cache +C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.dll +C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.pdb +C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.genruntimeconfig.cache diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.GenerateResource.cache b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.GenerateResource.cache new file mode 100644 index 0000000..d225bd7 --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.GenerateResource.cache Binary files differdiff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.dll b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.dll new file mode 100644 index 0000000..fdad189 --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.dll Binary files differdiff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.frmInvoiceTotal.resources b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.frmInvoiceTotal.resources new file mode 100644 index 0000000..6c05a97 --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.frmInvoiceTotal.resources Binary files differdiff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.genruntimeconfig.cache b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.genruntimeconfig.cache new file mode 100644 index 0000000..a88b97b --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.genruntimeconfig.cache @@ -0,0 +1 @@ +77aa13902a0919ec1e533c3e2d9ec295b0c2650bcb4c0bc1238dad30bdaf1761 diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.pdb b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.pdb new file mode 100644 index 0000000..56cf232 --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.pdb Binary files differdiff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/apphost.exe b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/apphost.exe new file mode 100644 index 0000000..ec8238d --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/apphost.exe Binary files differdiff --git a/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.dgspec.json b/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.dgspec.json new file mode 100644 index 0000000..5d9862f --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.dgspec.json @@ -0,0 +1,66 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\InvoiceTotal.csproj": {} + }, + "projects": { + "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\InvoiceTotal.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\InvoiceTotal.csproj", + "projectName": "InvoiceTotal", + "projectPath": "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\InvoiceTotal.csproj", + "packagesPath": "C:\\Users\\User\\.nuget\\packages\\", + "outputPath": "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.props b/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.props new file mode 100644 index 0000000..af28506 --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.props @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> + <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> + <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> + <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> + <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> + <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\User\.nuget\packages\</NuGetPackageFolders> + <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> + <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion> + </PropertyGroup> + <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> + <SourceRoot Include="C:\Users\User\.nuget\packages\" /> + </ItemGroup> +</Project> \ No newline at end of file diff --git a/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.targets b/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.targets new file mode 100644 index 0000000..35a7576 --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.targets @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> \ No newline at end of file diff --git a/invoice_total4/InvoiceTotal/obj/project.assets.json b/invoice_total4/InvoiceTotal/obj/project.assets.json new file mode 100644 index 0000000..933b1d6 --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/project.assets.json @@ -0,0 +1,71 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v3.1": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v3.1": [] + }, + "packageFolders": { + "C:\\Users\\User\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\InvoiceTotal.csproj", + "projectName": "InvoiceTotal", + "projectPath": "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\InvoiceTotal.csproj", + "packagesPath": "C:\\Users\\User\\.nuget\\packages\\", + "outputPath": "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/invoice_total4/InvoiceTotal/obj/project.nuget.cache b/invoice_total4/InvoiceTotal/obj/project.nuget.cache new file mode 100644 index 0000000..09d221b --- /dev/null +++ b/invoice_total4/InvoiceTotal/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "mD21xU9i9jCslQKLrQjWrPdSJODaGXX8nIX6OGxJnheCnLypnaA7okAao6f8aQsU/YBjkc7o0JOQCXdu3v7WRA==", + "success": true, + "projectFilePath": "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\InvoiceTotal.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file |