[2961] | 1 | <?xml version="1.0" encoding="Windows-1252"?>
|
---|
| 2 | <VisualStudioProject
|
---|
| 3 | ProjectType="Visual C++"
|
---|
| 4 | Version="8,00"
|
---|
| 5 | Name="Converter"
|
---|
| 6 | ProjectGUID="{93A522E1-76F0-4D46-9C97-30DC2DDB531D}"
|
---|
| 7 | RootNamespace="Converter"
|
---|
| 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"
|
---|
[3292] | 20 | OutputDirectory="$(SolutionDir)\$(ProjectName)\bin\$(ConfigurationName)"
|
---|
| 21 | IntermediateDirectory="$(SolutionDir)\$(ProjectName)\obj\$(ConfigurationName)"
|
---|
[2961] | 22 | ConfigurationType="1"
|
---|
| 23 | CharacterSet="1"
|
---|
| 24 | >
|
---|
| 25 | <Tool
|
---|
| 26 | Name="VCPreBuildEventTool"
|
---|
| 27 | />
|
---|
| 28 | <Tool
|
---|
| 29 | Name="VCCustomBuildTool"
|
---|
| 30 | />
|
---|
| 31 | <Tool
|
---|
| 32 | Name="VCXMLDataGeneratorTool"
|
---|
| 33 | />
|
---|
| 34 | <Tool
|
---|
| 35 | Name="VCWebServiceProxyGeneratorTool"
|
---|
| 36 | />
|
---|
| 37 | <Tool
|
---|
| 38 | Name="VCMIDLTool"
|
---|
| 39 | />
|
---|
| 40 | <Tool
|
---|
| 41 | Name="VCCLCompilerTool"
|
---|
| 42 | AdditionalOptions=" /D "_CRT_SECURE_NO_WARNINGS""
|
---|
| 43 | Optimization="0"
|
---|
| 44 | AdditionalIncludeDirectories="libs\Zlib\include"
|
---|
| 45 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
---|
| 46 | MinimalRebuild="true"
|
---|
| 47 | BasicRuntimeChecks="3"
|
---|
| 48 | RuntimeLibrary="3"
|
---|
| 49 | UsePrecompiledHeader="0"
|
---|
| 50 | WarningLevel="3"
|
---|
| 51 | Detect64BitPortabilityProblems="true"
|
---|
| 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="zlib.lib"
|
---|
| 66 | LinkIncremental="2"
|
---|
| 67 | AdditionalLibraryDirectories="libs\Zlib\lib"
|
---|
| 68 | IgnoreDefaultLibraryNames="libCMT"
|
---|
| 69 | GenerateDebugInformation="true"
|
---|
| 70 | SubSystem="1"
|
---|
[3261] | 71 | LargeAddressAware="2"
|
---|
[2961] | 72 | TargetMachine="1"
|
---|
| 73 | />
|
---|
| 74 | <Tool
|
---|
| 75 | Name="VCALinkTool"
|
---|
| 76 | />
|
---|
| 77 | <Tool
|
---|
| 78 | Name="VCManifestTool"
|
---|
| 79 | />
|
---|
| 80 | <Tool
|
---|
| 81 | Name="VCXDCMakeTool"
|
---|
| 82 | />
|
---|
| 83 | <Tool
|
---|
| 84 | Name="VCBscMakeTool"
|
---|
| 85 | />
|
---|
| 86 | <Tool
|
---|
| 87 | Name="VCFxCopTool"
|
---|
| 88 | />
|
---|
| 89 | <Tool
|
---|
| 90 | Name="VCAppVerifierTool"
|
---|
| 91 | />
|
---|
| 92 | <Tool
|
---|
| 93 | Name="VCWebDeploymentTool"
|
---|
| 94 | />
|
---|
| 95 | <Tool
|
---|
| 96 | Name="VCPostBuildEventTool"
|
---|
| 97 | />
|
---|
| 98 | </Configuration>
|
---|
| 99 | <Configuration
|
---|
| 100 | Name="Release|Win32"
|
---|
[3292] | 101 | OutputDirectory="$(SolutionDir)\$(ProjectName)\bin\$(ConfigurationName)"
|
---|
| 102 | IntermediateDirectory="$(SolutionDir)\$(ProjectName)\obj\$(ConfigurationName)"
|
---|
[2961] | 103 | ConfigurationType="1"
|
---|
| 104 | CharacterSet="1"
|
---|
| 105 | WholeProgramOptimization="1"
|
---|
| 106 | >
|
---|
| 107 | <Tool
|
---|
| 108 | Name="VCPreBuildEventTool"
|
---|
| 109 | />
|
---|
| 110 | <Tool
|
---|
| 111 | Name="VCCustomBuildTool"
|
---|
| 112 | />
|
---|
| 113 | <Tool
|
---|
| 114 | Name="VCXMLDataGeneratorTool"
|
---|
| 115 | />
|
---|
| 116 | <Tool
|
---|
| 117 | Name="VCWebServiceProxyGeneratorTool"
|
---|
| 118 | />
|
---|
| 119 | <Tool
|
---|
| 120 | Name="VCMIDLTool"
|
---|
| 121 | />
|
---|
| 122 | <Tool
|
---|
| 123 | Name="VCCLCompilerTool"
|
---|
| 124 | AdditionalOptions=" /D "_CRT_SECURE_NO_WARNINGS""
|
---|
[3261] | 125 | Optimization="3"
|
---|
| 126 | InlineFunctionExpansion="2"
|
---|
| 127 | EnableIntrinsicFunctions="true"
|
---|
| 128 | FavorSizeOrSpeed="1"
|
---|
| 129 | OmitFramePointers="true"
|
---|
| 130 | EnableFiberSafeOptimizations="true"
|
---|
[2961] | 131 | AdditionalIncludeDirectories="libs\Zlib\include"
|
---|
| 132 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
---|
[3261] | 133 | StringPooling="true"
|
---|
[2961] | 134 | RuntimeLibrary="2"
|
---|
[3262] | 135 | BufferSecurityCheck="false"
|
---|
[3261] | 136 | EnableEnhancedInstructionSet="2"
|
---|
| 137 | RuntimeTypeInfo="false"
|
---|
[2961] | 138 | UsePrecompiledHeader="0"
|
---|
| 139 | WarningLevel="3"
|
---|
| 140 | Detect64BitPortabilityProblems="true"
|
---|
| 141 | DebugInformationFormat="3"
|
---|
| 142 | />
|
---|
| 143 | <Tool
|
---|
| 144 | Name="VCManagedResourceCompilerTool"
|
---|
| 145 | />
|
---|
| 146 | <Tool
|
---|
| 147 | Name="VCResourceCompilerTool"
|
---|
| 148 | />
|
---|
| 149 | <Tool
|
---|
| 150 | Name="VCPreLinkEventTool"
|
---|
| 151 | />
|
---|
| 152 | <Tool
|
---|
| 153 | Name="VCLinkerTool"
|
---|
| 154 | AdditionalDependencies="zlib.lib"
|
---|
| 155 | LinkIncremental="1"
|
---|
| 156 | AdditionalLibraryDirectories="libs\Zlib\lib"
|
---|
| 157 | IgnoreDefaultLibraryNames="libCMT"
|
---|
[3342] | 158 | GenerateDebugInformation="false"
|
---|
[2961] | 159 | SubSystem="1"
|
---|
[3261] | 160 | LargeAddressAware="2"
|
---|
[2961] | 161 | OptimizeReferences="2"
|
---|
| 162 | EnableCOMDATFolding="2"
|
---|
| 163 | TargetMachine="1"
|
---|
| 164 | />
|
---|
| 165 | <Tool
|
---|
| 166 | Name="VCALinkTool"
|
---|
| 167 | />
|
---|
| 168 | <Tool
|
---|
| 169 | Name="VCManifestTool"
|
---|
| 170 | />
|
---|
| 171 | <Tool
|
---|
| 172 | Name="VCXDCMakeTool"
|
---|
| 173 | />
|
---|
| 174 | <Tool
|
---|
| 175 | Name="VCBscMakeTool"
|
---|
| 176 | />
|
---|
| 177 | <Tool
|
---|
| 178 | Name="VCFxCopTool"
|
---|
| 179 | />
|
---|
| 180 | <Tool
|
---|
| 181 | Name="VCAppVerifierTool"
|
---|
| 182 | />
|
---|
| 183 | <Tool
|
---|
| 184 | Name="VCWebDeploymentTool"
|
---|
| 185 | />
|
---|
| 186 | <Tool
|
---|
| 187 | Name="VCPostBuildEventTool"
|
---|
| 188 | />
|
---|
| 189 | </Configuration>
|
---|
| 190 | </Configurations>
|
---|
| 191 | <References>
|
---|
| 192 | </References>
|
---|
| 193 | <Files>
|
---|
| 194 | <Filter
|
---|
| 195 | Name="Source Files"
|
---|
| 196 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
---|
| 197 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
---|
| 198 | >
|
---|
| 199 | <File
|
---|
| 200 | RelativePath=".\Converter\gzstream.cpp"
|
---|
| 201 | >
|
---|
| 202 | </File>
|
---|
| 203 | <File
|
---|
| 204 | RelativePath=".\Converter\main.cpp"
|
---|
| 205 | >
|
---|
| 206 | </File>
|
---|
| 207 | <File
|
---|
| 208 | RelativePath=".\Converter\ObjConverter.cpp"
|
---|
| 209 | >
|
---|
| 210 | </File>
|
---|
[3012] | 211 | <File
|
---|
[3261] | 212 | RelativePath=".\Converter\ObjConverter2.cpp"
|
---|
| 213 | >
|
---|
| 214 | </File>
|
---|
| 215 | <File
|
---|
[3012] | 216 | RelativePath=".\Converter\SimpleTri.cpp"
|
---|
| 217 | >
|
---|
| 218 | </File>
|
---|
| 219 | <File
|
---|
| 220 | RelativePath=".\Converter\SimpleVec.cpp"
|
---|
| 221 | >
|
---|
| 222 | </File>
|
---|
[2961] | 223 | </Filter>
|
---|
| 224 | <Filter
|
---|
| 225 | Name="Header Files"
|
---|
| 226 | Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
---|
| 227 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
---|
| 228 | >
|
---|
| 229 | <File
|
---|
| 230 | RelativePath=".\Converter\gzstream.h"
|
---|
| 231 | >
|
---|
| 232 | </File>
|
---|
| 233 | <File
|
---|
| 234 | RelativePath=".\Converter\ObjConverter.h"
|
---|
| 235 | >
|
---|
| 236 | </File>
|
---|
[3012] | 237 | <File
|
---|
[3261] | 238 | RelativePath=".\Converter\ObjConverter2.h"
|
---|
| 239 | >
|
---|
| 240 | </File>
|
---|
| 241 | <File
|
---|
[3012] | 242 | RelativePath=".\Converter\SimpleTri.h"
|
---|
| 243 | >
|
---|
| 244 | </File>
|
---|
| 245 | <File
|
---|
| 246 | RelativePath=".\Converter\SimpleVec.h"
|
---|
| 247 | >
|
---|
| 248 | </File>
|
---|
[2961] | 249 | </Filter>
|
---|
| 250 | </Files>
|
---|
| 251 | <Globals>
|
---|
| 252 | </Globals>
|
---|
| 253 | </VisualStudioProject>
|
---|