X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvcxprojectfile.h;h=ff3aba13ba316242bbfc06efdd4df09ebc209055;hb=a557d2ba9aae4a05e4b15c81ba5262da7caac2a5;hp=b5a90d1f0b1b01840d3f6750977348e51544b492;hpb=f0a97cb158bef2656bbb8e1dafe072af7ff9c596;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