-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathresource.h
More file actions
51 lines (44 loc) · 1.61 KB
/
resource.h
File metadata and controls
51 lines (44 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#pragma once
// ReSharper disable CppClangTidyModernizeMacroToEnum
// Core name & version
#define FIX_NAME "MGSM2Fix"
#define PRIMARY_REPO_URL "https://github.com/nuggslet/MGSM2Fix"
#define FALLBACK_REPO_URL "https://github.com/h-i-d-e-o/MGSM2Fix"
#define VERSION_MAJOR 3
#define VERSION_MINOR 6
#define VERSION_PATCH 0
#define STRINGIFY_HELPER(x) #x
#define STRINGIFY(x) STRINGIFY_HELPER(x)
#ifdef VERSION_LABEL
#define VERSION_STRING STRINGIFY(VERSION_MAJOR) "." STRINGIFY(VERSION_MINOR) "." STRINGIFY(VERSION_PATCH) "-" VERSION_LABEL
#else
#define VERSION_STRING STRINGIFY(VERSION_MAJOR) "." STRINGIFY(VERSION_MINOR) "." STRINGIFY(VERSION_PATCH)
#endif
// Metadata
#define COMPANY_NAME "nuggslet"
#define PRODUCT_NAME FIX_NAME
#define FILE_DESCRIPTION FIX_NAME " ASI Plugin"
#define INTERNAL_NAME FIX_NAME ".asi"
#define ORIGINAL_FILENAME FIX_NAME ".asi"
#define PRODUCT_VERSION VERSION_STRING
#define FILE_VERSION VERSION_STRING
#define LEGAL_COPYRIGHT "(C) 2023-2026 nuggslet. Licensed under the MIT License."
#define LEGAL_TRADEMARKS ""
#define COMMENTS ""
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by MGSM2Fix.rc
//
#define IDR_NUT1 105
#define IDR_HLSL1 106
#define IDR_HLSL2 107
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 108
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif