mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 05:47:04 +00:00
66629cf529
- implement FileLocator class that can locate special system directories - make preferences use this to locate user-prefs.xml file in Documents and Settings\Application Data\Manticore - implement Browse... button in Browser display pref panel, rooted on My Documents (using File Locator) - create default user-prefs.xml file (empty) which is copied to user profile directory on first launch or when data is corrupted. - create new directory for storing defaults. (defaults/) - Add deployment project to solution file.
28 lines
1.3 KiB
Plaintext
28 lines
1.3 KiB
Plaintext
Microsoft Visual Studio Solution File, Format Version 7.00
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Manticore", "Manticore.csproj", "{B40F4C31-96AF-4E5F-A088-546389BC78C4}"
|
|
EndProject
|
|
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Manticore Setup", "setup\setup.vdproj", "{4DF4B4EB-82EE-42E9-AB29-564908D0745A}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfiguration) = preSolution
|
|
ConfigName.0 = Debug
|
|
ConfigName.1 = Release
|
|
EndGlobalSection
|
|
GlobalSection(ProjectDependencies) = postSolution
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfiguration) = postSolution
|
|
{B40F4C31-96AF-4E5F-A088-546389BC78C4}.Debug.ActiveCfg = Debug|.NET
|
|
{B40F4C31-96AF-4E5F-A088-546389BC78C4}.Debug.Build.0 = Debug|.NET
|
|
{B40F4C31-96AF-4E5F-A088-546389BC78C4}.Release.ActiveCfg = Release|.NET
|
|
{B40F4C31-96AF-4E5F-A088-546389BC78C4}.Release.Build.0 = Release|.NET
|
|
{4DF4B4EB-82EE-42E9-AB29-564908D0745A}.Debug.ActiveCfg = Debug
|
|
{4DF4B4EB-82EE-42E9-AB29-564908D0745A}.Debug.Build.0 = Debug
|
|
{4DF4B4EB-82EE-42E9-AB29-564908D0745A}.Release.ActiveCfg = Release
|
|
{4DF4B4EB-82EE-42E9-AB29-564908D0745A}.Release.Build.0 = Release
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityAddIns) = postSolution
|
|
EndGlobalSection
|
|
EndGlobal
|