0% found this document useful (0 votes)
24 views1 page

C# Debugging Files Overview

The document lists various file paths related to a C# project located in the user's OneDrive directory. It includes executable files, configuration files, and compiled binaries for the project. The files are organized under 'bin' and 'obj' directories for the Debug configuration in .NET 9.0.

Uploaded by

tamangsujita36
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views1 page

C# Debugging Files Overview

The document lists various file paths related to a C# project located in the user's OneDrive directory. It includes executable files, configuration files, and compiled binaries for the project. The files are organized under 'bin' and 'obj' directories for the Debug configuration in .NET 9.0.

Uploaded by

tamangsujita36
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

C:\Users\susmi\OneDrive\Desktop\c#\bin\Debug\net9.0\c#.

exe
C:\Users\susmi\OneDrive\Desktop\c#\bin\Debug\net9.0\c#.deps.json
C:\Users\susmi\OneDrive\Desktop\c#\bin\Debug\net9.0\c#.runtimeconfig.json
C:\Users\susmi\OneDrive\Desktop\c#\bin\Debug\net9.0\c#.dll
C:\Users\susmi\OneDrive\Desktop\c#\bin\Debug\net9.0\c#.pdb
C:\Users\susmi\OneDrive\Desktop\c#\obj\Debug\net9.0\
c#.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\susmi\OneDrive\Desktop\c#\obj\Debug\net9.0\c#.AssemblyInfoInputs.cache
C:\Users\susmi\OneDrive\Desktop\c#\obj\Debug\net9.0\c#.AssemblyInfo.cs
C:\Users\susmi\OneDrive\Desktop\c#\obj\Debug\net9.0\
c#.csproj.CoreCompileInputs.cache
C:\Users\susmi\OneDrive\Desktop\c#\obj\Debug\net9.0\c#.dll
C:\Users\susmi\OneDrive\Desktop\c#\obj\Debug\net9.0\refint\c#.dll
C:\Users\susmi\OneDrive\Desktop\c#\obj\Debug\net9.0\c#.pdb
C:\Users\susmi\OneDrive\Desktop\c#\obj\Debug\net9.0\c#.genruntimeconfig.cache
C:\Users\susmi\OneDrive\Desktop\c#\obj\Debug\net9.0\ref\c#.dll

You might also like