-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnityConfiguration.gen.cpp
More file actions
53 lines (43 loc) · 2.3 KB
/
Copy pathUnityConfiguration.gen.cpp
File metadata and controls
53 lines (43 loc) · 2.3 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
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 = "2022.1.17f1";
extern const char* const UnityVersionDigits = "2022.1.17";
extern const char* const UnityVersionSuffix = "f1";
extern const UInt32 UnityVersionVer = 2022;
extern const UInt32 UnityVersionMajor = 1;
extern const UInt32 UnityVersionMinor = 17;
extern const bool UnityVersionIsBeta = 0;
extern const char* const UnityVersionUnderHash = "2022.1.17f1_2d349551e475";
extern const char* const UnityVersionUnderHash_Verbose = "2022.1.17f1_2d349551e475";
extern const char* const UnityVersionUnderHash_WithParens = "2022.1.17f1 (2d349551e475)";
// A numeric representation of the version control hash
extern const UInt64 UnityVersionBuild = 2962581;
extern const UInt64 UnityVersionDate = 1662461678;
extern const char* const UnityVersionBranch = "2022.1/staging";
extern const char* const UnityVersionDisplay = "2022.1.17f1";
extern const char* const UnityVersionDisplay_Verbose = "2022.1.17f1.3661";
extern const char* const UnityVersionRevision = "2d349551e475";
// Wide strings
extern const wchar_t* const L_UnityVersionUnderHash_WithParens = L"2022.1.17f1 (2d349551e475)";
extern const wchar_t* const L_UnityVersion = L"2022.1.17f1";
}
#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 2022
#define UNITY_VERSION_MAJ 1
#define UNITY_VERSION_MIN 17
#define UNITY_IS_BETA 0
#define UNITY_VERSION_UNDER_HASH "2022.1.17f1_2d349551e475"
#define UNITY_VERSION_PARENS_HASH "2022.1.17f1 (2d349551e475)"
#define UNITY_VERSION_BLD 2962581
#define UNITY_VERSION_WIN "2022.1.17.2962581"
#endif // !RC_INVOKED