mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
50334e7566
- 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.
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>
|
|
|