Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • feature/ita
  • feature/UPDATE_LEAP_DRIVER_TO_SDK_V3
  • feature/volume_raycaster_bindless
  • feature/IMAGES_WITH_OPENVR
  • develop
  • feature/IntegrateNewOculusSDK
  • feature/SimpleOpenGLDraw
  • feature/IMAGES_AND_VIEWPORTS
  • feature/LeapMotionMeasureNameFix
  • feature/observeable_sequenced_notifications
  • feature/BoundingBoxIntentionSelect
  • feature/RenamedVistaTexture
  • feature/QuadBufferPostprocessing
  • feature/conan_io_support
  • release/1.16
  • release/1.15
  • feature/REMOVE_PLUGIN_DLL
  • feature/COH_GRP_TRUNK_INTEGRATE
  • release/1.14
  • 1.16.0
  • Before_OGLExt_CoreLibs_Integration
  • 1.14.0
  • 1.15.0
  • 1.11.0
  • 1.12.0
  • 1.13
  • 1.13.0
  • 1.10.1
  • 1.10.0
30 results

DevelopmentPolicies.tex

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    AssemblyInfo.cs 1.35 KiB
    using System.Reflection;
    using System.Runtime.CompilerServices;
    using System.Runtime.InteropServices;
    
    // 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: AssemblyTitle("Admin")]
    [assembly: AssemblyDescription("")]
    [assembly: AssemblyConfiguration("")]
    [assembly: AssemblyCompany("")]
    [assembly: AssemblyProduct("Admin")]
    [assembly: AssemblyCopyright("Copyright ©  2020")]
    [assembly: AssemblyTrademark("")]
    [assembly: AssemblyCulture("")]
    
    // Setting ComVisible to false makes the types in this assembly not visible
    // to COM components.  If you need to access a type in this assembly from
    // COM, set the ComVisible attribute to true on that type.
    [assembly: ComVisible(false)]
    
    // The following GUID is for the ID of the typelib if this project is exposed to COM
    [assembly: Guid("04914153-8d29-4252-a3c2-24c887840c69")]
    
    // Version information for an assembly consists of the following four values:
    //
    //      Major Version
    //      Minor Version
    //      Build Number
    //      Revision
    //
    // You can specify all the values or you can default the Build and Revision Numbers
    // by using the '*' as shown below:
    // [assembly: AssemblyVersion("1.0.*")]
    [assembly: AssemblyVersion("1.0.0.0")]
    [assembly: AssemblyFileVersion("1.0.0.0")]