]> git.tdb.fi Git - builder.git/blobdiff - source/vssolutionfile.h
Rearrange sources into subdirectories
[builder.git] / source / vssolutionfile.h
diff --git a/source/vssolutionfile.h b/source/vssolutionfile.h
deleted file mode 100644 (file)
index 0a97d32..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef VSSOLUTIONFILE_H_
-#define VSSOLUTIONFILE_H_
-
-#include "filetarget.h"
-
-class VsSolutionFile: public FileTarget
-{
-public:
-       VsSolutionFile(Builder &, const SourcePackage &);
-
-       const char *get_type() const override { return "VsSolutionFile"; }
-protected:
-       void find_dependencies() override;
-};
-
-#endif