]> git.tdb.fi Git - builder.git/blobdiff - source/vssolutiongenerator.h
Rearrange sources into subdirectories
[builder.git] / source / vssolutiongenerator.h
diff --git a/source/vssolutiongenerator.h b/source/vssolutiongenerator.h
deleted file mode 100644 (file)
index ca33237..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef VSSOLUTIONGENERATOR_H_
-#define VSSOLUTIONGENERATOR_H_
-
-#include "tool.h"
-
-class VsSolutionFile;
-
-class VsSolutionGenerator: public Tool
-{
-public:
-       VsSolutionGenerator(Builder &);
-
-       Target *create_target(const std::vector<Target *> &, const std::string &) override;
-
-private:
-       static bool _run(const VsSolutionFile &);
-};
-
-#endif