- more preferences dialog work - making a preferences panel class for handling of loading data from preferences and saving it again. - preferences category tree generation from XML - general tidy up. - making Quit work properly so that we can shut down cleanly. git-svn-id: svn://10.0.0.236/trunk@98357 18797224-902f-48f8-a5cc-f745e15eee43
44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
<VisualStudioProject>
|
|
<CSHARP>
|
|
<Build>
|
|
<Settings ReferencePath = "C:\WINNT\Microsoft.NET\Framework\v1.0.2914;C:\builds\mozilla\extensions\manticore;" >
|
|
<Config
|
|
Name = "Debug"
|
|
EnableASPDebugging = "false"
|
|
EnableASPXDebugging = "false"
|
|
EnableUnmanagedDebugging = "false"
|
|
EnableSQLServerDebugging = "false"
|
|
StartAction = "Project"
|
|
StartArguments = ""
|
|
StartPage = ""
|
|
StartProgram = ""
|
|
StartURL = ""
|
|
StartWorkingDirectory = ""
|
|
StartWithIE = "true"
|
|
/>
|
|
<Config
|
|
Name = "Release"
|
|
EnableASPDebugging = "false"
|
|
EnableASPXDebugging = "false"
|
|
EnableUnmanagedDebugging = "false"
|
|
EnableSQLServerDebugging = "false"
|
|
StartAction = "Project"
|
|
StartArguments = ""
|
|
StartPage = ""
|
|
StartProgram = ""
|
|
StartURL = ""
|
|
StartWorkingDirectory = ""
|
|
StartWithIE = "true"
|
|
/>
|
|
</Settings>
|
|
</Build>
|
|
<OtherProjectSettings
|
|
CopyProjectDestinationFolder = ""
|
|
CopyProjectUncPath = ""
|
|
CopyProjectOption = "0"
|
|
ProjectView = "ProjectFiles"
|
|
/>
|
|
</CSHARP>
|
|
</VisualStudioProject>
|
|
|