leethomason / tinyxml2

TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
zlib License
5.11k stars 1.84k forks source link

xmltest.exe fail Error opening test file 'dream.xml' #975

Open stehubhex opened 7 months ago

stehubhex commented 7 months ago

Since v8.1.0 the folder resources is missing from msbuild\x64\static\Release therefore xmltest.exe is failing as it is looking for dream.xml in the resources folder .This also applies to x32 and Debug .
Contents of \msbuild\x64\static\Release in previous versions. This also applies to x32 and Debug .
image Contents of \msbuild\x64\static\Release in versions from 8.1.0 and higher . This also applies to x32 and Debug .
image