Browse Source

AssemblyInfo.cs now gets loaded into the Properties files to match Visual Studio Behavior.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3091 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Justin Dearing 17 years ago
parent
commit
05b25d60a0
  1. 3
      data/templates/project/CSharp/CompactFormsProject.xpt
  2. 7
      data/templates/project/CSharp/ConsoleProject.xpt
  3. 3
      data/templates/project/CSharp/ControlLibrary.xpt
  4. 3
      data/templates/project/CSharp/Direct3DProject.xpt
  5. 3
      data/templates/project/CSharp/FormsProject.xpt
  6. 3
      data/templates/project/CSharp/Library.xpt
  7. 5
      data/templates/project/CSharp/NotifyIcon.xpt
  8. 7
      data/templates/project/CSharp/Service.xpt
  9. 3
      data/templates/project/CSharp/SharedAddin.xpt
  10. 3
      data/templates/project/CSharp/SharpDevelopCustomTool.xpt
  11. 3
      data/templates/project/CSharp/WPFApplication.xpt
  12. 3
      data/templates/project/CSharp/WPFNavigationApplication.xpt
  13. 5
      data/templates/project/CSharp/WebService.xpt
  14. 3
      data/templates/project/VBNet/CompactFormsProject.xpt
  15. 3
      data/templates/project/VBNet/ConsoleProject.xpt
  16. 3
      data/templates/project/VBNet/ControlLibrary.xpt
  17. 3
      data/templates/project/VBNet/Direct3DProject.xpt
  18. 3
      data/templates/project/VBNet/FormsProject.xpt
  19. 3
      data/templates/project/VBNet/Library.xpt
  20. 3
      data/templates/project/VBNet/Service.xpt
  21. 3
      data/templates/project/VBNet/SharedAddin.xpt

3
data/templates/project/CSharp/CompactFormsProject.xpt

@ -28,6 +28,7 @@ @@ -28,6 +28,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup>
<Files>
@ -106,7 +107,7 @@ namespace ${StandardNamespace} @@ -106,7 +107,7 @@ namespace ${StandardNamespace}
}
}
]]></File>
<File name="AssemblyInfo.cs" src="DefaultAssemblyInfo.cs" language="C#" />
<File name="Properties\AssemblyInfo.cs" src="DefaultAssemblyInfo.cs" language="C#" />
</Files>
</Project>
</Template>

7
data/templates/project/CSharp/ConsoleProject.xpt

@ -26,6 +26,11 @@ @@ -26,6 +26,11 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ProjectItems>
<PropertyGroup>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup>
<Files>
<File name="Program.cs"><![CDATA[${StandardHeader.C#}
using System;
@ -45,7 +50,7 @@ namespace ${StandardNamespace} @@ -45,7 +50,7 @@ namespace ${StandardNamespace}
}
}
}]]></File>
<File name="AssemblyInfo.cs" src="DefaultAssemblyInfo.cs"/>
<File name="Properties\AssemblyInfo.cs" src="DefaultAssemblyInfo.cs"/>
</Files>
</Project>
</Template>

3
data/templates/project/CSharp/ControlLibrary.xpt

@ -33,6 +33,7 @@ @@ -33,6 +33,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup>
<Files>
@ -103,7 +104,7 @@ namespace ${StandardNamespace} @@ -103,7 +104,7 @@ namespace ${StandardNamespace}
}
}
]]></File>
<File name="AssemblyInfo.cs" src="DefaultAssemblyInfo.cs"/>
<File name="Properties\AssemblyInfo.cs" src="DefaultAssemblyInfo.cs"/>
</Files>
</Project>
</Template>

3
data/templates/project/CSharp/Direct3DProject.xpt

@ -32,6 +32,7 @@ @@ -32,6 +32,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup>
<Files>
@ -168,7 +169,7 @@ namespace ${StandardNamespace} @@ -168,7 +169,7 @@ namespace ${StandardNamespace}
}
}
]]></File>
<File name="AssemblyInfo.cs" src="DefaultAssemblyInfo.cs"/>
<File name="Properties\AssemblyInfo.cs" src="DefaultAssemblyInfo.cs"/>
</Files>
</Project>
</Template>

3
data/templates/project/CSharp/FormsProject.xpt

@ -33,6 +33,7 @@ @@ -33,6 +33,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup>
<Files>
@ -131,7 +132,7 @@ namespace ${StandardNamespace} @@ -131,7 +132,7 @@ namespace ${StandardNamespace}
}
}
]]></File>
<File name="AssemblyInfo.cs" src="DefaultAssemblyInfo.cs"/>
<File name="Properties\AssemblyInfo.cs" src="DefaultAssemblyInfo.cs"/>
</Files>
</Project>
</Template>

