X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fvcxprojectfile.h;fp=source%2Fvcxprojectfile.h;h=b5a90d1f0b1b01840d3f6750977348e51544b492;hb=84da3f6c94dbe7e36aaf088890fda5fcf3b3efb0;hp=0000000000000000000000000000000000000000;hpb=f5d23e3e6ad425075182982c1ef717cb0873bbdc;p=builder.git diff --git a/source/vcxprojectfile.h b/source/vcxprojectfile.h new file mode 100644 index 0000000..b5a90d1 --- /dev/null +++ b/source/vcxprojectfile.h @@ -0,0 +1,14 @@ +#ifndef VCXPROJECTFILE_H_ +#define VCXPROJECTFILE_H_ + +#include "filetarget.h" + +class VcxProjectFile: public FileTarget +{ +public: + VcxProjectFile(Builder &, const SourcePackage &); + + virtual const char *get_type() const { return "VcxProjectFile"; } +}; + +#endif