summaryrefslogtreecommitdiff
path: root/HitTrace/HitTrace_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'HitTrace/HitTrace_private.h')
-rw-r--r--HitTrace/HitTrace_private.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/HitTrace/HitTrace_private.h b/HitTrace/HitTrace_private.h
new file mode 100644
index 0000000..9660d20
--- /dev/null
+++ b/HitTrace/HitTrace_private.h
@@ -0,0 +1,23 @@
+/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
+/* DO NOT EDIT ! */
+
+#ifndef HITTRACE_PRIVATE_H
+#define HITTRACE_PRIVATE_H
+
+/* VERSION DEFINITIONS */
+#define VER_STRING "0.1.0.0"
+#define VER_MAJOR 0
+#define VER_MINOR 1
+#define VER_RELEASE 0
+#define VER_BUILD 0
+#define COMPANY_NAME ""
+#define FILE_VERSION ""
+#define FILE_DESCRIPTION "HitTrace, part of LoopyTrace"
+#define INTERNAL_NAME ""
+#define LEGAL_COPYRIGHT "Copyright (C) 2014-2015 Samuel Lidén Borell"
+#define LEGAL_TRADEMARKS ""
+#define ORIGINAL_FILENAME "HitTrace.exe"
+#define PRODUCT_NAME "HitTrace, part of LoopyTrace"
+#define PRODUCT_VERSION "0.1.0.0"
+
+#endif /*HITTRACE_PRIVATE_H*/