DSInternals/Src/DSInternals.Replication.Interop/AssemblyInfo.cpp

25 lines
952 B
C++
Raw Normal View History

2015-12-26 22:44:43 +00:00
#include "stdafx.h"
#include "..\Configuration\CommonAssemblyInfo.h"
using namespace System;
using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;
using namespace System::Runtime::InteropServices;
using namespace System::Security::Permissions;
//
// 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.
//
[assembly:AssemblyTitleAttribute(L"DSInternals Replication Interop Library")];
2016-02-25 16:36:08 +00:00
// Note: Do not forget to change the version in app.rc files.
2016-10-21 11:03:13 +00:00
[assembly:AssemblyVersionAttribute("2.19.0")];
2015-12-26 22:44:43 +00:00
[assembly:AssemblyDescriptionAttribute(L"")];
[assembly:AssemblyConfigurationAttribute(L"")];
[assembly:AssemblyCompanyAttribute(L"")];
[assembly:AssemblyTrademarkAttribute(L"")];
[assembly:AssemblyCultureAttribute(L"")];
[assembly:ComVisible(false)];
[assembly:CLSCompliantAttribute(true)];