xlladdins / xll

Excel add-in library
MIT License
104 stars 23 forks source link

xml files that has the name of each method, are generated when xll starting #27

Closed theangkko closed 9 months ago

theangkko commented 9 months ago

when I make test.xll that is copy of template, several wired xml files are generated in same folder that "test.xll" store. If I want to prohibit this, how can change my setup? in project file of visual studio.



image
keithalewis commented 9 months ago

Comment out https://github.com/xlladdins/xll/blob/481178bced1022f0b36b582388b79a6eabe1a11f/test/test.cpp#L18

theangkko commented 9 months ago

thanks! I solved I did not guess that this is one of method (auto generation documentation function)

image