Hello World BizTalk project. Gemaakt in BizTalk 2013 en omgezet naar 2016.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 1 Monat
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. Sure, here's a simple .gitignore file for a .NET 4.6 framework project:
  2. ```
  3. ## Ignore Visual Studio temporary files, build results, and
  4. ## files generated by popular Visual Studio add-ons.
  5. ##
  6. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  7. # User-specific files
  8. *.suo
  9. *.user
  10. *.userosscache
  11. *.sln.docstates
  12. # User-specific files (MonoDevelop/Xamarin Studio)
  13. *.userprefs
  14. # Build results
  15. [Dd]ebug/
  16. [Dd]ebugPublic/
  17. [Rr]elease/
  18. [Rr]eleases/
  19. x64/
  20. x86/
  21. bld/
  22. [Bb]in/
  23. [Oo]bj/
  24. [Ll]og/
  25. # Visual Studio 2015/2017 cache/options directory
  26. .vs/
  27. # Uncomment if you have tasks that create the project's static files in wwwroot
  28. #wwwroot/
  29. # Visual Studio 2017 auto generated files
  30. Generated\ Files/
  31. # MSTest test Results
  32. [Tt]est[Rr]esult*/
  33. [Bb]uild[Ll]og.*
  34. # NUNIT
  35. *.VisualState.xml
  36. TestResult.xml
  37. # Build Results of an ATL Project
  38. [Dd]ebugPS/
  39. [Rr]eleasePS/
  40. dlldata.c
  41. # Benchmark Results
  42. BenchmarkDotNet.Artifacts/
  43. # .NET Core
  44. project.lock.json
  45. project.fragment.lock.json
  46. artifacts/
  47. **/Properties/launchSettings.json
  48. # StyleCop
  49. StyleCopReport.xml
  50. # Files built by Visual Studio
  51. *_i.c
  52. *_p.c
  53. *_i.h
  54. *.ilk
  55. *.meta
  56. *.obj
  57. *.pch
  58. *.pdb
  59. *.pgc
  60. *.pgd
  61. *.rsp
  62. *.sbr
  63. *.tlb
  64. *.tli
  65. *.tlh
  66. *.tmp
  67. *.tmp_proj
  68. *.log
  69. *.vspscc
  70. *.vssscc
  71. .builds
  72. *.pidb
  73. *.svclog
  74. *.scc
  75. # Chutzpah Test files
  76. _Chutzpah*
  77. # Visual C++ cache files
  78. ipch/
  79. *.aps
  80. *.ncb
  81. *.opendb
  82. *.opensdf
  83. *.sdf
  84. *.cachefile
  85. *.VC.db
  86. *.VC.VC.opendb
  87. # Visual Studio profiler
  88. *.psess
  89. *.vsp
  90. *.vspx
  91. *.sap
  92. # Visual Studio Trace Files
  93. *.e2e
  94. # TFS 2012 Local Workspace
  95. $tf/
  96. # Guidance Automation Toolkit
  97. *.gpState
  98. # ReSharper is a .NET coding add-in
  99. _ReSharper*/
  100. *.[Rr]e[Ss]harper
  101. *.DotSettings.user
  102. # JustCode is a .NET coding add-in
  103. .JustCode
  104. # TeamCity is a build add-in
  105. _TeamCity*
  106. # DotCover is a Code Coverage Tool
  107. *.dotCover
  108. # AxoCover is a Code Coverage Tool
  109. .axoCover/*
  110. !.axoCover/settings.json
  111. # Visual Studio code coverage results
  112. *.coverage
  113. *.coveragexml
  114. # NCrunch
  115. _NCrunch_*
  116. .*crunch*.local.xml
  117. nCrunchTemp_*
  118. # MightyMoose
  119. *.mm.*
  120. AutoTest.Net/
  121. # Web workbench (sass)
  122. .sass-cache/
  123. *.css.map
  124. *.sass.map
  125. *.scss.map
  126. # Installshield output folder
  127. [Ee]xpress/
  128. # DocProject is a documentation generator add-in
  129. DocProject/buildhelp/
  130. DocProject/Help/*.HxT
  131. DocProject/Help/*.HxC
  132. DocProject/Help/*.hhc
  133. DocProject/Help/*.hhk
  134. DocProject/Help/*.hhp
  135. DocProject/Help/Html2
  136. DocProject/Help/html
  137. # Click-Once directory
  138. publish/
  139. # Publish Web Output
  140. *.[Pp]ublish.xml
  141. *.azurePubxml
  142. # Note: Comment the next line if you want to checkin your web deploy settings,
  143. # but database connection strings (with potential passwords) will be unencrypte