| 1 |
<?xml version="1.0" encoding="Windows-1252"?> |
|---|
| 2 |
<VisualStudioProject |
|---|
| 3 |
ProjectType="Visual C++" |
|---|
| 4 |
Version="8.00" |
|---|
| 5 |
Name="ubrowser" |
|---|
| 6 |
ProjectGUID="{2BB09AF3-E27A-4EB8-AEC3-F5380C7585A5}" |
|---|
| 7 |
RootNamespace="ubrowser" |
|---|
| 8 |
Keyword="Win32Proj" |
|---|
| 9 |
> |
|---|
| 10 |
<Platforms> |
|---|
| 11 |
<Platform |
|---|
| 12 |
Name="Win32" |
|---|
| 13 |
/> |
|---|
| 14 |
</Platforms> |
|---|
| 15 |
<ToolFiles> |
|---|
| 16 |
</ToolFiles> |
|---|
| 17 |
<Configurations> |
|---|
| 18 |
<Configuration |
|---|
| 19 |
Name="Debug|Win32" |
|---|
| 20 |
OutputDirectory="Debug" |
|---|
| 21 |
IntermediateDirectory="Debug" |
|---|
| 22 |
ConfigurationType="1" |
|---|
| 23 |
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
|---|
| 24 |
CharacterSet="1" |
|---|
| 25 |
> |
|---|
| 26 |
<Tool |
|---|
| 27 |
Name="VCPreBuildEventTool" |
|---|
| 28 |
/> |
|---|
| 29 |
<Tool |
|---|
| 30 |
Name="VCCustomBuildTool" |
|---|
| 31 |
/> |
|---|
| 32 |
<Tool |
|---|
| 33 |
Name="VCXMLDataGeneratorTool" |
|---|
| 34 |
/> |
|---|
| 35 |
<Tool |
|---|
| 36 |
Name="VCWebServiceProxyGeneratorTool" |
|---|
| 37 |
/> |
|---|
| 38 |
<Tool |
|---|
| 39 |
Name="VCMIDLTool" |
|---|
| 40 |
/> |
|---|
| 41 |
<Tool |
|---|
| 42 |
Name="VCCLCompilerTool" |
|---|
| 43 |
Optimization="0" |
|---|
| 44 |
AdditionalIncludeDirectories="..\dependencies\include;..\..\" |
|---|
| 45 |
PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;_WINDOWS;XP_WIN;XP_WIN32;MOZILLA_INTERNAL_API" |
|---|
| 46 |
MinimalRebuild="true" |
|---|
| 47 |
BasicRuntimeChecks="3" |
|---|
| 48 |
RuntimeLibrary="1" |
|---|
| 49 |
UsePrecompiledHeader="0" |
|---|
| 50 |
WarningLevel="3" |
|---|
| 51 |
Detect64BitPortabilityProblems="false" |
|---|
| 52 |
DebugInformationFormat="4" |
|---|
| 53 |
/> |
|---|
| 54 |
<Tool |
|---|
| 55 |
Name="VCManagedResourceCompilerTool" |
|---|
| 56 |
/> |
|---|
| 57 |
<Tool |
|---|
| 58 |
Name="VCResourceCompilerTool" |
|---|
| 59 |
/> |
|---|
| 60 |
<Tool |
|---|
| 61 |
Name="VCPreLinkEventTool" |
|---|
| 62 |
/> |
|---|
| 63 |
<Tool |
|---|
| 64 |
Name="VCLinkerTool" |
|---|
| 65 |
AdditionalDependencies="opengl32.lib glu32.lib version.lib comctl32.lib llmozlib2d-vc80.lib glui32d-vc8.lib" |
|---|
| 66 |
OutputFile="$(OutDir)/ubrowser.exe" |
|---|
| 67 |
LinkIncremental="2" |
|---|
| 68 |
AdditionalLibraryDirectories="..\dependencies\lib;..\..\Debug" |
|---|
| 69 |
IgnoreDefaultLibraryNames="msvcrtd.lib" |
|---|
| 70 |
GenerateDebugInformation="true" |
|---|
| 71 |
ProgramDatabaseFile="$(OutDir)/ubrowser.pdb" |
|---|
| 72 |
SubSystem="1" |
|---|
| 73 |
TargetMachine="1" |
|---|
| 74 |
/> |
|---|
| 75 |
<Tool |
|---|
| 76 |
Name="VCALinkTool" |
|---|
| 77 |
/> |
|---|
| 78 |
<Tool |
|---|
| 79 |
Name="VCManifestTool" |
|---|
| 80 |
/> |
|---|
| 81 |
<Tool |
|---|
| 82 |
Name="VCXDCMakeTool" |
|---|
| 83 |
/> |
|---|
| 84 |
<Tool |
|---|
| 85 |
Name="VCBscMakeTool" |
|---|
| 86 |
/> |
|---|
| 87 |
<Tool |
|---|
| 88 |
Name="VCFxCopTool" |
|---|
| 89 |
/> |
|---|
| 90 |
<Tool |
|---|
| 91 |
Name="VCAppVerifierTool" |
|---|
| 92 |
/> |
|---|
| 93 |
<Tool |
|---|
| 94 |
Name="VCWebDeploymentTool" |
|---|
| 95 |
/> |
|---|
| 96 |
<Tool |
|---|
| 97 |
Name="VCPostBuildEventTool" |
|---|
| 98 |
Description="Copying runtime files" |
|---|
| 99 |
CommandLine="if not exist "$(TargetDir)\chrome\" xcopy ..\..\libraries\i686-win32\runtime_debug\*.* "$(TargetDir)" /s /y
if not exist "$(TargetDir)\glut32.dll" copy ..\dependencies\bin\glut32.dll "$(TargetDir)" /y
" |
|---|
| 100 |
/> |
|---|
| 101 |
</Configuration> |
|---|
| 102 |
<Configuration |
|---|
| 103 |
Name="Release|Win32" |
|---|
| 104 |
OutputDirectory="Release" |
|---|
| 105 |
IntermediateDirectory="Release" |
|---|
| 106 |
ConfigurationType="1" |
|---|
| 107 |
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
|---|
| 108 |
CharacterSet="1" |
|---|
| 109 |
> |
|---|
| 110 |
<Tool |
|---|
| 111 |
Name="VCPreBuildEventTool" |
|---|
| 112 |
/> |
|---|
| 113 |
<Tool |
|---|
| 114 |
Name="VCCustomBuildTool" |
|---|
| 115 |
/> |
|---|
| 116 |
<Tool |
|---|
| 117 |
Name="VCXMLDataGeneratorTool" |
|---|
| 118 |
/> |
|---|
| 119 |
<Tool |
|---|
| 120 |
Name="VCWebServiceProxyGeneratorTool" |
|---|
| 121 |
/> |
|---|
| 122 |
<Tool |
|---|
| 123 |
Name="VCMIDLTool" |
|---|
| 124 |
/> |
|---|
| 125 |
<Tool |
|---|
| 126 |
Name="VCCLCompilerTool" |
|---|
| 127 |
Optimization="2" |
|---|
| 128 |
AdditionalIncludeDirectories="..\dependencies\include;..\..\" |
|---|
| 129 |
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;XP_WIN;XP_WIN32;MOZILLA_INTERNAL_API" |
|---|
| 130 |
RuntimeLibrary="0" |
|---|
| 131 |
UsePrecompiledHeader="0" |
|---|
| 132 |
WarningLevel="3" |
|---|
| 133 |
Detect64BitPortabilityProblems="false" |
|---|
| 134 |
DebugInformationFormat="3" |
|---|
| 135 |
/> |
|---|
| 136 |
<Tool |
|---|
| 137 |
Name="VCManagedResourceCompilerTool" |
|---|
| 138 |
/> |
|---|
| 139 |
<Tool |
|---|
| 140 |
Name="VCResourceCompilerTool" |
|---|
| 141 |
/> |
|---|
| 142 |
<Tool |
|---|
| 143 |
Name="VCPreLinkEventTool" |
|---|
| 144 |
/> |
|---|
| 145 |
<Tool |
|---|
| 146 |
Name="VCLinkerTool" |
|---|
| 147 |
IgnoreImportLibrary="false" |
|---|
| 148 |
AdditionalDependencies="opengl32.lib glu32.lib version.lib comctl32.lib llmozlib2-vc80.lib glui32-vc8.lib" |
|---|
| 149 |
OutputFile="$(OutDir)/ubrowser.exe" |
|---|
| 150 |
LinkIncremental="1" |
|---|
| 151 |
AdditionalLibraryDirectories="..\dependencies\lib;..\..\Release" |
|---|
| 152 |
IgnoreAllDefaultLibraries="false" |
|---|
| 153 |
IgnoreDefaultLibraryNames="MSVCRT.lib" |
|---|
| 154 |
GenerateDebugInformation="true" |
|---|
| 155 |
SubSystem="1" |
|---|
| 156 |
OptimizeReferences="2" |
|---|
| 157 |
EnableCOMDATFolding="2" |
|---|
| 158 |
TargetMachine="1" |
|---|
| 159 |
/> |
|---|
| 160 |
<Tool |
|---|
| 161 |
Name="VCALinkTool" |
|---|
| 162 |
/> |
|---|
| 163 |
<Tool |
|---|
| 164 |
Name="VCManifestTool" |
|---|
| 165 |
/> |
|---|
| 166 |
<Tool |
|---|
| 167 |
Name="VCXDCMakeTool" |
|---|
| 168 |
/> |
|---|
| 169 |
<Tool |
|---|
| 170 |
Name="VCBscMakeTool" |
|---|
| 171 |
/> |
|---|
| 172 |
<Tool |
|---|
| 173 |
Name="VCFxCopTool" |
|---|
| 174 |
/> |
|---|
| 175 |
<Tool |
|---|
| 176 |
Name="VCAppVerifierTool" |
|---|
| 177 |
/> |
|---|
| 178 |
<Tool |
|---|
| 179 |
Name="VCWebDeploymentTool" |
|---|
| 180 |
/> |
|---|
| 181 |
<Tool |
|---|
| 182 |
Name="VCPostBuildEventTool" |
|---|
| 183 |
Description="Copying runtime files" |
|---|
| 184 |
CommandLine="if not exist "$(TargetDir)\chrome\" xcopy ..\..\libraries\i686-win32\runtime_release\*.* "$(TargetDir)" /s /y
if not exist "$(TargetDir)\glut32.dll" copy ..\dependencies\bin\glut32.dll "$(TargetDir)" /y
" |
|---|
| 185 |
/> |
|---|
| 186 |
</Configuration> |
|---|
| 187 |
</Configurations> |
|---|
| 188 |
<References> |
|---|
| 189 |
</References> |
|---|
| 190 |
<Files> |
|---|
| 191 |
<File |
|---|
| 192 |
RelativePath=".\app.cpp" |
|---|
| 193 |
> |
|---|
| 194 |
</File> |
|---|
| 195 |
<File |
|---|
| 196 |
RelativePath=".\readme.html" |
|---|
| 197 |
> |
|---|
| 198 |
</File> |
|---|
| 199 |
<File |
|---|
| 200 |
RelativePath=".\ubrowser.cpp" |
|---|
| 201 |
> |
|---|
| 202 |
</File> |
|---|
| 203 |
<File |
|---|
| 204 |
RelativePath=".\ubrowser.h" |
|---|
| 205 |
> |
|---|
| 206 |
</File> |
|---|
| 207 |
</Files> |
|---|
| 208 |
<Globals> |
|---|
| 209 |
</Globals> |
|---|
| 210 |
</VisualStudioProject> |
|---|