it Seems i must answer myself :icon_exclaim:
The three files works with VS 2015
There is need to search masm to find masm.prop ..
It is in this directory
"C:\Program Files (x86)\MSBuild" the search must be done
Path found
"C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations" Put the three files in this directory
Create a project with anexisting source code
right clic on the created project name an choose
"Build dependencies"you must find at least masm,choose Jwasm
Then select the asm source code,right clic and modify the "Element type" by jwasm
There is need to insert include path,and I suffer a little here.
In the property page of the project "Include Path"= H:\sdkrc81\shared;H:\sdkrc81\um;H:\sdkrc81\vc
In the command line I get:
jwasm.exe /c -win64 -Zp8 /nologo /Zi /Fo"x64\Release\Win64_8.obj" /Fl"" /I "H:\sdkrc81\shared" /I "H:\sdkrc81\um" /I "H:\sdkrc81\vc" /W2 /coff
All seems OK but:
At compile , couldn't find ...
The debug log file show this command line received:
fenetre.log
jwasm.exe /c /nologo /Zi /Fo"Debug\Win64_8.obj" /W2 /coff Win64_8.asm
The include paths had diseappeared from the command line,Any idea ?????????