2 Star 0 Fork 0

mirrors_ant-media/Azure-Kinect-Sensor-SDK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
VersionInfo.cs.in 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
Derek M 提交于 6年前 . Csharp version (#635)
//------------------------------------------------------------------------------
// <copyright file="VersionInfo.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// </copyright>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
#else
[assembly: AssemblyConfiguration("Release")]
#endif
[assembly: AssemblyProduct("@K4A_PRODUCTNAME@")]
[assembly: AssemblyCompany("@K4A_COMPANYNAME@")]
[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation. All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: CLSCompliant(true)]
// This is the shared assembly version file for all of our assemblies.
[assembly: AssemblyVersion("@K4A_VERSION_MAJOR@.@K4A_VERSION_MINOR@.@K4A_VERSION_PATCH@.0")]
[assembly: AssemblyFileVersion("@VERSION_STR@.@K4A_VERSION_REVISION@")]
[assembly: AssemblyInformationalVersion("@VERSION_STR@.@K4A_VERSION_REVISION@")]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_ant-media/Azure-Kinect-Sensor-SDK.git
git@gitee.com:mirrors_ant-media/Azure-Kinect-Sensor-SDK.git
mirrors_ant-media
Azure-Kinect-Sensor-SDK
Azure-Kinect-Sensor-SDK
develop

搜索帮助