Enable Firefox support on Windows, and checkpoint Windows Project files.

This commit is contained in:
Jim Norman
2006-04-13 16:03:49 +00:00
parent 7684bc7aee
commit 7a72dfc4a1
17 changed files with 925 additions and 479 deletions

View File

@@ -28,7 +28,7 @@
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
DefineConstants = "DEBUG;TRACE; WIN32"
DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
@@ -48,7 +48,7 @@
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "TRACE"
DefineConstants = "TRACE; WIN32"
DocumentationFile = ""
DebugSymbols = "false"
FileAlignment = "4096"
@@ -149,6 +149,11 @@
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "FFEngine.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "GKEngine.cs"
SubType = "Code"
@@ -169,6 +174,11 @@
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ad_ff\FireFox.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ad_gk\GnomeKeyring.cs"
SubType = "Code"