This commit is contained in:
Max Golovanov 2019-04-18 16:12:32 -07:00
Родитель 06f4096675
Коммит 303b9d6e1c
2 изменённых файлов: 0 добавлений и 44 удалений

2
.gitignore поставляемый
Просмотреть файл

@ -372,10 +372,8 @@ Generated\ Files
Release/
Solutions/afdclient-cpp/Generated\ Files/*
Solutions/ecsclient-cpp/Generated\ Files/*
Version.hpp
bondlite/external/bond/
bondlite/generated/bond/
lib/include/public/Version.hpp
lib/jni/gen/
linktest/Makefile
linktest/cmake_install.cmake

Просмотреть файл

@ -1,42 +0,0 @@
// Copyright (c) Microsoft. All rights reserved.
#ifndef MAT_VERSION_HPP
#define MAT_VERSION_HPP
// WARNING: DO NOT MODIFY THIS FILE!
// This file has been automatically generated, manual changes will be lost.
#define BUILD_VERSION_STR "3.1.87.1"
#define BUILD_VERSION 3,1,87,1
#ifndef RESOURCE_COMPILER_INVOKED
#include <stdint.h>
#ifdef HAVE_MAT_SHORT_NS
#define ARIASDK_NS_BEGIN MAT
#define ARIASDK_NS_END
#define PAL_NS_BEGIN PAL
#define PAL_NS_END
#else
#define ARIASDK_NS_BEGIN Microsoft { namespace Applications { namespace Events
#define ARIASDK_NS_END }}
#define MAT ::Microsoft::Applications::Events
#define PAL_NS_BEGIN Microsoft { namespace Applications { namespace Events { namespace PlatformAbstraction
#define PAL_NS_END }}}
#define PAL ::Microsoft::Applications::Events::PlatformAbstraction
#endif
#define MAT_v1 ::Microsoft::Applications::Telemetry
namespace ARIASDK_NS_BEGIN {
uint64_t const Version =
((uint64_t)3 << 48) |
((uint64_t)1 << 32) |
((uint64_t)87 << 16) |
((uint64_t)1);
} ARIASDK_NS_END
namespace PAL_NS_BEGIN { } PAL_NS_END
#endif // RESOURCE_COMPILER_INVOKED
#endif