~ubuntu-branches/ubuntu/utopic/monodevelop/utopic

« back to all changes in this revision

Viewing changes to src/addins/VBNetBinding/obj/Debug/VBNetBinding.templates.AssemblyInfo.xft.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-10-10 14:50:04 UTC
  • mfrom: (10.3.4)
  • Revision ID: package-import@ubuntu.com-20131010145004-80l130sny21b17sb
Tags: 4.0.12+dfsg-1
* [5dcb6e1] Fix debian/watch for new source tarball name format
* [5c68cb5] Refresh list of files removed by get-orig-source to 
  reflect 4.0.12
* [96d60a0] Imported Upstream version 4.0.12+dfsg
* [b989752] Refresh debian/patches/no_appmenu to ensure it applies
* [2a4c351] Ensure every assembly in external/ is cleaned properly
* [92762f7] Add more excluded Mac-specific modulerefs
* [bc698ba] Add symlinks to NUnit assemblies (Closes: #714246)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<Template
 
3
        Originator="Michael Hutchinson"
 
4
        Created="2007/12/31"
 
5
        LastModified="2007/12/31">
 
6
 
 
7
        <!-- Template Header -->
 
8
        <TemplateConfiguration>
 
9
                <_Name>Assembly Information</_Name>
 
10
                <_Category>Misc</_Category>
 
11
                <Icon>md-text-file-icon</Icon>
 
12
                <LanguageName>VBNet</LanguageName>
 
13
                <DefaultFilename IsFixed="True">AssemblyInfo.vb</DefaultFilename>
 
14
                <_Description>A file defining assembly information attributes.</_Description>
 
15
        </TemplateConfiguration>
 
16
        
 
17
        <Conditions>
 
18
                <ParentProject PermittedCreationPaths="" ExcludedFiles="AssemblyInfo.vb" RequireProject="True"/>
 
19
        </Conditions>
 
20
 
 
21
        <!-- Template Content -->
 
22
        <TemplateFiles>
 
23
                <File name="AssemblyInfo.vb" AddStandardHeader="True">
 
24
                        <![CDATA[Imports System.Reflection
 
25
Imports System.Runtime.CompilerServices
 
26
 
 
27
' Information about this assembly is defined by the following attributes. 
 
28
' Change them to the values specific to your project.
 
29
 
 
30
<assembly: AssemblyTitle("${ProjectName}")>
 
31
<assembly: AssemblyDescription("")>
 
32
<assembly: AssemblyConfiguration("")>
 
33
<assembly: AssemblyCompany("")>
 
34
<assembly: AssemblyProduct("")>
 
35
<assembly: AssemblyCopyright("")>
 
36
<assembly: AssemblyTrademark("")>
 
37
<assembly: AssemblyCulture("")>
 
38
 
 
39
' The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
 
40
' If the build and revision are set to '*' they will be updated automatically.
 
41
 
 
42
<assembly: AssemblyVersion("1.0.0.0")>
 
43
 
 
44
' The following attributes are used to specify the signing key for the assembly, 
 
45
' if desired. See the Mono documentation for more information about signing.
 
46
 
 
47
<assembly: AssemblyDelaySign(false)>
 
48
<assembly: AssemblyKeyFile("")>
 
49
]]></File>
 
50
        </TemplateFiles>
 
51
</Template>