Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/vs200x/vs200x.h')
-rw-r--r--src/actions/vs200x/vs200x.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/actions/vs200x/vs200x.h b/src/actions/vs200x/vs200x.h
deleted file mode 100644
index 3069b8d..0000000
--- a/src/actions/vs200x/vs200x.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * \file vs200x.h
- * \brief General purpose Visual Studio support functions.
- * \author Copyright (c) 2002-2008 Jason Perkins and the Premake project
- */
-#if !defined(PREMAKE_VS200X_H)
-#define PREMAKE_VS200X_H
-
-#include "objects/project.h"
-#include "base/stream.h"
-
-int vs200x_attribute(Stream strm, int indent_size, const char* name, const char* value, ...);
-int vs200x_list_attribute(Stream strm, int indent_size, const char* name, Strings values);
-int vs200x_element_end(Stream strm, int level, const char* markup);
-const char* vs200x_false(void);
-int vs200x_get_target_version(void);
-const char* vs200x_project_file_extension(Project prj);
-const char* vs200x_tool_guid(const char* language);
-const char* vs200x_true(void);
-
-#endif
-