]> git.tdb.fi Git - builder.git/blobdiff - source/vcxprojectfile.h
Rearrange sources into subdirectories
[builder.git] / source / vcxprojectfile.h
diff --git a/source/vcxprojectfile.h b/source/vcxprojectfile.h
deleted file mode 100644 (file)
index 268d4bb..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef VCXPROJECTFILE_H_
-#define VCXPROJECTFILE_H_
-
-#include "filetarget.h"
-
-class VcxProjectFile: public FileTarget
-{
-private:
-       std::string guid;
-
-public:
-       VcxProjectFile(Builder &, const SourcePackage &);
-
-       const char *get_type() const override { return "VcxProjectFile"; }
-
-       const std::string &get_guid() const { return guid; }
-};
-
-#endif