mrward
7b72aa9d78
Change ASP.NET web page and web service project so the OutputPath is set to bin when a new project is created.
15 years ago
Daniel Grunwald
58482b71ca
Work on SD-1457: Added support for the Client Profile. The 3.5 and 4.0 client profiles can now be chosen as target frameworks.
...
Not yet implemented: creating/modifying the app.config to tell the .NET runtime which profile is required.
15 years ago
Daniel Grunwald
2dd127eacd
Remove Direct3D project templates (Managed DirectX has been deprecated since XNA was released)
15 years ago
mrward
7078bac91f
Update silverlight template to use Silverlight 4.0
15 years ago
Daniel Grunwald
feceefbc35
Remove references to CF framework
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6287 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
27ff6cdc30
Remove support for compact framework.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6281 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
83261c2a52
Work around strange .NET feature in command-line parsing.
...
Update SharpDevelopAddIn.xpt for SD 4 (add WPF references).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5525 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
dbb48e866c
Merge 3.0 to trunk.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5081 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
6990764e4f
Fixed forum-10114: Duplicate call to InitializeComponent() in WPF application template
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5022 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
ed3f9e5dbb
Consistently use " http://schemas.microsoft.com/winfx/2006/xaml/presentation " as WPF XML namespace.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4477 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
88e92880ff
Use tabs instead of spaces in WPF file templates.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4177 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Ivan Shumilin
4526da55b2
Project template for Silverlight application.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4004 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
2f86318fd8
Improved performance of UpdateAssemblyInfo.
...
Code-completion debug output: use Debug.WriteLine instead of Console.WriteLine.
Custom Tool project template: fixed compile error.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3963 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
eaca0978dc
Rename category for WPF project templates from ".NET 3.0" to "WPF".
...
Made Token.next internal (it is for Peek support in the Lexer and should not be directly used)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3538 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
bc1f3d9112
You can now insert custom formatted dates with StringParser.Parse() via ${DATE:formatstring}. This string gets passed to DateTime.Now.ToString() and the results returned. All project templates that have an AssemblyInfo.cs now set the AssemblyCopuRight to this year.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3247 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
9fae8aee0d
Allow specifying movement type of text anchors.
...
Make ConsolePad read-only text marker invisible.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3206 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
4ad6fbf94f
Made the templates consistent by removing the empty line after the standard header. Some templates had the empty line but some did not.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3173 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
05b25d60a0
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
17 years ago
Daniel Grunwald
ca23c28708
Various improvements in subversion addin.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2973 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
3e065a31bd
Moved Mono addin to samples and added support for Mono's new VB.NET compiler Vbnc.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2754 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
8f2e284793
Allow choosing the target framework when creating a new project.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2739 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
65ba1bf91a
Prevent crash in DockPanel.FocusManager.Activate when active pane was removed (e.g. the pad that was active when SharpDevelop was closed does not exist anymore after an AddIn was removed manually or SharpDevelop was updated)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2732 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
2d94d3128c
Update to Cecil 0.6.
...
Fixed some bugs.
C# parser: include position information for statements/expressions.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2708 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
9567c3e210
Add more controls to toolbox, support editing properties of type "Cursor" and "bool?".
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2671 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Justin Dearing
58aba4a28a
Fixed projects now call Console.ReadKey(true).
...
Updated AssemblyInfo for boo projects to reflect changes in VB and C#.
Wix Project template now uses included dialog files.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2553 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
57eafab058
ConsoleProject templates:
...
- Revert changes to project-wide imports. If we don't use the same imports as Visual Studio, most VB tutorials will fail to work with SharpDevelop.
- Option Strict/Option Explicit should be a project-wide setting and not specified in each file.
- fixed indentation
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2532 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Justin Dearing
81a9b3de99
Cleaned up the ConsoleProject templates for CSharp and VB.NET
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2528 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Justin Dearing
a2c2dbe784
The static Main call is now in a seperate Program.cs file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2515 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Justin Dearing
e77880dc9f
Both WPF templates get their AssemblyInfo from the same source.
...
Improved DefaultAssemblyInfo.cs.
Made the appropiate additions to the setup files.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2512 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Justin Dearing
3efdfb29c3
web pages are now xhtml compliant.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2511 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Justin Dearing
0128413e2b
Fixed Resource string on EmptyClass IsSealed property.
...
Guid automatically generated for com object of SharedAddin.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2502 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
f7b2d45b7f
Add AddInWritingHelp.txt to project templates creating SharpDevelop AddIns that point to the documentation in the wiki.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2445 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
74f21e68ab
Remove [STAThread] from C# compact framework project template.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2431 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
1808336a1c
Merged SD 2.1 rev. 2226:2312 to trunk.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2314 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ff2a4f26f0
Fixed forum-14286: exceptions thrown when trying to create WPF application without .NET Framework 3.0 installed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2259 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
2c108be5e5
Add project template for creating a custom tool AddIn.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2196 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
2c42782129
Update to Boo revision 2371.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2176 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
0224841f29
Move base class reference (:Form) from Designer file to main file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2162 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
422578071a
Fixed SD2-1196: Compact Framework support for VB
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2113 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
dcaf24c04d
Implemented SD2-1183: Use MSBuild libraries
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2043 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
083b5340a2
Fixed SD2-990: Allow to specify path to FxCop in the options
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1887 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
1c325355a7
Added ASP.NET Web Service project template by Justin Dearing. Added missing project and file templates to SharpDevelop's installer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1782 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
00f292290d
Code completion for .NET CF 2.0 projects.
...
Don't escape ';' in MSBuild properties.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1752 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ae2cfe3d70
Add Notify Icon and Struct template by Justin Dearing.
...
The resource file template now creates .resx files by default.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1721 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f212108c77
Remove WPF templates from Corsavy.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1517 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Mathias Simmack
ae4e5fe372
new SharedAddin template for VBNet
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1489 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6050a6bda4
Moved some more strings to translation database. Windows Service template now contains installer class.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1487 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Mathias Simmack
f624fea2a2
new Shared Add-in template for creating add-ins for Office etc.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1467 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f678d9c8c7
More untranslated strings moved to the translation database, fixed SD2-838: Untranslated resource strings in output window
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1460 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Mathias Simmack
b53af54b3e
updated WinFX templates for WinFX CTP May 2006
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1454 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago