DicomServer/SharedAssemblyInfo.cs
2024-12-13 10:06:20 +08:00

23 lines
657 B
C#

// Copyright (c) 2012-2021 fo-dicom contributors.
// Licensed under the Microsoft Public License (MS-PL).
#if WIN32
using namespace System::Reflection;
using namespace System::Resources;
#else
using System.Reflection;
using System.Resources;
#endif
[assembly: AssemblyCompany("fo-dicom")]
[assembly: AssemblyProduct("fo-dicom-samples")]
[assembly: AssemblyCopyright("Copyright © fo-dicom contributors 2012-2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
[assembly: AssemblyVersion("5.0.0")]
[assembly: AssemblyFileVersion("5.0.0.0")]
[assembly: AssemblyInformationalVersion("5.0.0")]