visual studio 2015 - Create universal app *.WINMD and *.DLL for distribution i.e. to be referenced like the Universal app API -
i want create winmd file project should work windows.foundation.foundationcontract.winmd
in universal app api can reference them instead of building runtime project again , again after setting new development machines. think of releasing *.dll (and other files) 1 can reuse without recompile source. how can set project in visual studio achieve that? note winmd should somehow cross-platform i.e. usable x86 , arm alike. (i sorry not programming-related question. not sure ask such thing.)
to put way, how reference output of windows runtime component project (i.e. *.dll
, *.winmd
, *.lib
, *.pdb
, ... in debug
or release
folder) compiled visual studio directly just loading dll , using library via appropriate header files in classical c/c++ without adding windows runtime component project source code solution , "add reference" visual studio automatically recompiles necessary?
Comments
Post a Comment