Add files via upload

This commit is contained in:
Fiji29a
2023-11-29 16:28:05 +04:00
committed by GitHub
parent 4d3bdccc7a
commit 23f79f994b
39 changed files with 6338 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
using System;
using System.Reflection;
[assembly: AssemblyCopyright("Copyright © 2016 - 2019 Jos Nienhuis")]

View File

@@ -0,0 +1,5 @@
<#@ template language="C#" #>
using System;
using System.Reflection;
[assembly: AssemblyCopyright("Copyright © 2016 - <#=DateTime.Now.Year#> Jos Nienhuis")]

View File

@@ -0,0 +1,33 @@
using System.Reflection;
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("HyperVAdmin")]
[assembly: AssemblyDescription("A simple website to manage your Hyper-V VMs")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("GotGeeks.nl")]
[assembly: AssemblyProduct("HyperVAdmin")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("en")]
// 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("c4f74d63-9e2f-4b15-8dc4-c36d153e5053")]
// 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 Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5")]
[assembly: AssemblyFileVersion("1.5")]