-
Notifications
You must be signed in to change notification settings - Fork 1
/
UnityConfiguration.gen.cpp
53 lines (43 loc) · 2.28 KB
/
UnityConfiguration.gen.cpp
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
52
53
// Generated by build script, do not edit!
#ifndef RC_INVOKED
#include "Configuration/IntegerDefinitions.h"
#include "Runtime/Testing/Fakeable.h"
namespace UnityConfig
{
extern const char* const UnityCompany = "Unity Technologies ApS";
extern const char* const UnityCopyright = "(c) 2022 Unity Technologies ApS. All rights reserved.";
extern const bool HardwareStatsEnabled = 1;
extern const char* const BuildRoot = "C:/buildslave/unity/build";
extern const char* const UnityVersion = "2021.3.5f1";
extern const char* const UnityVersionDigits = "2021.3.5";
extern const char* const UnityVersionSuffix = "f1";
extern const UInt32 UnityVersionVer = 2021;
extern const UInt32 UnityVersionMajor = 3;
extern const UInt32 UnityVersionMinor = 5;
extern const bool UnityVersionIsBeta = 0;
extern const char* const UnityVersionUnderHash = "2021.3.5f1_40eb3a945986";
extern const char* const UnityVersionUnderHash_Verbose = "2021.3.5f1_40eb3a945986";
extern const char* const UnityVersionUnderHash_WithParens = "2021.3.5f1 (40eb3a945986)";
// A numeric representation of the version control hash
extern const UInt64 UnityVersionBuild = 4254522;
extern const UInt64 UnityVersionDate = 1655190469;
extern const char* const UnityVersionBranch = "2021.3/staging";
extern const char* const UnityVersionDisplay = "2021.3.5f1";
extern const char* const UnityVersionDisplay_Verbose = "2021.3.5f1.321";
extern const char* const UnityVersionRevision = "40eb3a945986";
// Wide strings
extern const wchar_t* const L_UnityVersionUnderHash_WithParens = L"2021.3.5f1 (40eb3a945986)";
extern const wchar_t* const L_UnityVersion = L"2021.3.5f1";
}
#else // Generated by build script for sole use by the Windows resource compiler, do not use for anything else
#define UNITY_COMPANY "Unity Technologies ApS"
#define UNITY_COPYRIGHT "(c) 2022 Unity Technologies ApS. All rights reserved."
#define UNITY_VERSION_VER 2021
#define UNITY_VERSION_MAJ 3
#define UNITY_VERSION_MIN 5
#define UNITY_IS_BETA 0
#define UNITY_VERSION_UNDER_HASH "2021.3.5f1_40eb3a945986"
#define UNITY_VERSION_PARENS_HASH "2021.3.5f1 (40eb3a945986)"
#define UNITY_VERSION_BLD 4254522
#define UNITY_VERSION_WIN "2021.3.5.4254522"
#endif // !RC_INVOKED