Guest User

Untitled

a guest
Jan 24th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. My files:
  2. name.exe
  3. name.exe.config
  4. name.pdb
  5. name.vshost.exe
  6. name.vshost.exe.config
  7. name.vshost.exe.manifest
  8. EEPlus.dll
  9. EEPlus.xml
  10.  
  11. name.exe //necessary, it is your main executable
  12. name.exe.config //necessary, it is your application config file
  13. name.pdb //not necessary, it contains code and debug symbols configuration of your assembly, but let it be there, it is useful when users encounter a bug or crash
  14. name.vshost.exe //not necessary, it is the hosting process of visual studio for debugging purposes
  15. name.vshost.exe.config //not necessary, config file of name.vshost.exe
  16. name.vshost.exe.manifest //not necessary, manifest of name.vshost.exe
  17. EEPlus.dll //necessary, it is one of your application dependencies
  18. EEPlus.xml //not necessary, contains some information for EEPlus.dll
Add Comment
Please, Sign In to add comment