#include "pch.h" using namespace System; using namespace System::Reflection; using namespace System::Runtime::CompilerServices; using namespace System::Runtime::InteropServices; using namespace System::Security::Permissions; [assembly:AssemblyTitleAttribute(L"Vanara.PInvoke.VssApi")]; [assembly:AssemblyDescriptionAttribute(L"PInvoke API (methods, structures and constants) imported from Windows Volume Shadow Copy Service (VssApi.dll).")]; [assembly:AssemblyProductAttribute(L"Vanara")]; [assembly:AssemblyCopyrightAttribute(L"Copyright © 2017-2022")]; [assembly:AssemblyKeyFileAttribute(L"..\\..\\Vanara.snk")] [assembly:AssemblyVersionAttribute("3.4.12")]; [assembly:ComVisible(false)];