X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvcxprojectfile.h;h=ff3aba13ba316242bbfc06efdd4df09ebc209055;hb=a557d2ba9aae4a05e4b15c81ba5262da7caac2a5;hp=b5a90d1f0b1b01840d3f6750977348e51544b492;hpb=84da3f6c94dbe7e36aaf088890fda5fcf3b3efb0;p=builder.git diff --git a/source/vcxprojectfile.h b/source/vcxprojectfile.h index b5a90d1..ff3aba1 100644 --- a/source/vcxprojectfile.h +++ b/source/vcxprojectfile.h @@ -5,10 +5,15 @@ class VcxProjectFile: public FileTarget { +private: + std::string guid; + public: VcxProjectFile(Builder &, const SourcePackage &); virtual const char *get_type() const { return "VcxProjectFile"; } + + const std::string &get_guid() const { return guid; } }; #endif