Removed the remaining *.user files which are not necessarry. Have a new build that is meant to be packaged now with the newest Gtk# Installer for .NET SDK.

svn path=/trunk/wintools/; revision=69447
This commit is contained in:
Francisco T. Martinez 2006-12-13 13:42:43 +00:00
Родитель 6cf62be2b5
Коммит d347925f7c
7 изменённых файлов: 90 добавлений и 112 удалений

Просмотреть файл

@ -1,3 +1,23 @@
2006-12-13 Francisco "Paco" Martinez <paco@mfcon.com>
* vsprj2makeAddin/connect.cs: Added some error checking and exception
handling in the event that no copies of the Mono Combined Installer
are detected at runtime. Change the labels and descriptions of the
"Test in Mono" in favor of "Run on Mono" as suggested by Charlie Poole
from NUnit. Added support to use either xsp.exe or xsp2.exe during
launches of Web Projects on Mono.
* vsprj2makeAddin/OptionsDlg.resx
* vsprj2makeAddin/OptionsDlg.cs: Made the entry box for adding the
LIBS variable value on generated makefiles editable. Also added a
radio button selection to determine which xsp server to run.
* vsprj2makeAddin/MonoLaunchHelper.cs: Added functionality to support
the xsp server selection.
* vsprj2makeAddin/RegistryHelper.cs: Change some of the properties
that are used to store registry values to give more importance to what
xsp is being run rather than what directory xsp.exe (1.x) stores it.
Change some of the defaults that are used for creating makefiles to
favor gtk-sharp-2.0
2006-04-19 Francisco "Paco" Martinez <paco@mfcon.com> 2006-04-19 Francisco "Paco" Martinez <paco@mfcon.com>
* Initial import into mono's svn repository * Initial import into mono's svn repository

Просмотреть файл

@ -1,51 +1,62 @@
README for vspr2make ver 0.95.1.0 README for vspr2make ver 1.0.0.0
By Francisco T. Martinez <paco@mfcon.com> Sunday, September 26, 2004 By Francisco T. Martinez <paco@mfcon.com> Saturday, April 22, 2006
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
General Description General Description
The Visual Studio Prj2Make# add-in is meant to complement the Mono Combined The Visual Studio Prj2Make# add-in is meant to complement the Mono Combined
Win32 Installer. This add in should simplify the use of Visual Studio .NET 2003 Win32 Installer. This add in should simplify the use of Visual Studio .NET 2003
as a development platform for Mono applications and may ease the deployment of as a development platform for Mono applications and may ease the deployment of
the developer's solution to other non-Windows platforms supported by Mono. the developer's solution to other non-Windows platforms supported by Mono.
As stated above, the vspr2make Add-in is closely linked and dependent of the As stated above, the vspr2make Add-in is closely linked and dependent of the
Mono Combined Win32 Installer. Mono Combined Win32 Installer.
Requirements: New in this Release:
- Visual Studio .NET 2003 The addition of a toolbar called MonoBarra. This toolbar contains a button with
the caption "Test in Mono" and a combo box that list all register copies of
- Mono Combined Win32 Installer (mono-1.0.2-gtksharp-1.0.2-win32-0.7.exe) the Mono Combined Installer found in the developer's Windows system.
Credits and Related Information Starting with this version you users will be able to install and use the
VSPrj2make add-in without needing to first install MonoLaunch.
The Prj2Make# add-in as well as it's installer have been developed by
Francisco "Paco" Martinez under the recommendations and advice of the
Mono community. Special gratitude to Maria Figueroa, Roger Martinez, Requirements:
Mildred Martinez, Daniel Morgan, Miguel de Icaza, Todd Berman, Lluis
Sanchez, Atsushi Enomoto and Joseph Hill. Special thanks to my children, - Visual Studio .NET 2003
Monica and Paquito for letting me use their quality time for the betterment
of mankind. - Mono Combined Win32 Installer (mono-1.1.10-gtksharp-2.4.0-win32-x.x.exe or higher)
For Support and Questions you can visit the locations or email the mail
list below: Credits and Related Information
http://forge.novell.com/modules/xfmod/project/?prj2make-sharp The Prj2Make# add-in as well as it's installer have been developed by
http://forge.novell.com/modules/xfmod/maillist/?group_id=1395 Francisco "Paco" Martinez under the recommendations and advice of the
Mono community. Special gratitude to Maria Figueroa, Roger Martinez,
Mono Combined Installer Web Site URL: Mildred Martinez, Daniel Morgan, Miguel de Icaza, Todd Berman, Lluis
http://forge.novell.com/modules/xfmod/project/?monowin32 Sanchez, Atsushi Enomoto and Joseph Hill. Special thanks to my children,
Monica and Paquito for letting me use their quality time for the betterment
Mono Combined Installer Mailing List Subscription and Archive: of mankind.
http://forge.novell.com/modules/xfmod/maillist/?group_id=1395
For Support and Questions you can visit the locations or email the mail
Mono Project Web Site URL: list below:
http://www.mono-project.com
http://forge.novell.com/modules/xfmod/project/?prj2make-sharp
Mono Project Mailing List Subscription and Archive: http://forge.novell.com/modules/xfmod/maillist/?group_id=1395
http://www.mono-project.com/about/mailing-lists.html#maillists
Mono Combined Installer Web Site URL:
http://forge.novell.com/modules/xfmod/project/?monowin32
Microsoft .NET, Visual Studio .NET 2003 and Windows are registered trademarks
of Microsoft Corporation. Mono Combined Installer Mailing List Subscription and Archive:
http://forge.novell.com/modules/xfmod/maillist/?group_id=1395
Mono Project Web Site URL:
http://www.mono-project.com
Mono Project Mailing List Subscription and Archive:
http://www.mono-project.com/about/mailing-lists.html#maillists
Microsoft .NET, Visual Studio .NET 2003 and Windows are registered trademarks
of Microsoft Corporation.