3
data/templates/project/CSharp/Library.xpt

@ -23,6 +23,7 @@ @@ -23,6 +23,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup>
<ProjectItems>
@ -45,7 +46,7 @@ namespace ${StandardNamespace} @@ -45,7 +46,7 @@ namespace ${StandardNamespace}
}
}]]></File>
<File name="AssemblyInfo.cs" src="DefaultAssemblyInfo.cs"/>
<File name="Properties\AssemblyInfo.cs" src="DefaultAssemblyInfo.cs"/>
</Files>
</Project>
</Template>

5
data/templates/project/CSharp/NotifyIcon.xpt

@ -33,6 +33,7 @@ @@ -33,6 +33,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup>
<Files>
@ -118,7 +119,7 @@ namespace ${StandardNamespace} @@ -118,7 +119,7 @@ namespace ${StandardNamespace}
]]>
</File>
<File name="NotificationIcon.resx" src="NotifyIconResources.resx" buildAction="EmbeddedResource" DependentUpon="NotificationIcon.cs" />
<File name="AssemblyInfo.cs" src="DefaultAssemblyInfo.cs" />
<File name="Properties\AssemblyInfo.cs" src="DefaultAssemblyInfo.cs" />
</Files>
</Project>
</Template>
</Template>

7
data/templates/project/CSharp/Service.xpt

@ -31,6 +31,11 @@ @@ -31,6 +31,11 @@
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Xml" />
</ProjectItems>
<PropertyGroup>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup>
<Files>
<File name="${ProjectName}.cs"><![CDATA[${StandardHeader.C#}
@ -137,7 +142,7 @@ namespace ${ProjectName} @@ -137,7 +142,7 @@ namespace ${ProjectName}
}
}
]]></File>
<File name="AssemblyInfo.cs" src="DefaultAssemblyInfo.cs"/>
<File name="Properties\AssemblyInfo.cs" src="DefaultAssemblyInfo.cs"/>
</Files>
</Project>
</Template>

3
data/templates/project/CSharp/SharedAddin.xpt

@ -32,6 +32,7 @@ @@ -32,6 +32,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RegisterForComInterop>true</RegisterForComInterop>
</PropertyGroup>
@ -117,7 +118,7 @@ namespace ${StandardNamespace} @@ -117,7 +118,7 @@ namespace ${StandardNamespace}
private object addinInstance;
}
}]]></File>
<File name="AssemblyInfo.cs" src="DefaultAssemblyInfo.cs"/>
<File name="Properties\AssemblyInfo.cs" src="DefaultAssemblyInfo.cs"/>
</Files>
</Project>
</Template>

3
data/templates/project/CSharp/SharpDevelopCustomTool.xpt

@ -32,6 +32,7 @@ @@ -32,6 +32,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup>
<Files>
@ -190,7 +191,7 @@ namespace ${StandardNamespace} @@ -190,7 +191,7 @@ namespace ${StandardNamespace}
]]></File>
<File name="FileTemplate.xft" src="SharpDevelopCustomToolTemplate.xft.xml" binary="true" CopyToOutputDirectory="Always"/>
<File name="AssemblyInfo.cs" src="DefaultAssemblyInfo.cs"/>
<File name="Properties\AssemblyInfo.cs" src="DefaultAssemblyInfo.cs"/>
<File name="AddInWritingHelp.txt" src="..\AddInWritingHelp.txt"/>
</Files>
</Project>

3
data/templates/project/CSharp/WPFApplication.xpt

@ -38,6 +38,7 @@ @@ -38,6 +38,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup>
<Files>
@ -103,7 +104,7 @@ namespace ${StandardNamespace} @@ -103,7 +104,7 @@ namespace ${StandardNamespace}
}
}
}]]></File>
<File name="AssemblyInfo.cs" src="WPFAssemblyInfo.cs" />
<File name="Properties\AssemblyInfo.cs" src="WPFAssemblyInfo.cs" />
</Files>
</Project>
</Template>

3
data/templates/project/CSharp/WPFNavigationApplication.xpt

@ -38,6 +38,7 @@ @@ -38,6 +38,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup>
<Files>
@ -104,7 +105,7 @@ namespace ${StandardNamespace} @@ -104,7 +105,7 @@ namespace ${StandardNamespace}
}
}
}]]></File>
<File name="AssemblyInfo.cs" src="WPFAssemblyInfo.cs" />
<File name="Properties\AssemblyInfo.cs" src="WPFAssemblyInfo.cs" />
</Files>
</Project>
</Template>

5
data/templates/project/CSharp/WebService.xpt

@ -30,6 +30,7 @@ @@ -30,6 +30,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<OutputPath>bin\</OutputPath>
</PropertyGroup>
@ -113,7 +114,7 @@ namespace ${StandardNamespace} @@ -113,7 +114,7 @@ namespace ${StandardNamespace}
-->
</system.web>
</configuration>]]></File>
<File name="AssemblyInfo.cs" src="DefaultAssemblyInfo.cs" />
<File name="Properties\AssemblyInfo.cs" src="DefaultAssemblyInfo.cs" />
</Files>
</Project>
</Template>
</Template>

3
data/templates/project/VBNet/CompactFormsProject.xpt

@ -19,6 +19,7 @@ @@ -19,6 +19,7 @@
<Project language="VBNet">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<PlatformFamilyName>PocketPC</PlatformFamilyName>
<PlatformID>WinCE</PlatformID>
@ -101,7 +102,7 @@ Partial Class MainForm @@ -101,7 +102,7 @@ Partial Class MainForm
End Sub
End Class
]]></File>
<File name="AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
<File name="Properties\AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
</Files>
</Project>
</Template>

3
data/templates/project/VBNet/ConsoleProject.xpt

@ -35,6 +35,7 @@ @@ -35,6 +35,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup>
<Files>
@ -51,7 +52,7 @@ Module Program @@ -51,7 +52,7 @@ Module Program
End Sub
End Module
]]></File>
<File name="AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
<File name="Properties\AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
</Files>
</Project>
</Template>

3
data/templates/project/VBNet/ControlLibrary.xpt

@ -37,6 +37,7 @@ @@ -37,6 +37,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup>
<Files>
@ -88,7 +89,7 @@ Partial Class UserControl1 @@ -88,7 +89,7 @@ Partial Class UserControl1
End Sub
End Class
]]></File>
<File name="AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
<File name="Properties\AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
</Files>
</Project>
</Template>

3
data/templates/project/VBNet/Direct3DProject.xpt

@ -41,6 +41,7 @@ @@ -41,6 +41,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<StartupObject>${StandardNamespace}.MainClass</StartupObject>
</PropertyGroup>
@ -153,7 +154,7 @@ Public Class MainClass @@ -153,7 +154,7 @@ Public Class MainClass
End Sub
End Class
]]></File>
<File name="AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
<File name="Properties\AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
</Files>
</Project>
</Template>

3
data/templates/project/VBNet/FormsProject.xpt

@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
<Project language="VBNet">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup>
<ProjectItems>
@ -113,7 +114,7 @@ Namespace My @@ -113,7 +114,7 @@ Namespace My
End Class
End Namespace
]]></File>
<File name="AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
<File name="Properties\AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
</Files>
</Project>
</Template>

3
data/templates/project/VBNet/Library.xpt

@ -19,6 +19,7 @@ @@ -19,6 +19,7 @@
<Project language="VBNet">
<PropertyGroup>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup>
<ProjectItems>
@ -41,7 +42,7 @@ Public Class NewClass @@ -41,7 +42,7 @@ Public Class NewClass
End Class
]]></File>
<File name="AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
<File name="Properties\AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
</Files>
</Project>
</Template>

3
data/templates/project/VBNet/Service.xpt

@ -20,6 +20,7 @@ @@ -20,6 +20,7 @@
<Project language="VBNet">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup>
<ProjectItems>
@ -92,7 +93,7 @@ Public Class ProjectInstaller @@ -92,7 +93,7 @@ Public Class ProjectInstaller
End Class
]]></File>
<File name="AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
<File name="Properties\AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
</Files>
</Project>
</Template>

3
data/templates/project/VBNet/SharedAddin.xpt

@ -31,6 +31,7 @@ @@ -31,6 +31,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RegisterForComInterop>true</RegisterForComInterop>
</PropertyGroup>
@ -105,7 +106,7 @@ Public Class Connect @@ -105,7 +106,7 @@ Public Class Connect
Private ApplicationObject As Object
Private AddInInstance As Object
End Class]]></File>
<File name="AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
<File name="Properties\AssemblyInfo.vb" src="DefaultAssemblyInfo.vb"/>
</Files>
</Project>
</Template>

Loading…
Cancel
Save