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,5 +1,5 @@
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
@ -12,11 +12,22 @@ 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.
New in this Release:
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
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:
- Visual Studio .NET 2003 - Visual Studio .NET 2003
- Mono Combined Win32 Installer (mono-1.0.2-gtksharp-1.0.2-win32-0.7.exe) - Mono Combined Win32 Installer (mono-1.1.10-gtksharp-2.4.0-win32-x.x.exe or higher)
Credits and Related Information Credits and Related Information

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

@ -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>