Просмотреть файл

@ -1,5 +1,5 @@
README for vspr2make ver 0.99.0.2 README for vspr2make ver 1.0.0.0
By Francisco T. Martinez <paco@mfcon.com> 5:56 PM 1/2/2006 By Francisco T. Martinez <paco@mfcon.com> Saturday, April 22, 2006
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
General Description General Description
@ -14,9 +14,12 @@ Mono Combined Win32 Installer.
New in this Release: New in this Release:
The "Test In Mono" menu option is now implemented. This will give users the The addition of a toolbar called MonoBarra. This toolbar contains a button with
ability to run the currently selected Startup project in a Visual Studio Solution the caption "Test in Mono" and a combo box that list all register copies of
using the Mono Runtime that is selected in accordance with MonoLaunch. the Mono Combined Installer found in the developer's Windows system.
Starting with this version you users will be able to install and use the
VSPrj2make add-in without needing to first install MonoLaunch.
Requirements: Requirements:
@ -25,8 +28,6 @@ Requirements:
- Mono Combined Win32 Installer (mono-1.1.10-gtksharp-2.4.0-win32-x.x.exe or higher) - Mono Combined Win32 Installer (mono-1.1.10-gtksharp-2.4.0-win32-x.x.exe or higher)
- Mono Runtime Selector Win32 Installer (MonoLaunch-1.0.0.2-1.exe or higher)
Credits and Related Information Credits and Related Information

Двоичные данные
vsAddIn2003/src/vsprj2make.suo

Двоичный файл не отображается.

Двоичный файл не отображается.

Двоичный файл не отображается.

Просмотреть файл

@ -1,54 +0,0 @@
<VisualStudioProject>
<CSHARP LastOpenVersion = "7.10.3077" >
<Build>
<Settings ReferencePath = "" >
<Config
Name = "Debug"
EnableASPDebugging = "false"
EnableASPXDebugging = "false"
EnableUnmanagedDebugging = "false"
EnableSQLServerDebugging = "false"
RemoteDebugEnabled = "false"
RemoteDebugMachine = ""
StartAction = "Project"
StartArguments = ""
StartPage = ""
StartProgram = ""
StartURL = ""
StartWorkingDirectory = ""
StartWithIE = "true"
/>
<Config
Name = "Release"
EnableASPDebugging = "false"
EnableASPXDebugging = "false"
EnableUnmanagedDebugging = "false"
EnableSQLServerDebugging = "false"
RemoteDebugEnabled = "false"
RemoteDebugMachine = ""
StartAction = "Project"
StartArguments = ""
StartPage = ""
StartProgram = ""
StartURL = ""
StartWorkingDirectory = ""
StartWithIE = "false"
>
<InteropRegistration
RegisteredComClassic = "true"
RegisteredOutput = "vsprj2make.dll"
RegisteredTypeLib = "vsprj2make.tlb"
/>
</Config>
</Settings>
</Build>
<OtherProjectSettings
CopyProjectDestinationFolder = ""
CopyProjectUncPath = ""
CopyProjectOption = "0"
ProjectView = "ProjectFiles"
ProjectTrust = "0"
/>
</CSHARP>
</VisualStudioProject>