1*3e02b54dSAndrew Rist' ************************************************************* 2*3e02b54dSAndrew Rist' 3*3e02b54dSAndrew Rist' Licensed to the Apache Software Foundation (ASF) under one 4*3e02b54dSAndrew Rist' or more contributor license agreements. See the NOTICE file 5*3e02b54dSAndrew Rist' distributed with this work for additional information 6*3e02b54dSAndrew Rist' regarding copyright ownership. The ASF licenses this file 7*3e02b54dSAndrew Rist' to you under the Apache License, Version 2.0 (the 8*3e02b54dSAndrew Rist' "License")' you may not use this file except in compliance 9*3e02b54dSAndrew Rist' with the License. You may obtain a copy of the License at 10*3e02b54dSAndrew Rist' 11*3e02b54dSAndrew Rist' http://www.apache.org/licenses/LICENSE-2.0 12*3e02b54dSAndrew Rist' 13*3e02b54dSAndrew Rist' Unless required by applicable law or agreed to in writing, 14*3e02b54dSAndrew Rist' software distributed under the License is distributed on an 15*3e02b54dSAndrew Rist' "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*3e02b54dSAndrew Rist' KIND, either express or implied. See the License for the 17*3e02b54dSAndrew Rist' specific language governing permissions and limitations 18*3e02b54dSAndrew Rist' under the License. 19*3e02b54dSAndrew Rist' 20*3e02b54dSAndrew Rist' ************************************************************* 21cdf0e10cSrcweirImports System.Reflection 22cdf0e10cSrcweirImports System.Runtime.CompilerServices 23cdf0e10cSrcweirImports System.Runtime.InteropServices 24cdf0e10cSrcweir 25cdf0e10cSrcweir' General Information about an assembly is controlled through the following 26cdf0e10cSrcweir' set of attributes. Change these attribute values to modify the information 27cdf0e10cSrcweir' associated with an assembly. 28cdf0e10cSrcweir 29cdf0e10cSrcweir 30cdf0e10cSrcweir' TODO: Review the values of the assembly attributes 31cdf0e10cSrcweir 32cdf0e10cSrcweir 33cdf0e10cSrcweir<Assembly: AssemblyTitle("")> 34cdf0e10cSrcweir<Assembly: AssemblyDescription("")> 35cdf0e10cSrcweir<Assembly: AssemblyCompany("StarOffice")> 36cdf0e10cSrcweir<Assembly: AssemblyProduct("")> 37cdf0e10cSrcweir<Assembly: AssemblyCopyright("")> 38cdf0e10cSrcweir<Assembly: AssemblyTrademark("")> 39cdf0e10cSrcweir<Assembly: AssemblyCulture("")> 40cdf0e10cSrcweir 41cdf0e10cSrcweir' Version information for an assembly consists of the following four values: 42cdf0e10cSrcweir 43cdf0e10cSrcweir' Major version 44cdf0e10cSrcweir' Minor Version 45cdf0e10cSrcweir' Build Number 46cdf0e10cSrcweir' Revision 47cdf0e10cSrcweir 48cdf0e10cSrcweir' You can specify all the values or you can default the Build and Revision Numbers 49cdf0e10cSrcweir' by using the '*' as shown below: 50cdf0e10cSrcweir 51cdf0e10cSrcweir<Assembly: AssemblyVersion("1.0.*")> 52cdf0e10cSrcweir 53cdf0e10cSrcweir 54