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")];
|
2017-03-25 18:26:21 +00:00
|
|
|
// Note: Do not forget to change the version in version.rc files.
|
2018-09-29 06:17:39 +00:00
|
|
|
[assembly:AssemblyVersionAttribute("3.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)];
|