mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-01-18 23:42:26 +00:00
Delete foreign build systems
Eventually a cmake based build system will replace all these. Also, interference with `git grep` can not be tolerated.
This commit is contained in:
parent
afcd0a93ea
commit
adebc145e3
62 changed files with 0 additions and 27349 deletions
|
@ -1,954 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug with inlines and memory log|Win32">
|
||||
<Configuration>Debug with inlines and memory log</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug with inlines|Win32">
|
||||
<Configuration>Debug with inlines</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Dedicated Debug with inlines|Win32">
|
||||
<Configuration>Dedicated Debug with inlines</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Dedicated Debug|Win32">
|
||||
<Configuration>Dedicated Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Dedicated Release|Win32">
|
||||
<Configuration>Dedicated Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectName>MayaImport</ProjectName>
|
||||
<ProjectGuid>{49BEC5C6-B964-417A-851E-808886B574F1}</ProjectGuid>
|
||||
<RootNamespace>MayaImport</RootNamespace>
|
||||
<SccProjectName>
|
||||
</SccProjectName>
|
||||
<SccLocalPath>
|
||||
</SccLocalPath>
|
||||
<SccProvider>
|
||||
</SccProvider>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_MayaImport.props" />
|
||||
<Import Project="_Dedicated.props" />
|
||||
<Import Project="_Release.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_MayaImport.props" />
|
||||
<Import Project="_Dedicated.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
<Import Project="_WithInlines.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_MayaImport.props" />
|
||||
<Import Project="_Dedicated.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_MayaImport.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
<Import Project="_WithInlines.props" />
|
||||
<Import Project="_WithMemoryLog.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_MayaImport.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
<Import Project="_WithInlines.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_MayaImport.props" />
|
||||
<Import Project="_Release.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_MayaImport.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="MayaImport\Maya4.5\maya.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\flib.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\ilib.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\M3dView.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MAngle.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MAnimControl.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MAnimCurveChange.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MAnimCurveClipboard.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MAnimCurveClipboardItem.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MAnimCurveClipboardItemArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MAnimMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MAnimUtil.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MApiVersion.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MArgDatabase.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MArgList.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MArgParser.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MArrayDataBuilder.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MArrayDataHandle.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MAttributeIndex.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MAttributeSpec.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MAttributeSpecArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MBoundingBox.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MColor.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MColorArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MCommandResult.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MComputation.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MConditionMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MCursor.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDagMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDagModifier.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDagPath.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDagPathArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDataBlock.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDataHandle.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDeviceChannel.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDeviceState.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDGContext.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDGMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDGModifier.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDistance.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDoubleArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDrawData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDrawInfo.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDrawRequest.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDrawRequestQueue.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDynSweptLine.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MDynSweptTriangle.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MEulerRotation.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MEvent.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MEventMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFeedbackLine.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFileIO.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFileObject.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFloatArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFloatMatrix.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFloatPoint.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFloatPointArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFloatVector.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFloatVectorArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFn.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnAirField.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnAmbientLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnAnimCurve.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnAreaLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnArrayAttrsData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnBase.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnBlendShapeDeformer.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnBlinnShader.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnCamera.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnCharacter.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnCircleSweepManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnClip.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnComponent.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnComponentListData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnCompoundAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnCurveSegmentManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnDagNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnDependencyNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnDirectionalLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnDirectionManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnDiscManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnDistanceManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnDoubleArrayData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnDoubleIndexedComponent.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnDragField.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnDynSweptGeometryData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnEnumAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnExpression.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnField.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnFluid.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnFreePointTriadManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnGenericAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnGeometryData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnGeometryFilter.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnGravityField.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnIkEffector.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnIkHandle.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnIkJoint.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnIkSolver.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnIntArrayData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnLambertShader.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnLattice.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnLatticeData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnLatticeDeformer.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnLightDataAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnManip3D.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnMatrixAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnMatrixData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnMesh.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnMeshData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnMessageAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnMotionPath.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnNewtonField.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnNonAmbientLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnNonExtendedLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnNumericAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnNumericData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnNurbsCurve.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnNurbsCurveData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnNurbsSurface.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnNurbsSurfaceData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnPartition.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnPhongShader.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnPlugin.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnPluginData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnPointArrayData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnPointLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnPointOnCurveManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnPointOnSurfaceManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnRadialField.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnReflectShader.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnSet.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnSingleIndexedComponent.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnSkinCluster.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnSphereData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnSpotLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnStateManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnStringArrayData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnStringData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnSubd.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnSubdData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnSubdNames.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnToggleManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnTransform.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnTripleIndexedComponent.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnTurbulenceField.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnTypedAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnUInt64ArrayData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnUniformField.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnUnitAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnVectorArrayData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnVolumeAxisField.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnVortexField.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnWeightGeometryFilter.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MFnWireDeformer.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MGlobal.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MIkHandleGroup.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MIkSystem.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MImage.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MIntArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MItCurveCV.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MItDag.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MItDependencyGraph.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MItDependencyNodes.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MItGeometry.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MItInstancer.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MItKeyframe.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MItMeshEdge.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MItMeshFaceVertex.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MItMeshPolygon.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MItMeshVertex.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MItSelectionList.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MItSurfaceCV.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MLibrary.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MLightLinks.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MManipData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MMaterial.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MMatrix.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MModelMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MNodeMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MObject.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MObjectArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\mocapserial.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\mocapserver.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\mocaptcp.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPlug.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPlugArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPoint.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPointArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxCommand.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxContext.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxContextCommand.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxDeformerNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxDragAndDropBehavior.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxEmitterNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxFieldNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxFileTranslator.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxGeometryData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxGeometryIterator.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxGlBuffer.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxHwShaderNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxIkSolver.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxIkSolverNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxLocatorNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxManipContainer.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxMidiInputDevice.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxPolyTrg.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxSelectionContext.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxSpringNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxSurfaceShape.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxSurfaceShapeUI.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxToolCommand.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxTransform.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MPxTransformationMatrix.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MQuaternion.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MRenderCallback.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MRenderData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MRenderShadowData.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MRenderUtil.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MRenderView.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MSceneMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MSelectInfo.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MSelectionList.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MSelectionMask.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MSimple.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MStatus.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MString.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MStringArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MSyntax.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MTesselationParams.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MTime.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MTimeArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MToolsInfo.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MTransformationMatrix.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MTypeId.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MTypes.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MUiMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MUint64Array.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MVector.h" />
|
||||
<ClInclude Include="MayaImport\Maya4.5\include\maya\MVectorArray.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\flib.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\ilib.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\M3dView.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MAngle.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MAnimControl.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MAnimCurveChange.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MAnimCurveClipboard.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MAnimCurveClipboardItem.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MAnimCurveClipboardItemArray.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MAnimMessage.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MAnimUtil.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MApiVersion.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MArgDatabase.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MArgList.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MArgParser.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MArrayDataBuilder.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MArrayDataHandle.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MAttributeIndex.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MAttributeSpec.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MAttributeSpecArray.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MBoundingBox.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MColor.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MColorArray.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MCommandResult.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MComputation.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MConditionMessage.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MCursor.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDagMessage.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDagModifier.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDagPath.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDagPathArray.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDataBlock.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDataHandle.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDeviceChannel.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDeviceState.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDGContext.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDGMessage.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDGModifier.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDistance.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDoubleArray.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDrawData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDrawInfo.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDrawRequest.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDrawRequestQueue.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDynSweptLine.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MDynSweptTriangle.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MEulerRotation.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MEvent.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MEventMessage.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFeedbackLine.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFileIO.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFileObject.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFloatArray.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFloatMatrix.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFloatPoint.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFloatPointArray.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFloatVector.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFloatVectorArray.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFn.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnAirField.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnAmbientLight.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnAnimCurve.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnAreaLight.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnArrayAttrsData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnAttribute.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnBase.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnBlendShapeDeformer.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnBlinnShader.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnCamera.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnCharacter.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnCircleSweepManip.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnClip.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnComponent.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnComponentListData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnCompoundAttribute.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnCurveSegmentManip.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnDagNode.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnDependencyNode.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnDirectionalLight.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnDirectionManip.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnDiscManip.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnDistanceManip.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnDoubleArrayData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnDoubleIndexedComponent.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnDragField.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnDynSweptGeometryData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnEnumAttribute.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnExpression.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnField.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnFluid.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnFreePointTriadManip.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnGenericAttribute.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnGeometryData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnGeometryFilter.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnGravityField.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnIkEffector.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnIkHandle.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnIkJoint.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnIkSolver.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnIntArrayData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnLambertShader.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnLattice.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnLatticeData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnLatticeDeformer.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnLight.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnLightDataAttribute.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnManip3D.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnMatrixAttribute.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnMatrixData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnMesh.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnMeshData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnMessageAttribute.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnMotionPath.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnNewtonField.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnNonAmbientLight.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnNonExtendedLight.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnNumericAttribute.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnNumericData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnNurbsCurve.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnNurbsCurveData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnNurbsSurface.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnNurbsSurfaceData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnParticleSystem.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnPartition.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnPhongShader.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnPlugin.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnPluginData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnPointArrayData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnPointLight.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnPointOnCurveManip.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnPointOnSurfaceManip.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnRadialField.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnReflectShader.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnSet.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnSingleIndexedComponent.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnSkinCluster.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnSphereData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnSpotLight.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnStateManip.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnStringArrayData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnStringData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnSubd.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnSubdData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnSubdNames.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnToggleManip.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnTransform.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnTripleIndexedComponent.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnTurbulenceField.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnTypedAttribute.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnUInt64ArrayData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnUniformField.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnUnitAttribute.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnVectorArrayData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnVolumeAxisField.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnVolumeLight.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnVortexField.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnWeightGeometryFilter.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MFnWireDeformer.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MGlobal.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MIkHandleGroup.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MIkSystem.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MImage.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MIntArray.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MIOStream.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MItCurveCV.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MItDag.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MItDependencyGraph.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MItDependencyNodes.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MItGeometry.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MItInstancer.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MItKeyframe.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MItMeshEdge.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MItMeshFaceVertex.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MItMeshPolygon.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MItMeshVertex.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MItSelectionList.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MItSurfaceCV.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MLibrary.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MLightLinks.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MLockMessage.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MManipData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MMaterial.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MMatrix.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MMessage.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MModelMessage.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MNodeMessage.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MObject.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MObjectArray.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\mocapserial.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\mocapserver.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\mocaptcp.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPlug.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPlugArray.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPoint.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPointArray.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPx3dModelView.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxCommand.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxContext.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxContextCommand.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxDeformerNode.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxDragAndDropBehavior.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxEmitterNode.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxFieldNode.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxFileTranslator.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxGeometryData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxGeometryIterator.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxGlBuffer.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxHwShaderNode.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxIkSolver.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxIkSolverNode.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxLocatorNode.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxManipContainer.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxMidiInputDevice.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxModelEditorCommand.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxNode.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxObjectSet.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxPolyTrg.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxPolyTweakUVCommand.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxSelectionContext.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxSpringNode.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxSurfaceShape.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxSurfaceShapeUI.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxToolCommand.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxTransform.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MPxTransformationMatrix.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MQuaternion.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MRampAttribute.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MRenderCallback.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MRenderData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MRenderShadowData.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MRenderUtil.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MRenderView.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MSceneMessage.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MSelectInfo.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MSelectionList.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MSelectionMask.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MSimple.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MStatus.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MString.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MStringArray.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MSyntax.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MTesselationParams.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MTime.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MTimeArray.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MToolsInfo.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MTransformationMatrix.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MTypeId.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MTypes.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MUiMessage.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MUint64Array.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MVector.h" />
|
||||
<ClInclude Include="MayaImport\maya5.0\maya\MVectorArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\maya.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\flib.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\ilib.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\M3dView.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MAngle.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MAnimControl.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MAnimCurveChange.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MAnimCurveClipboard.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MAnimCurveClipboardItem.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MAnimCurveClipboardItemArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MAnimMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MAnimUtil.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MApiVersion.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MArgDatabase.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MArgList.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MArgParser.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MArrayDataBuilder.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MArrayDataHandle.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MAttributeIndex.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MAttributeSpec.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MAttributeSpecArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MBoundingBox.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MColor.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MColorArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MCommandResult.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MComputation.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MConditionMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MCursor.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDagMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDagModifier.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDagPath.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDagPathArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDataBlock.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDataHandle.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDeviceChannel.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDeviceState.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDGContext.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDGMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDGModifier.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDistance.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDoubleArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDrawData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDrawInfo.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDrawRequest.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDrawRequestQueue.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDynSweptLine.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MDynSweptTriangle.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MEulerRotation.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MEvent.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MEventMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFeedbackLine.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFileIO.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFileObject.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFloatArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFloatMatrix.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFloatPoint.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFloatPointArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFloatVector.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFloatVectorArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFn.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnAirField.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnAmbientLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnAnimCurve.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnAreaLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnArrayAttrsData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnBase.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnBlendShapeDeformer.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnBlinnShader.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnCamera.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnCharacter.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnCircleSweepManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnClip.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnComponent.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnComponentListData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnCompoundAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnCurveSegmentManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnDagNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnDependencyNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnDirectionalLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnDirectionManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnDiscManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnDistanceManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnDoubleArrayData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnDoubleIndexedComponent.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnDragField.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnDynSweptGeometryData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnEnumAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnExpression.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnField.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnFluid.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnFreePointTriadManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnGenericAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnGeometryData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnGeometryFilter.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnGravityField.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnIkEffector.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnIkHandle.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnIkJoint.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnIkSolver.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnIntArrayData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnLambertShader.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnLattice.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnLatticeData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnLatticeDeformer.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnLightDataAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnManip3D.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnMatrixAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnMatrixData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnMesh.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnMeshData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnMessageAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnMotionPath.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnNewtonField.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnNonAmbientLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnNonExtendedLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnNumericAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnNumericData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnNurbsCurve.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnNurbsCurveData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnNurbsSurface.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnNurbsSurfaceData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnParticleSystem.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnPartition.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnPhongShader.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnPlugin.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnPluginData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnPointArrayData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnPointLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnPointOnCurveManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnPointOnSurfaceManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnRadialField.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnReflectShader.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnRotateManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnScaleManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnSet.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnSingleIndexedComponent.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnSkinCluster.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnSphereData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnSpotLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnStateManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnStringArrayData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnStringData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnSubd.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnSubdData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnSubdNames.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnToggleManip.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnTransform.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnTripleIndexedComponent.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnTurbulenceField.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnTypedAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnUInt64ArrayData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnUniformField.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnUnitAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnVectorArrayData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnVolumeAxisField.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnVolumeLight.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnVortexField.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnWeightGeometryFilter.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFnWireDeformer.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MFStream.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MGlobal.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MIkHandleGroup.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MIkSystem.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MImage.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MIntArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MIOStream.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MItCurveCV.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MItDag.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MItDependencyGraph.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MItDependencyNodes.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MItGeometry.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MItInstancer.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MItKeyframe.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MItMeshEdge.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MItMeshFaceVertex.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MItMeshPolygon.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MItMeshVertex.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MItSelectionList.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MItSurfaceCV.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MLibrary.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MLightLinks.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MLockMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MManipData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MMaterial.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MMatrix.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MModelMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MNodeMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MObject.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MObjectArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MObjectHandle.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MObjectSetMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\mocapserial.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\mocapserver.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\mocaptcp.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPlug.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPlugArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPoint.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPointArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPolyMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MProgressWindow.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPx3dModelView.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxCommand.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxContext.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxContextCommand.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxDeformerNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxDragAndDropBehavior.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxEmitterNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxFieldNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxFileTranslator.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxGeometryData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxGeometryIterator.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxGlBuffer.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxHwShaderNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxIkSolver.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxIkSolverNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxLocatorNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxManipContainer.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxMidiInputDevice.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxModelEditorCommand.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxObjectSet.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxPolyTrg.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxPolyTweakUVCommand.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxSelectionContext.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxSpringNode.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxSurfaceShape.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxSurfaceShapeUI.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxToolCommand.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxTransform.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MPxTransformationMatrix.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MQuaternion.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MRampAttribute.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MRenderCallback.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MRenderData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MRenderShadowData.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MRenderUtil.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MRenderView.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MSceneMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MSelectInfo.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MSelectionList.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MSelectionMask.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MSimple.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MStatus.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MString.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MStringArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MSyntax.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MTesselationParams.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MTime.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MTimeArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MToolsInfo.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MTransformationMatrix.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MTrimBoundaryArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MTypeId.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MTypes.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MUiMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MUint64Array.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MUintArray.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MUserEventMessage.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MVector.h" />
|
||||
<ClInclude Include="MayaImport\Maya6.0\include\maya\MVectorArray.h" />
|
||||
<ClInclude Include="MayaImport\exporter.h" />
|
||||
<ClInclude Include="MayaImport\maya_main.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="MayaImport\maya_main.cpp" />
|
||||
<ClCompile Include="idlib\precompiled.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="MayaImport\mayaimport.def" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="idlib.vcxproj">
|
||||
<Project>{49bec5c6-b964-417a-851e-808886b57400}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
File diff suppressed because it is too large
Load diff
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<_PropertySheetDisplayName>Common Project Properties</_PropertySheetDisplayName>
|
||||
<OutDir>..\build\$(PlatformName)\$(Configuration)\</OutDir>
|
||||
<IntDir>..\build\$(PlatformName)\$(Configuration)\intermediate\$(ProjectName)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<WarningLevel>Level4</WarningLevel>
|
||||
<PrecompiledHeaderFile>
|
||||
</PrecompiledHeaderFile>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<_PropertySheetDisplayName>Curl Library</_PropertySheetDisplayName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PreprocessorDefinitions>USRDLL;CURLLIB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<_PropertySheetDisplayName>Debug</_PropertySheetDisplayName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<SmallerTypeCheck>false</SmallerTypeCheck>
|
||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>nafxcwd.lib;libcmtd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<IgnoreSpecificDefaultLibraries>nafxcwd.lib;libcmtd.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<GenerateMapFile>true</GenerateMapFile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<_PropertySheetDisplayName>Dedicated</_PropertySheetDisplayName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<PreprocessorDefinitions>ID_DEDICATED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
|
@ -1,26 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<_PropertySheetDisplayName>Doom III Executable</_PropertySheetDisplayName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>sound/vorbis/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>__DOOM__;__DOOM_DLL__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>dbghelp.lib;dinput8.lib;dsound.lib;dxguid.lib;DxErr.lib;eaxguid.lib;glu32.lib;iphlpapi.lib;odbc32.lib;odbccp32.lib;opengl32.lib;winmm.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<AdditionalLibraryDirectories>C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x86;openal\lib;sys\win32\dongle;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<OutputFile>$(OutDir)DOOM3.exe</OutputFile>
|
||||
<AdditionalManifestDependencies>%(AdditionalManifestDependencies)</AdditionalManifestDependencies>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<StackReserveSize>16777216</StackReserveSize>
|
||||
<StackCommitSize>16777216</StackCommitSize>
|
||||
<LargeAddressAware>true</LargeAddressAware>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<_PropertySheetDisplayName>Game d3xp Library</_PropertySheetDisplayName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<PreprocessorDefinitions>__DOOM__;GAME_DLL;_D3XP;CTF;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>$(OutDir)gamex86.dll</OutputFile>
|
||||
<ModuleDefinitionFile>.\d3xp\game.def</ModuleDefinitionFile>
|
||||
</Link>
|
||||
<PreBuildEvent>
|
||||
<Command>..\build\Win32\"$(Configuration)"\TypeInfo.exe</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
|
@ -1,22 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<_PropertySheetDisplayName>Game Library</_PropertySheetDisplayName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<PreprocessorDefinitions>__DOOM__;GAME_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<OutputFile>$(OutDir)gamex86.dll</OutputFile>
|
||||
<ModuleDefinitionFile>.\game\game.def</ModuleDefinitionFile>
|
||||
</Link>
|
||||
<PreBuildEvent>
|
||||
<Command>..\build\Win32\"$(Configuration)"\TypeInfo.exe</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
|
@ -1,19 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<_PropertySheetDisplayName>MayaImport Library</_PropertySheetDisplayName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>mssdk/include;MayaImport/Maya5.0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>_USRDLL;MAYAIMPORT_EXPORTS;MAYA_IMPORT;REQUIRE_IOSTREAM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>Foundation.lib;OpenMaya.lib;OpenMayaAnim.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<AdditionalLibraryDirectories>MayaImport/maya5.0/libs;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
|
@ -1,30 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<_PropertySheetDisplayName>Release</_PropertySheetDisplayName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<OmitFramePointers>true</OmitFramePointers>
|
||||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<StringPooling>true</StringPooling>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>nafxcw.lib;libcmt.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<IgnoreSpecificDefaultLibraries>nafxcw.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
||||
<GenerateMapFile>false</GenerateMapFile>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<_PropertySheetDisplayName>TypeInfo</_PropertySheetDisplayName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<PreprocessorDefinitions>ID_ENABLE_CURL=0;ID_TYPEINFO;__DOOM_DLL__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<_PropertySheetDisplayName>With Inlines</_PropertySheetDisplayName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||||
<PreprocessorDefinitions>_INLINEDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<_PropertySheetDisplayName>With Memory Log</_PropertySheetDisplayName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<PreprocessorDefinitions>ID_REDIRECT_NEWDELETE;ID_DEBUG_MEMORY;ID_DEBUG_UNINITIALIZED_MEMORY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<_PropertySheetDisplayName>idlib</_PropertySheetDisplayName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<PreprocessorDefinitions>__IDLIB__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
|
@ -1,53 +0,0 @@
|
|||
rmdir debug /s /q
|
||||
rmdir release /s /q
|
||||
del quake3.ncb
|
||||
del quake3.opt
|
||||
del quake3.plg
|
||||
del quake3.stt
|
||||
rmdir cgame\debug /s /q
|
||||
rmdir cgame\release /s /q
|
||||
del cgame\cgame.ncb
|
||||
del cgame\cgame.opt
|
||||
del cgame\cgame.plg
|
||||
del cgame\cgame.stt
|
||||
rmdir game\debug /s /q
|
||||
rmdir game\release /s /q
|
||||
del game\game.ncb
|
||||
del game\game.opt
|
||||
del game\game.plg
|
||||
del game\game.stt
|
||||
rmdir ui\debug /s /q
|
||||
rmdir ui\release /s /q
|
||||
del ui\ui.ncb
|
||||
del ui\ui.opt
|
||||
del ui\ui.plg
|
||||
del ui\ui.stt
|
||||
rmdir renderer\debug /s /q
|
||||
rmdir renderer\release /s /q
|
||||
del renderer\renderer.ncb
|
||||
del renderer\renderer.opt
|
||||
del renderer\renderer.plg
|
||||
del renderer\renderer.stt
|
||||
rmdir botlib\debug /s /q
|
||||
rmdir botlib\release /s /q
|
||||
del botlib\botlib.ncb
|
||||
del botlib\botlib.opt
|
||||
del botlib\botlib.plg
|
||||
del botlib\botlib.stt
|
||||
rmdir botlai\debug /s /q
|
||||
rmdir botlai\release /s /q
|
||||
del botai\botai.dsp
|
||||
del botai\botai.plg
|
||||
rmdir bspc\debug /s /q
|
||||
rmdir bspc\release /s /q
|
||||
del bspc\bspc.exe
|
||||
del bspc\bspc.log
|
||||
del bspc\bspc.ncb
|
||||
del bspc\bspc.opt
|
||||
del bspc\bspc.pdb
|
||||
del bspc\bspc.plg
|
||||
rmdir unix\debugi386-glibc /s /q
|
||||
rmdir unix\releasei386-glibc /s /q
|
||||
rmdir "mac\MacQuake3 Data" /s /q
|
||||
rmdir macosx\Client\Q3Test.app /s /q
|
||||
rmdir macosx\Client\Q3Test.build /s /q
|
|
@ -1,157 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectName>CurlLib</ProjectName>
|
||||
<ProjectGuid>{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}</ProjectGuid>
|
||||
<RootNamespace>curllib</RootNamespace>
|
||||
<SccProjectName>
|
||||
</SccProjectName>
|
||||
<SccLocalPath>
|
||||
</SccLocalPath>
|
||||
<SccProvider>
|
||||
</SccProvider>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_Curl.props" />
|
||||
<Import Project="_Release.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_Curl.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>.\curl\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>_USRDLL;CURLLIB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>.\curl\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>_USRDLL;CURLLIB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="curl\lib\base64.c" />
|
||||
<ClCompile Include="curl\lib\connect.c" />
|
||||
<ClCompile Include="curl\lib\cookie.c" />
|
||||
<ClCompile Include="curl\lib\dict.c" />
|
||||
<ClCompile Include="curl\lib\easy.c" />
|
||||
<ClCompile Include="curl\lib\escape.c" />
|
||||
<ClCompile Include="curl\lib\file.c" />
|
||||
<ClCompile Include="curl\lib\formdata.c" />
|
||||
<ClCompile Include="curl\lib\ftp.c" />
|
||||
<ClCompile Include="curl\lib\getdate.c" />
|
||||
<ClCompile Include="curl\lib\getenv.c" />
|
||||
<ClCompile Include="curl\lib\getinfo.c" />
|
||||
<ClCompile Include="curl\lib\hash.c" />
|
||||
<ClCompile Include="curl\lib\hostip.c" />
|
||||
<ClCompile Include="curl\lib\http.c" />
|
||||
<ClCompile Include="curl\lib\http_chunks.c" />
|
||||
<ClCompile Include="curl\lib\if2ip.c" />
|
||||
<ClCompile Include="curl\lib\krb4.c" />
|
||||
<ClCompile Include="curl\lib\ldap.c" />
|
||||
<ClCompile Include="curl\lib\llist.c" />
|
||||
<ClCompile Include="curl\lib\memdebug.c" />
|
||||
<ClCompile Include="curl\lib\mprintf.c" />
|
||||
<ClCompile Include="curl\lib\multi.c" />
|
||||
<ClCompile Include="curl\lib\netrc.c" />
|
||||
<ClCompile Include="curl\lib\progress.c" />
|
||||
<ClCompile Include="curl\lib\security.c" />
|
||||
<ClCompile Include="curl\lib\sendf.c" />
|
||||
<ClCompile Include="curl\lib\share.c" />
|
||||
<ClCompile Include="curl\lib\speedcheck.c" />
|
||||
<ClCompile Include="curl\lib\ssluse.c" />
|
||||
<ClCompile Include="curl\lib\strequal.c" />
|
||||
<ClCompile Include="curl\lib\strtok.c" />
|
||||
<ClCompile Include="curl\lib\telnet.c" />
|
||||
<ClCompile Include="curl\lib\timeval.c" />
|
||||
<ClCompile Include="curl\lib\transfer.c" />
|
||||
<ClCompile Include="curl\lib\url.c" />
|
||||
<ClCompile Include="curl\lib\version.c" />
|
||||
<ClCompile Include="curl\lib\http_digest.c" />
|
||||
<ClCompile Include="curl\lib\http_ntlm.c" />
|
||||
<ClCompile Include="curl\lib\inet_pton.c" />
|
||||
<ClCompile Include="curl\lib\md5.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="curl\lib\libcurl.def" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="curl\lib\arpa_telnet.h" />
|
||||
<ClInclude Include="curl\lib\base64.h" />
|
||||
<ClInclude Include="curl\lib\connect.h" />
|
||||
<ClInclude Include="curl\lib\cookie.h" />
|
||||
<ClInclude Include="curl\lib\dict.h" />
|
||||
<ClInclude Include="curl\lib\escape.h" />
|
||||
<ClInclude Include="curl\lib\file.h" />
|
||||
<ClInclude Include="curl\lib\formdata.h" />
|
||||
<ClInclude Include="curl\lib\ftp.h" />
|
||||
<ClInclude Include="curl\lib\getdate.h" />
|
||||
<ClInclude Include="curl\lib\hostip.h" />
|
||||
<ClInclude Include="curl\lib\http.h" />
|
||||
<ClInclude Include="curl\lib\http_chunks.h" />
|
||||
<ClInclude Include="curl\lib\http_digest.h" />
|
||||
<ClInclude Include="curl\lib\http_ntlm.h" />
|
||||
<ClInclude Include="curl\lib\if2ip.h" />
|
||||
<ClInclude Include="curl\lib\inet_ntoa_r.h" />
|
||||
<ClInclude Include="curl\lib\inet_pton.h" />
|
||||
<ClInclude Include="curl\lib\krb4.h" />
|
||||
<ClInclude Include="curl\lib\ldap.h" />
|
||||
<ClInclude Include="curl\lib\md5.h" />
|
||||
<ClInclude Include="curl\lib\memdebug.h" />
|
||||
<ClInclude Include="curl\lib\netrc.h" />
|
||||
<ClInclude Include="curl\lib\progress.h" />
|
||||
<ClInclude Include="curl\lib\security.h" />
|
||||
<ClInclude Include="curl\lib\sendf.h" />
|
||||
<ClInclude Include="curl\lib\setup.h" />
|
||||
<ClInclude Include="curl\lib\speedcheck.h" />
|
||||
<ClInclude Include="curl\lib\ssluse.h" />
|
||||
<ClInclude Include="curl\lib\strequal.h" />
|
||||
<ClInclude Include="curl\lib\strtok.h" />
|
||||
<ClInclude Include="curl\lib\telnet.h" />
|
||||
<ClInclude Include="curl\lib\timeval.h" />
|
||||
<ClInclude Include="curl\lib\transfer.h" />
|
||||
<ClInclude Include="curl\lib\url.h" />
|
||||
<ClInclude Include="curl\lib\urldata.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
|
@ -1,253 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Source Files">
|
||||
<UniqueIdentifier>{313c155b-80c3-4372-bd89-492021bce087}</UniqueIdentifier>
|
||||
<Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Header Files">
|
||||
<UniqueIdentifier>{2c859bcb-7210-4d7e-a6a5-0ca7a900ee9d}</UniqueIdentifier>
|
||||
<Extensions>h;hpp;hxx;hm;inl</Extensions>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="curl\lib\base64.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\connect.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\cookie.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\dict.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\easy.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\escape.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\file.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\formdata.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\ftp.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\getdate.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\getenv.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\getinfo.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\hash.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\hostip.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\http.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\http_chunks.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\if2ip.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\krb4.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\ldap.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\llist.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\memdebug.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\mprintf.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\multi.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\netrc.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\progress.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\security.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\sendf.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\share.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\speedcheck.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\ssluse.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\strequal.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\strtok.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\telnet.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\timeval.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\transfer.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\url.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\version.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\http_digest.c">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\http_ntlm.c">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\inet_pton.c">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="curl\lib\md5.c">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="curl\lib\libcurl.def">
|
||||
<Filter>Source Files</Filter>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="curl\lib\arpa_telnet.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\base64.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\connect.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\cookie.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\dict.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\escape.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\file.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\formdata.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\ftp.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\getdate.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\hostip.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\http.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\http_chunks.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\http_digest.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\http_ntlm.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\if2ip.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\inet_ntoa_r.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\inet_pton.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\krb4.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\ldap.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\md5.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\memdebug.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\netrc.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\progress.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\security.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\sendf.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\setup.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\speedcheck.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\ssluse.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\strequal.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\strtok.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\telnet.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\timeval.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\transfer.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\url.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="curl\lib\urldata.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
131
neo/doom.sln
131
neo/doom.sln
|
@ -1,131 +0,0 @@
|
|||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2010
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libs", "libs", "{347D107C-D787-4408-A60D-86FA45997F9B}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "exes", "exes", "{003B01AB-152D-45C8-BF45-E5A035042D7F}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dlls", "dlls", "{1E2B3940-65F8-4D8F-9EEE-85E94EBBC6DF}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Game", "game.vcxproj", "{49BEC5C6-B964-417A-851E-808886B57430}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "idLib", "idlib.vcxproj", "{49BEC5C6-B964-417A-851E-808886B57400}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CurlLib", "curllib.vcxproj", "{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TypeInfo", "typeinfo.vcxproj", "{6EA6406F-3E65-47D9-8246-D6660A81606F}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DoomDLL", "doomdll.vcxproj", "{49BEC5C6-B964-417A-851E-808886B57420}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MayaImport", "MayaImport.vcxproj", "{49BEC5C6-B964-417A-851E-808886B574F1}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Game-d3xp", "game-d3xp.vcxproj", "{0BC6FCC9-C65E-4B1F-9A58-0B9399987C9F}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug with inlines and memory log|Win32 = Debug with inlines and memory log|Win32
|
||||
Debug with inlines|Win32 = Debug with inlines|Win32
|
||||
Debug|Win32 = Debug|Win32
|
||||
Dedicated Debug with inlines|Win32 = Dedicated Debug with inlines|Win32
|
||||
Dedicated Debug|Win32 = Dedicated Debug|Win32
|
||||
Dedicated Release|Win32 = Dedicated Release|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{49BEC5C6-B964-417A-851E-808886B57430}.Debug with inlines and memory log|Win32.ActiveCfg = Debug with inlines and memory log|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57430}.Debug with inlines and memory log|Win32.Build.0 = Debug with inlines and memory log|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57430}.Debug with inlines|Win32.ActiveCfg = Debug with inlines|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57430}.Debug with inlines|Win32.Build.0 = Debug with inlines|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57430}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57430}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57430}.Dedicated Debug with inlines|Win32.ActiveCfg = Dedicated Debug with inlines|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57430}.Dedicated Debug with inlines|Win32.Build.0 = Dedicated Debug with inlines|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57430}.Dedicated Debug|Win32.ActiveCfg = Dedicated Debug|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57430}.Dedicated Debug|Win32.Build.0 = Dedicated Debug|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57430}.Dedicated Release|Win32.ActiveCfg = Dedicated Release|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57430}.Dedicated Release|Win32.Build.0 = Dedicated Release|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57430}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57430}.Release|Win32.Build.0 = Release|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57400}.Debug with inlines and memory log|Win32.ActiveCfg = Debug with inlines and memory log|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57400}.Debug with inlines and memory log|Win32.Build.0 = Debug with inlines and memory log|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57400}.Debug with inlines|Win32.ActiveCfg = Debug with inlines|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57400}.Debug with inlines|Win32.Build.0 = Debug with inlines|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57400}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57400}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57400}.Dedicated Debug with inlines|Win32.ActiveCfg = Dedicated Debug with inlines|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57400}.Dedicated Debug with inlines|Win32.Build.0 = Dedicated Debug with inlines|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57400}.Dedicated Debug|Win32.ActiveCfg = Dedicated Debug|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57400}.Dedicated Debug|Win32.Build.0 = Dedicated Debug|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57400}.Dedicated Release|Win32.ActiveCfg = Dedicated Release|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57400}.Dedicated Release|Win32.Build.0 = Dedicated Release|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57400}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57400}.Release|Win32.Build.0 = Release|Win32
|
||||
{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}.Debug with inlines and memory log|Win32.ActiveCfg = Debug|Win32
|
||||
{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}.Debug with inlines and memory log|Win32.Build.0 = Debug|Win32
|
||||
{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}.Debug with inlines|Win32.ActiveCfg = Debug|Win32
|
||||
{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}.Debug with inlines|Win32.Build.0 = Debug|Win32
|
||||
{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}.Dedicated Debug with inlines|Win32.ActiveCfg = Debug|Win32
|
||||
{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}.Dedicated Debug with inlines|Win32.Build.0 = Debug|Win32
|
||||
{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}.Dedicated Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}.Dedicated Debug|Win32.Build.0 = Debug|Win32
|
||||
{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}.Dedicated Release|Win32.ActiveCfg = Release|Win32
|
||||
{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}.Dedicated Release|Win32.Build.0 = Release|Win32
|
||||
{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}.Release|Win32.Build.0 = Release|Win32
|
||||
{6EA6406F-3E65-47D9-8246-D6660A81606F}.Debug with inlines and memory log|Win32.ActiveCfg = Debug with inlines and memory log|Win32
|
||||
{6EA6406F-3E65-47D9-8246-D6660A81606F}.Debug with inlines and memory log|Win32.Build.0 = Debug with inlines and memory log|Win32
|
||||
{6EA6406F-3E65-47D9-8246-D6660A81606F}.Debug with inlines|Win32.ActiveCfg = Debug with inlines|Win32
|
||||
{6EA6406F-3E65-47D9-8246-D6660A81606F}.Debug with inlines|Win32.Build.0 = Debug with inlines|Win32
|
||||
{6EA6406F-3E65-47D9-8246-D6660A81606F}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{6EA6406F-3E65-47D9-8246-D6660A81606F}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{6EA6406F-3E65-47D9-8246-D6660A81606F}.Dedicated Debug with inlines|Win32.ActiveCfg = Dedicated Debug with inlines|Win32
|
||||
{6EA6406F-3E65-47D9-8246-D6660A81606F}.Dedicated Debug with inlines|Win32.Build.0 = Dedicated Debug with inlines|Win32
|
||||
{6EA6406F-3E65-47D9-8246-D6660A81606F}.Dedicated Debug|Win32.ActiveCfg = Dedicated Debug|Win32
|
||||
{6EA6406F-3E65-47D9-8246-D6660A81606F}.Dedicated Debug|Win32.Build.0 = Dedicated Debug|Win32
|
||||
{6EA6406F-3E65-47D9-8246-D6660A81606F}.Dedicated Release|Win32.ActiveCfg = Dedicated Release|Win32
|
||||
{6EA6406F-3E65-47D9-8246-D6660A81606F}.Dedicated Release|Win32.Build.0 = Dedicated Release|Win32
|
||||
{6EA6406F-3E65-47D9-8246-D6660A81606F}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{6EA6406F-3E65-47D9-8246-D6660A81606F}.Release|Win32.Build.0 = Release|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57420}.Debug with inlines and memory log|Win32.ActiveCfg = Debug with inlines and memory log|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57420}.Debug with inlines and memory log|Win32.Build.0 = Debug with inlines and memory log|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57420}.Debug with inlines|Win32.ActiveCfg = Debug with inlines|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57420}.Debug with inlines|Win32.Build.0 = Debug with inlines|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57420}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57420}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57420}.Dedicated Debug with inlines|Win32.ActiveCfg = Dedicated Debug with inlines|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57420}.Dedicated Debug with inlines|Win32.Build.0 = Dedicated Debug with inlines|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57420}.Dedicated Debug|Win32.ActiveCfg = Dedicated Debug|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57420}.Dedicated Debug|Win32.Build.0 = Dedicated Debug|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57420}.Dedicated Release|Win32.ActiveCfg = Dedicated Release|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57420}.Dedicated Release|Win32.Build.0 = Dedicated Release|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57420}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B57420}.Release|Win32.Build.0 = Release|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B574F1}.Debug with inlines and memory log|Win32.ActiveCfg = Debug with inlines and memory log|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B574F1}.Debug with inlines|Win32.ActiveCfg = Debug with inlines|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B574F1}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B574F1}.Dedicated Debug with inlines|Win32.ActiveCfg = Dedicated Debug with inlines|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B574F1}.Dedicated Debug|Win32.ActiveCfg = Dedicated Debug|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B574F1}.Dedicated Release|Win32.ActiveCfg = Dedicated Release|Win32
|
||||
{49BEC5C6-B964-417A-851E-808886B574F1}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{0BC6FCC9-C65E-4B1F-9A58-0B9399987C9F}.Debug with inlines and memory log|Win32.ActiveCfg = Debug with inlines and memory log|Win32
|
||||
{0BC6FCC9-C65E-4B1F-9A58-0B9399987C9F}.Debug with inlines|Win32.ActiveCfg = Debug with inlines|Win32
|
||||
{0BC6FCC9-C65E-4B1F-9A58-0B9399987C9F}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{0BC6FCC9-C65E-4B1F-9A58-0B9399987C9F}.Dedicated Debug with inlines|Win32.ActiveCfg = Dedicated Debug with inlines|Win32
|
||||
{0BC6FCC9-C65E-4B1F-9A58-0B9399987C9F}.Dedicated Debug|Win32.ActiveCfg = Dedicated Debug|Win32
|
||||
{0BC6FCC9-C65E-4B1F-9A58-0B9399987C9F}.Dedicated Release|Win32.ActiveCfg = Dedicated Release|Win32
|
||||
{0BC6FCC9-C65E-4B1F-9A58-0B9399987C9F}.Release|Win32.ActiveCfg = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{49BEC5C6-B964-417A-851E-808886B57400} = {347D107C-D787-4408-A60D-86FA45997F9B}
|
||||
{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1} = {347D107C-D787-4408-A60D-86FA45997F9B}
|
||||
{6EA6406F-3E65-47D9-8246-D6660A81606F} = {003B01AB-152D-45C8-BF45-E5A035042D7F}
|
||||
{49BEC5C6-B964-417A-851E-808886B57420} = {003B01AB-152D-45C8-BF45-E5A035042D7F}
|
||||
{49BEC5C6-B964-417A-851E-808886B57430} = {1E2B3940-65F8-4D8F-9EEE-85E94EBBC6DF}
|
||||
{49BEC5C6-B964-417A-851E-808886B574F1} = {1E2B3940-65F8-4D8F-9EEE-85E94EBBC6DF}
|
||||
{0BC6FCC9-C65E-4B1F-9A58-0B9399987C9F} = {1E2B3940-65F8-4D8F-9EEE-85E94EBBC6DF}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
BIN
neo/doom.suo
BIN
neo/doom.suo
Binary file not shown.
2518
neo/doomdll.vcxproj
2518
neo/doomdll.vcxproj
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,38 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'">
|
||||
<LocalDebuggerCommand>$(OutDir)DOOM3.exe</LocalDebuggerCommand>
|
||||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||
<LocalDebuggerCommandArguments>+set fs_basepath "C:\Program Files (x86)\Steam\steamapps\common\doom 3" +set com_allowConsole 1 +set si_pure 0</LocalDebuggerCommandArguments>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'">
|
||||
<LocalDebuggerCommand>$(OutDir)DOOM3.exe</LocalDebuggerCommand>
|
||||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||
<LocalDebuggerCommandArguments>+set fs_basepath "C:\Program Files (x86)\Steam\steamapps\common\doom 3" +set com_allowConsole 1 +set si_pure 0</LocalDebuggerCommandArguments>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<LocalDebuggerCommand>$(OutDir)DOOM3.exe</LocalDebuggerCommand>
|
||||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||
<LocalDebuggerCommandArguments>+set fs_basepath "C:\Program Files (x86)\Steam\steamapps\common\doom 3" +set com_allowConsole 1 +set si_pure 0</LocalDebuggerCommandArguments>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">
|
||||
<LocalDebuggerCommand>$(OutDir)DOOM3.exe</LocalDebuggerCommand>
|
||||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||
<LocalDebuggerCommandArguments>+set fs_basepath "C:\Program Files (x86)\Steam\steamapps\common\doom 3" +set com_allowConsole 1 +set si_pure 0</LocalDebuggerCommandArguments>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'">
|
||||
<LocalDebuggerCommand>$(OutDir)DOOM3.exe</LocalDebuggerCommand>
|
||||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||
<LocalDebuggerCommandArguments>+set fs_basepath "C:\Program Files (x86)\Steam\steamapps\common\doom 3" +set com_allowConsole 1 +set si_pure 0</LocalDebuggerCommandArguments>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'">
|
||||
<LocalDebuggerCommand>$(OutDir)DOOM3.exe</LocalDebuggerCommand>
|
||||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||
<LocalDebuggerCommandArguments>+set fs_basepath "C:\Program Files (x86)\Steam\steamapps\common\doom 3" +set com_allowConsole 1 +set si_pure 0</LocalDebuggerCommandArguments>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<LocalDebuggerCommand>$(OutDir)DOOM3.exe</LocalDebuggerCommand>
|
||||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||
<LocalDebuggerCommandArguments>+set fs_basepath "C:\Program Files (x86)\Steam\steamapps\common\doom 3" +set com_allowConsole 1 +set si_pure 0</LocalDebuggerCommandArguments>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -1,356 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug with inlines and memory log|Win32">
|
||||
<Configuration>Debug with inlines and memory log</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug with inlines|Win32">
|
||||
<Configuration>Debug with inlines</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Dedicated Debug with inlines|Win32">
|
||||
<Configuration>Dedicated Debug with inlines</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Dedicated Debug|Win32">
|
||||
<Configuration>Dedicated Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Dedicated Release|Win32">
|
||||
<Configuration>Dedicated Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectName>Game-d3xp</ProjectName>
|
||||
<ProjectGuid>{0BC6FCC9-C65E-4B1F-9A58-0B9399987C9F}</ProjectGuid>
|
||||
<RootNamespace>Game-d3xp</RootNamespace>
|
||||
<SccProjectName>
|
||||
</SccProjectName>
|
||||
<SccLocalPath>
|
||||
</SccLocalPath>
|
||||
<SccProvider>
|
||||
</SccProvider>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_Game-d3xp.props" />
|
||||
<Import Project="_Dedicated.props" />
|
||||
<Import Project="_Release.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_Game-d3xp.props" />
|
||||
<Import Project="_Dedicated.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
<Import Project="_WithInlines.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_Game-d3xp.props" />
|
||||
<Import Project="_Dedicated.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_Game-d3xp.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
<Import Project="_WithInlines.props" />
|
||||
<Import Project="_WithMemoryLog.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_Game-d3xp.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
<Import Project="_WithInlines.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_Game-d3xp.props" />
|
||||
<Import Project="_Release.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_Game-d3xp.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>cd $(SolutionDir)\..
|
||||
"build\Win32\$(Configuration)\TypeInfo.exe" d3xp
|
||||
</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>cd $(SolutionDir)\..
|
||||
"build\Win32\$(Configuration)\TypeInfo.exe" d3xp
|
||||
</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>cd $(SolutionDir)\..
|
||||
"build\Win32\$(Configuration)\TypeInfo.exe" d3xp
|
||||
</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>cd $(SolutionDir)\..
|
||||
"build\Win32\$(Configuration)\TypeInfo.exe" d3xp
|
||||
</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>cd $(SolutionDir)\..
|
||||
"build\Win32\$(Configuration)\TypeInfo.exe" d3xp
|
||||
</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>cd $(SolutionDir)\..
|
||||
"build\Win32\$(Configuration)\TypeInfo.exe" d3xp
|
||||
</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>cd $(SolutionDir)\..
|
||||
"build\Win32\$(Configuration)\TypeInfo.exe" d3xp
|
||||
</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="d3xp\ai\AAS.cpp" />
|
||||
<ClCompile Include="d3xp\ai\AAS_debug.cpp" />
|
||||
<ClCompile Include="d3xp\ai\AAS_pathing.cpp" />
|
||||
<ClCompile Include="d3xp\ai\AAS_routing.cpp" />
|
||||
<ClCompile Include="d3xp\ai\AI.cpp" />
|
||||
<ClCompile Include="d3xp\ai\AI_events.cpp" />
|
||||
<ClCompile Include="d3xp\ai\AI_pathing.cpp" />
|
||||
<ClCompile Include="d3xp\ai\AI_Vagary.cpp" />
|
||||
<ClCompile Include="d3xp\anim\Anim.cpp" />
|
||||
<ClCompile Include="d3xp\anim\Anim_Blend.cpp" />
|
||||
<ClCompile Include="d3xp\anim\Anim_Import.cpp" />
|
||||
<ClCompile Include="d3xp\anim\Anim_Testmodel.cpp" />
|
||||
<ClCompile Include="d3xp\gamesys\Class.cpp" />
|
||||
<ClCompile Include="d3xp\gamesys\DebugGraph.cpp" />
|
||||
<ClCompile Include="d3xp\gamesys\Event.cpp" />
|
||||
<ClCompile Include="d3xp\gamesys\SaveGame.cpp" />
|
||||
<ClCompile Include="d3xp\gamesys\SysCmds.cpp" />
|
||||
<ClCompile Include="d3xp\gamesys\SysCvar.cpp" />
|
||||
<ClCompile Include="d3xp\gamesys\TypeInfo.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Clip.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Force.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Force_Constant.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Force_Drag.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Force_Field.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Force_Grab.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Force_Spring.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Physics.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Physics_Actor.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Physics_AF.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Physics_Base.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Physics_Monster.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Physics_Parametric.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Physics_Player.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Physics_RigidBody.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Physics_Static.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Physics_StaticMulti.cpp" />
|
||||
<ClCompile Include="d3xp\physics\Push.cpp" />
|
||||
<ClCompile Include="d3xp\script\Script_Compiler.cpp" />
|
||||
<ClCompile Include="d3xp\script\Script_Interpreter.cpp" />
|
||||
<ClCompile Include="d3xp\script\Script_Program.cpp" />
|
||||
<ClCompile Include="d3xp\script\Script_Thread.cpp" />
|
||||
<ClCompile Include="d3xp\Actor.cpp" />
|
||||
<ClCompile Include="d3xp\AF.cpp" />
|
||||
<ClCompile Include="d3xp\AFEntity.cpp" />
|
||||
<ClCompile Include="d3xp\BrittleFracture.cpp" />
|
||||
<ClCompile Include="d3xp\Camera.cpp" />
|
||||
<ClCompile Include="d3xp\Entity.cpp" />
|
||||
<ClCompile Include="d3xp\Fx.cpp" />
|
||||
<ClCompile Include="d3xp\Game_local.cpp" />
|
||||
<ClCompile Include="d3xp\Game_network.cpp" />
|
||||
<ClCompile Include="d3xp\GameEdit.cpp" />
|
||||
<ClCompile Include="d3xp\Grabber.cpp" />
|
||||
<ClCompile Include="d3xp\IK.cpp" />
|
||||
<ClCompile Include="d3xp\Item.cpp" />
|
||||
<ClCompile Include="d3xp\Light.cpp" />
|
||||
<ClCompile Include="d3xp\Misc.cpp" />
|
||||
<ClCompile Include="d3xp\Moveable.cpp" />
|
||||
<ClCompile Include="d3xp\Mover.cpp" />
|
||||
<ClCompile Include="d3xp\MultiplayerGame.cpp" />
|
||||
<ClCompile Include="d3xp\Player.cpp" />
|
||||
<ClCompile Include="d3xp\PlayerIcon.cpp" />
|
||||
<ClCompile Include="d3xp\PlayerView.cpp" />
|
||||
<ClCompile Include="idlib\precompiled.cpp" />
|
||||
<ClCompile Include="d3xp\Projectile.cpp" />
|
||||
<ClCompile Include="d3xp\Pvs.cpp" />
|
||||
<ClCompile Include="d3xp\SecurityCamera.cpp" />
|
||||
<ClCompile Include="d3xp\SmokeParticles.cpp" />
|
||||
<ClCompile Include="d3xp\Sound.cpp" />
|
||||
<ClCompile Include="d3xp\Target.cpp" />
|
||||
<ClCompile Include="d3xp\Trigger.cpp" />
|
||||
<ClCompile Include="d3xp\Weapon.cpp" />
|
||||
<ClCompile Include="d3xp\WorldSpawn.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="d3xp\ai\AAS.h" />
|
||||
<ClInclude Include="d3xp\ai\AAS_local.h" />
|
||||
<ClInclude Include="d3xp\ai\AI.h" />
|
||||
<ClInclude Include="d3xp\anim\Anim.h" />
|
||||
<ClInclude Include="d3xp\anim\Anim_Testmodel.h" />
|
||||
<ClInclude Include="d3xp\gamesys\Class.h" />
|
||||
<ClInclude Include="d3xp\gamesys\DebugGraph.h" />
|
||||
<ClInclude Include="d3xp\gamesys\Event.h" />
|
||||
<ClInclude Include="d3xp\gamesys\NoGameTypeInfo.h" />
|
||||
<ClInclude Include="d3xp\gamesys\SaveGame.h" />
|
||||
<ClInclude Include="d3xp\gamesys\SysCmds.h" />
|
||||
<ClInclude Include="d3xp\gamesys\SysCvar.h" />
|
||||
<ClInclude Include="d3xp\physics\Clip.h" />
|
||||
<ClInclude Include="d3xp\physics\Force.h" />
|
||||
<ClInclude Include="d3xp\physics\Force_Constant.h" />
|
||||
<ClInclude Include="d3xp\physics\Force_Drag.h" />
|
||||
<ClInclude Include="d3xp\physics\Force_Field.h" />
|
||||
<ClInclude Include="d3xp\physics\Force_Grab.h" />
|
||||
<ClInclude Include="d3xp\physics\Force_Spring.h" />
|
||||
<ClInclude Include="d3xp\physics\Physics.h" />
|
||||
<ClInclude Include="d3xp\physics\Physics_Actor.h" />
|
||||
<ClInclude Include="d3xp\physics\Physics_AF.h" />
|
||||
<ClInclude Include="d3xp\physics\Physics_Base.h" />
|
||||
<ClInclude Include="d3xp\physics\Physics_Monster.h" />
|
||||
<ClInclude Include="d3xp\physics\Physics_Parametric.h" />
|
||||
<ClInclude Include="d3xp\physics\Physics_Player.h" />
|
||||
<ClInclude Include="d3xp\physics\Physics_RigidBody.h" />
|
||||
<ClInclude Include="d3xp\physics\Physics_Static.h" />
|
||||
<ClInclude Include="d3xp\physics\Physics_StaticMulti.h" />
|
||||
<ClInclude Include="d3xp\physics\Push.h" />
|
||||
<ClInclude Include="d3xp\script\Script_Compiler.h" />
|
||||
<ClInclude Include="d3xp\script\Script_Interpreter.h" />
|
||||
<ClInclude Include="d3xp\script\Script_Program.h" />
|
||||
<ClInclude Include="d3xp\script\Script_Thread.h" />
|
||||
<ClInclude Include="d3xp\Actor.h" />
|
||||
<ClInclude Include="d3xp\AF.h" />
|
||||
<ClInclude Include="d3xp\AFEntity.h" />
|
||||
<ClInclude Include="d3xp\BrittleFracture.h" />
|
||||
<ClInclude Include="d3xp\Camera.h" />
|
||||
<ClInclude Include="d3xp\Entity.h" />
|
||||
<ClInclude Include="d3xp\Fx.h" />
|
||||
<ClInclude Include="d3xp\Game.h" />
|
||||
<ClInclude Include="d3xp\Game_local.h" />
|
||||
<ClInclude Include="d3xp\GameEdit.h" />
|
||||
<ClInclude Include="d3xp\Grabber.h" />
|
||||
<ClInclude Include="d3xp\IK.h" />
|
||||
<ClInclude Include="d3xp\Item.h" />
|
||||
<ClInclude Include="d3xp\Light.h" />
|
||||
<ClInclude Include="d3xp\Misc.h" />
|
||||
<ClInclude Include="d3xp\Moveable.h" />
|
||||
<ClInclude Include="d3xp\Mover.h" />
|
||||
<ClInclude Include="d3xp\MultiplayerGame.h" />
|
||||
<ClInclude Include="d3xp\Player.h" />
|
||||
<ClInclude Include="d3xp\PlayerIcon.h" />
|
||||
<ClInclude Include="d3xp\PlayerView.h" />
|
||||
<ClInclude Include="d3xp\Projectile.h" />
|
||||
<ClInclude Include="d3xp\Pvs.h" />
|
||||
<ClInclude Include="d3xp\SecurityCamera.h" />
|
||||
<ClInclude Include="d3xp\SmokeParticles.h" />
|
||||
<ClInclude Include="d3xp\Sound.h" />
|
||||
<ClInclude Include="d3xp\Target.h" />
|
||||
<ClInclude Include="d3xp\Trigger.h" />
|
||||
<ClInclude Include="d3xp\Weapon.h" />
|
||||
<ClInclude Include="d3xp\WorldSpawn.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="d3xp\Game.def" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="idlib.vcxproj">
|
||||
<Project>{49bec5c6-b964-417a-851e-808886b57400}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="typeinfo.vcxproj">
|
||||
<Project>{6ea6406f-3e65-47d9-8246-d6660a81606f}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
|
@ -1,313 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="AI">
|
||||
<UniqueIdentifier>{cbe3b616-1879-4177-ab0b-ef9dd6e1c344}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Animation">
|
||||
<UniqueIdentifier>{f1a55916-cc4e-4c52-8097-90f53ec0e5ef}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="GameSys">
|
||||
<UniqueIdentifier>{65cd4d56-59f1-4e72-af98-074176b18454}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Physics">
|
||||
<UniqueIdentifier>{1cd6b287-0c8b-4445-b5a0-4e3068f8b3fe}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Script">
|
||||
<UniqueIdentifier>{2024018a-67e2-4afd-8499-38ccbe8fc1aa}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="d3xp\ai\AAS.cpp">
|
||||
<Filter>AI</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\ai\AAS_debug.cpp">
|
||||
<Filter>AI</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\ai\AAS_pathing.cpp">
|
||||
<Filter>AI</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\ai\AAS_routing.cpp">
|
||||
<Filter>AI</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\ai\AI.cpp">
|
||||
<Filter>AI</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\ai\AI_events.cpp">
|
||||
<Filter>AI</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\ai\AI_pathing.cpp">
|
||||
<Filter>AI</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\ai\AI_Vagary.cpp">
|
||||
<Filter>AI</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\anim\Anim.cpp">
|
||||
<Filter>Animation</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\anim\Anim_Blend.cpp">
|
||||
<Filter>Animation</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\anim\Anim_Import.cpp">
|
||||
<Filter>Animation</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\anim\Anim_Testmodel.cpp">
|
||||
<Filter>Animation</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\gamesys\Class.cpp">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\gamesys\DebugGraph.cpp">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\gamesys\Event.cpp">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\gamesys\SaveGame.cpp">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\gamesys\SysCmds.cpp">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\gamesys\SysCvar.cpp">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\gamesys\TypeInfo.cpp">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Clip.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Force.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Force_Constant.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Force_Drag.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Force_Field.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Force_Grab.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Force_Spring.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Physics.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Physics_Actor.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Physics_AF.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Physics_Base.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Physics_Monster.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Physics_Parametric.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Physics_Player.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Physics_RigidBody.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Physics_Static.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Physics_StaticMulti.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\physics\Push.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\script\Script_Compiler.cpp">
|
||||
<Filter>Script</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\script\Script_Interpreter.cpp">
|
||||
<Filter>Script</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\script\Script_Program.cpp">
|
||||
<Filter>Script</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\script\Script_Thread.cpp">
|
||||
<Filter>Script</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="d3xp\Actor.cpp" />
|
||||
<ClCompile Include="d3xp\AF.cpp" />
|
||||
<ClCompile Include="d3xp\AFEntity.cpp" />
|
||||
<ClCompile Include="d3xp\BrittleFracture.cpp" />
|
||||
<ClCompile Include="d3xp\Camera.cpp" />
|
||||
<ClCompile Include="d3xp\Entity.cpp" />
|
||||
<ClCompile Include="d3xp\Fx.cpp" />
|
||||
<ClCompile Include="d3xp\Game_local.cpp" />
|
||||
<ClCompile Include="d3xp\Game_network.cpp" />
|
||||
<ClCompile Include="d3xp\GameEdit.cpp" />
|
||||
<ClCompile Include="d3xp\Grabber.cpp" />
|
||||
<ClCompile Include="d3xp\IK.cpp" />
|
||||
<ClCompile Include="d3xp\Item.cpp" />
|
||||
<ClCompile Include="d3xp\Light.cpp" />
|
||||
<ClCompile Include="d3xp\Misc.cpp" />
|
||||
<ClCompile Include="d3xp\Moveable.cpp" />
|
||||
<ClCompile Include="d3xp\Mover.cpp" />
|
||||
<ClCompile Include="d3xp\MultiplayerGame.cpp" />
|
||||
<ClCompile Include="d3xp\Player.cpp" />
|
||||
<ClCompile Include="d3xp\PlayerIcon.cpp" />
|
||||
<ClCompile Include="d3xp\PlayerView.cpp" />
|
||||
<ClCompile Include="idlib\precompiled.cpp" />
|
||||
<ClCompile Include="d3xp\Projectile.cpp" />
|
||||
<ClCompile Include="d3xp\Pvs.cpp" />
|
||||
<ClCompile Include="d3xp\SecurityCamera.cpp" />
|
||||
<ClCompile Include="d3xp\SmokeParticles.cpp" />
|
||||
<ClCompile Include="d3xp\Sound.cpp" />
|
||||
<ClCompile Include="d3xp\Target.cpp" />
|
||||
<ClCompile Include="d3xp\Trigger.cpp" />
|
||||
<ClCompile Include="d3xp\Weapon.cpp" />
|
||||
<ClCompile Include="d3xp\WorldSpawn.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="d3xp\ai\AAS.h">
|
||||
<Filter>AI</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\ai\AAS_local.h">
|
||||
<Filter>AI</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\ai\AI.h">
|
||||
<Filter>AI</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\anim\Anim.h">
|
||||
<Filter>Animation</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\anim\Anim_Testmodel.h">
|
||||
<Filter>Animation</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\gamesys\Class.h">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\gamesys\DebugGraph.h">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\gamesys\Event.h">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\gamesys\NoGameTypeInfo.h">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\gamesys\SaveGame.h">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\gamesys\SysCmds.h">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\gamesys\SysCvar.h">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Clip.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Force.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Force_Constant.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Force_Drag.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Force_Field.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Force_Grab.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Force_Spring.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Physics.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Physics_Actor.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Physics_AF.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Physics_Base.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Physics_Monster.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Physics_Parametric.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Physics_Player.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Physics_RigidBody.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Physics_Static.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Physics_StaticMulti.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\physics\Push.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\script\Script_Compiler.h">
|
||||
<Filter>Script</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\script\Script_Interpreter.h">
|
||||
<Filter>Script</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\script\Script_Program.h">
|
||||
<Filter>Script</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\script\Script_Thread.h">
|
||||
<Filter>Script</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="d3xp\Actor.h" />
|
||||
<ClInclude Include="d3xp\AF.h" />
|
||||
<ClInclude Include="d3xp\AFEntity.h" />
|
||||
<ClInclude Include="d3xp\BrittleFracture.h" />
|
||||
<ClInclude Include="d3xp\Camera.h" />
|
||||
<ClInclude Include="d3xp\Entity.h" />
|
||||
<ClInclude Include="d3xp\Fx.h" />
|
||||
<ClInclude Include="d3xp\Game.h" />
|
||||
<ClInclude Include="d3xp\Game_local.h" />
|
||||
<ClInclude Include="d3xp\GameEdit.h" />
|
||||
<ClInclude Include="d3xp\Grabber.h" />
|
||||
<ClInclude Include="d3xp\IK.h" />
|
||||
<ClInclude Include="d3xp\Item.h" />
|
||||
<ClInclude Include="d3xp\Light.h" />
|
||||
<ClInclude Include="d3xp\Misc.h" />
|
||||
<ClInclude Include="d3xp\Moveable.h" />
|
||||
<ClInclude Include="d3xp\Mover.h" />
|
||||
<ClInclude Include="d3xp\MultiplayerGame.h" />
|
||||
<ClInclude Include="d3xp\Player.h" />
|
||||
<ClInclude Include="d3xp\PlayerIcon.h" />
|
||||
<ClInclude Include="d3xp\PlayerView.h" />
|
||||
<ClInclude Include="d3xp\Projectile.h" />
|
||||
<ClInclude Include="d3xp\Pvs.h" />
|
||||
<ClInclude Include="d3xp\SecurityCamera.h" />
|
||||
<ClInclude Include="d3xp\SmokeParticles.h" />
|
||||
<ClInclude Include="d3xp\Sound.h" />
|
||||
<ClInclude Include="d3xp\Target.h" />
|
||||
<ClInclude Include="d3xp\Trigger.h" />
|
||||
<ClInclude Include="d3xp\Weapon.h" />
|
||||
<ClInclude Include="d3xp\WorldSpawn.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="d3xp\Game.def" />
|
||||
</ItemGroup>
|
||||
</Project>
|
344
neo/game.vcxproj
344
neo/game.vcxproj
|
@ -1,344 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug with inlines and memory log|Win32">
|
||||
<Configuration>Debug with inlines and memory log</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug with inlines|Win32">
|
||||
<Configuration>Debug with inlines</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Dedicated Debug with inlines|Win32">
|
||||
<Configuration>Dedicated Debug with inlines</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Dedicated Debug|Win32">
|
||||
<Configuration>Dedicated Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Dedicated Release|Win32">
|
||||
<Configuration>Dedicated Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectName>Game</ProjectName>
|
||||
<ProjectGuid>{49BEC5C6-B964-417A-851E-808886B57430}</ProjectGuid>
|
||||
<RootNamespace>Game</RootNamespace>
|
||||
<SccProjectName>
|
||||
</SccProjectName>
|
||||
<SccLocalPath>
|
||||
</SccLocalPath>
|
||||
<SccProvider>
|
||||
</SccProvider>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_Game.props" />
|
||||
<Import Project="_Dedicated.props" />
|
||||
<Import Project="_Release.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_Game.props" />
|
||||
<Import Project="_Dedicated.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
<Import Project="_WithInlines.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_Game.props" />
|
||||
<Import Project="_Dedicated.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_Game.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
<Import Project="_WithInlines.props" />
|
||||
<Import Project="_WithMemoryLog.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_Game.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
<Import Project="_WithInlines.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_Game.props" />
|
||||
<Import Project="_Release.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_Game.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>cd $(SolutionDir)\..
|
||||
"build\Win32\$(Configuration)\TypeInfo.exe"</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>cd $(SolutionDir)\..
|
||||
"build\Win32\$(Configuration)\TypeInfo.exe"</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>cd $(SolutionDir)\..
|
||||
"build\Win32\$(Configuration)\TypeInfo.exe"</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>cd $(SolutionDir)\..
|
||||
"build\Win32\$(Configuration)\TypeInfo.exe"</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>cd $(SolutionDir)\..
|
||||
"build\Win32\$(Configuration)\TypeInfo.exe"</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>cd $(SolutionDir)\..
|
||||
"build\Win32\$(Configuration)\TypeInfo.exe"</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>cd $(SolutionDir)\..
|
||||
"build\Win32\$(Configuration)\TypeInfo.exe"</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="game\ai\AAS.cpp" />
|
||||
<ClCompile Include="game\ai\AAS_debug.cpp" />
|
||||
<ClCompile Include="game\ai\AAS_pathing.cpp" />
|
||||
<ClCompile Include="game\ai\AAS_routing.cpp" />
|
||||
<ClCompile Include="game\ai\AI.cpp" />
|
||||
<ClCompile Include="game\ai\AI_events.cpp" />
|
||||
<ClCompile Include="game\ai\AI_pathing.cpp" />
|
||||
<ClCompile Include="game\ai\AI_Vagary.cpp" />
|
||||
<ClCompile Include="game\anim\Anim.cpp" />
|
||||
<ClCompile Include="game\anim\Anim_Blend.cpp" />
|
||||
<ClCompile Include="game\anim\Anim_Import.cpp" />
|
||||
<ClCompile Include="game\anim\Anim_Testmodel.cpp" />
|
||||
<ClCompile Include="game\gamesys\Class.cpp" />
|
||||
<ClCompile Include="game\gamesys\DebugGraph.cpp" />
|
||||
<ClCompile Include="game\gamesys\Event.cpp" />
|
||||
<ClCompile Include="game\gamesys\SaveGame.cpp" />
|
||||
<ClCompile Include="game\gamesys\SysCmds.cpp" />
|
||||
<ClCompile Include="game\gamesys\SysCvar.cpp" />
|
||||
<ClCompile Include="game\gamesys\TypeInfo.cpp" />
|
||||
<ClCompile Include="game\physics\Clip.cpp" />
|
||||
<ClCompile Include="game\physics\Force.cpp" />
|
||||
<ClCompile Include="game\physics\Force_Constant.cpp" />
|
||||
<ClCompile Include="game\physics\Force_Drag.cpp" />
|
||||
<ClCompile Include="game\physics\Force_Field.cpp" />
|
||||
<ClCompile Include="game\physics\Force_Spring.cpp" />
|
||||
<ClCompile Include="game\physics\Physics.cpp" />
|
||||
<ClCompile Include="game\physics\Physics_Actor.cpp" />
|
||||
<ClCompile Include="game\physics\Physics_AF.cpp" />
|
||||
<ClCompile Include="game\physics\Physics_Base.cpp" />
|
||||
<ClCompile Include="game\physics\Physics_Monster.cpp" />
|
||||
<ClCompile Include="game\physics\Physics_Parametric.cpp" />
|
||||
<ClCompile Include="game\physics\Physics_Player.cpp" />
|
||||
<ClCompile Include="game\physics\Physics_RigidBody.cpp" />
|
||||
<ClCompile Include="game\physics\Physics_Static.cpp" />
|
||||
<ClCompile Include="game\physics\Physics_StaticMulti.cpp" />
|
||||
<ClCompile Include="game\physics\Push.cpp" />
|
||||
<ClCompile Include="game\script\Script_Compiler.cpp" />
|
||||
<ClCompile Include="game\script\Script_Interpreter.cpp" />
|
||||
<ClCompile Include="game\script\Script_Program.cpp" />
|
||||
<ClCompile Include="game\script\Script_Thread.cpp" />
|
||||
<ClCompile Include="game\Actor.cpp" />
|
||||
<ClCompile Include="game\AF.cpp" />
|
||||
<ClCompile Include="game\AFEntity.cpp" />
|
||||
<ClCompile Include="game\BrittleFracture.cpp" />
|
||||
<ClCompile Include="game\Camera.cpp" />
|
||||
<ClCompile Include="game\Entity.cpp" />
|
||||
<ClCompile Include="game\Fx.cpp" />
|
||||
<ClCompile Include="game\Game_local.cpp" />
|
||||
<ClCompile Include="game\Game_network.cpp" />
|
||||
<ClCompile Include="game\GameEdit.cpp" />
|
||||
<ClCompile Include="game\IK.cpp" />
|
||||
<ClCompile Include="game\Item.cpp" />
|
||||
<ClCompile Include="game\Light.cpp" />
|
||||
<ClCompile Include="game\Misc.cpp" />
|
||||
<ClCompile Include="game\Moveable.cpp" />
|
||||
<ClCompile Include="game\Mover.cpp" />
|
||||
<ClCompile Include="game\MultiplayerGame.cpp" />
|
||||
<ClCompile Include="game\Player.cpp" />
|
||||
<ClCompile Include="game\PlayerIcon.cpp" />
|
||||
<ClCompile Include="game\PlayerView.cpp" />
|
||||
<ClCompile Include="game\Projectile.cpp" />
|
||||
<ClCompile Include="game\Pvs.cpp" />
|
||||
<ClCompile Include="game\SecurityCamera.cpp" />
|
||||
<ClCompile Include="game\SmokeParticles.cpp" />
|
||||
<ClCompile Include="game\Sound.cpp" />
|
||||
<ClCompile Include="game\Target.cpp" />
|
||||
<ClCompile Include="game\Trigger.cpp" />
|
||||
<ClCompile Include="game\Weapon.cpp" />
|
||||
<ClCompile Include="game\WorldSpawn.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="game\ai\AAS.h" />
|
||||
<ClInclude Include="game\ai\AAS_local.h" />
|
||||
<ClInclude Include="game\ai\AI.h" />
|
||||
<ClInclude Include="game\anim\Anim.h" />
|
||||
<ClInclude Include="game\anim\Anim_Testmodel.h" />
|
||||
<ClInclude Include="game\gamesys\Class.h" />
|
||||
<ClInclude Include="game\gamesys\DebugGraph.h" />
|
||||
<ClInclude Include="game\gamesys\Event.h" />
|
||||
<ClInclude Include="game\gamesys\NoGameTypeInfo.h" />
|
||||
<ClInclude Include="game\gamesys\SaveGame.h" />
|
||||
<ClInclude Include="game\gamesys\SysCmds.h" />
|
||||
<ClInclude Include="game\gamesys\SysCvar.h" />
|
||||
<ClInclude Include="game\physics\Clip.h" />
|
||||
<ClInclude Include="game\physics\Force.h" />
|
||||
<ClInclude Include="game\physics\Force_Constant.h" />
|
||||
<ClInclude Include="game\physics\Force_Drag.h" />
|
||||
<ClInclude Include="game\physics\Force_Field.h" />
|
||||
<ClInclude Include="game\physics\Force_Spring.h" />
|
||||
<ClInclude Include="game\physics\Physics.h" />
|
||||
<ClInclude Include="game\physics\Physics_Actor.h" />
|
||||
<ClInclude Include="game\physics\Physics_AF.h" />
|
||||
<ClInclude Include="game\physics\Physics_Base.h" />
|
||||
<ClInclude Include="game\physics\Physics_Monster.h" />
|
||||
<ClInclude Include="game\physics\Physics_Parametric.h" />
|
||||
<ClInclude Include="game\physics\Physics_Player.h" />
|
||||
<ClInclude Include="game\physics\Physics_RigidBody.h" />
|
||||
<ClInclude Include="game\physics\Physics_Static.h" />
|
||||
<ClInclude Include="game\physics\Physics_StaticMulti.h" />
|
||||
<ClInclude Include="game\physics\Push.h" />
|
||||
<ClInclude Include="game\script\Script_Compiler.h" />
|
||||
<ClInclude Include="game\script\Script_Interpreter.h" />
|
||||
<ClInclude Include="game\script\Script_Program.h" />
|
||||
<ClInclude Include="game\script\Script_Thread.h" />
|
||||
<ClInclude Include="game\Actor.h" />
|
||||
<ClInclude Include="game\AF.h" />
|
||||
<ClInclude Include="game\AFEntity.h" />
|
||||
<ClInclude Include="game\BrittleFracture.h" />
|
||||
<ClInclude Include="game\Camera.h" />
|
||||
<ClInclude Include="game\Entity.h" />
|
||||
<ClInclude Include="game\Fx.h" />
|
||||
<ClInclude Include="game\Game.h" />
|
||||
<ClInclude Include="game\Game_local.h" />
|
||||
<ClInclude Include="game\GameEdit.h" />
|
||||
<ClInclude Include="game\IK.h" />
|
||||
<ClInclude Include="game\Item.h" />
|
||||
<ClInclude Include="game\Light.h" />
|
||||
<ClInclude Include="game\Misc.h" />
|
||||
<ClInclude Include="game\Moveable.h" />
|
||||
<ClInclude Include="game\Mover.h" />
|
||||
<ClInclude Include="game\MultiplayerGame.h" />
|
||||
<ClInclude Include="game\Player.h" />
|
||||
<ClInclude Include="game\PlayerIcon.h" />
|
||||
<ClInclude Include="game\PlayerView.h" />
|
||||
<ClInclude Include="game\Projectile.h" />
|
||||
<ClInclude Include="game\Pvs.h" />
|
||||
<ClInclude Include="game\SecurityCamera.h" />
|
||||
<ClInclude Include="game\SmokeParticles.h" />
|
||||
<ClInclude Include="game\Sound.h" />
|
||||
<ClInclude Include="game\Target.h" />
|
||||
<ClInclude Include="game\Trigger.h" />
|
||||
<ClInclude Include="game\Weapon.h" />
|
||||
<ClInclude Include="game\WorldSpawn.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="game\Game.def" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="idlib.vcxproj">
|
||||
<Project>{49bec5c6-b964-417a-851e-808886b57400}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="typeinfo.vcxproj">
|
||||
<Project>{6ea6406f-3e65-47d9-8246-d6660a81606f}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
|
@ -1,304 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="AI">
|
||||
<UniqueIdentifier>{108fbdc3-00d4-4eba-8472-d04fcb45c4a1}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Animation">
|
||||
<UniqueIdentifier>{eef65ba0-7f1f-4501-9165-b8edf57f63ac}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="GameSys">
|
||||
<UniqueIdentifier>{e082d659-8d8e-49f5-ba1c-c12c9bb124d6}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Physics">
|
||||
<UniqueIdentifier>{5c609656-a903-420e-9f5a-95dc0091f307}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Script">
|
||||
<UniqueIdentifier>{bf06073d-3e0f-4e0a-9acf-43c6e35a9af7}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="game\ai\AAS.cpp">
|
||||
<Filter>AI</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\ai\AAS_debug.cpp">
|
||||
<Filter>AI</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\ai\AAS_pathing.cpp">
|
||||
<Filter>AI</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\ai\AAS_routing.cpp">
|
||||
<Filter>AI</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\ai\AI.cpp">
|
||||
<Filter>AI</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\ai\AI_events.cpp">
|
||||
<Filter>AI</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\ai\AI_pathing.cpp">
|
||||
<Filter>AI</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\ai\AI_Vagary.cpp">
|
||||
<Filter>AI</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\anim\Anim.cpp">
|
||||
<Filter>Animation</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\anim\Anim_Blend.cpp">
|
||||
<Filter>Animation</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\anim\Anim_Import.cpp">
|
||||
<Filter>Animation</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\anim\Anim_Testmodel.cpp">
|
||||
<Filter>Animation</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\gamesys\Class.cpp">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\gamesys\DebugGraph.cpp">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\gamesys\Event.cpp">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\gamesys\SaveGame.cpp">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\gamesys\SysCmds.cpp">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\gamesys\SysCvar.cpp">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\gamesys\TypeInfo.cpp">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Clip.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Force.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Force_Constant.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Force_Drag.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Force_Field.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Force_Spring.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Physics.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Physics_Actor.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Physics_AF.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Physics_Base.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Physics_Monster.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Physics_Parametric.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Physics_Player.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Physics_RigidBody.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Physics_Static.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Physics_StaticMulti.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\physics\Push.cpp">
|
||||
<Filter>Physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\script\Script_Compiler.cpp">
|
||||
<Filter>Script</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\script\Script_Interpreter.cpp">
|
||||
<Filter>Script</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\script\Script_Program.cpp">
|
||||
<Filter>Script</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\script\Script_Thread.cpp">
|
||||
<Filter>Script</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="game\Actor.cpp" />
|
||||
<ClCompile Include="game\AF.cpp" />
|
||||
<ClCompile Include="game\AFEntity.cpp" />
|
||||
<ClCompile Include="game\BrittleFracture.cpp" />
|
||||
<ClCompile Include="game\Camera.cpp" />
|
||||
<ClCompile Include="game\Entity.cpp" />
|
||||
<ClCompile Include="game\Fx.cpp" />
|
||||
<ClCompile Include="game\Game_local.cpp" />
|
||||
<ClCompile Include="game\Game_network.cpp" />
|
||||
<ClCompile Include="game\GameEdit.cpp" />
|
||||
<ClCompile Include="game\IK.cpp" />
|
||||
<ClCompile Include="game\Item.cpp" />
|
||||
<ClCompile Include="game\Light.cpp" />
|
||||
<ClCompile Include="game\Misc.cpp" />
|
||||
<ClCompile Include="game\Moveable.cpp" />
|
||||
<ClCompile Include="game\Mover.cpp" />
|
||||
<ClCompile Include="game\MultiplayerGame.cpp" />
|
||||
<ClCompile Include="game\Player.cpp" />
|
||||
<ClCompile Include="game\PlayerIcon.cpp" />
|
||||
<ClCompile Include="game\PlayerView.cpp" />
|
||||
<ClCompile Include="game\Projectile.cpp" />
|
||||
<ClCompile Include="game\Pvs.cpp" />
|
||||
<ClCompile Include="game\SecurityCamera.cpp" />
|
||||
<ClCompile Include="game\SmokeParticles.cpp" />
|
||||
<ClCompile Include="game\Sound.cpp" />
|
||||
<ClCompile Include="game\Target.cpp" />
|
||||
<ClCompile Include="game\Trigger.cpp" />
|
||||
<ClCompile Include="game\Weapon.cpp" />
|
||||
<ClCompile Include="game\WorldSpawn.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="game\ai\AAS.h">
|
||||
<Filter>AI</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\ai\AAS_local.h">
|
||||
<Filter>AI</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\ai\AI.h">
|
||||
<Filter>AI</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\anim\Anim.h">
|
||||
<Filter>Animation</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\anim\Anim_Testmodel.h">
|
||||
<Filter>Animation</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\gamesys\Class.h">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\gamesys\DebugGraph.h">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\gamesys\Event.h">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\gamesys\NoGameTypeInfo.h">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\gamesys\SaveGame.h">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\gamesys\SysCmds.h">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\gamesys\SysCvar.h">
|
||||
<Filter>GameSys</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Clip.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Force.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Force_Constant.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Force_Drag.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Force_Field.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Force_Spring.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Physics.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Physics_Actor.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Physics_AF.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Physics_Base.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Physics_Monster.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Physics_Parametric.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Physics_Player.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Physics_RigidBody.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Physics_Static.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Physics_StaticMulti.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\physics\Push.h">
|
||||
<Filter>Physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\script\Script_Compiler.h">
|
||||
<Filter>Script</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\script\Script_Interpreter.h">
|
||||
<Filter>Script</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\script\Script_Program.h">
|
||||
<Filter>Script</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\script\Script_Thread.h">
|
||||
<Filter>Script</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="game\Actor.h" />
|
||||
<ClInclude Include="game\AF.h" />
|
||||
<ClInclude Include="game\AFEntity.h" />
|
||||
<ClInclude Include="game\BrittleFracture.h" />
|
||||
<ClInclude Include="game\Camera.h" />
|
||||
<ClInclude Include="game\Entity.h" />
|
||||
<ClInclude Include="game\Fx.h" />
|
||||
<ClInclude Include="game\Game.h" />
|
||||
<ClInclude Include="game\Game_local.h" />
|
||||
<ClInclude Include="game\GameEdit.h" />
|
||||
<ClInclude Include="game\IK.h" />
|
||||
<ClInclude Include="game\Item.h" />
|
||||
<ClInclude Include="game\Light.h" />
|
||||
<ClInclude Include="game\Misc.h" />
|
||||
<ClInclude Include="game\Moveable.h" />
|
||||
<ClInclude Include="game\Mover.h" />
|
||||
<ClInclude Include="game\MultiplayerGame.h" />
|
||||
<ClInclude Include="game\Player.h" />
|
||||
<ClInclude Include="game\PlayerIcon.h" />
|
||||
<ClInclude Include="game\PlayerView.h" />
|
||||
<ClInclude Include="game\Projectile.h" />
|
||||
<ClInclude Include="game\Pvs.h" />
|
||||
<ClInclude Include="game\SecurityCamera.h" />
|
||||
<ClInclude Include="game\SmokeParticles.h" />
|
||||
<ClInclude Include="game\Sound.h" />
|
||||
<ClInclude Include="game\Target.h" />
|
||||
<ClInclude Include="game\Trigger.h" />
|
||||
<ClInclude Include="game\Weapon.h" />
|
||||
<ClInclude Include="game\WorldSpawn.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="game\Game.def" />
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -1,297 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug with inlines and memory log|Win32">
|
||||
<Configuration>Debug with inlines and memory log</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug with inlines|Win32">
|
||||
<Configuration>Debug with inlines</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Dedicated Debug with inlines|Win32">
|
||||
<Configuration>Dedicated Debug with inlines</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Dedicated Debug|Win32">
|
||||
<Configuration>Dedicated Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Dedicated Release|Win32">
|
||||
<Configuration>Dedicated Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectName>idLib</ProjectName>
|
||||
<ProjectGuid>{49BEC5C6-B964-417A-851E-808886B57400}</ProjectGuid>
|
||||
<RootNamespace>idLib</RootNamespace>
|
||||
<SccProjectName>
|
||||
</SccProjectName>
|
||||
<SccLocalPath>
|
||||
</SccLocalPath>
|
||||
<SccProvider>
|
||||
</SccProvider>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_idlib.props" />
|
||||
<Import Project="_Dedicated.props" />
|
||||
<Import Project="_Release.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_idlib.props" />
|
||||
<Import Project="_Dedicated.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
<Import Project="_WithInlines.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_idlib.props" />
|
||||
<Import Project="_Dedicated.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_idlib.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
<Import Project="_WithInlines.props" />
|
||||
<Import Project="_WithMemoryLog.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_idlib.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
<Import Project="_WithInlines.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_idlib.props" />
|
||||
<Import Project="_Release.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_idlib.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="idlib\bv\Bounds.cpp" />
|
||||
<ClCompile Include="idlib\bv\Box.cpp" />
|
||||
<ClCompile Include="idlib\bv\Frustum.cpp" />
|
||||
<ClCompile Include="idlib\bv\Sphere.cpp" />
|
||||
<ClCompile Include="idlib\containers\HashIndex.cpp" />
|
||||
<ClCompile Include="idlib\geometry\DrawVert.cpp" />
|
||||
<ClCompile Include="idlib\geometry\JointTransform.cpp" />
|
||||
<ClCompile Include="idlib\geometry\Surface.cpp" />
|
||||
<ClCompile Include="idlib\geometry\Surface_Patch.cpp" />
|
||||
<ClCompile Include="idlib\geometry\Surface_Polytope.cpp" />
|
||||
<ClCompile Include="idlib\geometry\Surface_SweptSpline.cpp" />
|
||||
<ClCompile Include="idlib\geometry\TraceModel.cpp" />
|
||||
<ClCompile Include="idlib\geometry\Winding.cpp" />
|
||||
<ClCompile Include="idlib\geometry\Winding2D.cpp" />
|
||||
<ClCompile Include="idlib\hashing\CRC32.cpp" />
|
||||
<ClCompile Include="idlib\hashing\MD4.cpp" />
|
||||
<ClCompile Include="idlib\hashing\MD5.cpp" />
|
||||
<ClCompile Include="idlib\math\Angles.cpp" />
|
||||
<ClCompile Include="idlib\math\Complex.cpp" />
|
||||
<ClCompile Include="idlib\math\Lcp.cpp" />
|
||||
<ClCompile Include="idlib\math\Math.cpp" />
|
||||
<ClCompile Include="idlib\math\Matrix.cpp" />
|
||||
<ClCompile Include="idlib\math\Ode.cpp" />
|
||||
<ClCompile Include="idlib\math\Plane.cpp" />
|
||||
<ClCompile Include="idlib\math\Pluecker.cpp" />
|
||||
<ClCompile Include="idlib\math\Polynomial.cpp" />
|
||||
<ClCompile Include="idlib\math\Quat.cpp" />
|
||||
<ClCompile Include="idlib\math\Rotation.cpp" />
|
||||
<ClCompile Include="idlib\math\Simd.cpp" />
|
||||
<ClCompile Include="idlib\math\Simd_3DNow.cpp" />
|
||||
<ClCompile Include="idlib\math\Simd_AltiVec.cpp">
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Simd_Generic.cpp" />
|
||||
<ClCompile Include="idlib\math\Simd_MMX.cpp" />
|
||||
<ClCompile Include="idlib\math\Simd_SSE.cpp" />
|
||||
<ClCompile Include="idlib\math\Simd_SSE2.cpp" />
|
||||
<ClCompile Include="idlib\math\Simd_SSE3.cpp" />
|
||||
<ClCompile Include="idlib\math\Vector.cpp" />
|
||||
<ClCompile Include="idlib\Base64.cpp" />
|
||||
<ClCompile Include="idlib\CmdArgs.cpp" />
|
||||
<ClCompile Include="idlib\Lexer.cpp" />
|
||||
<ClCompile Include="idlib\Parser.cpp" />
|
||||
<ClCompile Include="idlib\Str.cpp" />
|
||||
<ClCompile Include="idlib\Token.cpp" />
|
||||
<ClCompile Include="idlib\BitMsg.cpp" />
|
||||
<ClCompile Include="idlib\Dict.cpp" />
|
||||
<ClCompile Include="idlib\Heap.cpp" />
|
||||
<ClCompile Include="idlib\LangDict.cpp" />
|
||||
<ClCompile Include="idlib\Lib.cpp" />
|
||||
<ClCompile Include="idlib\MapFile.cpp" />
|
||||
<ClCompile Include="idlib\precompiled.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
</PrecompiledHeaderFile>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\Timer.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="idlib\bv\Bounds.h" />
|
||||
<ClInclude Include="idlib\bv\Box.h" />
|
||||
<ClInclude Include="idlib\bv\Frustum.h" />
|
||||
<ClInclude Include="idlib\bv\Sphere.h" />
|
||||
<ClInclude Include="idlib\containers\BinSearch.h" />
|
||||
<ClInclude Include="idlib\containers\BTree.h" />
|
||||
<ClInclude Include="idlib\containers\HashIndex.h" />
|
||||
<ClInclude Include="idlib\containers\HashTable.h" />
|
||||
<ClInclude Include="idlib\containers\Hierarchy.h" />
|
||||
<ClInclude Include="idlib\containers\LinkList.h" />
|
||||
<ClInclude Include="idlib\containers\List.h" />
|
||||
<ClInclude Include="idlib\containers\PlaneSet.h" />
|
||||
<ClInclude Include="idlib\containers\Queue.h" />
|
||||
<ClInclude Include="idlib\containers\Stack.h" />
|
||||
<ClInclude Include="idlib\containers\StaticList.h" />
|
||||
<ClInclude Include="idlib\containers\StrList.h" />
|
||||
<ClInclude Include="idlib\containers\StrPool.h" />
|
||||
<ClInclude Include="idlib\containers\VectorSet.h" />
|
||||
<ClInclude Include="idlib\geometry\DrawVert.h" />
|
||||
<ClInclude Include="idlib\geometry\JointTransform.h" />
|
||||
<ClInclude Include="idlib\geometry\Surface.h" />
|
||||
<ClInclude Include="idlib\geometry\Surface_Patch.h" />
|
||||
<ClInclude Include="idlib\geometry\Surface_Polytope.h" />
|
||||
<ClInclude Include="idlib\geometry\Surface_SweptSpline.h" />
|
||||
<ClInclude Include="idlib\geometry\TraceModel.h" />
|
||||
<ClInclude Include="idlib\geometry\Winding.h" />
|
||||
<ClInclude Include="idlib\geometry\Winding2D.h" />
|
||||
<ClInclude Include="idlib\hashing\CRC32.h" />
|
||||
<ClInclude Include="idlib\hashing\MD4.h" />
|
||||
<ClInclude Include="idlib\hashing\MD5.h" />
|
||||
<ClInclude Include="idlib\math\Angles.h" />
|
||||
<ClInclude Include="idlib\math\Complex.h" />
|
||||
<ClInclude Include="idlib\math\Curve.h" />
|
||||
<ClInclude Include="idlib\math\Extrapolate.h" />
|
||||
<ClInclude Include="idlib\math\Interpolate.h" />
|
||||
<ClInclude Include="idlib\math\Lcp.h" />
|
||||
<ClInclude Include="idlib\math\Math.h" />
|
||||
<ClInclude Include="idlib\math\Matrix.h" />
|
||||
<ClInclude Include="idlib\math\Ode.h" />
|
||||
<ClInclude Include="idlib\math\Plane.h" />
|
||||
<ClInclude Include="idlib\math\Pluecker.h" />
|
||||
<ClInclude Include="idlib\math\Polynomial.h" />
|
||||
<ClInclude Include="idlib\math\Quat.h" />
|
||||
<ClInclude Include="idlib\math\Random.h" />
|
||||
<ClInclude Include="idlib\math\Rotation.h" />
|
||||
<ClInclude Include="idlib\math\Simd.h" />
|
||||
<ClInclude Include="idlib\math\Simd_3DNow.h" />
|
||||
<ClInclude Include="idlib\math\Simd_AltiVec.h" />
|
||||
<ClInclude Include="idlib\math\Simd_Generic.h" />
|
||||
<ClInclude Include="idlib\math\Simd_MMX.h" />
|
||||
<ClInclude Include="idlib\math\Simd_SSE.h" />
|
||||
<ClInclude Include="idlib\math\Simd_SSE2.h" />
|
||||
<ClInclude Include="idlib\math\Simd_SSE3.h" />
|
||||
<ClInclude Include="idlib\math\Vector.h" />
|
||||
<ClInclude Include="idlib\Base64.h" />
|
||||
<ClInclude Include="idlib\CmdArgs.h" />
|
||||
<ClInclude Include="idlib\Lexer.h" />
|
||||
<ClInclude Include="idlib\Parser.h" />
|
||||
<ClInclude Include="idlib\Str.h" />
|
||||
<ClInclude Include="idlib\Token.h" />
|
||||
<ClInclude Include="idlib\BitMsg.h" />
|
||||
<ClInclude Include="idlib\Dict.h" />
|
||||
<ClInclude Include="idlib\Heap.h" />
|
||||
<ClInclude Include="idlib\LangDict.h" />
|
||||
<ClInclude Include="idlib\Lib.h" />
|
||||
<ClInclude Include="idlib\MapFile.h" />
|
||||
<ClInclude Include="idlib\precompiled.h" />
|
||||
<ClInclude Include="idlib\Timer.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
|
@ -1,352 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="BV">
|
||||
<UniqueIdentifier>{a85fe24a-a784-4008-b54e-5406119c0b8f}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Containers">
|
||||
<UniqueIdentifier>{a7fe620c-8364-44be-abff-34f068c7d96f}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Geometry">
|
||||
<UniqueIdentifier>{3fa21a20-3848-4086-a2e6-816081637779}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Hashing">
|
||||
<UniqueIdentifier>{10198dd0-bb10-4111-bcd5-5565e4ff61f9}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Math">
|
||||
<UniqueIdentifier>{79062996-1084-4896-b49b-fc6280e388ce}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Text">
|
||||
<UniqueIdentifier>{767fafaf-96d2-4d2b-b4d8-479344d8537c}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="idlib\bv\Bounds.cpp">
|
||||
<Filter>BV</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\bv\Box.cpp">
|
||||
<Filter>BV</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\bv\Frustum.cpp">
|
||||
<Filter>BV</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\bv\Sphere.cpp">
|
||||
<Filter>BV</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\containers\HashIndex.cpp">
|
||||
<Filter>Containers</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\geometry\DrawVert.cpp">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\geometry\JointTransform.cpp">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\geometry\Surface.cpp">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\geometry\Surface_Patch.cpp">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\geometry\Surface_Polytope.cpp">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\geometry\Surface_SweptSpline.cpp">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\geometry\TraceModel.cpp">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\geometry\Winding.cpp">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\geometry\Winding2D.cpp">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\hashing\CRC32.cpp">
|
||||
<Filter>Hashing</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\hashing\MD4.cpp">
|
||||
<Filter>Hashing</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\hashing\MD5.cpp">
|
||||
<Filter>Hashing</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Angles.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Complex.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Lcp.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Math.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Matrix.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Ode.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Plane.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Pluecker.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Polynomial.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Quat.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Rotation.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Simd.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Simd_3DNow.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Simd_AltiVec.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Simd_Generic.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Simd_MMX.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Simd_SSE.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Simd_SSE2.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Simd_SSE3.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\math\Vector.cpp">
|
||||
<Filter>Math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\Base64.cpp">
|
||||
<Filter>Text</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\CmdArgs.cpp">
|
||||
<Filter>Text</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\Lexer.cpp">
|
||||
<Filter>Text</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\Parser.cpp">
|
||||
<Filter>Text</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\Str.cpp">
|
||||
<Filter>Text</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\Token.cpp">
|
||||
<Filter>Text</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="idlib\BitMsg.cpp" />
|
||||
<ClCompile Include="idlib\Dict.cpp" />
|
||||
<ClCompile Include="idlib\Heap.cpp" />
|
||||
<ClCompile Include="idlib\LangDict.cpp" />
|
||||
<ClCompile Include="idlib\Lib.cpp" />
|
||||
<ClCompile Include="idlib\MapFile.cpp" />
|
||||
<ClCompile Include="idlib\precompiled.cpp" />
|
||||
<ClCompile Include="idlib\Timer.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="idlib\bv\Bounds.h">
|
||||
<Filter>BV</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\bv\Box.h">
|
||||
<Filter>BV</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\bv\Frustum.h">
|
||||
<Filter>BV</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\bv\Sphere.h">
|
||||
<Filter>BV</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\containers\BinSearch.h">
|
||||
<Filter>Containers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\containers\BTree.h">
|
||||
<Filter>Containers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\containers\HashIndex.h">
|
||||
<Filter>Containers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\containers\HashTable.h">
|
||||
<Filter>Containers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\containers\Hierarchy.h">
|
||||
<Filter>Containers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\containers\LinkList.h">
|
||||
<Filter>Containers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\containers\List.h">
|
||||
<Filter>Containers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\containers\PlaneSet.h">
|
||||
<Filter>Containers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\containers\Queue.h">
|
||||
<Filter>Containers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\containers\Stack.h">
|
||||
<Filter>Containers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\containers\StaticList.h">
|
||||
<Filter>Containers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\containers\StrList.h">
|
||||
<Filter>Containers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\containers\StrPool.h">
|
||||
<Filter>Containers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\containers\VectorSet.h">
|
||||
<Filter>Containers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\geometry\DrawVert.h">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\geometry\JointTransform.h">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\geometry\Surface.h">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\geometry\Surface_Patch.h">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\geometry\Surface_Polytope.h">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\geometry\Surface_SweptSpline.h">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\geometry\TraceModel.h">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\geometry\Winding.h">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\geometry\Winding2D.h">
|
||||
<Filter>Geometry</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\hashing\CRC32.h">
|
||||
<Filter>Hashing</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\hashing\MD4.h">
|
||||
<Filter>Hashing</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\hashing\MD5.h">
|
||||
<Filter>Hashing</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Angles.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Complex.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Curve.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Extrapolate.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Interpolate.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Lcp.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Math.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Matrix.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Ode.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Plane.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Pluecker.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Polynomial.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Quat.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Random.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Rotation.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Simd.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Simd_3DNow.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Simd_AltiVec.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Simd_Generic.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Simd_MMX.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Simd_SSE.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Simd_SSE2.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Simd_SSE3.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\math\Vector.h">
|
||||
<Filter>Math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\Base64.h">
|
||||
<Filter>Text</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\CmdArgs.h">
|
||||
<Filter>Text</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\Lexer.h">
|
||||
<Filter>Text</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\Parser.h">
|
||||
<Filter>Text</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\Str.h">
|
||||
<Filter>Text</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\Token.h">
|
||||
<Filter>Text</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="idlib\BitMsg.h" />
|
||||
<ClInclude Include="idlib\Dict.h" />
|
||||
<ClInclude Include="idlib\Heap.h" />
|
||||
<ClInclude Include="idlib\LangDict.h" />
|
||||
<ClInclude Include="idlib\Lib.h" />
|
||||
<ClInclude Include="idlib\MapFile.h" />
|
||||
<ClInclude Include="idlib\precompiled.h" />
|
||||
<ClInclude Include="idlib\Timer.h" />
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -1,2 +0,0 @@
|
|||
inuse -kill f:\doom\doom.exe
|
||||
copy debug\doom.exe g:\doom
|
|
@ -1,4 +0,0 @@
|
|||
p:\doom\bin_nt\pinuse -kill e:\doom\doom.exe
|
||||
copy release\doom.exe p:\doom\doom.exe
|
||||
copy release\doom.map p:\doom
|
||||
copy release\mayaimportx86.dll p:\doom
|
|
@ -1 +0,0 @@
|
|||
inlineDebugdll\doom +set fs_basepath c:\doom +set fs_cdpath \doom + %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
@ -1 +0,0 @@
|
|||
releasedll\doom +set fs_basepath c:\doom +set fs_cdpath \doom + %1 %2 %3 %4 %5 %6 %7 %8 %9
|
File diff suppressed because it is too large
Load diff
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
IBClasses = ();
|
||||
IBVersion = 1;
|
||||
}
|
21
neo/sys/osx/English.lproj/ASLCore.nib/info.nib
generated
21
neo/sys/osx/English.lproj/ASLCore.nib/info.nib
generated
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>644 134 374 387 0 0 1280 1002 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>29</key>
|
||||
<string>130 495 95 44 0 0 1600 1002 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>364.0</string>
|
||||
<key>IBOldestOS</key>
|
||||
<integer>3</integer>
|
||||
<key>IBSystem Version</key>
|
||||
<string>7W98</string>
|
||||
<key>targetFramework</key>
|
||||
<string>IBCarbonFramework</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,710 +0,0 @@
|
|||
<?xml version="1.0" standalone="yes"?>
|
||||
<object class="NSIBObjectData">
|
||||
<string name="targetFramework">IBCarbonFramework</string>
|
||||
<object name="rootObject" class="NSCustomObject" id="1">
|
||||
<string name="customClass">NSApplication</string>
|
||||
</object>
|
||||
<array count="73" name="allObjects">
|
||||
<object class="IBCarbonMenu" id="29">
|
||||
<string name="title">SimpleHello</string>
|
||||
<array count="1" name="items">
|
||||
<object class="IBCarbonMenuItem" id="185">
|
||||
<string name="title">ASL Game</string>
|
||||
<object name="submenu" class="IBCarbonMenu" id="184">
|
||||
<string name="title">ASL Game</string>
|
||||
<array count="6" name="items">
|
||||
<object class="IBCarbonMenuItem" id="187">
|
||||
<string name="title">About <<<kGameName>>>...</string>
|
||||
<int name="keyEquivalentModifier">0</int>
|
||||
<ostype name="command">abou</ostype>
|
||||
</object>
|
||||
<object class="IBCarbonMenuItem" id="186">
|
||||
<boolean name="separator">TRUE</boolean>
|
||||
</object>
|
||||
<object class="IBCarbonMenuItem" id="248">
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
<string name="title">Preferences...</string>
|
||||
<string name="keyEquivalent">,</string>
|
||||
<ostype name="command">pref</ostype>
|
||||
</object>
|
||||
<object class="IBCarbonMenuItem" id="249">
|
||||
<boolean name="separator">TRUE</boolean>
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
</object>
|
||||
<object class="IBCarbonMenuItem" id="228">
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
<string name="title">Toggle Full Screen</string>
|
||||
<string name="keyEquivalent"> </string>
|
||||
<ostype name="command">Togg</ostype>
|
||||
</object>
|
||||
<object class="IBCarbonMenuItem" id="229">
|
||||
<boolean name="separator">TRUE</boolean>
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
</object>
|
||||
</array>
|
||||
<string name="name">_NSAppleMenu</string>
|
||||
</object>
|
||||
</object>
|
||||
</array>
|
||||
<string name="name">_NSMainMenu</string>
|
||||
</object>
|
||||
<reference idRef="184"/>
|
||||
<reference idRef="185"/>
|
||||
<reference idRef="186"/>
|
||||
<reference idRef="187"/>
|
||||
<reference idRef="228"/>
|
||||
<reference idRef="229"/>
|
||||
<reference idRef="248"/>
|
||||
<reference idRef="249"/>
|
||||
<object class="IBCarbonWindow" id="250">
|
||||
<string name="windowRect">640 261 881 829 </string>
|
||||
<string name="title">Doom 3 Preferences</string>
|
||||
<object name="rootControl" class="IBCarbonRootControl" id="251">
|
||||
<string name="bounds">0 0 241 568 </string>
|
||||
<string name="viewFrame">0 0 568 241 </string>
|
||||
<array count="6" name="subviews">
|
||||
<object class="IBCarbonGroupBox" id="252">
|
||||
<string name="bounds">6 20 221 272 </string>
|
||||
<string name="viewFrame">20 6 252 215 </string>
|
||||
<array count="6" name="subviews">
|
||||
<object class="IBCarbonBevelButton" id="257">
|
||||
<string name="bounds">36 50 102 126 </string>
|
||||
<string name="viewFrame">30 30 76 66 </string>
|
||||
<ostype name="controlSignature">PREF</ostype>
|
||||
<int name="controlID">1</int>
|
||||
<string name="title">Fullscreen</string>
|
||||
<ostype name="command">Full</ostype>
|
||||
<unsigned_int name="behavior">256</unsigned_int>
|
||||
<int name="contentType">3</int>
|
||||
<int name="contentResID">1000</int>
|
||||
<int name="textPlacement">3</int>
|
||||
</object>
|
||||
<object class="IBCarbonBevelButton" id="262">
|
||||
<string name="bounds">36 166 102 242 </string>
|
||||
<string name="viewFrame">146 30 76 66 </string>
|
||||
<ostype name="controlSignature">PREF</ostype>
|
||||
<int name="controlID">2</int>
|
||||
<string name="title">In a Window</string>
|
||||
<ostype name="command">Wind</ostype>
|
||||
<unsigned_int name="behavior">256</unsigned_int>
|
||||
<int name="contentType">3</int>
|
||||
<int name="contentResID">1001</int>
|
||||
<int name="textPlacement">3</int>
|
||||
</object>
|
||||
<object class="IBCarbonPopupButton" id="264">
|
||||
<string name="bounds">116 36 136 256 </string>
|
||||
<string name="viewFrame">16 110 220 20 </string>
|
||||
<ostype name="controlSignature">PREF</ostype>
|
||||
<int name="controlID">3</int>
|
||||
<string name="title">Resolution:</string>
|
||||
<ostype name="command">Reso</ostype>
|
||||
<int name="titleJustification">-2</int>
|
||||
<object name="menu" class="IBCarbonMenu" id="266">
|
||||
<string name="title">Popup:</string>
|
||||
<array count="3" name="items">
|
||||
<object class="IBCarbonMenuItem" id="265">
|
||||
<boolean name="checked">TRUE</boolean>
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
<string name="title">800 x 600</string>
|
||||
</object>
|
||||
<object class="IBCarbonMenuItem" id="263">
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
<string name="title">1024 x 768</string>
|
||||
</object>
|
||||
<object class="IBCarbonMenuItem" id="267">
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
<string name="title">1280 x 1024</string>
|
||||
</object>
|
||||
</array>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBCarbonPopupButton" id="269">
|
||||
<string name="bounds">148 36 168 256 </string>
|
||||
<string name="viewFrame">16 142 220 20 </string>
|
||||
<ostype name="controlSignature">PREF</ostype>
|
||||
<int name="controlID">4</int>
|
||||
<string name="title">Refresh Rate:</string>
|
||||
<ostype name="command">Refr</ostype>
|
||||
<int name="titleJustification">-2</int>
|
||||
<object name="menu" class="IBCarbonMenu" id="270">
|
||||
<string name="title">Popup:</string>
|
||||
<array count="2" name="items">
|
||||
<object class="IBCarbonMenuItem" id="271">
|
||||
<boolean name="checked">TRUE</boolean>
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
<string name="title">Automatic</string>
|
||||
</object>
|
||||
<object class="IBCarbonMenuItem" id="279">
|
||||
<boolean name="separator">TRUE</boolean>
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
</object>
|
||||
</array>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBCarbonStaticText" id="273">
|
||||
<string name="bounds">189 36 205 161 </string>
|
||||
<string name="viewFrame">16 183 125 16 </string>
|
||||
<string name="title">Multiple Monitors:</string>
|
||||
<int name="justification">-2</int>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="274">
|
||||
<string name="bounds">188 169 208 256 </string>
|
||||
<string name="viewFrame">149 182 87 20 </string>
|
||||
<ostype name="controlSignature">PREF</ostype>
|
||||
<int name="controlID">5</int>
|
||||
<string name="title">Choose...</string>
|
||||
<ostype name="command">Moni</ostype>
|
||||
</object>
|
||||
</array>
|
||||
<string name="title">Monitor Options</string>
|
||||
</object>
|
||||
<object class="IBCarbonStaticText" id="275">
|
||||
<string name="bounds">48 317 104 548 </string>
|
||||
<string name="viewFrame">317 48 231 56 </string>
|
||||
<boolean name="small">TRUE</boolean>
|
||||
<int name="controlSize">1</int>
|
||||
<string name="title">This dialog will always be displayed if the command key is held down when the game starts.</string>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="277">
|
||||
<string name="bounds">201 396 221 466 </string>
|
||||
<string name="viewFrame">396 201 70 20 </string>
|
||||
<string name="title">Cancel</string>
|
||||
<ostype name="command">not!</ostype>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="278">
|
||||
<string name="bounds">201 478 221 548 </string>
|
||||
<string name="viewFrame">478 201 70 20 </string>
|
||||
<string name="title">OK</string>
|
||||
<ostype name="command">ok </ostype>
|
||||
<int name="buttonType">1</int>
|
||||
</object>
|
||||
<object class="IBCarbonCheckBox" id="322">
|
||||
<string name="bounds">20 296 40 548 </string>
|
||||
<string name="viewFrame">296 20 252 20 </string>
|
||||
<ostype name="controlSignature">PREF</ostype>
|
||||
<int name="controlID">6</int>
|
||||
<string name="title">Always display this dialog at startup</string>
|
||||
</object>
|
||||
<object class="IBCarbonCheckBox" id="377">
|
||||
<string name="bounds">112 296 132 548 </string>
|
||||
<string name="viewFrame">296 112 252 20 </string>
|
||||
<ostype name="controlSignature">PREF</ostype>
|
||||
<int name="controlID">7</int>
|
||||
<string name="title">Use OpenAL</string>
|
||||
</object>
|
||||
</array>
|
||||
</object>
|
||||
<boolean name="receiveUpdates">FALSE</boolean>
|
||||
<boolean name="isResizable">FALSE</boolean>
|
||||
<boolean name="liveResize">TRUE</boolean>
|
||||
<boolean name="compositing">TRUE</boolean>
|
||||
<int name="carbonWindowClass">4</int>
|
||||
<int name="windowPosition">7</int>
|
||||
</object>
|
||||
<reference idRef="251"/>
|
||||
<reference idRef="252"/>
|
||||
<reference idRef="257"/>
|
||||
<reference idRef="262"/>
|
||||
<reference idRef="263"/>
|
||||
<reference idRef="264"/>
|
||||
<reference idRef="265"/>
|
||||
<reference idRef="266"/>
|
||||
<reference idRef="267"/>
|
||||
<reference idRef="269"/>
|
||||
<reference idRef="270"/>
|
||||
<reference idRef="271"/>
|
||||
<reference idRef="273"/>
|
||||
<reference idRef="274"/>
|
||||
<reference idRef="275"/>
|
||||
<reference idRef="277"/>
|
||||
<reference idRef="278"/>
|
||||
<reference idRef="279"/>
|
||||
<object class="IBCarbonButton" id="285">
|
||||
<string name="bounds">256 318 276 388 </string>
|
||||
<string name="viewFrame">318 256 70 20 </string>
|
||||
<string name="title">OK</string>
|
||||
<ostype name="command">ok </ostype>
|
||||
<int name="buttonType">1</int>
|
||||
</object>
|
||||
<object class="IBCarbonWindow" id="289">
|
||||
<string name="windowRect">366 175 662 583 </string>
|
||||
<string name="title"><<<kGameName>>></string>
|
||||
<object name="rootControl" class="IBCarbonRootControl" id="294">
|
||||
<string name="bounds">0 0 296 408 </string>
|
||||
<string name="viewFrame">0 0 408 296 </string>
|
||||
<array count="3" name="subviews">
|
||||
<object class="IBCarbonGroupBox" id="297">
|
||||
<string name="bounds">6 20 236 388 </string>
|
||||
<string name="viewFrame">20 6 368 230 </string>
|
||||
<array count="1" name="subviews">
|
||||
<object class="IBCarbonUserPane" id="302">
|
||||
<string name="bounds">36 36 220 372 </string>
|
||||
<string name="viewFrame">16 30 336 184 </string>
|
||||
<ostype name="controlSignature">MONI</ostype>
|
||||
<int name="controlID">1</int>
|
||||
<int name="featureBits">32</int>
|
||||
</object>
|
||||
</array>
|
||||
<string name="title">Select a Monitor</string>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="295">
|
||||
<string name="bounds">256 236 276 306 </string>
|
||||
<string name="viewFrame">236 256 70 20 </string>
|
||||
<string name="title">Cancel</string>
|
||||
<ostype name="command">not!</ostype>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<reference idRef="285"/>
|
||||
</array>
|
||||
</object>
|
||||
<boolean name="receiveUpdates">FALSE</boolean>
|
||||
<boolean name="isResizable">FALSE</boolean>
|
||||
<boolean name="liveResize">TRUE</boolean>
|
||||
<boolean name="compositing">TRUE</boolean>
|
||||
<int name="carbonWindowClass">11</int>
|
||||
<int name="windowPosition">7</int>
|
||||
</object>
|
||||
<reference idRef="294"/>
|
||||
<reference idRef="295"/>
|
||||
<reference idRef="297"/>
|
||||
<reference idRef="302"/>
|
||||
<object class="IBCarbonButton" id="303">
|
||||
<string name="bounds">88 303 108 373 </string>
|
||||
<string name="viewFrame">303 88 70 20 </string>
|
||||
<string name="title">Quit</string>
|
||||
<ostype name="command">not!</ostype>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonWindow" id="305">
|
||||
<string name="windowRect">648 341 776 734 </string>
|
||||
<string name="title">Doom 3</string>
|
||||
<object name="rootControl" class="IBCarbonRootControl" id="307">
|
||||
<string name="bounds">0 0 128 393 </string>
|
||||
<string name="viewFrame">0 0 393 128 </string>
|
||||
<array count="3" name="subviews">
|
||||
<reference idRef="303"/>
|
||||
<object class="IBCarbonStaticText" id="309">
|
||||
<string name="bounds">20 84 68 373 </string>
|
||||
<string name="viewFrame">84 20 289 48 </string>
|
||||
<ostype name="controlSignature">CD__</ostype>
|
||||
<int name="controlID">1</int>
|
||||
<string name="title">Please insert the disc "Doom 3" or press Quit.</string>
|
||||
</object>
|
||||
<object class="IBCarbonIcon" id="348">
|
||||
<string name="bounds">20 20 68 68 </string>
|
||||
<string name="viewFrame">20 20 48 48 </string>
|
||||
<int name="contentResID">1667523698</int>
|
||||
<int name="contentType">132</int>
|
||||
</object>
|
||||
</array>
|
||||
</object>
|
||||
<boolean name="receiveUpdates">FALSE</boolean>
|
||||
<boolean name="isResizable">FALSE</boolean>
|
||||
<boolean name="liveResize">TRUE</boolean>
|
||||
<boolean name="compositing">TRUE</boolean>
|
||||
<int name="carbonWindowClass">4</int>
|
||||
<int name="windowPosition">7</int>
|
||||
</object>
|
||||
<reference idRef="307"/>
|
||||
<reference idRef="309"/>
|
||||
<object class="IBCarbonButton" id="313">
|
||||
<string name="bounds">140 447 160 517 </string>
|
||||
<string name="viewFrame">447 140 70 20 </string>
|
||||
<string name="title">OK</string>
|
||||
<ostype name="command">ok </ostype>
|
||||
<int name="buttonType">1</int>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="314">
|
||||
<string name="bounds">140 365 160 435 </string>
|
||||
<string name="viewFrame">365 140 70 20 </string>
|
||||
<string name="title">Cancel</string>
|
||||
<ostype name="command">not!</ostype>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonCheckBox" id="315">
|
||||
<string name="bounds">61 130 81 517 </string>
|
||||
<string name="viewFrame">130 61 387 20 </string>
|
||||
<ostype name="controlSignature">CMDL</ostype>
|
||||
<int name="controlID">2</int>
|
||||
<string name="title">Always display this dialog at startup</string>
|
||||
</object>
|
||||
<object class="IBCarbonWindow" id="316">
|
||||
<string name="windowRect">290 42 470 579 </string>
|
||||
<string name="title"><<<kGameName>>></string>
|
||||
<object name="rootControl" class="IBCarbonRootControl" id="318">
|
||||
<string name="bounds">0 0 180 537 </string>
|
||||
<string name="viewFrame">0 0 537 180 </string>
|
||||
<array count="7" name="subviews">
|
||||
<object class="IBCarbonStaticText" id="319">
|
||||
<string name="bounds">88 151 120 517 </string>
|
||||
<string name="viewFrame">151 88 366 32 </string>
|
||||
<boolean name="small">TRUE</boolean>
|
||||
<int name="controlSize">1</int>
|
||||
<string name="title">This dialog will always be displayed if the shift key is held down when the game starts.</string>
|
||||
</object>
|
||||
<reference idRef="314"/>
|
||||
<reference idRef="313"/>
|
||||
<object class="IBCarbonStaticText" id="320">
|
||||
<string name="bounds">20 20 36 122 </string>
|
||||
<string name="viewFrame">20 20 102 16 </string>
|
||||
<string name="title">Command Line:</string>
|
||||
</object>
|
||||
<object class="IBCarbonEditText" id="317">
|
||||
<string name="bounds">21 133 37 432 </string>
|
||||
<string name="viewFrame">133 21 299 16 </string>
|
||||
<ostype name="controlSignature">CMDL</ostype>
|
||||
<int name="controlID">1</int>
|
||||
<boolean name="isUnicode">TRUE</boolean>
|
||||
<boolean name="isSingleLine">TRUE</boolean>
|
||||
</object>
|
||||
<reference idRef="315"/>
|
||||
<object class="IBCarbonButton" id="321">
|
||||
<string name="bounds">19 447 39 517 </string>
|
||||
<string name="viewFrame">447 19 70 20 </string>
|
||||
<ostype name="controlSignature">CMDL</ostype>
|
||||
<int name="controlID">3</int>
|
||||
<string name="title">Revert</string>
|
||||
<ostype name="command">rvrt</ostype>
|
||||
</object>
|
||||
</array>
|
||||
</object>
|
||||
<boolean name="receiveUpdates">FALSE</boolean>
|
||||
<boolean name="isResizable">FALSE</boolean>
|
||||
<boolean name="liveResize">TRUE</boolean>
|
||||
<boolean name="compositing">TRUE</boolean>
|
||||
<int name="carbonWindowClass">4</int>
|
||||
<int name="windowPosition">7</int>
|
||||
</object>
|
||||
<reference idRef="317"/>
|
||||
<reference idRef="318"/>
|
||||
<reference idRef="319"/>
|
||||
<reference idRef="320"/>
|
||||
<reference idRef="321"/>
|
||||
<reference idRef="322"/>
|
||||
<object class="IBCarbonButton" id="325">
|
||||
<string name="bounds">51 417 71 517 </string>
|
||||
<string name="viewFrame">417 51 100 20 </string>
|
||||
<ostype name="controlSignature">WARN</ostype>
|
||||
<int name="controlID">2</int>
|
||||
<string name="title">Ignore This</string>
|
||||
<ostype name="command">IThs</ostype>
|
||||
<string name="helpTagText">Ignore all warnings and assertions in the future</string>
|
||||
<string name="helpTagExtendedText">Ignore all warnings and assertions in the future. This warning dialog wll no longer be displayed.</string>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonRootControl" id="326">
|
||||
<string name="bounds">0 0 187 537 </string>
|
||||
<string name="viewFrame">0 0 537 187 </string>
|
||||
<array count="8" name="subviews">
|
||||
<reference idRef="325"/>
|
||||
<object class="IBCarbonButton" id="330">
|
||||
<string name="bounds">19 417 39 517 </string>
|
||||
<string name="viewFrame">417 19 100 20 </string>
|
||||
<ostype name="controlSignature">WARN</ostype>
|
||||
<int name="controlID">1</int>
|
||||
<string name="title">Continue</string>
|
||||
<ostype name="command">Cont</ostype>
|
||||
<string name="helpTagText">Continue running the application</string>
|
||||
<string name="helpTagExtendedText">Continue running the application. If this same condition occurs again, you will be notified.</string>
|
||||
<int name="buttonType">1</int>
|
||||
</object>
|
||||
<object class="IBCarbonIcon" id="332">
|
||||
<string name="bounds">20 20 84 84 </string>
|
||||
<string name="viewFrame">20 20 64 64 </string>
|
||||
<int name="contentResID">0</int>
|
||||
<int name="creator">0</int>
|
||||
</object>
|
||||
<object class="IBCarbonStaticText" id="333">
|
||||
<string name="bounds">20 92 140 409 </string>
|
||||
<string name="viewFrame">92 20 317 120 </string>
|
||||
<ostype name="controlSignature">WARN</ostype>
|
||||
<int name="controlID">6</int>
|
||||
<string name="title">Message</string>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="334">
|
||||
<string name="bounds">83 417 103 517 </string>
|
||||
<string name="viewFrame">417 83 100 20 </string>
|
||||
<ostype name="controlSignature">WARN</ostype>
|
||||
<int name="controlID">3</int>
|
||||
<string name="title">Ignore All</string>
|
||||
<ostype name="command">IAll</ostype>
|
||||
<string name="helpTagText">Ignore all future warnings and assertions everywhere</string>
|
||||
<string name="helpTagExtendedText">Ignore all future warnings and assertions everywhere they occur. If this same condition occurs again, you will not be notified.</string>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="335">
|
||||
<string name="bounds">115 417 135 517 </string>
|
||||
<string name="viewFrame">417 115 100 20 </string>
|
||||
<ostype name="controlSignature">WARN</ostype>
|
||||
<int name="controlID">4</int>
|
||||
<string name="title">Debug</string>
|
||||
<ostype name="command">Debu</ostype>
|
||||
<string name="helpTagText">Drop into the debugger</string>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="336">
|
||||
<string name="bounds">147 417 167 517 </string>
|
||||
<string name="viewFrame">417 147 100 20 </string>
|
||||
<ostype name="controlSignature">WARN</ostype>
|
||||
<int name="controlID">5</int>
|
||||
<string name="title">Quit</string>
|
||||
<ostype name="command">Quit</ostype>
|
||||
<string name="helpTagText">Force Quit the applicatiion</string>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonStaticText" id="338">
|
||||
<string name="bounds">151 92 167 409 </string>
|
||||
<string name="viewFrame">92 151 317 16 </string>
|
||||
<ostype name="controlSignature">WARN</ostype>
|
||||
<int name="controlID">7</int>
|
||||
<boolean name="small">TRUE</boolean>
|
||||
<int name="controlSize">1</int>
|
||||
<string name="title">File and Line Number</string>
|
||||
</object>
|
||||
</array>
|
||||
</object>
|
||||
<object class="IBCarbonWindow" id="327">
|
||||
<string name="windowRect">495 67 682 604 </string>
|
||||
<string name="title"><<<kGameName>>> Warning</string>
|
||||
<reference name="rootControl" idRef="326"/>
|
||||
<boolean name="receiveUpdates">FALSE</boolean>
|
||||
<boolean name="isResizable">FALSE</boolean>
|
||||
<boolean name="liveResize">TRUE</boolean>
|
||||
<boolean name="compositing">TRUE</boolean>
|
||||
<int name="carbonWindowClass">2</int>
|
||||
<int name="windowPosition">7</int>
|
||||
</object>
|
||||
<reference idRef="330"/>
|
||||
<reference idRef="332"/>
|
||||
<reference idRef="333"/>
|
||||
<reference idRef="334"/>
|
||||
<reference idRef="335"/>
|
||||
<reference idRef="336"/>
|
||||
<reference idRef="338"/>
|
||||
<reference idRef="348"/>
|
||||
<object class="IBCarbonRootControl" id="361">
|
||||
<string name="bounds">0 0 380 600 </string>
|
||||
<string name="viewFrame">0 0 600 380 </string>
|
||||
<array count="4" name="subviews">
|
||||
<object class="IBCarbonUserPane" id="365">
|
||||
<string name="bounds">44 20 320 580 </string>
|
||||
<string name="viewFrame">20 44 560 276 </string>
|
||||
<ostype name="controlSignature">EULA</ostype>
|
||||
<int name="controlID">1</int>
|
||||
<object name="layoutInfo" class="IBCarbonHILayoutInfo">
|
||||
<int name="bindingTopKind">1</int>
|
||||
<int name="bindingLeftKind">1</int>
|
||||
<int name="bindingBottomKind">2</int>
|
||||
<int name="bindingRightKind">2</int>
|
||||
</object>
|
||||
<int name="featureBits">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="362">
|
||||
<string name="bounds">340 496 360 580 </string>
|
||||
<string name="viewFrame">496 340 84 20 </string>
|
||||
<string name="title">Agree</string>
|
||||
<ostype name="command">ok </ostype>
|
||||
<object name="layoutInfo" class="IBCarbonHILayoutInfo">
|
||||
<int name="bindingBottomKind">2</int>
|
||||
<int name="bindingRightKind">2</int>
|
||||
</object>
|
||||
<int name="buttonType">1</int>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="366">
|
||||
<string name="bounds">340 400 360 484 </string>
|
||||
<string name="viewFrame">400 340 84 20 </string>
|
||||
<string name="title">Disagree</string>
|
||||
<ostype name="command">not!</ostype>
|
||||
<object name="layoutInfo" class="IBCarbonHILayoutInfo">
|
||||
<int name="bindingBottomKind">2</int>
|
||||
<int name="bindingRightKind">2</int>
|
||||
</object>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonStaticText" id="363">
|
||||
<string name="bounds">20 20 36 580 </string>
|
||||
<string name="viewFrame">20 20 560 16 </string>
|
||||
<ostype name="controlSignature">EULA</ostype>
|
||||
<int name="controlID">2</int>
|
||||
<int name="fontStyle">4</int>
|
||||
<string name="title">End User License Agreement</string>
|
||||
<object name="layoutInfo" class="IBCarbonHILayoutInfo">
|
||||
<int name="bindingLeftKind">1</int>
|
||||
<int name="bindingRightKind">2</int>
|
||||
</object>
|
||||
</object>
|
||||
</array>
|
||||
</object>
|
||||
<reference idRef="362"/>
|
||||
<reference idRef="363"/>
|
||||
<object class="IBCarbonWindow" id="364">
|
||||
<string name="windowRect">207 152 587 752 </string>
|
||||
<string name="title">License Agreement</string>
|
||||
<reference name="rootControl" idRef="361"/>
|
||||
<boolean name="receiveUpdates">FALSE</boolean>
|
||||
<boolean name="isResizable">FALSE</boolean>
|
||||
<boolean name="liveResize">TRUE</boolean>
|
||||
<boolean name="compositing">TRUE</boolean>
|
||||
<int name="carbonWindowClass">4</int>
|
||||
<int name="windowPosition">7</int>
|
||||
</object>
|
||||
<reference idRef="365"/>
|
||||
<reference idRef="366"/>
|
||||
<object class="IBCarbonStaticText" id="370">
|
||||
<string name="bounds">20 20 36 461 </string>
|
||||
<string name="viewFrame">20 20 441 16 </string>
|
||||
<boolean name="small">TRUE</boolean>
|
||||
<int name="controlSize">1</int>
|
||||
<string name="title">Doom 3 Registration Code:</string>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="371">
|
||||
<string name="bounds">118 309 138 379 </string>
|
||||
<string name="viewFrame">309 118 70 20 </string>
|
||||
<string name="title">Cancel</string>
|
||||
<ostype name="command">not!</ostype>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonEditText" id="372">
|
||||
<string name="bounds">47 23 63 458 </string>
|
||||
<string name="viewFrame">23 47 435 16 </string>
|
||||
<ostype name="controlSignature">RegC</ostype>
|
||||
<int name="controlID">1</int>
|
||||
<boolean name="isUnicode">TRUE</boolean>
|
||||
<boolean name="isSingleLine">TRUE</boolean>
|
||||
</object>
|
||||
<object class="IBCarbonRootControl" id="373">
|
||||
<string name="bounds">0 0 158 481 </string>
|
||||
<string name="viewFrame">0 0 481 158 </string>
|
||||
<array count="5" name="subviews">
|
||||
<reference idRef="372"/>
|
||||
<object class="IBCarbonStaticText" id="376">
|
||||
<string name="bounds">74 20 102 461 </string>
|
||||
<string name="viewFrame">20 74 441 28 </string>
|
||||
<boolean name="small">TRUE</boolean>
|
||||
<int name="controlSize">1</int>
|
||||
<string name="title">Registration code is located on the back of your DVD case. The registration code will be of the form 'XXXXXXXXXXXXXXXX XX'.</string>
|
||||
</object>
|
||||
<reference idRef="370"/>
|
||||
<object class="IBCarbonButton" id="374">
|
||||
<string name="bounds">118 391 138 461 </string>
|
||||
<string name="viewFrame">391 118 70 20 </string>
|
||||
<string name="title">OK</string>
|
||||
<ostype name="command">ok </ostype>
|
||||
<int name="buttonType">1</int>
|
||||
</object>
|
||||
<reference idRef="371"/>
|
||||
</array>
|
||||
</object>
|
||||
<reference idRef="374"/>
|
||||
<object class="IBCarbonWindow" id="375">
|
||||
<string name="windowRect">449 235 607 716 </string>
|
||||
<string name="title">Doom 3 Registration</string>
|
||||
<reference name="rootControl" idRef="373"/>
|
||||
<boolean name="receiveUpdates">FALSE</boolean>
|
||||
<boolean name="isResizable">FALSE</boolean>
|
||||
<boolean name="liveResize">TRUE</boolean>
|
||||
<boolean name="compositing">TRUE</boolean>
|
||||
<int name="carbonWindowClass">4</int>
|
||||
<int name="windowPosition">7</int>
|
||||
</object>
|
||||
<reference idRef="376"/>
|
||||
<reference idRef="377"/>
|
||||
</array>
|
||||
<array count="73" name="allParents">
|
||||
<reference idRef="1"/>
|
||||
<reference idRef="185"/>
|
||||
<reference idRef="29"/>
|
||||
<reference idRef="184"/>
|
||||
<reference idRef="184"/>
|
||||
<reference idRef="184"/>
|
||||
<reference idRef="184"/>
|
||||
<reference idRef="184"/>
|
||||
<reference idRef="184"/>
|
||||
<reference idRef="1"/>
|
||||
<reference idRef="250"/>
|
||||
<reference idRef="251"/>
|
||||
<reference idRef="252"/>
|
||||
<reference idRef="252"/>
|
||||
<reference idRef="266"/>
|
||||
<reference idRef="252"/>
|
||||
<reference idRef="266"/>
|
||||
<reference idRef="264"/>
|
||||
<reference idRef="266"/>
|
||||
<reference idRef="252"/>
|
||||
<reference idRef="269"/>
|
||||
<reference idRef="270"/>
|
||||
<reference idRef="252"/>
|
||||
<reference idRef="252"/>
|
||||
<reference idRef="251"/>
|
||||
<reference idRef="251"/>
|
||||
<reference idRef="251"/>
|
||||
<reference idRef="270"/>
|
||||
<reference idRef="294"/>
|
||||
<reference idRef="1"/>
|
||||
<reference idRef="289"/>
|
||||
<reference idRef="294"/>
|
||||
<reference idRef="294"/>
|
||||
<reference idRef="297"/>
|
||||
<reference idRef="307"/>
|
||||
<reference idRef="1"/>
|
||||
<reference idRef="305"/>
|
||||
<reference idRef="307"/>
|
||||
<reference idRef="318"/>
|
||||
<reference idRef="318"/>
|
||||
<reference idRef="318"/>
|
||||
<reference idRef="1"/>
|
||||
<reference idRef="318"/>
|
||||
<reference idRef="316"/>
|
||||
<reference idRef="318"/>
|
||||
<reference idRef="318"/>
|
||||
<reference idRef="318"/>
|
||||
<reference idRef="251"/>
|
||||
<reference idRef="326"/>
|
||||
<reference idRef="327"/>
|
||||
<reference idRef="1"/>
|
||||
<reference idRef="326"/>
|
||||
<reference idRef="326"/>
|
||||
<reference idRef="326"/>
|
||||
<reference idRef="326"/>
|
||||
<reference idRef="326"/>
|
||||
<reference idRef="326"/>
|
||||
<reference idRef="326"/>
|
||||
<reference idRef="307"/>
|
||||
<reference idRef="364"/>
|
||||
<reference idRef="361"/>
|
||||
<reference idRef="361"/>
|
||||
<reference idRef="1"/>
|
||||
<reference idRef="361"/>
|
||||
<reference idRef="361"/>
|
||||
<reference idRef="373"/>
|
||||
<reference idRef="373"/>
|
||||
<reference idRef="373"/>
|
||||
<reference idRef="375"/>
|
||||
<reference idRef="373"/>
|
||||
<reference idRef="1"/>
|
||||
<reference idRef="373"/>
|
||||
<reference idRef="251"/>
|
||||
</array>
|
||||
<dictionary count="9" name="nameTable">
|
||||
<string>Command Line</string>
|
||||
<reference idRef="316"/>
|
||||
<string>Developer Alert</string>
|
||||
<reference idRef="327"/>
|
||||
<string>EULA</string>
|
||||
<reference idRef="364"/>
|
||||
<string>Files Owner</string>
|
||||
<reference idRef="1"/>
|
||||
<string>Insert CD</string>
|
||||
<reference idRef="305"/>
|
||||
<string>MenuBar</string>
|
||||
<reference idRef="29"/>
|
||||
<string>Pick Monitor</string>
|
||||
<reference idRef="289"/>
|
||||
<string>Preferences</string>
|
||||
<reference idRef="250"/>
|
||||
<string>Reg Code Sheet</string>
|
||||
<reference idRef="375"/>
|
||||
</dictionary>
|
||||
<unsigned_int name="nextObjectID">378</unsigned_int>
|
||||
</object>
|
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{CLASS = DOOMController; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
21
neo/sys/osx/English.lproj/MainMenu.nib/info.nib
generated
21
neo/sys/osx/English.lproj/MainMenu.nib/info.nib
generated
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>122 224 668 368 0 0 1280 1002 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>29</key>
|
||||
<string>403 875 119 44 0 0 1280 1002 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>364.0</string>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>29</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>7M34</string>
|
||||
</dict>
|
||||
</plist>
|
BIN
neo/sys/osx/English.lproj/MainMenu.nib/objects.nib
generated
BIN
neo/sys/osx/English.lproj/MainMenu.nib/objects.nib
generated
Binary file not shown.
|
@ -1,518 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
|
||||
<data>
|
||||
<int key="IBDocument.SystemTarget">1060</int>
|
||||
<string key="IBDocument.SystemVersion">10K549</string>
|
||||
<string key="IBDocument.InterfaceBuilderVersion">851</string>
|
||||
<string key="IBDocument.AppKitVersion">1038.36</string>
|
||||
<string key="IBDocument.HIToolboxVersion">461.00</string>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<string key="NS.object.0">851</string>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<integer value="29"/>
|
||||
</object>
|
||||
<object class="NSArray" key="IBDocument.PluginDependencies">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="IBDocument.Metadata">
|
||||
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
|
||||
<integer value="1" key="NS.object.0"/>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="IBDocument.RootObjects" id="731663382">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSCustomObject" id="526609080">
|
||||
<object class="NSMutableString" key="NSClassName">
|
||||
<characters key="NS.bytes">NSApplication</characters>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSCustomObject" id="216869801">
|
||||
<string key="NSClassName">FirstResponder</string>
|
||||
</object>
|
||||
<object class="NSCustomObject" id="573009872">
|
||||
<string key="NSClassName">NSApplication</string>
|
||||
</object>
|
||||
<object class="NSMenu" id="14981745">
|
||||
<string key="NSTitle">MainMenu</string>
|
||||
<object class="NSMutableArray" key="NSMenuItems">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSMenuItem" id="756102385">
|
||||
<reference key="NSMenu" ref="14981745"/>
|
||||
<string key="NSTitle">Application</string>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<object class="NSCustomResource" key="NSOnImage" id="9086571">
|
||||
<string key="NSClassName">NSImage</string>
|
||||
<string key="NSResourceName">NSMenuCheckmark</string>
|
||||
</object>
|
||||
<object class="NSCustomResource" key="NSMixedImage" id="77331361">
|
||||
<string key="NSClassName">NSImage</string>
|
||||
<string key="NSResourceName">NSMenuMixedState</string>
|
||||
</object>
|
||||
<string key="NSAction">submenuAction:</string>
|
||||
<object class="NSMenu" key="NSSubmenu" id="648146557">
|
||||
<object class="NSMutableString" key="NSTitle">
|
||||
<characters key="NS.bytes">Application</characters>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="NSMenuItems">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSMenuItem" id="35723147">
|
||||
<reference key="NSMenu" ref="648146557"/>
|
||||
<string key="NSTitle">About Application</string>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="9086571"/>
|
||||
<reference key="NSMixedImage" ref="77331361"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="10470185">
|
||||
<reference key="NSMenu" ref="648146557"/>
|
||||
<bool key="NSIsDisabled">YES</bool>
|
||||
<bool key="NSIsSeparator">YES</bool>
|
||||
<string key="NSTitle"/>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="9086571"/>
|
||||
<reference key="NSMixedImage" ref="77331361"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="602311266">
|
||||
<reference key="NSMenu" ref="648146557"/>
|
||||
<string key="NSTitle">Preferences…</string>
|
||||
<string key="NSKeyEquiv">,</string>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="9086571"/>
|
||||
<reference key="NSMixedImage" ref="77331361"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="676234406">
|
||||
<reference key="NSMenu" ref="648146557"/>
|
||||
<bool key="NSIsDisabled">YES</bool>
|
||||
<bool key="NSIsSeparator">YES</bool>
|
||||
<string key="NSTitle"/>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="9086571"/>
|
||||
<reference key="NSMixedImage" ref="77331361"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="297667036">
|
||||
<reference key="NSMenu" ref="648146557"/>
|
||||
<string key="NSTitle">Services</string>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="9086571"/>
|
||||
<reference key="NSMixedImage" ref="77331361"/>
|
||||
<string key="NSAction">submenuAction:</string>
|
||||
<object class="NSMenu" key="NSSubmenu" id="176204384">
|
||||
<object class="NSMutableString" key="NSTitle">
|
||||
<characters key="NS.bytes">Services</characters>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="NSMenuItems">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
</object>
|
||||
<string key="NSName">_NSServicesMenu</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="737709965">
|
||||
<reference key="NSMenu" ref="648146557"/>
|
||||
<bool key="NSIsDisabled">YES</bool>
|
||||
<bool key="NSIsSeparator">YES</bool>
|
||||
<string key="NSTitle"/>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="9086571"/>
|
||||
<reference key="NSMixedImage" ref="77331361"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="687847458">
|
||||
<reference key="NSMenu" ref="648146557"/>
|
||||
<string key="NSTitle">Hide Application</string>
|
||||
<string key="NSKeyEquiv">h</string>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="9086571"/>
|
||||
<reference key="NSMixedImage" ref="77331361"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="469499020">
|
||||
<reference key="NSMenu" ref="648146557"/>
|
||||
<string key="NSTitle">Hide Others</string>
|
||||
<string key="NSKeyEquiv">h</string>
|
||||
<int key="NSKeyEquivModMask">1572864</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="9086571"/>
|
||||
<reference key="NSMixedImage" ref="77331361"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="1013294878">
|
||||
<reference key="NSMenu" ref="648146557"/>
|
||||
<string key="NSTitle">Show All</string>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="9086571"/>
|
||||
<reference key="NSMixedImage" ref="77331361"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="145980852">
|
||||
<reference key="NSMenu" ref="648146557"/>
|
||||
<bool key="NSIsDisabled">YES</bool>
|
||||
<bool key="NSIsSeparator">YES</bool>
|
||||
<string key="NSTitle"/>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="9086571"/>
|
||||
<reference key="NSMixedImage" ref="77331361"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="1072179553">
|
||||
<reference key="NSMenu" ref="648146557"/>
|
||||
<string key="NSTitle">Quit Application</string>
|
||||
<string key="NSKeyEquiv">q</string>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="9086571"/>
|
||||
<reference key="NSMixedImage" ref="77331361"/>
|
||||
</object>
|
||||
</object>
|
||||
<string key="NSName">_NSAppleMenu</string>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<string key="NSName">_NSMainMenu</string>
|
||||
</object>
|
||||
<object class="NSCustomObject" id="13068244">
|
||||
<string key="NSClassName">DOOMController</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBObjectContainer" key="IBDocument.Objects">
|
||||
<object class="NSMutableArray" key="connectionRecords">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBOutletConnection" key="connection">
|
||||
<string key="label">delegate</string>
|
||||
<reference key="source" ref="14981745"/>
|
||||
<reference key="destination" ref="13068244"/>
|
||||
</object>
|
||||
<int key="connectionID">213</int>
|
||||
</object>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBOutletConnection" key="connection">
|
||||
<string key="label">delegate</string>
|
||||
<reference key="source" ref="526609080"/>
|
||||
<reference key="destination" ref="13068244"/>
|
||||
</object>
|
||||
<int key="connectionID">214</int>
|
||||
</object>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBActionConnection" key="connection">
|
||||
<string key="label">unhideAllApplications:</string>
|
||||
<reference key="source" ref="216869801"/>
|
||||
<reference key="destination" ref="1013294878"/>
|
||||
</object>
|
||||
<int key="connectionID">247</int>
|
||||
</object>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBActionConnection" key="connection">
|
||||
<string key="label">terminate:</string>
|
||||
<reference key="source" ref="216869801"/>
|
||||
<reference key="destination" ref="1072179553"/>
|
||||
</object>
|
||||
<int key="connectionID">248</int>
|
||||
</object>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBActionConnection" key="connection">
|
||||
<string key="label">hideOtherApplications:</string>
|
||||
<reference key="source" ref="216869801"/>
|
||||
<reference key="destination" ref="469499020"/>
|
||||
</object>
|
||||
<int key="connectionID">249</int>
|
||||
</object>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBActionConnection" key="connection">
|
||||
<string key="label">hide:</string>
|
||||
<reference key="source" ref="216869801"/>
|
||||
<reference key="destination" ref="687847458"/>
|
||||
</object>
|
||||
<int key="connectionID">250</int>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBMutableOrderedSet" key="objectRecords">
|
||||
<object class="NSArray" key="orderedObjects">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">0</int>
|
||||
<object class="NSArray" key="object" id="0">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
</object>
|
||||
<reference key="children" ref="731663382"/>
|
||||
<nil key="parent"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">-2</int>
|
||||
<reference key="object" ref="526609080"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">File's Owner</string>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">-1</int>
|
||||
<reference key="object" ref="216869801"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">First Responder</string>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">29</int>
|
||||
<reference key="object" ref="14981745"/>
|
||||
<object class="NSMutableArray" key="children">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference ref="756102385"/>
|
||||
</object>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">MainMenu</string>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">233</int>
|
||||
<reference key="object" ref="756102385"/>
|
||||
<object class="NSMutableArray" key="children">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference ref="648146557"/>
|
||||
</object>
|
||||
<reference key="parent" ref="14981745"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">242</int>
|
||||
<reference key="object" ref="648146557"/>
|
||||
<object class="NSMutableArray" key="children">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference ref="1013294878"/>
|
||||
<reference ref="687847458"/>
|
||||
<reference ref="1072179553"/>
|
||||
<reference ref="469499020"/>
|
||||
<reference ref="145980852"/>
|
||||
<reference ref="297667036"/>
|
||||
<reference ref="602311266"/>
|
||||
<reference ref="35723147"/>
|
||||
<reference ref="737709965"/>
|
||||
<reference ref="676234406"/>
|
||||
<reference ref="10470185"/>
|
||||
</object>
|
||||
<reference key="parent" ref="756102385"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">234</int>
|
||||
<reference key="object" ref="1013294878"/>
|
||||
<reference key="parent" ref="648146557"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">235</int>
|
||||
<reference key="object" ref="687847458"/>
|
||||
<reference key="parent" ref="648146557"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">236</int>
|
||||
<reference key="object" ref="1072179553"/>
|
||||
<reference key="parent" ref="648146557"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">237</int>
|
||||
<reference key="object" ref="469499020"/>
|
||||
<reference key="parent" ref="648146557"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">238</int>
|
||||
<reference key="object" ref="145980852"/>
|
||||
<reference key="parent" ref="648146557"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">240</int>
|
||||
<reference key="object" ref="297667036"/>
|
||||
<object class="NSMutableArray" key="children">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference ref="176204384"/>
|
||||
</object>
|
||||
<reference key="parent" ref="648146557"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">239</int>
|
||||
<reference key="object" ref="176204384"/>
|
||||
<reference key="parent" ref="297667036"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">241</int>
|
||||
<reference key="object" ref="602311266"/>
|
||||
<reference key="parent" ref="648146557"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">243</int>
|
||||
<reference key="object" ref="35723147"/>
|
||||
<reference key="parent" ref="648146557"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">244</int>
|
||||
<reference key="object" ref="737709965"/>
|
||||
<reference key="parent" ref="648146557"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">245</int>
|
||||
<reference key="object" ref="676234406"/>
|
||||
<reference key="parent" ref="648146557"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">246</int>
|
||||
<reference key="object" ref="10470185"/>
|
||||
<reference key="parent" ref="648146557"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">211</int>
|
||||
<reference key="object" ref="13068244"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">DOOMController</string>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">-3</int>
|
||||
<reference key="object" ref="573009872"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">Application</string>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="flattenedProperties">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSArray" key="dict.sortedKeys">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>211.ImportedFromIB2</string>
|
||||
<string>233.IBPluginDependency</string>
|
||||
<string>233.ImportedFromIB2</string>
|
||||
<string>234.IBPluginDependency</string>
|
||||
<string>234.ImportedFromIB2</string>
|
||||
<string>235.IBPluginDependency</string>
|
||||
<string>235.ImportedFromIB2</string>
|
||||
<string>236.IBPluginDependency</string>
|
||||
<string>236.ImportedFromIB2</string>
|
||||
<string>237.IBPluginDependency</string>
|
||||
<string>237.ImportedFromIB2</string>
|
||||
<string>238.IBPluginDependency</string>
|
||||
<string>238.ImportedFromIB2</string>
|
||||
<string>239.IBPluginDependency</string>
|
||||
<string>239.ImportedFromIB2</string>
|
||||
<string>240.IBPluginDependency</string>
|
||||
<string>240.ImportedFromIB2</string>
|
||||
<string>241.IBPluginDependency</string>
|
||||
<string>241.ImportedFromIB2</string>
|
||||
<string>242.IBPluginDependency</string>
|
||||
<string>242.ImportedFromIB2</string>
|
||||
<string>243.IBPluginDependency</string>
|
||||
<string>243.ImportedFromIB2</string>
|
||||
<string>244.IBPluginDependency</string>
|
||||
<string>244.ImportedFromIB2</string>
|
||||
<string>245.IBPluginDependency</string>
|
||||
<string>245.ImportedFromIB2</string>
|
||||
<string>246.IBPluginDependency</string>
|
||||
<string>246.ImportedFromIB2</string>
|
||||
<string>29.IBEditorWindowLastContentRect</string>
|
||||
<string>29.IBPluginDependency</string>
|
||||
<string>29.ImportedFromIB2</string>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>{{329, 964}, {125, 20}}</string>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="unlocalizedProperties">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference key="dict.sortedKeys" ref="0"/>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
</object>
|
||||
</object>
|
||||
<nil key="activeLocalization"/>
|
||||
<object class="NSMutableDictionary" key="localizations">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference key="dict.sortedKeys" ref="0"/>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
</object>
|
||||
</object>
|
||||
<nil key="sourceID"/>
|
||||
<int key="maxID">251</int>
|
||||
</object>
|
||||
<object class="IBClassDescriber" key="IBDocument.Classes">
|
||||
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">DOOMController</string>
|
||||
<string key="superclassName">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBUserSource</string>
|
||||
<string key="minorKey"/>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">FirstResponder</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBUserSource</string>
|
||||
<string key="minorKey"/>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<int key="IBDocument.localizationMode">0</int>
|
||||
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencies">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
|
||||
<integer value="1060" key="NS.object.0"/>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string>
|
||||
<integer value="3000" key="NS.object.0"/>
|
||||
</object>
|
||||
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
|
||||
<nil key="IBDocument.LastKnownRelativeProjectPath"/>
|
||||
<int key="IBDocument.defaultPropertyAccessControl">3</int>
|
||||
<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSArray" key="dict.sortedKeys">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>NSMenuCheckmark</string>
|
||||
<string>NSMenuMixedState</string>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>{9, 8}</string>
|
||||
<string>{7, 2}</string>
|
||||
</object>
|
||||
</object>
|
||||
</data>
|
||||
</archive>
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>LprojCompatibleVersion</key>
|
||||
<string>116.2</string>
|
||||
<key>LprojLocale</key>
|
||||
<string>en</string>
|
||||
<key>LprojRevisionLevel</key>
|
||||
<string>1</string>
|
||||
<key>LprojVersion</key>
|
||||
<string>116.2</string>
|
||||
</dict>
|
||||
</plist>
|
4
neo/sys/osx/French.lproj/ASLCore.nib/classes.nib
generated
4
neo/sys/osx/French.lproj/ASLCore.nib/classes.nib
generated
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
IBClasses = ();
|
||||
IBVersion = 1;
|
||||
}
|
21
neo/sys/osx/French.lproj/ASLCore.nib/info.nib
generated
21
neo/sys/osx/French.lproj/ASLCore.nib/info.nib
generated
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>929 140 374 387 0 0 1680 1028 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>29</key>
|
||||
<string>249 423 95 44 0 0 1680 1028 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>364.0</string>
|
||||
<key>IBOldestOS</key>
|
||||
<integer>3</integer>
|
||||
<key>IBSystem Version</key>
|
||||
<string>7U16</string>
|
||||
<key>targetFramework</key>
|
||||
<string>IBCarbonFramework</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,701 +0,0 @@
|
|||
<?xml version="1.0" standalone="yes"?>
|
||||
<object class="NSIBObjectData">
|
||||
<string name="targetFramework">IBCarbonFramework</string>
|
||||
<object name="rootObject" class="NSCustomObject" id="1">
|
||||
<string name="customClass">NSApplication</string>
|
||||
</object>
|
||||
<array count="72" name="allObjects">
|
||||
<object class="IBCarbonMenu" id="29">
|
||||
<string name="title">SimpleHello</string>
|
||||
<array count="1" name="items">
|
||||
<object class="IBCarbonMenuItem" id="185">
|
||||
<string name="title">ASL Game</string>
|
||||
<object name="submenu" class="IBCarbonMenu" id="184">
|
||||
<string name="title">ASL Game</string>
|
||||
<array count="6" name="items">
|
||||
<object class="IBCarbonMenuItem" id="187">
|
||||
<string name="title">À propos de <<<kGameName>>>...</string>
|
||||
<int name="keyEquivalentModifier">0</int>
|
||||
<ostype name="command">abou</ostype>
|
||||
</object>
|
||||
<object class="IBCarbonMenuItem" id="186">
|
||||
<boolean name="separator">TRUE</boolean>
|
||||
</object>
|
||||
<object class="IBCarbonMenuItem" id="248">
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
<string name="title">Préferences...</string>
|
||||
<string name="keyEquivalent">,</string>
|
||||
<ostype name="command">pref</ostype>
|
||||
</object>
|
||||
<object class="IBCarbonMenuItem" id="249">
|
||||
<boolean name="separator">TRUE</boolean>
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
</object>
|
||||
<object class="IBCarbonMenuItem" id="228">
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
<string name="title">Mode plein écran</string>
|
||||
<string name="keyEquivalent"> </string>
|
||||
<ostype name="command">Togg</ostype>
|
||||
</object>
|
||||
<object class="IBCarbonMenuItem" id="229">
|
||||
<boolean name="separator">TRUE</boolean>
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
</object>
|
||||
</array>
|
||||
<string name="name">_NSAppleMenu</string>
|
||||
</object>
|
||||
</object>
|
||||
</array>
|
||||
<string name="name">_NSMainMenu</string>
|
||||
</object>
|
||||
<reference idRef="184"/>
|
||||
<reference idRef="185"/>
|
||||
<reference idRef="186"/>
|
||||
<reference idRef="187"/>
|
||||
<reference idRef="228"/>
|
||||
<reference idRef="229"/>
|
||||
<reference idRef="248"/>
|
||||
<reference idRef="249"/>
|
||||
<object class="IBCarbonWindow" id="250">
|
||||
<string name="windowRect">640 261 881 829 </string>
|
||||
<string name="title">Préférences de Doom 3</string>
|
||||
<object name="rootControl" class="IBCarbonRootControl" id="251">
|
||||
<string name="bounds">0 0 241 568 </string>
|
||||
<string name="viewFrame">0 0 568 241 </string>
|
||||
<array count="5" name="subviews">
|
||||
<object class="IBCarbonGroupBox" id="252">
|
||||
<string name="bounds">6 20 221 272 </string>
|
||||
<string name="viewFrame">20 6 252 215 </string>
|
||||
<array count="6" name="subviews">
|
||||
<object class="IBCarbonBevelButton" id="257">
|
||||
<string name="bounds">36 50 102 126 </string>
|
||||
<string name="viewFrame">30 30 76 66 </string>
|
||||
<ostype name="controlSignature">PREF</ostype>
|
||||
<int name="controlID">1</int>
|
||||
<string name="title">Fullscreen</string>
|
||||
<ostype name="command">Full</ostype>
|
||||
<unsigned_int name="behavior">256</unsigned_int>
|
||||
<int name="contentType">3</int>
|
||||
<int name="contentResID">1000</int>
|
||||
<int name="textPlacement">3</int>
|
||||
</object>
|
||||
<object class="IBCarbonBevelButton" id="262">
|
||||
<string name="bounds">36 166 102 242 </string>
|
||||
<string name="viewFrame">146 30 76 66 </string>
|
||||
<ostype name="controlSignature">PREF</ostype>
|
||||
<int name="controlID">2</int>
|
||||
<string name="title">In a Window</string>
|
||||
<ostype name="command">Wind</ostype>
|
||||
<unsigned_int name="behavior">256</unsigned_int>
|
||||
<int name="contentType">3</int>
|
||||
<int name="contentResID">1001</int>
|
||||
<int name="textPlacement">3</int>
|
||||
</object>
|
||||
<object class="IBCarbonPopupButton" id="264">
|
||||
<string name="bounds">116 36 136 256 </string>
|
||||
<string name="viewFrame">16 110 220 20 </string>
|
||||
<ostype name="controlSignature">PREF</ostype>
|
||||
<int name="controlID">3</int>
|
||||
<string name="title">Résolution :</string>
|
||||
<ostype name="command">Reso</ostype>
|
||||
<int name="titleJustification">-2</int>
|
||||
<object name="menu" class="IBCarbonMenu" id="266">
|
||||
<string name="title">Popup:</string>
|
||||
<array count="3" name="items">
|
||||
<object class="IBCarbonMenuItem" id="265">
|
||||
<boolean name="checked">TRUE</boolean>
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
<string name="title">800 x 600</string>
|
||||
</object>
|
||||
<object class="IBCarbonMenuItem" id="263">
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
<string name="title">1024 x 768</string>
|
||||
</object>
|
||||
<object class="IBCarbonMenuItem" id="267">
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
<string name="title">1280 x 1024</string>
|
||||
</object>
|
||||
</array>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBCarbonPopupButton" id="269">
|
||||
<string name="bounds">148 36 168 256 </string>
|
||||
<string name="viewFrame">16 142 220 20 </string>
|
||||
<ostype name="controlSignature">PREF</ostype>
|
||||
<int name="controlID">4</int>
|
||||
<string name="title">Tx de rafraî. :</string>
|
||||
<ostype name="command">Refr</ostype>
|
||||
<int name="titleJustification">-2</int>
|
||||
<object name="menu" class="IBCarbonMenu" id="270">
|
||||
<string name="title">Popup:</string>
|
||||
<array count="2" name="items">
|
||||
<object class="IBCarbonMenuItem" id="271">
|
||||
<boolean name="checked">TRUE</boolean>
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
<string name="title">Automatique</string>
|
||||
</object>
|
||||
<object class="IBCarbonMenuItem" id="279">
|
||||
<boolean name="separator">TRUE</boolean>
|
||||
<boolean name="updateSingleItem">TRUE</boolean>
|
||||
</object>
|
||||
</array>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBCarbonStaticText" id="273">
|
||||
<string name="bounds">189 36 205 161 </string>
|
||||
<string name="viewFrame">16 183 125 16 </string>
|
||||
<string name="title">Écrans multiples :</string>
|
||||
<int name="justification">-2</int>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="274">
|
||||
<string name="bounds">188 169 208 256 </string>
|
||||
<string name="viewFrame">149 182 87 20 </string>
|
||||
<ostype name="controlSignature">PREF</ostype>
|
||||
<int name="controlID">5</int>
|
||||
<string name="title">Choisir...</string>
|
||||
<ostype name="command">Moni</ostype>
|
||||
</object>
|
||||
</array>
|
||||
<string name="title">Options de moniteur</string>
|
||||
</object>
|
||||
<object class="IBCarbonStaticText" id="275">
|
||||
<string name="bounds">59 317 115 548 </string>
|
||||
<string name="viewFrame">317 59 231 56 </string>
|
||||
<boolean name="small">TRUE</boolean>
|
||||
<int name="controlSize">1</int>
|
||||
<string name="title">Ce dialogue apparaitra lorsque la touche Majuscule sera maintenue enfoncée lors du démarrage du jeu.</string>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="277">
|
||||
<string name="bounds">201 396 221 466 </string>
|
||||
<string name="viewFrame">396 201 70 20 </string>
|
||||
<string name="title">Annuler</string>
|
||||
<ostype name="command">not!</ostype>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="278">
|
||||
<string name="bounds">201 478 221 548 </string>
|
||||
<string name="viewFrame">478 201 70 20 </string>
|
||||
<string name="title">OK</string>
|
||||
<ostype name="command">ok </ostype>
|
||||
<int name="buttonType">1</int>
|
||||
</object>
|
||||
<object class="IBCarbonCheckBox" id="322">
|
||||
<string name="bounds">20 296 51 548 </string>
|
||||
<string name="viewFrame">296 20 252 31 </string>
|
||||
<ostype name="controlSignature">PREF</ostype>
|
||||
<int name="controlID">6</int>
|
||||
<string name="title">Toujours afficher ce dialogue au démarrage.</string>
|
||||
</object>
|
||||
</array>
|
||||
</object>
|
||||
<boolean name="receiveUpdates">FALSE</boolean>
|
||||
<boolean name="isResizable">FALSE</boolean>
|
||||
<boolean name="liveResize">TRUE</boolean>
|
||||
<boolean name="compositing">TRUE</boolean>
|
||||
<int name="carbonWindowClass">4</int>
|
||||
<int name="windowPosition">7</int>
|
||||
</object>
|
||||
<reference idRef="251"/>
|
||||
<reference idRef="252"/>
|
||||
<reference idRef="257"/>
|
||||
<reference idRef="262"/>
|
||||
<reference idRef="263"/>
|
||||
<reference idRef="264"/>
|
||||
<reference idRef="265"/>
|
||||
<reference idRef="266"/>
|
||||
<reference idRef="267"/>
|
||||
<reference idRef="269"/>
|
||||
<reference idRef="270"/>
|
||||
<reference idRef="271"/>
|
||||
<reference idRef="273"/>
|
||||
<reference idRef="274"/>
|
||||
<reference idRef="275"/>
|
||||
<reference idRef="277"/>
|
||||
<reference idRef="278"/>
|
||||
<reference idRef="279"/>
|
||||
<object class="IBCarbonButton" id="285">
|
||||
<string name="bounds">256 318 276 388 </string>
|
||||
<string name="viewFrame">318 256 70 20 </string>
|
||||
<string name="title">OK</string>
|
||||
<ostype name="command">ok </ostype>
|
||||
<int name="buttonType">1</int>
|
||||
</object>
|
||||
<object class="IBCarbonWindow" id="289">
|
||||
<string name="windowRect">366 175 662 583 </string>
|
||||
<string name="title"><<<kGameName>>></string>
|
||||
<object name="rootControl" class="IBCarbonRootControl" id="294">
|
||||
<string name="bounds">0 0 296 408 </string>
|
||||
<string name="viewFrame">0 0 408 296 </string>
|
||||
<array count="3" name="subviews">
|
||||
<object class="IBCarbonGroupBox" id="297">
|
||||
<string name="bounds">6 20 236 388 </string>
|
||||
<string name="viewFrame">20 6 368 230 </string>
|
||||
<array count="1" name="subviews">
|
||||
<object class="IBCarbonUserPane" id="302">
|
||||
<string name="bounds">36 36 220 372 </string>
|
||||
<string name="viewFrame">16 30 336 184 </string>
|
||||
<ostype name="controlSignature">MONI</ostype>
|
||||
<int name="controlID">1</int>
|
||||
<int name="featureBits">32</int>
|
||||
</object>
|
||||
</array>
|
||||
<string name="title">Choisissez un moniteur</string>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="295">
|
||||
<string name="bounds">256 236 276 306 </string>
|
||||
<string name="viewFrame">236 256 70 20 </string>
|
||||
<string name="title">Annuler</string>
|
||||
<ostype name="command">not!</ostype>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<reference idRef="285"/>
|
||||
</array>
|
||||
</object>
|
||||
<boolean name="receiveUpdates">FALSE</boolean>
|
||||
<boolean name="isResizable">FALSE</boolean>
|
||||
<boolean name="liveResize">TRUE</boolean>
|
||||
<boolean name="compositing">TRUE</boolean>
|
||||
<int name="carbonWindowClass">11</int>
|
||||
<int name="windowPosition">7</int>
|
||||
</object>
|
||||
<reference idRef="294"/>
|
||||
<reference idRef="295"/>
|
||||
<reference idRef="297"/>
|
||||
<reference idRef="302"/>
|
||||
<object class="IBCarbonButton" id="303">
|
||||
<string name="bounds">88 303 108 373 </string>
|
||||
<string name="viewFrame">303 88 70 20 </string>
|
||||
<string name="title">Quitter</string>
|
||||
<ostype name="command">not!</ostype>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonWindow" id="305">
|
||||
<string name="windowRect">648 341 776 734 </string>
|
||||
<string name="title">Doom 3</string>
|
||||
<object name="rootControl" class="IBCarbonRootControl" id="307">
|
||||
<string name="bounds">0 0 128 393 </string>
|
||||
<string name="viewFrame">0 0 393 128 </string>
|
||||
<array count="3" name="subviews">
|
||||
<reference idRef="303"/>
|
||||
<object class="IBCarbonStaticText" id="309">
|
||||
<string name="bounds">20 84 68 373 </string>
|
||||
<string name="viewFrame">84 20 289 48 </string>
|
||||
<ostype name="controlSignature">CD__</ostype>
|
||||
<int name="controlID">1</int>
|
||||
<string name="title">Veuillez insérer le disque "DOOM 3" ou cliquez sur "Quitter".</string>
|
||||
</object>
|
||||
<object class="IBCarbonIcon" id="348">
|
||||
<string name="bounds">20 20 68 68 </string>
|
||||
<string name="viewFrame">20 20 48 48 </string>
|
||||
<int name="contentResID">1667523698</int>
|
||||
<int name="contentType">132</int>
|
||||
</object>
|
||||
</array>
|
||||
</object>
|
||||
<boolean name="receiveUpdates">FALSE</boolean>
|
||||
<boolean name="isResizable">FALSE</boolean>
|
||||
<boolean name="liveResize">TRUE</boolean>
|
||||
<boolean name="compositing">TRUE</boolean>
|
||||
<int name="carbonWindowClass">4</int>
|
||||
<int name="windowPosition">7</int>
|
||||
</object>
|
||||
<reference idRef="307"/>
|
||||
<reference idRef="309"/>
|
||||
<object class="IBCarbonButton" id="313">
|
||||
<string name="bounds">140 447 160 517 </string>
|
||||
<string name="viewFrame">447 140 70 20 </string>
|
||||
<string name="title">OK</string>
|
||||
<ostype name="command">ok </ostype>
|
||||
<int name="buttonType">1</int>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="314">
|
||||
<string name="bounds">140 365 160 435 </string>
|
||||
<string name="viewFrame">365 140 70 20 </string>
|
||||
<string name="title">Annuler</string>
|
||||
<ostype name="command">not!</ostype>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonCheckBox" id="315">
|
||||
<string name="bounds">61 130 81 517 </string>
|
||||
<string name="viewFrame">130 61 387 20 </string>
|
||||
<ostype name="controlSignature">CMDL</ostype>
|
||||
<int name="controlID">2</int>
|
||||
<string name="title">Toujours afficher ce dialogue au démarrage</string>
|
||||
</object>
|
||||
<object class="IBCarbonWindow" id="316">
|
||||
<string name="windowRect">290 42 470 579 </string>
|
||||
<string name="title"><<<kGameName>>></string>
|
||||
<object name="rootControl" class="IBCarbonRootControl" id="318">
|
||||
<string name="bounds">0 0 180 537 </string>
|
||||
<string name="viewFrame">0 0 537 180 </string>
|
||||
<array count="7" name="subviews">
|
||||
<object class="IBCarbonStaticText" id="319">
|
||||
<string name="bounds">88 151 120 517 </string>
|
||||
<string name="viewFrame">151 88 366 32 </string>
|
||||
<boolean name="small">TRUE</boolean>
|
||||
<int name="controlSize">1</int>
|
||||
<string name="title">Ce dialogue apparaitra lorsque la touche Majuscule sera maintenue enfoncée lors du démarrage du jeu.</string>
|
||||
</object>
|
||||
<reference idRef="314"/>
|
||||
<reference idRef="313"/>
|
||||
<object class="IBCarbonStaticText" id="320">
|
||||
<string name="bounds">11 32 47 116 </string>
|
||||
<string name="viewFrame">32 11 84 36 </string>
|
||||
<string name="title">Ligne de commande :</string>
|
||||
</object>
|
||||
<object class="IBCarbonEditText" id="317">
|
||||
<string name="bounds">21 133 37 432 </string>
|
||||
<string name="viewFrame">133 21 299 16 </string>
|
||||
<ostype name="controlSignature">CMDL</ostype>
|
||||
<int name="controlID">1</int>
|
||||
<boolean name="isUnicode">TRUE</boolean>
|
||||
<boolean name="isSingleLine">TRUE</boolean>
|
||||
</object>
|
||||
<reference idRef="315"/>
|
||||
<object class="IBCarbonButton" id="321">
|
||||
<string name="bounds">19 447 39 517 </string>
|
||||
<string name="viewFrame">447 19 70 20 </string>
|
||||
<ostype name="controlSignature">CMDL</ostype>
|
||||
<int name="controlID">3</int>
|
||||
<string name="title">Revenir</string>
|
||||
<ostype name="command">rvrt</ostype>
|
||||
</object>
|
||||
</array>
|
||||
</object>
|
||||
<boolean name="receiveUpdates">FALSE</boolean>
|
||||
<boolean name="isResizable">FALSE</boolean>
|
||||
<boolean name="liveResize">TRUE</boolean>
|
||||
<boolean name="compositing">TRUE</boolean>
|
||||
<int name="carbonWindowClass">4</int>
|
||||
<int name="windowPosition">7</int>
|
||||
</object>
|
||||
<reference idRef="317"/>
|
||||
<reference idRef="318"/>
|
||||
<reference idRef="319"/>
|
||||
<reference idRef="320"/>
|
||||
<reference idRef="321"/>
|
||||
<reference idRef="322"/>
|
||||
<object class="IBCarbonButton" id="325">
|
||||
<string name="bounds">51 417 71 517 </string>
|
||||
<string name="viewFrame">417 51 100 20 </string>
|
||||
<ostype name="controlSignature">WARN</ostype>
|
||||
<int name="controlID">2</int>
|
||||
<string name="title">Ignorer</string>
|
||||
<ostype name="command">IThs</ostype>
|
||||
<string name="helpTagText">Ignore all warnings and assertions in the future</string>
|
||||
<string name="helpTagExtendedText">Ignore all warnings and assertions in the future. This warning dialog wll no longer be displayed.</string>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonRootControl" id="326">
|
||||
<string name="bounds">0 0 187 537 </string>
|
||||
<string name="viewFrame">0 0 537 187 </string>
|
||||
<array count="8" name="subviews">
|
||||
<reference idRef="325"/>
|
||||
<object class="IBCarbonButton" id="330">
|
||||
<string name="bounds">19 417 39 517 </string>
|
||||
<string name="viewFrame">417 19 100 20 </string>
|
||||
<ostype name="controlSignature">WARN</ostype>
|
||||
<int name="controlID">1</int>
|
||||
<string name="title">Continuer</string>
|
||||
<ostype name="command">Cont</ostype>
|
||||
<string name="helpTagText">Continue running the application</string>
|
||||
<string name="helpTagExtendedText">Continue running the application. If this same condition occurs again, you will be notified.</string>
|
||||
<int name="buttonType">1</int>
|
||||
</object>
|
||||
<object class="IBCarbonIcon" id="332">
|
||||
<string name="bounds">20 20 84 84 </string>
|
||||
<string name="viewFrame">20 20 64 64 </string>
|
||||
<int name="contentResID">0</int>
|
||||
<int name="creator">0</int>
|
||||
</object>
|
||||
<object class="IBCarbonStaticText" id="333">
|
||||
<string name="bounds">20 92 140 409 </string>
|
||||
<string name="viewFrame">92 20 317 120 </string>
|
||||
<ostype name="controlSignature">WARN</ostype>
|
||||
<int name="controlID">6</int>
|
||||
<string name="title">Message</string>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="334">
|
||||
<string name="bounds">83 417 103 517 </string>
|
||||
<string name="viewFrame">417 83 100 20 </string>
|
||||
<ostype name="controlSignature">WARN</ostype>
|
||||
<int name="controlID">3</int>
|
||||
<string name="title">Tout ignorer</string>
|
||||
<ostype name="command">IAll</ostype>
|
||||
<string name="helpTagText">Ignore all future warnings and assertions everywhere</string>
|
||||
<string name="helpTagExtendedText">Ignore all future warnings and assertions everywhere they occur. If this same condition occurs again, you will not be notified.</string>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="335">
|
||||
<string name="bounds">115 417 135 517 </string>
|
||||
<string name="viewFrame">417 115 100 20 </string>
|
||||
<ostype name="controlSignature">WARN</ostype>
|
||||
<int name="controlID">4</int>
|
||||
<string name="title">Debogue</string>
|
||||
<ostype name="command">Debu</ostype>
|
||||
<string name="helpTagText">Drop into the debugger</string>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="336">
|
||||
<string name="bounds">147 417 167 517 </string>
|
||||
<string name="viewFrame">417 147 100 20 </string>
|
||||
<ostype name="controlSignature">WARN</ostype>
|
||||
<int name="controlID">5</int>
|
||||
<string name="title">Quitter</string>
|
||||
<ostype name="command">Quit</ostype>
|
||||
<string name="helpTagText">Force Quit the applicatiion</string>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonStaticText" id="338">
|
||||
<string name="bounds">151 92 167 409 </string>
|
||||
<string name="viewFrame">92 151 317 16 </string>
|
||||
<ostype name="controlSignature">WARN</ostype>
|
||||
<int name="controlID">7</int>
|
||||
<boolean name="small">TRUE</boolean>
|
||||
<int name="controlSize">1</int>
|
||||
<string name="title">Fichier et numéro de ligne</string>
|
||||
</object>
|
||||
</array>
|
||||
</object>
|
||||
<object class="IBCarbonWindow" id="327">
|
||||
<string name="windowRect">495 67 682 604 </string>
|
||||
<string name="title">Alerte de <<<kGameName>>></string>
|
||||
<reference name="rootControl" idRef="326"/>
|
||||
<boolean name="receiveUpdates">FALSE</boolean>
|
||||
<boolean name="isResizable">FALSE</boolean>
|
||||
<boolean name="liveResize">TRUE</boolean>
|
||||
<boolean name="compositing">TRUE</boolean>
|
||||
<int name="carbonWindowClass">2</int>
|
||||
<int name="windowPosition">7</int>
|
||||
</object>
|
||||
<reference idRef="330"/>
|
||||
<reference idRef="332"/>
|
||||
<reference idRef="333"/>
|
||||
<reference idRef="334"/>
|
||||
<reference idRef="335"/>
|
||||
<reference idRef="336"/>
|
||||
<reference idRef="338"/>
|
||||
<reference idRef="348"/>
|
||||
<object class="IBCarbonRootControl" id="361">
|
||||
<string name="bounds">0 0 380 600 </string>
|
||||
<string name="viewFrame">0 0 600 380 </string>
|
||||
<array count="4" name="subviews">
|
||||
<object class="IBCarbonUserPane" id="365">
|
||||
<string name="bounds">44 20 320 580 </string>
|
||||
<string name="viewFrame">20 44 560 276 </string>
|
||||
<ostype name="controlSignature">EULA</ostype>
|
||||
<int name="controlID">1</int>
|
||||
<object name="layoutInfo" class="IBCarbonHILayoutInfo">
|
||||
<int name="bindingTopKind">1</int>
|
||||
<int name="bindingLeftKind">1</int>
|
||||
<int name="bindingBottomKind">2</int>
|
||||
<int name="bindingRightKind">2</int>
|
||||
</object>
|
||||
<int name="featureBits">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="362">
|
||||
<string name="bounds">340 496 360 580 </string>
|
||||
<string name="viewFrame">496 340 84 20 </string>
|
||||
<string name="title">Accepter</string>
|
||||
<ostype name="command">ok </ostype>
|
||||
<object name="layoutInfo" class="IBCarbonHILayoutInfo">
|
||||
<int name="bindingBottomKind">2</int>
|
||||
<int name="bindingRightKind">2</int>
|
||||
</object>
|
||||
<int name="buttonType">1</int>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="366">
|
||||
<string name="bounds">340 355 360 484 </string>
|
||||
<string name="viewFrame">355 340 129 20 </string>
|
||||
<string name="title">Ne pas accepter</string>
|
||||
<ostype name="command">not!</ostype>
|
||||
<object name="layoutInfo" class="IBCarbonHILayoutInfo">
|
||||
<int name="bindingBottomKind">2</int>
|
||||
<int name="bindingRightKind">2</int>
|
||||
</object>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonStaticText" id="363">
|
||||
<string name="bounds">20 20 36 580 </string>
|
||||
<string name="viewFrame">20 20 560 16 </string>
|
||||
<ostype name="controlSignature">EULA</ostype>
|
||||
<int name="controlID">2</int>
|
||||
<int name="fontStyle">4</int>
|
||||
<string name="title">Contrat de licence pour l'utilisateur final</string>
|
||||
<object name="layoutInfo" class="IBCarbonHILayoutInfo">
|
||||
<int name="bindingLeftKind">1</int>
|
||||
<int name="bindingRightKind">2</int>
|
||||
</object>
|
||||
</object>
|
||||
</array>
|
||||
</object>
|
||||
<reference idRef="362"/>
|
||||
<reference idRef="363"/>
|
||||
<object class="IBCarbonWindow" id="364">
|
||||
<string name="windowRect">207 152 587 752 </string>
|
||||
<string name="title">License Agreement</string>
|
||||
<reference name="rootControl" idRef="361"/>
|
||||
<boolean name="receiveUpdates">FALSE</boolean>
|
||||
<boolean name="isResizable">FALSE</boolean>
|
||||
<boolean name="liveResize">TRUE</boolean>
|
||||
<boolean name="compositing">TRUE</boolean>
|
||||
<int name="carbonWindowClass">4</int>
|
||||
<int name="windowPosition">7</int>
|
||||
</object>
|
||||
<reference idRef="365"/>
|
||||
<reference idRef="366"/>
|
||||
<object class="IBCarbonStaticText" id="370">
|
||||
<string name="bounds">20 20 36 461 </string>
|
||||
<string name="viewFrame">20 20 441 16 </string>
|
||||
<boolean name="small">TRUE</boolean>
|
||||
<int name="controlSize">1</int>
|
||||
<string name="title">Code d'enregistrement de DOOM 3 :</string>
|
||||
</object>
|
||||
<object class="IBCarbonButton" id="371">
|
||||
<string name="bounds">118 309 138 379 </string>
|
||||
<string name="viewFrame">309 118 70 20 </string>
|
||||
<string name="title">Annuler</string>
|
||||
<ostype name="command">not!</ostype>
|
||||
<int name="buttonType">2</int>
|
||||
</object>
|
||||
<object class="IBCarbonEditText" id="372">
|
||||
<string name="bounds">47 23 63 458 </string>
|
||||
<string name="viewFrame">23 47 435 16 </string>
|
||||
<ostype name="controlSignature">RegC</ostype>
|
||||
<int name="controlID">1</int>
|
||||
<boolean name="isUnicode">TRUE</boolean>
|
||||
<boolean name="isSingleLine">TRUE</boolean>
|
||||
</object>
|
||||
<object class="IBCarbonRootControl" id="373">
|
||||
<string name="bounds">0 0 158 481 </string>
|
||||
<string name="viewFrame">0 0 481 158 </string>
|
||||
<array count="5" name="subviews">
|
||||
<reference idRef="372"/>
|
||||
<object class="IBCarbonStaticText" id="376">
|
||||
<string name="bounds">74 20 102 461 </string>
|
||||
<string name="viewFrame">20 74 441 28 </string>
|
||||
<boolean name="small">TRUE</boolean>
|
||||
<int name="controlSize">1</int>
|
||||
<string name="title">Le code d'enregistrement est situé à l'arrière de la boîte du DVD. Le code d'enregistrement est de la forme 'XXXXXXXXXXXXXXXX XX'.</string>
|
||||
</object>
|
||||
<reference idRef="370"/>
|
||||
<object class="IBCarbonButton" id="374">
|
||||
<string name="bounds">118 391 138 461 </string>
|
||||
<string name="viewFrame">391 118 70 20 </string>
|
||||
<string name="title">OK</string>
|
||||
<ostype name="command">ok </ostype>
|
||||
<int name="buttonType">1</int>
|
||||
</object>
|
||||
<reference idRef="371"/>
|
||||
</array>
|
||||
</object>
|
||||
<reference idRef="374"/>
|
||||
<object class="IBCarbonWindow" id="375">
|
||||
<string name="windowRect">449 235 607 716 </string>
|
||||
<string name="title">Enregistrement de DOOM 3</string>
|
||||
<reference name="rootControl" idRef="373"/>
|
||||
<boolean name="receiveUpdates">FALSE</boolean>
|
||||
<boolean name="isResizable">FALSE</boolean>
|
||||
<boolean name="liveResize">TRUE</boolean>
|
||||
<boolean name="compositing">TRUE</boolean>
|
||||
<int name="carbonWindowClass">4</int>
|
||||
<int name="windowPosition">7</int>
|
||||
</object>
|
||||
<reference idRef="376"/>
|
||||
</array>
|
||||
<array count="72" name="allParents">
|
||||
<reference idRef="1"/>
|
||||
<reference idRef="185"/>
|
||||
<reference idRef="29"/>
|
||||
<reference idRef="184"/>
|
||||
<reference idRef="184"/>
|
||||
<reference idRef="184"/>
|
||||
<reference idRef="184"/>
|
||||
<reference idRef="184"/>
|
||||
<reference idRef="184"/>
|
||||
<reference idRef="1"/>
|
||||
<reference idRef="250"/>
|
||||
<reference idRef="251"/>
|
||||
<reference idRef="252"/>
|
||||
<reference idRef="252"/>
|
||||
<reference idRef="266"/>
|
||||
<reference idRef="252"/>
|
||||
<reference idRef="266"/>
|
||||
<reference idRef="264"/>
|
||||
<reference idRef="266"/>
|
||||
<reference idRef="252"/>
|
||||
<reference idRef="269"/>
|
||||
<reference idRef="270"/>
|
||||
<reference idRef="252"/>
|
||||
<reference idRef="252"/>
|
||||
<reference idRef="251"/>
|
||||
<reference idRef="251"/>
|
||||
<reference idRef="251"/>
|
||||
<reference idRef="270"/>
|
||||
<reference idRef="294"/>
|
||||
<reference idRef="1"/>
|
||||
<reference idRef="289"/>
|
||||
<reference idRef="294"/>
|
||||
<reference idRef="294"/>
|
||||
<reference idRef="297"/>
|
||||
<reference idRef="307"/>
|
||||
<reference idRef="1"/>
|
||||
<reference idRef="305"/>
|
||||
<reference idRef="307"/>
|
||||
<reference idRef="318"/>
|
||||
<reference idRef="318"/>
|
||||
<reference idRef="318"/>
|
||||
<reference idRef="1"/>
|
||||
<reference idRef="318"/>
|
||||
<reference idRef="316"/>
|
||||
<reference idRef="318"/>
|
||||
<reference idRef="318"/>
|
||||
<reference idRef="318"/>
|
||||
<reference idRef="251"/>
|
||||
<reference idRef="326"/>
|
||||
<reference idRef="327"/>
|
||||
<reference idRef="1"/>
|
||||
<reference idRef="326"/>
|
||||
<reference idRef="326"/>
|
||||
<reference idRef="326"/>
|
||||
<reference idRef="326"/>
|
||||
<reference idRef="326"/>
|
||||
<reference idRef="326"/>
|
||||
<reference idRef="326"/>
|
||||
<reference idRef="307"/>
|
||||
<reference idRef="364"/>
|
||||
<reference idRef="361"/>
|
||||
<reference idRef="361"/>
|
||||
<reference idRef="1"/>
|
||||
<reference idRef="361"/>
|
||||
<reference idRef="361"/>
|
||||
<reference idRef="373"/>
|
||||
<reference idRef="373"/>
|
||||
<reference idRef="373"/>
|
||||
<reference idRef="375"/>
|
||||
<reference idRef="373"/>
|
||||
<reference idRef="1"/>
|
||||
<reference idRef="373"/>
|
||||
</array>
|
||||
<dictionary count="9" name="nameTable">
|
||||
<string>Command Line</string>
|
||||
<reference idRef="316"/>
|
||||
<string>Developer Alert</string>
|
||||
<reference idRef="327"/>
|
||||
<string>EULA</string>
|
||||
<reference idRef="364"/>
|
||||
<string>Files Owner</string>
|
||||
<reference idRef="1"/>
|
||||
<string>Insert CD</string>
|
||||
<reference idRef="305"/>
|
||||
<string>MenuBar</string>
|
||||
<reference idRef="29"/>
|
||||
<string>Pick Monitor</string>
|
||||
<reference idRef="289"/>
|
||||
<string>Preferences</string>
|
||||
<reference idRef="250"/>
|
||||
<string>Reg Code Sheet</string>
|
||||
<reference idRef="375"/>
|
||||
</dictionary>
|
||||
<unsigned_int name="nextObjectID">377</unsigned_int>
|
||||
</object>
|
File diff suppressed because it is too large
Load diff
|
@ -1,6 +0,0 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "Doom 3";
|
||||
CFBundleShortVersionString = "1.1 b2847";
|
||||
CFBundleGetInfoString = "Doom 3 version 1.1 b2847, Copyright 2006 Id Software";
|
||||
NSHumanReadableCopyright = "Copyright 2006 Id Software";
|
Binary file not shown.
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{CLASS = DOOMController; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
21
neo/sys/osx/French.lproj/MainMenu.nib/info.nib
generated
21
neo/sys/osx/French.lproj/MainMenu.nib/info.nib
generated
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>122 224 668 368 0 0 1280 1002 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>29</key>
|
||||
<string>540 899 103 44 0 0 1680 1028 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>364.0</string>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>29</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>7W98</string>
|
||||
</dict>
|
||||
</plist>
|
BIN
neo/sys/osx/French.lproj/MainMenu.nib/objects.nib
generated
BIN
neo/sys/osx/French.lproj/MainMenu.nib/objects.nib
generated
Binary file not shown.
|
@ -1,516 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
|
||||
<data>
|
||||
<int key="IBDocument.SystemTarget">1060</int>
|
||||
<string key="IBDocument.SystemVersion">10K549</string>
|
||||
<string key="IBDocument.InterfaceBuilderVersion">851</string>
|
||||
<string key="IBDocument.AppKitVersion">1038.36</string>
|
||||
<string key="IBDocument.HIToolboxVersion">461.00</string>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<string key="NS.object.0">851</string>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<integer value="29"/>
|
||||
</object>
|
||||
<object class="NSArray" key="IBDocument.PluginDependencies">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="IBDocument.Metadata">
|
||||
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
|
||||
<integer value="1" key="NS.object.0"/>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="IBDocument.RootObjects" id="366465427">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSCustomObject" id="683056064">
|
||||
<object class="NSMutableString" key="NSClassName">
|
||||
<characters key="NS.bytes">NSApplication</characters>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSCustomObject" id="137881514">
|
||||
<string key="NSClassName">FirstResponder</string>
|
||||
</object>
|
||||
<object class="NSCustomObject" id="275211462">
|
||||
<string key="NSClassName">NSApplication</string>
|
||||
</object>
|
||||
<object class="NSMenu" id="464068045">
|
||||
<string key="NSTitle">MainMenu</string>
|
||||
<object class="NSMutableArray" key="NSMenuItems">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSMenuItem" id="1047004441">
|
||||
<reference key="NSMenu" ref="464068045"/>
|
||||
<string key="NSTitle">Doom 3</string>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<object class="NSCustomResource" key="NSOnImage" id="390664490">
|
||||
<string key="NSClassName">NSImage</string>
|
||||
<string key="NSResourceName">NSMenuCheckmark</string>
|
||||
</object>
|
||||
<object class="NSCustomResource" key="NSMixedImage" id="322738770">
|
||||
<string key="NSClassName">NSImage</string>
|
||||
<string key="NSResourceName">NSMenuMixedState</string>
|
||||
</object>
|
||||
<string key="NSAction">submenuAction:</string>
|
||||
<object class="NSMenu" key="NSSubmenu" id="232210142">
|
||||
<string key="NSTitle">Doom 3</string>
|
||||
<object class="NSMutableArray" key="NSMenuItems">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSMenuItem" id="767897274">
|
||||
<reference key="NSMenu" ref="232210142"/>
|
||||
<string key="NSTitle">À propos de Doom 3</string>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="390664490"/>
|
||||
<reference key="NSMixedImage" ref="322738770"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="993489104">
|
||||
<reference key="NSMenu" ref="232210142"/>
|
||||
<bool key="NSIsDisabled">YES</bool>
|
||||
<bool key="NSIsSeparator">YES</bool>
|
||||
<string key="NSTitle"/>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="390664490"/>
|
||||
<reference key="NSMixedImage" ref="322738770"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="169002429">
|
||||
<reference key="NSMenu" ref="232210142"/>
|
||||
<string key="NSTitle">Préférences…</string>
|
||||
<string key="NSKeyEquiv">,</string>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="390664490"/>
|
||||
<reference key="NSMixedImage" ref="322738770"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="89723043">
|
||||
<reference key="NSMenu" ref="232210142"/>
|
||||
<bool key="NSIsDisabled">YES</bool>
|
||||
<bool key="NSIsSeparator">YES</bool>
|
||||
<string key="NSTitle"/>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="390664490"/>
|
||||
<reference key="NSMixedImage" ref="322738770"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="671393567">
|
||||
<reference key="NSMenu" ref="232210142"/>
|
||||
<string key="NSTitle">Services</string>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="390664490"/>
|
||||
<reference key="NSMixedImage" ref="322738770"/>
|
||||
<string key="NSAction">submenuAction:</string>
|
||||
<object class="NSMenu" key="NSSubmenu" id="501752208">
|
||||
<object class="NSMutableString" key="NSTitle">
|
||||
<characters key="NS.bytes">Services</characters>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="NSMenuItems">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
</object>
|
||||
<string key="NSName">_NSServicesMenu</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="903749691">
|
||||
<reference key="NSMenu" ref="232210142"/>
|
||||
<bool key="NSIsDisabled">YES</bool>
|
||||
<bool key="NSIsSeparator">YES</bool>
|
||||
<string key="NSTitle"/>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="390664490"/>
|
||||
<reference key="NSMixedImage" ref="322738770"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="489355146">
|
||||
<reference key="NSMenu" ref="232210142"/>
|
||||
<string key="NSTitle">Masquer Doom 3</string>
|
||||
<string key="NSKeyEquiv">h</string>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="390664490"/>
|
||||
<reference key="NSMixedImage" ref="322738770"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="511806543">
|
||||
<reference key="NSMenu" ref="232210142"/>
|
||||
<string key="NSTitle">Masquer les autres</string>
|
||||
<string key="NSKeyEquiv">h</string>
|
||||
<int key="NSKeyEquivModMask">1572864</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="390664490"/>
|
||||
<reference key="NSMixedImage" ref="322738770"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="553866967">
|
||||
<reference key="NSMenu" ref="232210142"/>
|
||||
<string key="NSTitle">Tout afficher</string>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="390664490"/>
|
||||
<reference key="NSMixedImage" ref="322738770"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="654904015">
|
||||
<reference key="NSMenu" ref="232210142"/>
|
||||
<bool key="NSIsDisabled">YES</bool>
|
||||
<bool key="NSIsSeparator">YES</bool>
|
||||
<string key="NSTitle"/>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="390664490"/>
|
||||
<reference key="NSMixedImage" ref="322738770"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="787002328">
|
||||
<reference key="NSMenu" ref="232210142"/>
|
||||
<string key="NSTitle">Quitter Doom 3</string>
|
||||
<string key="NSKeyEquiv">q</string>
|
||||
<int key="NSKeyEquivModMask">1048576</int>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="390664490"/>
|
||||
<reference key="NSMixedImage" ref="322738770"/>
|
||||
</object>
|
||||
</object>
|
||||
<string key="NSName">_NSAppleMenu</string>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<string key="NSName">_NSMainMenu</string>
|
||||
</object>
|
||||
<object class="NSCustomObject" id="837974288">
|
||||
<string key="NSClassName">DOOMController</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBObjectContainer" key="IBDocument.Objects">
|
||||
<object class="NSMutableArray" key="connectionRecords">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBOutletConnection" key="connection">
|
||||
<string key="label">delegate</string>
|
||||
<reference key="source" ref="464068045"/>
|
||||
<reference key="destination" ref="837974288"/>
|
||||
</object>
|
||||
<int key="connectionID">213</int>
|
||||
</object>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBOutletConnection" key="connection">
|
||||
<string key="label">delegate</string>
|
||||
<reference key="source" ref="683056064"/>
|
||||
<reference key="destination" ref="837974288"/>
|
||||
</object>
|
||||
<int key="connectionID">214</int>
|
||||
</object>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBActionConnection" key="connection">
|
||||
<string key="label">unhideAllApplications:</string>
|
||||
<reference key="source" ref="137881514"/>
|
||||
<reference key="destination" ref="553866967"/>
|
||||
</object>
|
||||
<int key="connectionID">247</int>
|
||||
</object>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBActionConnection" key="connection">
|
||||
<string key="label">terminate:</string>
|
||||
<reference key="source" ref="137881514"/>
|
||||
<reference key="destination" ref="787002328"/>
|
||||
</object>
|
||||
<int key="connectionID">248</int>
|
||||
</object>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBActionConnection" key="connection">
|
||||
<string key="label">hideOtherApplications:</string>
|
||||
<reference key="source" ref="137881514"/>
|
||||
<reference key="destination" ref="511806543"/>
|
||||
</object>
|
||||
<int key="connectionID">249</int>
|
||||
</object>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBActionConnection" key="connection">
|
||||
<string key="label">hide:</string>
|
||||
<reference key="source" ref="137881514"/>
|
||||
<reference key="destination" ref="489355146"/>
|
||||
</object>
|
||||
<int key="connectionID">250</int>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBMutableOrderedSet" key="objectRecords">
|
||||
<object class="NSArray" key="orderedObjects">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">0</int>
|
||||
<object class="NSArray" key="object" id="0">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
</object>
|
||||
<reference key="children" ref="366465427"/>
|
||||
<nil key="parent"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">-2</int>
|
||||
<reference key="object" ref="683056064"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">File's Owner</string>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">-1</int>
|
||||
<reference key="object" ref="137881514"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">First Responder</string>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">29</int>
|
||||
<reference key="object" ref="464068045"/>
|
||||
<object class="NSMutableArray" key="children">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference ref="1047004441"/>
|
||||
</object>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">MainMenu</string>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">233</int>
|
||||
<reference key="object" ref="1047004441"/>
|
||||
<object class="NSMutableArray" key="children">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference ref="232210142"/>
|
||||
</object>
|
||||
<reference key="parent" ref="464068045"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">242</int>
|
||||
<reference key="object" ref="232210142"/>
|
||||
<object class="NSMutableArray" key="children">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference ref="553866967"/>
|
||||
<reference ref="489355146"/>
|
||||
<reference ref="787002328"/>
|
||||
<reference ref="511806543"/>
|
||||
<reference ref="654904015"/>
|
||||
<reference ref="671393567"/>
|
||||
<reference ref="169002429"/>
|
||||
<reference ref="767897274"/>
|
||||
<reference ref="903749691"/>
|
||||
<reference ref="89723043"/>
|
||||
<reference ref="993489104"/>
|
||||
</object>
|
||||
<reference key="parent" ref="1047004441"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">234</int>
|
||||
<reference key="object" ref="553866967"/>
|
||||
<reference key="parent" ref="232210142"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">235</int>
|
||||
<reference key="object" ref="489355146"/>
|
||||
<reference key="parent" ref="232210142"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">236</int>
|
||||
<reference key="object" ref="787002328"/>
|
||||
<reference key="parent" ref="232210142"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">237</int>
|
||||
<reference key="object" ref="511806543"/>
|
||||
<reference key="parent" ref="232210142"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">238</int>
|
||||
<reference key="object" ref="654904015"/>
|
||||
<reference key="parent" ref="232210142"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">240</int>
|
||||
<reference key="object" ref="671393567"/>
|
||||
<object class="NSMutableArray" key="children">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference ref="501752208"/>
|
||||
</object>
|
||||
<reference key="parent" ref="232210142"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">239</int>
|
||||
<reference key="object" ref="501752208"/>
|
||||
<reference key="parent" ref="671393567"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">241</int>
|
||||
<reference key="object" ref="169002429"/>
|
||||
<reference key="parent" ref="232210142"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">243</int>
|
||||
<reference key="object" ref="767897274"/>
|
||||
<reference key="parent" ref="232210142"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">244</int>
|
||||
<reference key="object" ref="903749691"/>
|
||||
<reference key="parent" ref="232210142"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">245</int>
|
||||
<reference key="object" ref="89723043"/>
|
||||
<reference key="parent" ref="232210142"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">246</int>
|
||||
<reference key="object" ref="993489104"/>
|
||||
<reference key="parent" ref="232210142"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">211</int>
|
||||
<reference key="object" ref="837974288"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">DOOMController</string>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">-3</int>
|
||||
<reference key="object" ref="275211462"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">Application</string>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="flattenedProperties">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSArray" key="dict.sortedKeys">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>211.ImportedFromIB2</string>
|
||||
<string>233.IBPluginDependency</string>
|
||||
<string>233.ImportedFromIB2</string>
|
||||
<string>234.IBPluginDependency</string>
|
||||
<string>234.ImportedFromIB2</string>
|
||||
<string>235.IBPluginDependency</string>
|
||||
<string>235.ImportedFromIB2</string>
|
||||
<string>236.IBPluginDependency</string>
|
||||
<string>236.ImportedFromIB2</string>
|
||||
<string>237.IBPluginDependency</string>
|
||||
<string>237.ImportedFromIB2</string>
|
||||
<string>238.IBPluginDependency</string>
|
||||
<string>238.ImportedFromIB2</string>
|
||||
<string>239.IBPluginDependency</string>
|
||||
<string>239.ImportedFromIB2</string>
|
||||
<string>240.IBPluginDependency</string>
|
||||
<string>240.ImportedFromIB2</string>
|
||||
<string>241.IBPluginDependency</string>
|
||||
<string>241.ImportedFromIB2</string>
|
||||
<string>242.IBPluginDependency</string>
|
||||
<string>242.ImportedFromIB2</string>
|
||||
<string>243.IBPluginDependency</string>
|
||||
<string>243.ImportedFromIB2</string>
|
||||
<string>244.IBPluginDependency</string>
|
||||
<string>244.ImportedFromIB2</string>
|
||||
<string>245.IBPluginDependency</string>
|
||||
<string>245.ImportedFromIB2</string>
|
||||
<string>246.IBPluginDependency</string>
|
||||
<string>246.ImportedFromIB2</string>
|
||||
<string>29.IBEditorWindowLastContentRect</string>
|
||||
<string>29.IBPluginDependency</string>
|
||||
<string>29.ImportedFromIB2</string>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
<string>{{329, 941}, {99, 20}}</string>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<boolean value="YES"/>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="unlocalizedProperties">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference key="dict.sortedKeys" ref="0"/>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
</object>
|
||||
</object>
|
||||
<nil key="activeLocalization"/>
|
||||
<object class="NSMutableDictionary" key="localizations">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference key="dict.sortedKeys" ref="0"/>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
</object>
|
||||
</object>
|
||||
<nil key="sourceID"/>
|
||||
<int key="maxID">251</int>
|
||||
</object>
|
||||
<object class="IBClassDescriber" key="IBDocument.Classes">
|
||||
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">DOOMController</string>
|
||||
<string key="superclassName">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBUserSource</string>
|
||||
<string key="minorKey"/>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">FirstResponder</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBUserSource</string>
|
||||
<string key="minorKey"/>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<int key="IBDocument.localizationMode">0</int>
|
||||
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencies">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
|
||||
<integer value="1060" key="NS.object.0"/>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string>
|
||||
<integer value="3000" key="NS.object.0"/>
|
||||
</object>
|
||||
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
|
||||
<nil key="IBDocument.LastKnownRelativeProjectPath"/>
|
||||
<int key="IBDocument.defaultPropertyAccessControl">3</int>
|
||||
<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSArray" key="dict.sortedKeys">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>NSMenuCheckmark</string>
|
||||
<string>NSMenuMixedState</string>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>{9, 8}</string>
|
||||
<string>{7, 2}</string>
|
||||
</object>
|
||||
</object>
|
||||
</data>
|
||||
</archive>
|
|
@ -1,419 +0,0 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
81326DE0099C16B6003C4788 /* getdate.c in Sources */ = {isa = PBXBuildFile; fileRef = 81326DDF099C16B5003C4788 /* getdate.c */; };
|
||||
81990C280981932900A439CA /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990B920981932900A439CA /* base64.c */; };
|
||||
81990C310981932900A439CA /* connect.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990B9E0981932900A439CA /* connect.c */; };
|
||||
81990C350981932900A439CA /* cookie.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BA20981932900A439CA /* cookie.c */; };
|
||||
81990C380981932900A439CA /* dict.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BA80981932900A439CA /* dict.c */; };
|
||||
81990C3A0981932900A439CA /* easy.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BAA0981932900A439CA /* easy.c */; };
|
||||
81990C3C0981932900A439CA /* escape.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BAC0981932900A439CA /* escape.c */; };
|
||||
81990C3E0981932900A439CA /* file.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BAE0981932900A439CA /* file.c */; };
|
||||
81990C400981932900A439CA /* formdata.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BB00981932900A439CA /* formdata.c */; };
|
||||
81990C420981932900A439CA /* ftp.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BB20981932900A439CA /* ftp.c */; };
|
||||
81990C440981932900A439CA /* getenv.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BB40981932900A439CA /* getenv.c */; };
|
||||
81990C450981932900A439CA /* getinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BB50981932900A439CA /* getinfo.c */; };
|
||||
81990C490981932900A439CA /* hash.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BB90981932900A439CA /* hash.c */; };
|
||||
81990C4D0981932900A439CA /* hostip.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BBD0981932900A439CA /* hostip.c */; };
|
||||
81990C530981932900A439CA /* http_chunks.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BC30981932900A439CA /* http_chunks.c */; };
|
||||
81990C550981932900A439CA /* http_digest.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BC50981932900A439CA /* http_digest.c */; };
|
||||
81990C570981932900A439CA /* http_negotiate.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BC70981932900A439CA /* http_negotiate.c */; };
|
||||
81990C590981932900A439CA /* http_ntlm.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BC90981932900A439CA /* http_ntlm.c */; };
|
||||
81990C5B0981932900A439CA /* http.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BCB0981932900A439CA /* http.c */; };
|
||||
81990C5D0981932900A439CA /* if2ip.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BCD0981932900A439CA /* if2ip.c */; };
|
||||
81990C620981932900A439CA /* inet_pton.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BD20981932900A439CA /* inet_pton.c */; };
|
||||
81990C640981932900A439CA /* krb4.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BD40981932900A439CA /* krb4.c */; };
|
||||
81990C660981932900A439CA /* ldap.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BD60981932900A439CA /* ldap.c */; };
|
||||
81990C690981932900A439CA /* llist.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BDD0981932900A439CA /* llist.c */; };
|
||||
81990C6D0981932900A439CA /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BEB0981932900A439CA /* md5.c */; };
|
||||
81990C6F0981932900A439CA /* memdebug.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BED0981932900A439CA /* memdebug.c */; };
|
||||
81990C720981932900A439CA /* mprintf.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BF00981932900A439CA /* mprintf.c */; };
|
||||
81990C730981932900A439CA /* multi.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BF30981932900A439CA /* multi.c */; };
|
||||
81990C750981932900A439CA /* netrc.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BF50981932900A439CA /* netrc.c */; };
|
||||
81990C7A0981932900A439CA /* progress.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BFA0981932900A439CA /* progress.c */; };
|
||||
81990C7C0981932900A439CA /* security.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C020981932900A439CA /* security.c */; };
|
||||
81990C7F0981932900A439CA /* sendf.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C050981932900A439CA /* sendf.c */; };
|
||||
81990C820981932900A439CA /* share.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C080981932900A439CA /* share.c */; };
|
||||
81990C840981932900A439CA /* speedcheck.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C0A0981932900A439CA /* speedcheck.c */; };
|
||||
81990C880981932900A439CA /* ssluse.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C0E0981932900A439CA /* ssluse.c */; };
|
||||
81990C8A0981932900A439CA /* strequal.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C110981932900A439CA /* strequal.c */; };
|
||||
81990C8E0981932900A439CA /* strtok.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C150981932900A439CA /* strtok.c */; };
|
||||
81990C900981932900A439CA /* strtoofft.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C170981932900A439CA /* strtoofft.c */; };
|
||||
81990C920981932900A439CA /* telnet.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C190981932900A439CA /* telnet.c */; };
|
||||
81990C960981932900A439CA /* timeval.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C1D0981932900A439CA /* timeval.c */; };
|
||||
81990C980981932900A439CA /* transfer.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C1F0981932900A439CA /* transfer.c */; };
|
||||
81990C9A0981932900A439CA /* url.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C210981932900A439CA /* url.c */; };
|
||||
81990C9D0981932900A439CA /* version.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C240981932900A439CA /* version.c */; };
|
||||
81990D430981A46E00A439CA /* content_encoding.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BA00981932900A439CA /* content_encoding.c */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
81326DDF099C16B5003C4788 /* getdate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = getdate.c; path = ../../../curl/lib/getdate.c; sourceTree = SOURCE_ROOT; };
|
||||
81990B920981932900A439CA /* base64.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = base64.c; path = ../../../curl/lib/base64.c; sourceTree = SOURCE_ROOT; };
|
||||
81990B9E0981932900A439CA /* connect.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = connect.c; path = ../../../curl/lib/connect.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BA00981932900A439CA /* content_encoding.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = content_encoding.c; path = ../../../curl/lib/content_encoding.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BA20981932900A439CA /* cookie.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = cookie.c; path = ../../../curl/lib/cookie.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BA80981932900A439CA /* dict.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = dict.c; path = ../../../curl/lib/dict.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BAA0981932900A439CA /* easy.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = easy.c; path = ../../../curl/lib/easy.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BAC0981932900A439CA /* escape.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = escape.c; path = ../../../curl/lib/escape.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BAE0981932900A439CA /* file.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = file.c; path = ../../../curl/lib/file.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BB00981932900A439CA /* formdata.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = formdata.c; path = ../../../curl/lib/formdata.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BB20981932900A439CA /* ftp.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = ftp.c; path = ../../../curl/lib/ftp.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BB40981932900A439CA /* getenv.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = getenv.c; path = ../../../curl/lib/getenv.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BB50981932900A439CA /* getinfo.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = getinfo.c; path = ../../../curl/lib/getinfo.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BB90981932900A439CA /* hash.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = hash.c; path = ../../../curl/lib/hash.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BBD0981932900A439CA /* hostip.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = hostip.c; path = ../../../curl/lib/hostip.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BC30981932900A439CA /* http_chunks.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = http_chunks.c; path = ../../../curl/lib/http_chunks.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BC50981932900A439CA /* http_digest.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = http_digest.c; path = ../../../curl/lib/http_digest.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BC70981932900A439CA /* http_negotiate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = http_negotiate.c; path = ../../../curl/lib/http_negotiate.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BC90981932900A439CA /* http_ntlm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = http_ntlm.c; path = ../../../curl/lib/http_ntlm.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BCB0981932900A439CA /* http.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = http.c; path = ../../../curl/lib/http.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BCD0981932900A439CA /* if2ip.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = if2ip.c; path = ../../../curl/lib/if2ip.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BD20981932900A439CA /* inet_pton.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = inet_pton.c; path = ../../../curl/lib/inet_pton.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BD40981932900A439CA /* krb4.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = krb4.c; path = ../../../curl/lib/krb4.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BD60981932900A439CA /* ldap.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = ldap.c; path = ../../../curl/lib/ldap.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BDD0981932900A439CA /* llist.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = llist.c; path = ../../../curl/lib/llist.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BEB0981932900A439CA /* md5.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = md5.c; path = ../../../curl/lib/md5.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BED0981932900A439CA /* memdebug.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = memdebug.c; path = ../../../curl/lib/memdebug.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BF00981932900A439CA /* mprintf.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = mprintf.c; path = ../../../curl/lib/mprintf.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BF30981932900A439CA /* multi.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = multi.c; path = ../../../curl/lib/multi.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BF50981932900A439CA /* netrc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = netrc.c; path = ../../../curl/lib/netrc.c; sourceTree = SOURCE_ROOT; };
|
||||
81990BFA0981932900A439CA /* progress.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = progress.c; path = ../../../curl/lib/progress.c; sourceTree = SOURCE_ROOT; };
|
||||
81990C020981932900A439CA /* security.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = security.c; path = ../../../curl/lib/security.c; sourceTree = SOURCE_ROOT; };
|
||||
81990C050981932900A439CA /* sendf.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = sendf.c; path = ../../../curl/lib/sendf.c; sourceTree = SOURCE_ROOT; };
|
||||
81990C080981932900A439CA /* share.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = share.c; path = ../../../curl/lib/share.c; sourceTree = SOURCE_ROOT; };
|
||||
81990C0A0981932900A439CA /* speedcheck.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = speedcheck.c; path = ../../../curl/lib/speedcheck.c; sourceTree = SOURCE_ROOT; };
|
||||
81990C0E0981932900A439CA /* ssluse.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = ssluse.c; path = ../../../curl/lib/ssluse.c; sourceTree = SOURCE_ROOT; };
|
||||
81990C110981932900A439CA /* strequal.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = strequal.c; path = ../../../curl/lib/strequal.c; sourceTree = SOURCE_ROOT; };
|
||||
81990C150981932900A439CA /* strtok.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = strtok.c; path = ../../../curl/lib/strtok.c; sourceTree = SOURCE_ROOT; };
|
||||
81990C170981932900A439CA /* strtoofft.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = strtoofft.c; path = ../../../curl/lib/strtoofft.c; sourceTree = SOURCE_ROOT; };
|
||||
81990C190981932900A439CA /* telnet.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = telnet.c; path = ../../../curl/lib/telnet.c; sourceTree = SOURCE_ROOT; };
|
||||
81990C1D0981932900A439CA /* timeval.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = timeval.c; path = ../../../curl/lib/timeval.c; sourceTree = SOURCE_ROOT; };
|
||||
81990C1F0981932900A439CA /* transfer.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = transfer.c; path = ../../../curl/lib/transfer.c; sourceTree = SOURCE_ROOT; };
|
||||
81990C210981932900A439CA /* url.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = url.c; path = ../../../curl/lib/url.c; sourceTree = SOURCE_ROOT; };
|
||||
81990C240981932900A439CA /* version.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = version.c; path = ../../../curl/lib/version.c; sourceTree = SOURCE_ROOT; };
|
||||
D2AAC046055464E500DB518D /* libcurl_static.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libcurl_static.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
D289987405E68DCB004EDB86 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
08FB7794FE84155DC02AAC07 /* curl */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
08FB7795FE84155DC02AAC07 /* Source */,
|
||||
C6A0FF2B0290797F04C91782 /* Documentation */,
|
||||
1AB674ADFE9D54B511CA2CBB /* Products */,
|
||||
);
|
||||
name = curl;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
08FB7795FE84155DC02AAC07 /* Source */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
81326DDF099C16B5003C4788 /* getdate.c */,
|
||||
81990B920981932900A439CA /* base64.c */,
|
||||
81990B9E0981932900A439CA /* connect.c */,
|
||||
81990BA00981932900A439CA /* content_encoding.c */,
|
||||
81990BA20981932900A439CA /* cookie.c */,
|
||||
81990BA80981932900A439CA /* dict.c */,
|
||||
81990BAA0981932900A439CA /* easy.c */,
|
||||
81990BAC0981932900A439CA /* escape.c */,
|
||||
81990BAE0981932900A439CA /* file.c */,
|
||||
81990BB00981932900A439CA /* formdata.c */,
|
||||
81990BB20981932900A439CA /* ftp.c */,
|
||||
81990BB40981932900A439CA /* getenv.c */,
|
||||
81990BB50981932900A439CA /* getinfo.c */,
|
||||
81990BB90981932900A439CA /* hash.c */,
|
||||
81990BBD0981932900A439CA /* hostip.c */,
|
||||
81990BC30981932900A439CA /* http_chunks.c */,
|
||||
81990BC50981932900A439CA /* http_digest.c */,
|
||||
81990BC70981932900A439CA /* http_negotiate.c */,
|
||||
81990BC90981932900A439CA /* http_ntlm.c */,
|
||||
81990BCB0981932900A439CA /* http.c */,
|
||||
81990BCD0981932900A439CA /* if2ip.c */,
|
||||
81990BD20981932900A439CA /* inet_pton.c */,
|
||||
81990BD40981932900A439CA /* krb4.c */,
|
||||
81990BD60981932900A439CA /* ldap.c */,
|
||||
81990BDD0981932900A439CA /* llist.c */,
|
||||
81990BEB0981932900A439CA /* md5.c */,
|
||||
81990BED0981932900A439CA /* memdebug.c */,
|
||||
81990BF00981932900A439CA /* mprintf.c */,
|
||||
81990BF30981932900A439CA /* multi.c */,
|
||||
81990BF50981932900A439CA /* netrc.c */,
|
||||
81990BFA0981932900A439CA /* progress.c */,
|
||||
81990C020981932900A439CA /* security.c */,
|
||||
81990C050981932900A439CA /* sendf.c */,
|
||||
81990C080981932900A439CA /* share.c */,
|
||||
81990C0A0981932900A439CA /* speedcheck.c */,
|
||||
81990C0E0981932900A439CA /* ssluse.c */,
|
||||
81990C110981932900A439CA /* strequal.c */,
|
||||
81990C150981932900A439CA /* strtok.c */,
|
||||
81990C170981932900A439CA /* strtoofft.c */,
|
||||
81990C190981932900A439CA /* telnet.c */,
|
||||
81990C1D0981932900A439CA /* timeval.c */,
|
||||
81990C1F0981932900A439CA /* transfer.c */,
|
||||
81990C210981932900A439CA /* url.c */,
|
||||
81990C240981932900A439CA /* version.c */,
|
||||
);
|
||||
name = Source;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1AB674ADFE9D54B511CA2CBB /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D2AAC046055464E500DB518D /* libcurl_static.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C6A0FF2B0290797F04C91782 /* Documentation */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
name = Documentation;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
D2AAC043055464E500DB518D /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
D2AAC045055464E500DB518D /* curl */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "curl" */;
|
||||
buildPhases = (
|
||||
81990CCC09819CB700A439CA /* ShellScript */,
|
||||
D2AAC043055464E500DB518D /* Headers */,
|
||||
D2AAC044055464E500DB518D /* Sources */,
|
||||
D289987405E68DCB004EDB86 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = curl;
|
||||
productName = curl;
|
||||
productReference = D2AAC046055464E500DB518D /* libcurl_static.a */;
|
||||
productType = "com.apple.product-type.library.static";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
BuildIndependentTargetsInParallel = YES;
|
||||
ORGANIZATIONNAME = "id Software LLC";
|
||||
};
|
||||
buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "curl" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 1;
|
||||
knownRegions = (
|
||||
English,
|
||||
Japanese,
|
||||
French,
|
||||
German,
|
||||
);
|
||||
mainGroup = 08FB7794FE84155DC02AAC07 /* curl */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
D2AAC045055464E500DB518D /* curl */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
81990CCC09819CB700A439CA /* ShellScript */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "cd ../../../curl\n\n./configure --enable-shared=no --enable-static=yes --enable-http --without-zlib --enable-ftp --disable-gopher --enable-file --disable-ldap --disable-dict --disable-telnet --disable-manual --enable-libgcc --disable-ipv6 --without-ssl\n";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
D2AAC044055464E500DB518D /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
81990C280981932900A439CA /* base64.c in Sources */,
|
||||
81990C310981932900A439CA /* connect.c in Sources */,
|
||||
81990C350981932900A439CA /* cookie.c in Sources */,
|
||||
81990C380981932900A439CA /* dict.c in Sources */,
|
||||
81990C3A0981932900A439CA /* easy.c in Sources */,
|
||||
81990C3C0981932900A439CA /* escape.c in Sources */,
|
||||
81990C3E0981932900A439CA /* file.c in Sources */,
|
||||
81990C400981932900A439CA /* formdata.c in Sources */,
|
||||
81990C420981932900A439CA /* ftp.c in Sources */,
|
||||
81990C440981932900A439CA /* getenv.c in Sources */,
|
||||
81990C450981932900A439CA /* getinfo.c in Sources */,
|
||||
81990C490981932900A439CA /* hash.c in Sources */,
|
||||
81990C4D0981932900A439CA /* hostip.c in Sources */,
|
||||
81990C530981932900A439CA /* http_chunks.c in Sources */,
|
||||
81990C550981932900A439CA /* http_digest.c in Sources */,
|
||||
81990C570981932900A439CA /* http_negotiate.c in Sources */,
|
||||
81990C590981932900A439CA /* http_ntlm.c in Sources */,
|
||||
81990C5B0981932900A439CA /* http.c in Sources */,
|
||||
81990C5D0981932900A439CA /* if2ip.c in Sources */,
|
||||
81990C620981932900A439CA /* inet_pton.c in Sources */,
|
||||
81990C640981932900A439CA /* krb4.c in Sources */,
|
||||
81990C660981932900A439CA /* ldap.c in Sources */,
|
||||
81990C690981932900A439CA /* llist.c in Sources */,
|
||||
81990C6D0981932900A439CA /* md5.c in Sources */,
|
||||
81990C6F0981932900A439CA /* memdebug.c in Sources */,
|
||||
81990C720981932900A439CA /* mprintf.c in Sources */,
|
||||
81990C730981932900A439CA /* multi.c in Sources */,
|
||||
81990C750981932900A439CA /* netrc.c in Sources */,
|
||||
81990C7A0981932900A439CA /* progress.c in Sources */,
|
||||
81990C7C0981932900A439CA /* security.c in Sources */,
|
||||
81990C7F0981932900A439CA /* sendf.c in Sources */,
|
||||
81990C820981932900A439CA /* share.c in Sources */,
|
||||
81990C840981932900A439CA /* speedcheck.c in Sources */,
|
||||
81990C880981932900A439CA /* ssluse.c in Sources */,
|
||||
81990C8A0981932900A439CA /* strequal.c in Sources */,
|
||||
81990C8E0981932900A439CA /* strtok.c in Sources */,
|
||||
81990C900981932900A439CA /* strtoofft.c in Sources */,
|
||||
81990C920981932900A439CA /* telnet.c in Sources */,
|
||||
81990C960981932900A439CA /* timeval.c in Sources */,
|
||||
81990C980981932900A439CA /* transfer.c in Sources */,
|
||||
81990C9A0981932900A439CA /* url.c in Sources */,
|
||||
81990C9D0981932900A439CA /* version.c in Sources */,
|
||||
81990D430981A46E00A439CA /* content_encoding.c in Sources */,
|
||||
81326DE0099C16B6003C4788 /* getdate.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1DEB91EC08733DB70010E9CD /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = (
|
||||
ppc,
|
||||
i386,
|
||||
);
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../curl/include";
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(LIBRARY_SEARCH_PATHS)",
|
||||
"$(SRCROOT)/../../../curl/lib",
|
||||
);
|
||||
OTHER_CFLAGS = "-DHAVE_CONFIG_H";
|
||||
PRODUCT_NAME = curl_static;
|
||||
SYMROOT = ../Build;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1DEB91ED08733DB70010E9CD /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = (
|
||||
ppc,
|
||||
i386,
|
||||
);
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../curl/include";
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(LIBRARY_SEARCH_PATHS)",
|
||||
"$(SRCROOT)/../../../curl/lib",
|
||||
);
|
||||
OTHER_CFLAGS = "-DHAVE_CONFIG_H";
|
||||
PRODUCT_NAME = curl_static;
|
||||
SYMROOT = ../Build;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
1DEB91F008733DB70010E9CD /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
GCC_MODEL_TUNING = "";
|
||||
GCC_OPTIMIZATION_LEVEL = 1;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
PREBINDING = NO;
|
||||
SDKROOT = macosx10.5;
|
||||
VALID_ARCHS = i386;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1DEB91F108733DB70010E9CD /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
GCC_MODEL_TUNING = "";
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
PREBINDING = NO;
|
||||
SDKROOT = macosx10.5;
|
||||
VALID_ARCHS = i386;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "curl" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1DEB91EC08733DB70010E9CD /* Debug */,
|
||||
1DEB91ED08733DB70010E9CD /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "curl" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1DEB91F008733DB70010E9CD /* Debug */,
|
||||
1DEB91F108733DB70010E9CD /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
|
@ -1,938 +0,0 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 42;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
25ACE0660B31FDED00A159B2 /* Grabber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 25ACE0650B31FDED00A159B2 /* Grabber.cpp */; };
|
||||
25ACE0680B31FDFE00A159B2 /* Force_Grab.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 25ACE0670B31FDFE00A159B2 /* Force_Grab.cpp */; };
|
||||
81225A3A0912C3DB005D34B9 /* libidlib_pic.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 81225A210912C3A4005D34B9 /* libidlib_pic.a */; };
|
||||
81225AC40912C42F005D34B9 /* PlayerIcon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A3B0912C42F005D34B9 /* PlayerIcon.cpp */; };
|
||||
81225AC50912C42F005D34B9 /* Actor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A3C0912C42F005D34B9 /* Actor.cpp */; };
|
||||
81225AC60912C42F005D34B9 /* Actor.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A3D0912C42F005D34B9 /* Actor.h */; };
|
||||
81225AC70912C42F005D34B9 /* AF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A3E0912C42F005D34B9 /* AF.cpp */; };
|
||||
81225AC80912C42F005D34B9 /* AF.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A3F0912C42F005D34B9 /* AF.h */; };
|
||||
81225AC90912C42F005D34B9 /* AFEntity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A400912C42F005D34B9 /* AFEntity.cpp */; };
|
||||
81225ACA0912C42F005D34B9 /* AFEntity.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A410912C42F005D34B9 /* AFEntity.h */; };
|
||||
81225ACB0912C42F005D34B9 /* AAS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A430912C42F005D34B9 /* AAS.cpp */; };
|
||||
81225ACC0912C42F005D34B9 /* AAS.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A440912C42F005D34B9 /* AAS.h */; };
|
||||
81225ACD0912C42F005D34B9 /* AAS_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A450912C42F005D34B9 /* AAS_debug.cpp */; };
|
||||
81225ACE0912C42F005D34B9 /* AAS_local.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A460912C42F005D34B9 /* AAS_local.h */; };
|
||||
81225ACF0912C42F005D34B9 /* AAS_pathing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A470912C42F005D34B9 /* AAS_pathing.cpp */; };
|
||||
81225AD00912C42F005D34B9 /* AAS_routing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A480912C42F005D34B9 /* AAS_routing.cpp */; };
|
||||
81225AD10912C42F005D34B9 /* AI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A490912C42F005D34B9 /* AI.cpp */; };
|
||||
81225AD20912C42F005D34B9 /* AI.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A4A0912C42F005D34B9 /* AI.h */; };
|
||||
81225AD30912C42F005D34B9 /* AI_events.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A4B0912C42F005D34B9 /* AI_events.cpp */; };
|
||||
81225AD40912C42F005D34B9 /* AI_pathing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A4C0912C42F005D34B9 /* AI_pathing.cpp */; };
|
||||
81225AD50912C42F005D34B9 /* AI_Vagary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A4D0912C42F005D34B9 /* AI_Vagary.cpp */; };
|
||||
81225AD60912C42F005D34B9 /* Anim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A4F0912C42F005D34B9 /* Anim.cpp */; };
|
||||
81225AD70912C42F005D34B9 /* Anim.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A500912C42F005D34B9 /* Anim.h */; };
|
||||
81225AD80912C42F005D34B9 /* Anim_Blend.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A510912C42F005D34B9 /* Anim_Blend.cpp */; };
|
||||
81225AD90912C42F005D34B9 /* Anim_Import.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A520912C42F005D34B9 /* Anim_Import.cpp */; };
|
||||
81225ADA0912C42F005D34B9 /* Anim_Testmodel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A530912C42F005D34B9 /* Anim_Testmodel.cpp */; };
|
||||
81225ADB0912C42F005D34B9 /* Anim_Testmodel.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A540912C42F005D34B9 /* Anim_Testmodel.h */; };
|
||||
81225ADC0912C42F005D34B9 /* BrittleFracture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A550912C42F005D34B9 /* BrittleFracture.cpp */; };
|
||||
81225ADD0912C42F005D34B9 /* BrittleFracture.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A560912C42F005D34B9 /* BrittleFracture.h */; };
|
||||
81225ADE0912C42F005D34B9 /* Camera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A570912C42F005D34B9 /* Camera.cpp */; };
|
||||
81225ADF0912C42F005D34B9 /* Camera.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A580912C42F005D34B9 /* Camera.h */; };
|
||||
81225AE00912C42F005D34B9 /* Entity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A590912C42F005D34B9 /* Entity.cpp */; };
|
||||
81225AE10912C42F005D34B9 /* Entity.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A5A0912C42F005D34B9 /* Entity.h */; };
|
||||
81225AE20912C42F005D34B9 /* Fx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A5B0912C42F005D34B9 /* Fx.cpp */; };
|
||||
81225AE30912C42F005D34B9 /* Fx.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A5C0912C42F005D34B9 /* Fx.h */; };
|
||||
81225AE40912C42F005D34B9 /* Game.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A5E0912C42F005D34B9 /* Game.h */; };
|
||||
81225AE50912C42F005D34B9 /* Game_local.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A5F0912C42F005D34B9 /* Game_local.cpp */; };
|
||||
81225AE60912C42F005D34B9 /* Game_local.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A600912C42F005D34B9 /* Game_local.h */; };
|
||||
81225AE70912C42F005D34B9 /* Game_network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A610912C42F005D34B9 /* Game_network.cpp */; };
|
||||
81225AE80912C42F005D34B9 /* GameEdit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A620912C42F005D34B9 /* GameEdit.cpp */; };
|
||||
81225AE90912C42F005D34B9 /* GameEdit.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A630912C42F005D34B9 /* GameEdit.h */; };
|
||||
81225AEA0912C42F005D34B9 /* Class.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A650912C42F005D34B9 /* Class.cpp */; };
|
||||
81225AEB0912C42F005D34B9 /* Class.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A660912C42F005D34B9 /* Class.h */; };
|
||||
81225AEC0912C42F005D34B9 /* DebugGraph.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A670912C42F005D34B9 /* DebugGraph.cpp */; };
|
||||
81225AED0912C42F005D34B9 /* DebugGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A680912C42F005D34B9 /* DebugGraph.h */; };
|
||||
81225AEE0912C42F005D34B9 /* Event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A690912C42F005D34B9 /* Event.cpp */; };
|
||||
81225AEF0912C42F005D34B9 /* Event.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A6A0912C42F005D34B9 /* Event.h */; };
|
||||
81225AF00912C42F005D34B9 /* NoGameTypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A6B0912C42F005D34B9 /* NoGameTypeInfo.h */; };
|
||||
81225AF10912C42F005D34B9 /* SaveGame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A6C0912C42F005D34B9 /* SaveGame.cpp */; };
|
||||
81225AF20912C42F005D34B9 /* SaveGame.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A6D0912C42F005D34B9 /* SaveGame.h */; };
|
||||
81225AF30912C42F005D34B9 /* SysCmds.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A6E0912C42F005D34B9 /* SysCmds.cpp */; };
|
||||
81225AF40912C42F005D34B9 /* SysCmds.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A6F0912C42F005D34B9 /* SysCmds.h */; };
|
||||
81225AF50912C42F005D34B9 /* SysCvar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A700912C42F005D34B9 /* SysCvar.cpp */; };
|
||||
81225AF60912C42F005D34B9 /* SysCvar.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A710912C42F005D34B9 /* SysCvar.h */; };
|
||||
81225AF70912C42F005D34B9 /* TypeInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A720912C42F005D34B9 /* TypeInfo.cpp */; };
|
||||
81225AF80912C42F005D34B9 /* TypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A730912C42F005D34B9 /* TypeInfo.h */; };
|
||||
81225AF90912C42F005D34B9 /* IK.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A740912C42F005D34B9 /* IK.cpp */; };
|
||||
81225AFA0912C42F005D34B9 /* IK.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A750912C42F005D34B9 /* IK.h */; };
|
||||
81225AFB0912C42F005D34B9 /* Item.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A760912C42F005D34B9 /* Item.cpp */; };
|
||||
81225AFC0912C42F005D34B9 /* Item.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A770912C42F005D34B9 /* Item.h */; };
|
||||
81225AFD0912C42F005D34B9 /* Light.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A780912C42F005D34B9 /* Light.cpp */; };
|
||||
81225AFE0912C42F005D34B9 /* Light.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A790912C42F005D34B9 /* Light.h */; };
|
||||
81225AFF0912C42F005D34B9 /* Misc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A7A0912C42F005D34B9 /* Misc.cpp */; };
|
||||
81225B000912C42F005D34B9 /* Misc.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A7B0912C42F005D34B9 /* Misc.h */; };
|
||||
81225B010912C42F005D34B9 /* Moveable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A7C0912C42F005D34B9 /* Moveable.cpp */; };
|
||||
81225B020912C42F005D34B9 /* Moveable.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A7D0912C42F005D34B9 /* Moveable.h */; };
|
||||
81225B030912C42F005D34B9 /* Mover.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A7E0912C42F005D34B9 /* Mover.cpp */; };
|
||||
81225B040912C42F005D34B9 /* Mover.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A7F0912C42F005D34B9 /* Mover.h */; };
|
||||
81225B050912C42F005D34B9 /* MultiplayerGame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A800912C42F005D34B9 /* MultiplayerGame.cpp */; };
|
||||
81225B060912C42F005D34B9 /* MultiplayerGame.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A810912C42F005D34B9 /* MultiplayerGame.h */; };
|
||||
81225B070912C42F005D34B9 /* Clip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A830912C42F005D34B9 /* Clip.cpp */; };
|
||||
81225B080912C42F005D34B9 /* Clip.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A840912C42F005D34B9 /* Clip.h */; };
|
||||
81225B090912C42F005D34B9 /* Force.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A850912C42F005D34B9 /* Force.cpp */; };
|
||||
81225B0A0912C42F005D34B9 /* Force.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A860912C42F005D34B9 /* Force.h */; };
|
||||
81225B0B0912C42F005D34B9 /* Force_Constant.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A870912C42F005D34B9 /* Force_Constant.cpp */; };
|
||||
81225B0C0912C42F005D34B9 /* Force_Constant.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A880912C42F005D34B9 /* Force_Constant.h */; };
|
||||
81225B0D0912C42F005D34B9 /* Force_Drag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A890912C42F005D34B9 /* Force_Drag.cpp */; };
|
||||
81225B0E0912C42F005D34B9 /* Force_Drag.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A8A0912C42F005D34B9 /* Force_Drag.h */; };
|
||||
81225B0F0912C42F005D34B9 /* Force_Field.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A8B0912C42F005D34B9 /* Force_Field.cpp */; };
|
||||
81225B100912C42F005D34B9 /* Force_Field.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A8C0912C42F005D34B9 /* Force_Field.h */; };
|
||||
81225B110912C42F005D34B9 /* Force_Spring.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A8D0912C42F005D34B9 /* Force_Spring.cpp */; };
|
||||
81225B120912C42F005D34B9 /* Force_Spring.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A8E0912C42F005D34B9 /* Force_Spring.h */; };
|
||||
81225B130912C42F005D34B9 /* Physics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A8F0912C42F005D34B9 /* Physics.cpp */; };
|
||||
81225B140912C42F005D34B9 /* Physics.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A900912C42F005D34B9 /* Physics.h */; };
|
||||
81225B150912C42F005D34B9 /* Physics_Actor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A910912C42F005D34B9 /* Physics_Actor.cpp */; };
|
||||
81225B160912C42F005D34B9 /* Physics_Actor.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A920912C42F005D34B9 /* Physics_Actor.h */; };
|
||||
81225B170912C42F005D34B9 /* Physics_AF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A930912C42F005D34B9 /* Physics_AF.cpp */; };
|
||||
81225B180912C42F005D34B9 /* Physics_AF.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A940912C42F005D34B9 /* Physics_AF.h */; };
|
||||
81225B190912C42F005D34B9 /* Physics_Base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A950912C42F005D34B9 /* Physics_Base.cpp */; };
|
||||
81225B1A0912C42F005D34B9 /* Physics_Base.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A960912C42F005D34B9 /* Physics_Base.h */; };
|
||||
81225B1B0912C42F005D34B9 /* Physics_Monster.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A970912C42F005D34B9 /* Physics_Monster.cpp */; };
|
||||
81225B1C0912C42F005D34B9 /* Physics_Monster.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A980912C42F005D34B9 /* Physics_Monster.h */; };
|
||||
81225B1D0912C42F005D34B9 /* Physics_Parametric.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A990912C42F005D34B9 /* Physics_Parametric.cpp */; };
|
||||
81225B1E0912C42F005D34B9 /* Physics_Parametric.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A9A0912C42F005D34B9 /* Physics_Parametric.h */; };
|
||||
81225B1F0912C42F005D34B9 /* Physics_Player.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A9B0912C42F005D34B9 /* Physics_Player.cpp */; };
|
||||
81225B200912C42F005D34B9 /* Physics_Player.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A9C0912C42F005D34B9 /* Physics_Player.h */; };
|
||||
81225B210912C42F005D34B9 /* Physics_RigidBody.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A9D0912C42F005D34B9 /* Physics_RigidBody.cpp */; };
|
||||
81225B220912C42F005D34B9 /* Physics_RigidBody.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A9E0912C42F005D34B9 /* Physics_RigidBody.h */; };
|
||||
81225B230912C42F005D34B9 /* Physics_Static.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A9F0912C42F005D34B9 /* Physics_Static.cpp */; };
|
||||
81225B240912C42F005D34B9 /* Physics_Static.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AA00912C42F005D34B9 /* Physics_Static.h */; };
|
||||
81225B250912C42F005D34B9 /* Physics_StaticMulti.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AA10912C42F005D34B9 /* Physics_StaticMulti.cpp */; };
|
||||
81225B260912C42F005D34B9 /* Physics_StaticMulti.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AA20912C42F005D34B9 /* Physics_StaticMulti.h */; };
|
||||
81225B270912C42F005D34B9 /* Push.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AA30912C42F005D34B9 /* Push.cpp */; };
|
||||
81225B280912C42F005D34B9 /* Push.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AA40912C42F005D34B9 /* Push.h */; };
|
||||
81225B290912C42F005D34B9 /* Player.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AA50912C42F005D34B9 /* Player.cpp */; };
|
||||
81225B2A0912C42F005D34B9 /* Player.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AA60912C42F005D34B9 /* Player.h */; };
|
||||
81225B2B0912C42F005D34B9 /* PlayerView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AA70912C42F005D34B9 /* PlayerView.cpp */; };
|
||||
81225B2C0912C42F005D34B9 /* PlayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AA80912C42F005D34B9 /* PlayerView.h */; };
|
||||
81225B2D0912C42F005D34B9 /* Projectile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AA90912C42F005D34B9 /* Projectile.cpp */; };
|
||||
81225B2E0912C42F005D34B9 /* Projectile.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AAA0912C42F005D34B9 /* Projectile.h */; };
|
||||
81225B2F0912C42F005D34B9 /* Pvs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AAB0912C42F005D34B9 /* Pvs.cpp */; };
|
||||
81225B300912C42F005D34B9 /* Pvs.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AAC0912C42F005D34B9 /* Pvs.h */; };
|
||||
81225B310912C42F005D34B9 /* Script_Compiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AAE0912C42F005D34B9 /* Script_Compiler.cpp */; };
|
||||
81225B320912C42F005D34B9 /* Script_Compiler.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AAF0912C42F005D34B9 /* Script_Compiler.h */; };
|
||||
81225B330912C42F005D34B9 /* Script_Interpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AB00912C42F005D34B9 /* Script_Interpreter.cpp */; };
|
||||
81225B340912C42F005D34B9 /* Script_Interpreter.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AB10912C42F005D34B9 /* Script_Interpreter.h */; };
|
||||
81225B350912C42F005D34B9 /* Script_Program.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AB20912C42F005D34B9 /* Script_Program.cpp */; };
|
||||
81225B360912C42F005D34B9 /* Script_Program.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AB30912C42F005D34B9 /* Script_Program.h */; };
|
||||
81225B370912C42F005D34B9 /* Script_Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AB40912C42F005D34B9 /* Script_Thread.cpp */; };
|
||||
81225B380912C42F005D34B9 /* Script_Thread.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AB50912C42F005D34B9 /* Script_Thread.h */; };
|
||||
81225B390912C42F005D34B9 /* SecurityCamera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AB60912C42F005D34B9 /* SecurityCamera.cpp */; };
|
||||
81225B3A0912C42F005D34B9 /* SecurityCamera.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AB70912C42F005D34B9 /* SecurityCamera.h */; };
|
||||
81225B3B0912C42F005D34B9 /* SmokeParticles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AB80912C42F005D34B9 /* SmokeParticles.cpp */; };
|
||||
81225B3C0912C42F005D34B9 /* SmokeParticles.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AB90912C42F005D34B9 /* SmokeParticles.h */; };
|
||||
81225B3D0912C42F005D34B9 /* Sound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225ABA0912C42F005D34B9 /* Sound.cpp */; };
|
||||
81225B3E0912C42F005D34B9 /* Sound.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225ABB0912C42F005D34B9 /* Sound.h */; };
|
||||
81225B3F0912C42F005D34B9 /* Target.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225ABC0912C42F005D34B9 /* Target.cpp */; };
|
||||
81225B400912C42F005D34B9 /* Target.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225ABD0912C42F005D34B9 /* Target.h */; };
|
||||
81225B410912C42F005D34B9 /* Trigger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225ABE0912C42F005D34B9 /* Trigger.cpp */; };
|
||||
81225B420912C42F005D34B9 /* Trigger.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225ABF0912C42F005D34B9 /* Trigger.h */; };
|
||||
81225B430912C42F005D34B9 /* Weapon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AC00912C42F005D34B9 /* Weapon.cpp */; };
|
||||
81225B440912C42F005D34B9 /* Weapon.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AC10912C42F005D34B9 /* Weapon.h */; };
|
||||
81225B450912C42F005D34B9 /* WorldSpawn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AC20912C42F005D34B9 /* WorldSpawn.cpp */; };
|
||||
81225B460912C42F005D34B9 /* WorldSpawn.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AC30912C42F005D34B9 /* WorldSpawn.h */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
81225A200912C3A4005D34B9 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 81225A1B0912C3A4005D34B9 /* idlib.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = D2AAC046055464E500DB518D;
|
||||
remoteInfo = idlib_pic;
|
||||
};
|
||||
81225A220912C3A4005D34B9 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 81225A1B0912C3A4005D34B9 /* idlib.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 81C858490912AD370095BC33;
|
||||
remoteInfo = idlib_nopic;
|
||||
};
|
||||
81225A380912C3C8005D34B9 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 81225A1B0912C3A4005D34B9 /* idlib.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = D2AAC045055464E500DB518D;
|
||||
remoteInfo = idlib_pic;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
25ACE0650B31FDED00A159B2 /* Grabber.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Grabber.cpp; path = ../../d3xp/Grabber.cpp; sourceTree = SOURCE_ROOT; };
|
||||
25ACE0670B31FDFE00A159B2 /* Force_Grab.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Force_Grab.cpp; sourceTree = "<group>"; };
|
||||
81225A1B0912C3A4005D34B9 /* idlib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = idlib.xcodeproj; sourceTree = "<group>"; };
|
||||
81225A3B0912C42F005D34B9 /* PlayerIcon.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = PlayerIcon.cpp; path = ../../d3xp/PlayerIcon.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A3C0912C42F005D34B9 /* Actor.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Actor.cpp; path = ../../d3xp/Actor.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A3D0912C42F005D34B9 /* Actor.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Actor.h; path = ../../d3xp/Actor.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A3E0912C42F005D34B9 /* AF.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = AF.cpp; path = ../../d3xp/AF.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A3F0912C42F005D34B9 /* AF.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AF.h; path = ../../d3xp/AF.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A400912C42F005D34B9 /* AFEntity.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = AFEntity.cpp; path = ../../d3xp/AFEntity.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A410912C42F005D34B9 /* AFEntity.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AFEntity.h; path = ../../d3xp/AFEntity.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A430912C42F005D34B9 /* AAS.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AAS.cpp; sourceTree = "<group>"; };
|
||||
81225A440912C42F005D34B9 /* AAS.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AAS.h; sourceTree = "<group>"; };
|
||||
81225A450912C42F005D34B9 /* AAS_debug.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AAS_debug.cpp; sourceTree = "<group>"; };
|
||||
81225A460912C42F005D34B9 /* AAS_local.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AAS_local.h; sourceTree = "<group>"; };
|
||||
81225A470912C42F005D34B9 /* AAS_pathing.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AAS_pathing.cpp; sourceTree = "<group>"; };
|
||||
81225A480912C42F005D34B9 /* AAS_routing.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AAS_routing.cpp; sourceTree = "<group>"; };
|
||||
81225A490912C42F005D34B9 /* AI.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AI.cpp; sourceTree = "<group>"; };
|
||||
81225A4A0912C42F005D34B9 /* AI.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AI.h; sourceTree = "<group>"; };
|
||||
81225A4B0912C42F005D34B9 /* AI_events.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AI_events.cpp; sourceTree = "<group>"; };
|
||||
81225A4C0912C42F005D34B9 /* AI_pathing.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AI_pathing.cpp; sourceTree = "<group>"; };
|
||||
81225A4D0912C42F005D34B9 /* AI_Vagary.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AI_Vagary.cpp; sourceTree = "<group>"; };
|
||||
81225A4F0912C42F005D34B9 /* Anim.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Anim.cpp; sourceTree = "<group>"; };
|
||||
81225A500912C42F005D34B9 /* Anim.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Anim.h; sourceTree = "<group>"; };
|
||||
81225A510912C42F005D34B9 /* Anim_Blend.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Anim_Blend.cpp; sourceTree = "<group>"; };
|
||||
81225A520912C42F005D34B9 /* Anim_Import.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Anim_Import.cpp; sourceTree = "<group>"; };
|
||||
81225A530912C42F005D34B9 /* Anim_Testmodel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Anim_Testmodel.cpp; sourceTree = "<group>"; };
|
||||
81225A540912C42F005D34B9 /* Anim_Testmodel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Anim_Testmodel.h; sourceTree = "<group>"; };
|
||||
81225A550912C42F005D34B9 /* BrittleFracture.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = BrittleFracture.cpp; path = ../../d3xp/BrittleFracture.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A560912C42F005D34B9 /* BrittleFracture.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = BrittleFracture.h; path = ../../d3xp/BrittleFracture.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A570912C42F005D34B9 /* Camera.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Camera.cpp; path = ../../d3xp/Camera.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A580912C42F005D34B9 /* Camera.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Camera.h; path = ../../d3xp/Camera.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A590912C42F005D34B9 /* Entity.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Entity.cpp; path = ../../d3xp/Entity.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A5A0912C42F005D34B9 /* Entity.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Entity.h; path = ../../d3xp/Entity.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A5B0912C42F005D34B9 /* Fx.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Fx.cpp; path = ../../d3xp/Fx.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A5C0912C42F005D34B9 /* Fx.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Fx.h; path = ../../d3xp/Fx.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A5D0912C42F005D34B9 /* Game.def */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = Game.def; path = ../../d3xp/Game.def; sourceTree = SOURCE_ROOT; };
|
||||
81225A5E0912C42F005D34B9 /* Game.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Game.h; path = ../../d3xp/Game.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A5F0912C42F005D34B9 /* Game_local.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Game_local.cpp; path = ../../d3xp/Game_local.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A600912C42F005D34B9 /* Game_local.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Game_local.h; path = ../../d3xp/Game_local.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A610912C42F005D34B9 /* Game_network.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Game_network.cpp; path = ../../d3xp/Game_network.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A620912C42F005D34B9 /* GameEdit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = GameEdit.cpp; path = ../../d3xp/GameEdit.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A630912C42F005D34B9 /* GameEdit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GameEdit.h; path = ../../d3xp/GameEdit.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A650912C42F005D34B9 /* Class.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Class.cpp; sourceTree = "<group>"; };
|
||||
81225A660912C42F005D34B9 /* Class.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Class.h; sourceTree = "<group>"; };
|
||||
81225A670912C42F005D34B9 /* DebugGraph.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DebugGraph.cpp; sourceTree = "<group>"; };
|
||||
81225A680912C42F005D34B9 /* DebugGraph.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DebugGraph.h; sourceTree = "<group>"; };
|
||||
81225A690912C42F005D34B9 /* Event.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Event.cpp; sourceTree = "<group>"; };
|
||||
81225A6A0912C42F005D34B9 /* Event.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Event.h; sourceTree = "<group>"; };
|
||||
81225A6B0912C42F005D34B9 /* NoGameTypeInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = NoGameTypeInfo.h; sourceTree = "<group>"; };
|
||||
81225A6C0912C42F005D34B9 /* SaveGame.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SaveGame.cpp; sourceTree = "<group>"; };
|
||||
81225A6D0912C42F005D34B9 /* SaveGame.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SaveGame.h; sourceTree = "<group>"; };
|
||||
81225A6E0912C42F005D34B9 /* SysCmds.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SysCmds.cpp; sourceTree = "<group>"; };
|
||||
81225A6F0912C42F005D34B9 /* SysCmds.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SysCmds.h; sourceTree = "<group>"; };
|
||||
81225A700912C42F005D34B9 /* SysCvar.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SysCvar.cpp; sourceTree = "<group>"; };
|
||||
81225A710912C42F005D34B9 /* SysCvar.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SysCvar.h; sourceTree = "<group>"; };
|
||||
81225A720912C42F005D34B9 /* TypeInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TypeInfo.cpp; sourceTree = "<group>"; };
|
||||
81225A730912C42F005D34B9 /* TypeInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TypeInfo.h; sourceTree = "<group>"; };
|
||||
81225A740912C42F005D34B9 /* IK.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = IK.cpp; path = ../../d3xp/IK.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A750912C42F005D34B9 /* IK.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = IK.h; path = ../../d3xp/IK.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A760912C42F005D34B9 /* Item.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Item.cpp; path = ../../d3xp/Item.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A770912C42F005D34B9 /* Item.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Item.h; path = ../../d3xp/Item.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A780912C42F005D34B9 /* Light.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Light.cpp; path = ../../d3xp/Light.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A790912C42F005D34B9 /* Light.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Light.h; path = ../../d3xp/Light.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A7A0912C42F005D34B9 /* Misc.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Misc.cpp; path = ../../d3xp/Misc.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A7B0912C42F005D34B9 /* Misc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Misc.h; path = ../../d3xp/Misc.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A7C0912C42F005D34B9 /* Moveable.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Moveable.cpp; path = ../../d3xp/Moveable.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A7D0912C42F005D34B9 /* Moveable.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Moveable.h; path = ../../d3xp/Moveable.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A7E0912C42F005D34B9 /* Mover.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Mover.cpp; path = ../../d3xp/Mover.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A7F0912C42F005D34B9 /* Mover.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Mover.h; path = ../../d3xp/Mover.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A800912C42F005D34B9 /* MultiplayerGame.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = MultiplayerGame.cpp; path = ../../d3xp/MultiplayerGame.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A810912C42F005D34B9 /* MultiplayerGame.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = MultiplayerGame.h; path = ../../d3xp/MultiplayerGame.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A830912C42F005D34B9 /* Clip.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Clip.cpp; sourceTree = "<group>"; };
|
||||
81225A840912C42F005D34B9 /* Clip.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Clip.h; sourceTree = "<group>"; };
|
||||
81225A850912C42F005D34B9 /* Force.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Force.cpp; sourceTree = "<group>"; };
|
||||
81225A860912C42F005D34B9 /* Force.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Force.h; sourceTree = "<group>"; };
|
||||
81225A870912C42F005D34B9 /* Force_Constant.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Force_Constant.cpp; sourceTree = "<group>"; };
|
||||
81225A880912C42F005D34B9 /* Force_Constant.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Force_Constant.h; sourceTree = "<group>"; };
|
||||
81225A890912C42F005D34B9 /* Force_Drag.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Force_Drag.cpp; sourceTree = "<group>"; };
|
||||
81225A8A0912C42F005D34B9 /* Force_Drag.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Force_Drag.h; sourceTree = "<group>"; };
|
||||
81225A8B0912C42F005D34B9 /* Force_Field.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Force_Field.cpp; sourceTree = "<group>"; };
|
||||
81225A8C0912C42F005D34B9 /* Force_Field.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Force_Field.h; sourceTree = "<group>"; };
|
||||
81225A8D0912C42F005D34B9 /* Force_Spring.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Force_Spring.cpp; sourceTree = "<group>"; };
|
||||
81225A8E0912C42F005D34B9 /* Force_Spring.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Force_Spring.h; sourceTree = "<group>"; };
|
||||
81225A8F0912C42F005D34B9 /* Physics.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics.cpp; sourceTree = "<group>"; };
|
||||
81225A900912C42F005D34B9 /* Physics.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics.h; sourceTree = "<group>"; };
|
||||
81225A910912C42F005D34B9 /* Physics_Actor.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_Actor.cpp; sourceTree = "<group>"; };
|
||||
81225A920912C42F005D34B9 /* Physics_Actor.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_Actor.h; sourceTree = "<group>"; };
|
||||
81225A930912C42F005D34B9 /* Physics_AF.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_AF.cpp; sourceTree = "<group>"; };
|
||||
81225A940912C42F005D34B9 /* Physics_AF.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_AF.h; sourceTree = "<group>"; };
|
||||
81225A950912C42F005D34B9 /* Physics_Base.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_Base.cpp; sourceTree = "<group>"; };
|
||||
81225A960912C42F005D34B9 /* Physics_Base.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_Base.h; sourceTree = "<group>"; };
|
||||
81225A970912C42F005D34B9 /* Physics_Monster.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_Monster.cpp; sourceTree = "<group>"; };
|
||||
81225A980912C42F005D34B9 /* Physics_Monster.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_Monster.h; sourceTree = "<group>"; };
|
||||
81225A990912C42F005D34B9 /* Physics_Parametric.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_Parametric.cpp; sourceTree = "<group>"; };
|
||||
81225A9A0912C42F005D34B9 /* Physics_Parametric.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_Parametric.h; sourceTree = "<group>"; };
|
||||
81225A9B0912C42F005D34B9 /* Physics_Player.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_Player.cpp; sourceTree = "<group>"; };
|
||||
81225A9C0912C42F005D34B9 /* Physics_Player.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_Player.h; sourceTree = "<group>"; };
|
||||
81225A9D0912C42F005D34B9 /* Physics_RigidBody.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_RigidBody.cpp; sourceTree = "<group>"; };
|
||||
81225A9E0912C42F005D34B9 /* Physics_RigidBody.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_RigidBody.h; sourceTree = "<group>"; };
|
||||
81225A9F0912C42F005D34B9 /* Physics_Static.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_Static.cpp; sourceTree = "<group>"; };
|
||||
81225AA00912C42F005D34B9 /* Physics_Static.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_Static.h; sourceTree = "<group>"; };
|
||||
81225AA10912C42F005D34B9 /* Physics_StaticMulti.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_StaticMulti.cpp; sourceTree = "<group>"; };
|
||||
81225AA20912C42F005D34B9 /* Physics_StaticMulti.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_StaticMulti.h; sourceTree = "<group>"; };
|
||||
81225AA30912C42F005D34B9 /* Push.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Push.cpp; sourceTree = "<group>"; };
|
||||
81225AA40912C42F005D34B9 /* Push.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Push.h; sourceTree = "<group>"; };
|
||||
81225AA50912C42F005D34B9 /* Player.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Player.cpp; path = ../../d3xp/Player.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225AA60912C42F005D34B9 /* Player.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Player.h; path = ../../d3xp/Player.h; sourceTree = SOURCE_ROOT; };
|
||||
81225AA70912C42F005D34B9 /* PlayerView.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = PlayerView.cpp; path = ../../d3xp/PlayerView.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225AA80912C42F005D34B9 /* PlayerView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PlayerView.h; path = ../../d3xp/PlayerView.h; sourceTree = SOURCE_ROOT; };
|
||||
81225AA90912C42F005D34B9 /* Projectile.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Projectile.cpp; path = ../../d3xp/Projectile.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225AAA0912C42F005D34B9 /* Projectile.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Projectile.h; path = ../../d3xp/Projectile.h; sourceTree = SOURCE_ROOT; };
|
||||
81225AAB0912C42F005D34B9 /* Pvs.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Pvs.cpp; path = ../../d3xp/Pvs.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225AAC0912C42F005D34B9 /* Pvs.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Pvs.h; path = ../../d3xp/Pvs.h; sourceTree = SOURCE_ROOT; };
|
||||
81225AAE0912C42F005D34B9 /* Script_Compiler.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Script_Compiler.cpp; sourceTree = "<group>"; };
|
||||
81225AAF0912C42F005D34B9 /* Script_Compiler.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Script_Compiler.h; sourceTree = "<group>"; };
|
||||
81225AB00912C42F005D34B9 /* Script_Interpreter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Script_Interpreter.cpp; sourceTree = "<group>"; };
|
||||
81225AB10912C42F005D34B9 /* Script_Interpreter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Script_Interpreter.h; sourceTree = "<group>"; };
|
||||
81225AB20912C42F005D34B9 /* Script_Program.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Script_Program.cpp; sourceTree = "<group>"; };
|
||||
81225AB30912C42F005D34B9 /* Script_Program.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Script_Program.h; sourceTree = "<group>"; };
|
||||
81225AB40912C42F005D34B9 /* Script_Thread.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Script_Thread.cpp; sourceTree = "<group>"; };
|
||||
81225AB50912C42F005D34B9 /* Script_Thread.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Script_Thread.h; sourceTree = "<group>"; };
|
||||
81225AB60912C42F005D34B9 /* SecurityCamera.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SecurityCamera.cpp; path = ../../d3xp/SecurityCamera.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225AB70912C42F005D34B9 /* SecurityCamera.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SecurityCamera.h; path = ../../d3xp/SecurityCamera.h; sourceTree = SOURCE_ROOT; };
|
||||
81225AB80912C42F005D34B9 /* SmokeParticles.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SmokeParticles.cpp; path = ../../d3xp/SmokeParticles.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225AB90912C42F005D34B9 /* SmokeParticles.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SmokeParticles.h; path = ../../d3xp/SmokeParticles.h; sourceTree = SOURCE_ROOT; };
|
||||
81225ABA0912C42F005D34B9 /* Sound.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Sound.cpp; path = ../../d3xp/Sound.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225ABB0912C42F005D34B9 /* Sound.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Sound.h; path = ../../d3xp/Sound.h; sourceTree = SOURCE_ROOT; };
|
||||
81225ABC0912C42F005D34B9 /* Target.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Target.cpp; path = ../../d3xp/Target.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225ABD0912C42F005D34B9 /* Target.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Target.h; path = ../../d3xp/Target.h; sourceTree = SOURCE_ROOT; };
|
||||
81225ABE0912C42F005D34B9 /* Trigger.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Trigger.cpp; path = ../../d3xp/Trigger.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225ABF0912C42F005D34B9 /* Trigger.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Trigger.h; path = ../../d3xp/Trigger.h; sourceTree = SOURCE_ROOT; };
|
||||
81225AC00912C42F005D34B9 /* Weapon.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Weapon.cpp; path = ../../d3xp/Weapon.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225AC10912C42F005D34B9 /* Weapon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Weapon.h; path = ../../d3xp/Weapon.h; sourceTree = SOURCE_ROOT; };
|
||||
81225AC20912C42F005D34B9 /* WorldSpawn.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = WorldSpawn.cpp; path = ../../d3xp/WorldSpawn.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225AC30912C42F005D34B9 /* WorldSpawn.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = WorldSpawn.h; path = ../../d3xp/WorldSpawn.h; sourceTree = SOURCE_ROOT; };
|
||||
D2AAC0630554660B00DB518D /* game-d3xp.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = "game-d3xp.dylib"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
D289988505E68E00004EDB86 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
81225A3A0912C3DB005D34B9 /* libidlib_pic.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
08FB7794FE84155DC02AAC07 /* game */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
08FB7795FE84155DC02AAC07 /* Source */,
|
||||
1AB674ADFE9D54B511CA2CBB /* Products */,
|
||||
81225A1B0912C3A4005D34B9 /* idlib.xcodeproj */,
|
||||
);
|
||||
name = game;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
08FB7795FE84155DC02AAC07 /* Source */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
25ACE0650B31FDED00A159B2 /* Grabber.cpp */,
|
||||
81225A3B0912C42F005D34B9 /* PlayerIcon.cpp */,
|
||||
81225A3C0912C42F005D34B9 /* Actor.cpp */,
|
||||
81225A3D0912C42F005D34B9 /* Actor.h */,
|
||||
81225A3E0912C42F005D34B9 /* AF.cpp */,
|
||||
81225A3F0912C42F005D34B9 /* AF.h */,
|
||||
81225A400912C42F005D34B9 /* AFEntity.cpp */,
|
||||
81225A410912C42F005D34B9 /* AFEntity.h */,
|
||||
81225A420912C42F005D34B9 /* ai */,
|
||||
81225A4E0912C42F005D34B9 /* anim */,
|
||||
81225A550912C42F005D34B9 /* BrittleFracture.cpp */,
|
||||
81225A560912C42F005D34B9 /* BrittleFracture.h */,
|
||||
81225A570912C42F005D34B9 /* Camera.cpp */,
|
||||
81225A580912C42F005D34B9 /* Camera.h */,
|
||||
81225A590912C42F005D34B9 /* Entity.cpp */,
|
||||
81225A5A0912C42F005D34B9 /* Entity.h */,
|
||||
81225A5B0912C42F005D34B9 /* Fx.cpp */,
|
||||
81225A5C0912C42F005D34B9 /* Fx.h */,
|
||||
81225A5D0912C42F005D34B9 /* Game.def */,
|
||||
81225A5E0912C42F005D34B9 /* Game.h */,
|
||||
81225A5F0912C42F005D34B9 /* Game_local.cpp */,
|
||||
81225A600912C42F005D34B9 /* Game_local.h */,
|
||||
81225A610912C42F005D34B9 /* Game_network.cpp */,
|
||||
81225A620912C42F005D34B9 /* GameEdit.cpp */,
|
||||
81225A630912C42F005D34B9 /* GameEdit.h */,
|
||||
81225A640912C42F005D34B9 /* gamesys */,
|
||||
81225A740912C42F005D34B9 /* IK.cpp */,
|
||||
81225A750912C42F005D34B9 /* IK.h */,
|
||||
81225A760912C42F005D34B9 /* Item.cpp */,
|
||||
81225A770912C42F005D34B9 /* Item.h */,
|
||||
81225A780912C42F005D34B9 /* Light.cpp */,
|
||||
81225A790912C42F005D34B9 /* Light.h */,
|
||||
81225A7A0912C42F005D34B9 /* Misc.cpp */,
|
||||
81225A7B0912C42F005D34B9 /* Misc.h */,
|
||||
81225A7C0912C42F005D34B9 /* Moveable.cpp */,
|
||||
81225A7D0912C42F005D34B9 /* Moveable.h */,
|
||||
81225A7E0912C42F005D34B9 /* Mover.cpp */,
|
||||
81225A7F0912C42F005D34B9 /* Mover.h */,
|
||||
81225A800912C42F005D34B9 /* MultiplayerGame.cpp */,
|
||||
81225A810912C42F005D34B9 /* MultiplayerGame.h */,
|
||||
81225A820912C42F005D34B9 /* physics */,
|
||||
81225AA50912C42F005D34B9 /* Player.cpp */,
|
||||
81225AA60912C42F005D34B9 /* Player.h */,
|
||||
81225AA70912C42F005D34B9 /* PlayerView.cpp */,
|
||||
81225AA80912C42F005D34B9 /* PlayerView.h */,
|
||||
81225AA90912C42F005D34B9 /* Projectile.cpp */,
|
||||
81225AAA0912C42F005D34B9 /* Projectile.h */,
|
||||
81225AAB0912C42F005D34B9 /* Pvs.cpp */,
|
||||
81225AAC0912C42F005D34B9 /* Pvs.h */,
|
||||
81225AAD0912C42F005D34B9 /* script */,
|
||||
81225AB60912C42F005D34B9 /* SecurityCamera.cpp */,
|
||||
81225AB70912C42F005D34B9 /* SecurityCamera.h */,
|
||||
81225AB80912C42F005D34B9 /* SmokeParticles.cpp */,
|
||||
81225AB90912C42F005D34B9 /* SmokeParticles.h */,
|
||||
81225ABA0912C42F005D34B9 /* Sound.cpp */,
|
||||
81225ABB0912C42F005D34B9 /* Sound.h */,
|
||||
81225ABC0912C42F005D34B9 /* Target.cpp */,
|
||||
81225ABD0912C42F005D34B9 /* Target.h */,
|
||||
81225ABE0912C42F005D34B9 /* Trigger.cpp */,
|
||||
81225ABF0912C42F005D34B9 /* Trigger.h */,
|
||||
81225AC00912C42F005D34B9 /* Weapon.cpp */,
|
||||
81225AC10912C42F005D34B9 /* Weapon.h */,
|
||||
81225AC20912C42F005D34B9 /* WorldSpawn.cpp */,
|
||||
81225AC30912C42F005D34B9 /* WorldSpawn.h */,
|
||||
);
|
||||
name = Source;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1AB674ADFE9D54B511CA2CBB /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D2AAC0630554660B00DB518D /* game-d3xp.dylib */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
81225A1C0912C3A4005D34B9 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
81225A210912C3A4005D34B9 /* libidlib_pic.a */,
|
||||
81225A230912C3A4005D34B9 /* libidlib_nopic.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
81225A420912C42F005D34B9 /* ai */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
81225A430912C42F005D34B9 /* AAS.cpp */,
|
||||
81225A440912C42F005D34B9 /* AAS.h */,
|
||||
81225A450912C42F005D34B9 /* AAS_debug.cpp */,
|
||||
81225A460912C42F005D34B9 /* AAS_local.h */,
|
||||
81225A470912C42F005D34B9 /* AAS_pathing.cpp */,
|
||||
81225A480912C42F005D34B9 /* AAS_routing.cpp */,
|
||||
81225A490912C42F005D34B9 /* AI.cpp */,
|
||||
81225A4A0912C42F005D34B9 /* AI.h */,
|
||||
81225A4B0912C42F005D34B9 /* AI_events.cpp */,
|
||||
81225A4C0912C42F005D34B9 /* AI_pathing.cpp */,
|
||||
81225A4D0912C42F005D34B9 /* AI_Vagary.cpp */,
|
||||
);
|
||||
name = ai;
|
||||
path = ../../d3xp/ai;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
81225A4E0912C42F005D34B9 /* anim */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
81225A4F0912C42F005D34B9 /* Anim.cpp */,
|
||||
81225A500912C42F005D34B9 /* Anim.h */,
|
||||
81225A510912C42F005D34B9 /* Anim_Blend.cpp */,
|
||||
81225A520912C42F005D34B9 /* Anim_Import.cpp */,
|
||||
81225A530912C42F005D34B9 /* Anim_Testmodel.cpp */,
|
||||
81225A540912C42F005D34B9 /* Anim_Testmodel.h */,
|
||||
);
|
||||
name = anim;
|
||||
path = ../../d3xp/anim;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
81225A640912C42F005D34B9 /* gamesys */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
81225A650912C42F005D34B9 /* Class.cpp */,
|
||||
81225A660912C42F005D34B9 /* Class.h */,
|
||||
81225A670912C42F005D34B9 /* DebugGraph.cpp */,
|
||||
81225A680912C42F005D34B9 /* DebugGraph.h */,
|
||||
81225A690912C42F005D34B9 /* Event.cpp */,
|
||||
81225A6A0912C42F005D34B9 /* Event.h */,
|
||||
81225A6B0912C42F005D34B9 /* NoGameTypeInfo.h */,
|
||||
81225A6C0912C42F005D34B9 /* SaveGame.cpp */,
|
||||
81225A6D0912C42F005D34B9 /* SaveGame.h */,
|
||||
81225A6E0912C42F005D34B9 /* SysCmds.cpp */,
|
||||
81225A6F0912C42F005D34B9 /* SysCmds.h */,
|
||||
81225A700912C42F005D34B9 /* SysCvar.cpp */,
|
||||
81225A710912C42F005D34B9 /* SysCvar.h */,
|
||||
81225A720912C42F005D34B9 /* TypeInfo.cpp */,
|
||||
81225A730912C42F005D34B9 /* TypeInfo.h */,
|
||||
);
|
||||
name = gamesys;
|
||||
path = ../../d3xp/gamesys;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
81225A820912C42F005D34B9 /* physics */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
25ACE0670B31FDFE00A159B2 /* Force_Grab.cpp */,
|
||||
81225A830912C42F005D34B9 /* Clip.cpp */,
|
||||
81225A840912C42F005D34B9 /* Clip.h */,
|
||||
81225A850912C42F005D34B9 /* Force.cpp */,
|
||||
81225A860912C42F005D34B9 /* Force.h */,
|
||||
81225A870912C42F005D34B9 /* Force_Constant.cpp */,
|
||||
81225A880912C42F005D34B9 /* Force_Constant.h */,
|
||||
81225A890912C42F005D34B9 /* Force_Drag.cpp */,
|
||||
81225A8A0912C42F005D34B9 /* Force_Drag.h */,
|
||||
81225A8B0912C42F005D34B9 /* Force_Field.cpp */,
|
||||
81225A8C0912C42F005D34B9 /* Force_Field.h */,
|
||||
81225A8D0912C42F005D34B9 /* Force_Spring.cpp */,
|
||||
81225A8E0912C42F005D34B9 /* Force_Spring.h */,
|
||||
81225A8F0912C42F005D34B9 /* Physics.cpp */,
|
||||
81225A900912C42F005D34B9 /* Physics.h */,
|
||||
81225A910912C42F005D34B9 /* Physics_Actor.cpp */,
|
||||
81225A920912C42F005D34B9 /* Physics_Actor.h */,
|
||||
81225A930912C42F005D34B9 /* Physics_AF.cpp */,
|
||||
81225A940912C42F005D34B9 /* Physics_AF.h */,
|
||||
81225A950912C42F005D34B9 /* Physics_Base.cpp */,
|
||||
81225A960912C42F005D34B9 /* Physics_Base.h */,
|
||||
81225A970912C42F005D34B9 /* Physics_Monster.cpp */,
|
||||
81225A980912C42F005D34B9 /* Physics_Monster.h */,
|
||||
81225A990912C42F005D34B9 /* Physics_Parametric.cpp */,
|
||||
81225A9A0912C42F005D34B9 /* Physics_Parametric.h */,
|
||||
81225A9B0912C42F005D34B9 /* Physics_Player.cpp */,
|
||||
81225A9C0912C42F005D34B9 /* Physics_Player.h */,
|
||||
81225A9D0912C42F005D34B9 /* Physics_RigidBody.cpp */,
|
||||
81225A9E0912C42F005D34B9 /* Physics_RigidBody.h */,
|
||||
81225A9F0912C42F005D34B9 /* Physics_Static.cpp */,
|
||||
81225AA00912C42F005D34B9 /* Physics_Static.h */,
|
||||
81225AA10912C42F005D34B9 /* Physics_StaticMulti.cpp */,
|
||||
81225AA20912C42F005D34B9 /* Physics_StaticMulti.h */,
|
||||
81225AA30912C42F005D34B9 /* Push.cpp */,
|
||||
81225AA40912C42F005D34B9 /* Push.h */,
|
||||
);
|
||||
name = physics;
|
||||
path = ../../d3xp/physics;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
81225AAD0912C42F005D34B9 /* script */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
81225AAE0912C42F005D34B9 /* Script_Compiler.cpp */,
|
||||
81225AAF0912C42F005D34B9 /* Script_Compiler.h */,
|
||||
81225AB00912C42F005D34B9 /* Script_Interpreter.cpp */,
|
||||
81225AB10912C42F005D34B9 /* Script_Interpreter.h */,
|
||||
81225AB20912C42F005D34B9 /* Script_Program.cpp */,
|
||||
81225AB30912C42F005D34B9 /* Script_Program.h */,
|
||||
81225AB40912C42F005D34B9 /* Script_Thread.cpp */,
|
||||
81225AB50912C42F005D34B9 /* Script_Thread.h */,
|
||||
);
|
||||
name = script;
|
||||
path = ../../d3xp/script;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
D2AAC0600554660B00DB518D /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
81225AC60912C42F005D34B9 /* Actor.h in Headers */,
|
||||
81225AC80912C42F005D34B9 /* AF.h in Headers */,
|
||||
81225ACA0912C42F005D34B9 /* AFEntity.h in Headers */,
|
||||
81225ACC0912C42F005D34B9 /* AAS.h in Headers */,
|
||||
81225ACE0912C42F005D34B9 /* AAS_local.h in Headers */,
|
||||
81225AD20912C42F005D34B9 /* AI.h in Headers */,
|
||||
81225AD70912C42F005D34B9 /* Anim.h in Headers */,
|
||||
81225ADB0912C42F005D34B9 /* Anim_Testmodel.h in Headers */,
|
||||
81225ADD0912C42F005D34B9 /* BrittleFracture.h in Headers */,
|
||||
81225ADF0912C42F005D34B9 /* Camera.h in Headers */,
|
||||
81225AE10912C42F005D34B9 /* Entity.h in Headers */,
|
||||
81225AE30912C42F005D34B9 /* Fx.h in Headers */,
|
||||
81225AE40912C42F005D34B9 /* Game.h in Headers */,
|
||||
81225AE60912C42F005D34B9 /* Game_local.h in Headers */,
|
||||
81225AE90912C42F005D34B9 /* GameEdit.h in Headers */,
|
||||
81225AEB0912C42F005D34B9 /* Class.h in Headers */,
|
||||
81225AED0912C42F005D34B9 /* DebugGraph.h in Headers */,
|
||||
81225AEF0912C42F005D34B9 /* Event.h in Headers */,
|
||||
81225AF00912C42F005D34B9 /* NoGameTypeInfo.h in Headers */,
|
||||
81225AF20912C42F005D34B9 /* SaveGame.h in Headers */,
|
||||
81225AF40912C42F005D34B9 /* SysCmds.h in Headers */,
|
||||
81225AF60912C42F005D34B9 /* SysCvar.h in Headers */,
|
||||
81225AF80912C42F005D34B9 /* TypeInfo.h in Headers */,
|
||||
81225AFA0912C42F005D34B9 /* IK.h in Headers */,
|
||||
81225AFC0912C42F005D34B9 /* Item.h in Headers */,
|
||||
81225AFE0912C42F005D34B9 /* Light.h in Headers */,
|
||||
81225B000912C42F005D34B9 /* Misc.h in Headers */,
|
||||
81225B020912C42F005D34B9 /* Moveable.h in Headers */,
|
||||
81225B040912C42F005D34B9 /* Mover.h in Headers */,
|
||||
81225B060912C42F005D34B9 /* MultiplayerGame.h in Headers */,
|
||||
81225B080912C42F005D34B9 /* Clip.h in Headers */,
|
||||
81225B0A0912C42F005D34B9 /* Force.h in Headers */,
|
||||
81225B0C0912C42F005D34B9 /* Force_Constant.h in Headers */,
|
||||
81225B0E0912C42F005D34B9 /* Force_Drag.h in Headers */,
|
||||
81225B100912C42F005D34B9 /* Force_Field.h in Headers */,
|
||||
81225B120912C42F005D34B9 /* Force_Spring.h in Headers */,
|
||||
81225B140912C42F005D34B9 /* Physics.h in Headers */,
|
||||
81225B160912C42F005D34B9 /* Physics_Actor.h in Headers */,
|
||||
81225B180912C42F005D34B9 /* Physics_AF.h in Headers */,
|
||||
81225B1A0912C42F005D34B9 /* Physics_Base.h in Headers */,
|
||||
81225B1C0912C42F005D34B9 /* Physics_Monster.h in Headers */,
|
||||
81225B1E0912C42F005D34B9 /* Physics_Parametric.h in Headers */,
|
||||
81225B200912C42F005D34B9 /* Physics_Player.h in Headers */,
|
||||
81225B220912C42F005D34B9 /* Physics_RigidBody.h in Headers */,
|
||||
81225B240912C42F005D34B9 /* Physics_Static.h in Headers */,
|
||||
81225B260912C42F005D34B9 /* Physics_StaticMulti.h in Headers */,
|
||||
81225B280912C42F005D34B9 /* Push.h in Headers */,
|
||||
81225B2A0912C42F005D34B9 /* Player.h in Headers */,
|
||||
81225B2C0912C42F005D34B9 /* PlayerView.h in Headers */,
|
||||
81225B2E0912C42F005D34B9 /* Projectile.h in Headers */,
|
||||
81225B300912C42F005D34B9 /* Pvs.h in Headers */,
|
||||
81225B320912C42F005D34B9 /* Script_Compiler.h in Headers */,
|
||||
81225B340912C42F005D34B9 /* Script_Interpreter.h in Headers */,
|
||||
81225B360912C42F005D34B9 /* Script_Program.h in Headers */,
|
||||
81225B380912C42F005D34B9 /* Script_Thread.h in Headers */,
|
||||
81225B3A0912C42F005D34B9 /* SecurityCamera.h in Headers */,
|
||||
81225B3C0912C42F005D34B9 /* SmokeParticles.h in Headers */,
|
||||
81225B3E0912C42F005D34B9 /* Sound.h in Headers */,
|
||||
81225B400912C42F005D34B9 /* Target.h in Headers */,
|
||||
81225B420912C42F005D34B9 /* Trigger.h in Headers */,
|
||||
81225B440912C42F005D34B9 /* Weapon.h in Headers */,
|
||||
81225B460912C42F005D34B9 /* WorldSpawn.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
D2AAC0620554660B00DB518D /* game-d3xp */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 81225A240912C3A4005D34B9 /* Build configuration list for PBXNativeTarget "game-d3xp" */;
|
||||
buildPhases = (
|
||||
D2AAC0600554660B00DB518D /* Headers */,
|
||||
D2AAC0610554660B00DB518D /* Sources */,
|
||||
D289988505E68E00004EDB86 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
81225A390912C3C8005D34B9 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "game-d3xp";
|
||||
productName = game;
|
||||
productReference = D2AAC0630554660B00DB518D /* game-d3xp.dylib */;
|
||||
productType = "com.apple.product-type.library.dynamic";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 81225A280912C3A4005D34B9 /* Build configuration list for PBXProject "d3xp" */;
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 08FB7794FE84155DC02AAC07 /* game */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 81225A1C0912C3A4005D34B9 /* Products */;
|
||||
ProjectRef = 81225A1B0912C3A4005D34B9 /* idlib.xcodeproj */;
|
||||
},
|
||||
);
|
||||
targets = (
|
||||
D2AAC0620554660B00DB518D /* game-d3xp */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
81225A210912C3A4005D34B9 /* libidlib_pic.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = libidlib_pic.a;
|
||||
remoteRef = 81225A200912C3A4005D34B9 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
81225A230912C3A4005D34B9 /* libidlib_nopic.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = libidlib_nopic.a;
|
||||
remoteRef = 81225A220912C3A4005D34B9 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
D2AAC0610554660B00DB518D /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
81225AC40912C42F005D34B9 /* PlayerIcon.cpp in Sources */,
|
||||
81225AC50912C42F005D34B9 /* Actor.cpp in Sources */,
|
||||
81225AC70912C42F005D34B9 /* AF.cpp in Sources */,
|
||||
81225AC90912C42F005D34B9 /* AFEntity.cpp in Sources */,
|
||||
81225ACB0912C42F005D34B9 /* AAS.cpp in Sources */,
|
||||
81225ACD0912C42F005D34B9 /* AAS_debug.cpp in Sources */,
|
||||
81225ACF0912C42F005D34B9 /* AAS_pathing.cpp in Sources */,
|
||||
81225AD00912C42F005D34B9 /* AAS_routing.cpp in Sources */,
|
||||
81225AD10912C42F005D34B9 /* AI.cpp in Sources */,
|
||||
81225AD30912C42F005D34B9 /* AI_events.cpp in Sources */,
|
||||
81225AD40912C42F005D34B9 /* AI_pathing.cpp in Sources */,
|
||||
81225AD50912C42F005D34B9 /* AI_Vagary.cpp in Sources */,
|
||||
81225AD60912C42F005D34B9 /* Anim.cpp in Sources */,
|
||||
81225AD80912C42F005D34B9 /* Anim_Blend.cpp in Sources */,
|
||||
81225AD90912C42F005D34B9 /* Anim_Import.cpp in Sources */,
|
||||
81225ADA0912C42F005D34B9 /* Anim_Testmodel.cpp in Sources */,
|
||||
81225ADC0912C42F005D34B9 /* BrittleFracture.cpp in Sources */,
|
||||
81225ADE0912C42F005D34B9 /* Camera.cpp in Sources */,
|
||||
81225AE00912C42F005D34B9 /* Entity.cpp in Sources */,
|
||||
81225AE20912C42F005D34B9 /* Fx.cpp in Sources */,
|
||||
81225AE50912C42F005D34B9 /* Game_local.cpp in Sources */,
|
||||
81225AE70912C42F005D34B9 /* Game_network.cpp in Sources */,
|
||||
81225AE80912C42F005D34B9 /* GameEdit.cpp in Sources */,
|
||||
81225AEA0912C42F005D34B9 /* Class.cpp in Sources */,
|
||||
81225AEC0912C42F005D34B9 /* DebugGraph.cpp in Sources */,
|
||||
81225AEE0912C42F005D34B9 /* Event.cpp in Sources */,
|
||||
81225AF10912C42F005D34B9 /* SaveGame.cpp in Sources */,
|
||||
81225AF30912C42F005D34B9 /* SysCmds.cpp in Sources */,
|
||||
81225AF50912C42F005D34B9 /* SysCvar.cpp in Sources */,
|
||||
81225AF70912C42F005D34B9 /* TypeInfo.cpp in Sources */,
|
||||
81225AF90912C42F005D34B9 /* IK.cpp in Sources */,
|
||||
81225AFB0912C42F005D34B9 /* Item.cpp in Sources */,
|
||||
81225AFD0912C42F005D34B9 /* Light.cpp in Sources */,
|
||||
81225AFF0912C42F005D34B9 /* Misc.cpp in Sources */,
|
||||
81225B010912C42F005D34B9 /* Moveable.cpp in Sources */,
|
||||
81225B030912C42F005D34B9 /* Mover.cpp in Sources */,
|
||||
81225B050912C42F005D34B9 /* MultiplayerGame.cpp in Sources */,
|
||||
81225B070912C42F005D34B9 /* Clip.cpp in Sources */,
|
||||
81225B090912C42F005D34B9 /* Force.cpp in Sources */,
|
||||
81225B0B0912C42F005D34B9 /* Force_Constant.cpp in Sources */,
|
||||
81225B0D0912C42F005D34B9 /* Force_Drag.cpp in Sources */,
|
||||
81225B0F0912C42F005D34B9 /* Force_Field.cpp in Sources */,
|
||||
81225B110912C42F005D34B9 /* Force_Spring.cpp in Sources */,
|
||||
81225B130912C42F005D34B9 /* Physics.cpp in Sources */,
|
||||
81225B150912C42F005D34B9 /* Physics_Actor.cpp in Sources */,
|
||||
81225B170912C42F005D34B9 /* Physics_AF.cpp in Sources */,
|
||||
81225B190912C42F005D34B9 /* Physics_Base.cpp in Sources */,
|
||||
81225B1B0912C42F005D34B9 /* Physics_Monster.cpp in Sources */,
|
||||
81225B1D0912C42F005D34B9 /* Physics_Parametric.cpp in Sources */,
|
||||
81225B1F0912C42F005D34B9 /* Physics_Player.cpp in Sources */,
|
||||
81225B210912C42F005D34B9 /* Physics_RigidBody.cpp in Sources */,
|
||||
81225B230912C42F005D34B9 /* Physics_Static.cpp in Sources */,
|
||||
81225B250912C42F005D34B9 /* Physics_StaticMulti.cpp in Sources */,
|
||||
81225B270912C42F005D34B9 /* Push.cpp in Sources */,
|
||||
81225B290912C42F005D34B9 /* Player.cpp in Sources */,
|
||||
81225B2B0912C42F005D34B9 /* PlayerView.cpp in Sources */,
|
||||
81225B2D0912C42F005D34B9 /* Projectile.cpp in Sources */,
|
||||
81225B2F0912C42F005D34B9 /* Pvs.cpp in Sources */,
|
||||
81225B310912C42F005D34B9 /* Script_Compiler.cpp in Sources */,
|
||||
81225B330912C42F005D34B9 /* Script_Interpreter.cpp in Sources */,
|
||||
81225B350912C42F005D34B9 /* Script_Program.cpp in Sources */,
|
||||
81225B370912C42F005D34B9 /* Script_Thread.cpp in Sources */,
|
||||
81225B390912C42F005D34B9 /* SecurityCamera.cpp in Sources */,
|
||||
81225B3B0912C42F005D34B9 /* SmokeParticles.cpp in Sources */,
|
||||
81225B3D0912C42F005D34B9 /* Sound.cpp in Sources */,
|
||||
81225B3F0912C42F005D34B9 /* Target.cpp in Sources */,
|
||||
81225B410912C42F005D34B9 /* Trigger.cpp in Sources */,
|
||||
81225B430912C42F005D34B9 /* Weapon.cpp in Sources */,
|
||||
81225B450912C42F005D34B9 /* WorldSpawn.cpp in Sources */,
|
||||
25ACE0660B31FDED00A159B2 /* Grabber.cpp in Sources */,
|
||||
25ACE0680B31FDFE00A159B2 /* Force_Grab.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
81225A390912C3C8005D34B9 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = idlib_pic;
|
||||
targetProxy = 81225A380912C3C8005D34B9 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
81225A250912C3A4005D34B9 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_ONE_BYTE_BOOL = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
LIBRARY_STYLE = DYNAMIC;
|
||||
MACH_O_TYPE = mh_dylib;
|
||||
MAIN_CPP_DEFINES = _DEBUG;
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-fpermissive",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = game;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
81225A260912C3A4005D34B9 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = (
|
||||
ppc,
|
||||
i386,
|
||||
);
|
||||
COPY_PHASE_STRIP = YES;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_ONE_BYTE_BOOL = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
LIBRARY_STYLE = DYNAMIC;
|
||||
MACH_O_TYPE = mh_dylib;
|
||||
OTHER_CFLAGS = (
|
||||
"-finline",
|
||||
"-finline-limit=1000",
|
||||
"-fomit-frame-pointer",
|
||||
"-fno-common",
|
||||
);
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-fpermissive",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = "game-d3xp";
|
||||
SYMROOT = build;
|
||||
ZERO_LINK = NO;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
81225A270912C3A4005D34B9 /* Default */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_ONE_BYTE_BOOL = YES;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(MAIN_CPP_DEFINES)",
|
||||
MACOS_X,
|
||||
GAME_DLL,
|
||||
__WITH_PB__,
|
||||
);
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
LIBRARY_STYLE = DYNAMIC;
|
||||
MACH_O_TYPE = mh_dylib;
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-fpermissive",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = game;
|
||||
};
|
||||
name = Default;
|
||||
};
|
||||
81225A290912C3A4005D34B9 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = (
|
||||
ppc,
|
||||
i386,
|
||||
);
|
||||
GCC_ONE_BYTE_BOOL = YES;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
_D3XP,
|
||||
CTF,
|
||||
_DEBUG,
|
||||
MACOS_X,
|
||||
GAME_DLL,
|
||||
__WITH_PB__,
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.4;
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
81225A2A0912C3A4005D34B9 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = (
|
||||
ppc,
|
||||
i386,
|
||||
);
|
||||
GCC_ONE_BYTE_BOOL = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
_D3XP,
|
||||
CTF,
|
||||
MACOS_X,
|
||||
GAME_DLL,
|
||||
__WITH_PB__,
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.4;
|
||||
OTHER_CFLAGS = (
|
||||
"-finline",
|
||||
"-finline-limit=1000",
|
||||
);
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-fpermissive",
|
||||
"-fomit-frame-pointer",
|
||||
"-fno-common",
|
||||
);
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
81225A2B0912C3A4005D34B9 /* Default */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = (
|
||||
ppc,
|
||||
i386,
|
||||
);
|
||||
GCC_ONE_BYTE_BOOL = YES;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
_D3XP,
|
||||
CTF,
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.4;
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
name = Default;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
81225A240912C3A4005D34B9 /* Build configuration list for PBXNativeTarget "game-d3xp" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
81225A250912C3A4005D34B9 /* Debug */,
|
||||
81225A260912C3A4005D34B9 /* Release */,
|
||||
81225A270912C3A4005D34B9 /* Default */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Default;
|
||||
};
|
||||
81225A280912C3A4005D34B9 /* Build configuration list for PBXProject "d3xp" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
81225A290912C3A4005D34B9 /* Debug */,
|
||||
81225A2A0912C3A4005D34B9 /* Release */,
|
||||
81225A2B0912C3A4005D34B9 /* Default */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Default;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
|
@ -1,901 +0,0 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
81225A3A0912C3DB005D34B9 /* libidlib_pic.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 81225A210912C3A4005D34B9 /* libidlib_pic.a */; };
|
||||
81225AC40912C42F005D34B9 /* PlayerIcon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A3B0912C42F005D34B9 /* PlayerIcon.cpp */; };
|
||||
81225AC50912C42F005D34B9 /* Actor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A3C0912C42F005D34B9 /* Actor.cpp */; };
|
||||
81225AC60912C42F005D34B9 /* Actor.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A3D0912C42F005D34B9 /* Actor.h */; };
|
||||
81225AC70912C42F005D34B9 /* AF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A3E0912C42F005D34B9 /* AF.cpp */; };
|
||||
81225AC80912C42F005D34B9 /* AF.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A3F0912C42F005D34B9 /* AF.h */; };
|
||||
81225AC90912C42F005D34B9 /* AFEntity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A400912C42F005D34B9 /* AFEntity.cpp */; };
|
||||
81225ACA0912C42F005D34B9 /* AFEntity.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A410912C42F005D34B9 /* AFEntity.h */; };
|
||||
81225ACB0912C42F005D34B9 /* AAS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A430912C42F005D34B9 /* AAS.cpp */; };
|
||||
81225ACC0912C42F005D34B9 /* AAS.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A440912C42F005D34B9 /* AAS.h */; };
|
||||
81225ACD0912C42F005D34B9 /* AAS_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A450912C42F005D34B9 /* AAS_debug.cpp */; };
|
||||
81225ACE0912C42F005D34B9 /* AAS_local.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A460912C42F005D34B9 /* AAS_local.h */; };
|
||||
81225ACF0912C42F005D34B9 /* AAS_pathing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A470912C42F005D34B9 /* AAS_pathing.cpp */; };
|
||||
81225AD00912C42F005D34B9 /* AAS_routing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A480912C42F005D34B9 /* AAS_routing.cpp */; };
|
||||
81225AD10912C42F005D34B9 /* AI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A490912C42F005D34B9 /* AI.cpp */; };
|
||||
81225AD20912C42F005D34B9 /* AI.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A4A0912C42F005D34B9 /* AI.h */; };
|
||||
81225AD30912C42F005D34B9 /* AI_events.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A4B0912C42F005D34B9 /* AI_events.cpp */; };
|
||||
81225AD40912C42F005D34B9 /* AI_pathing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A4C0912C42F005D34B9 /* AI_pathing.cpp */; };
|
||||
81225AD50912C42F005D34B9 /* AI_Vagary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A4D0912C42F005D34B9 /* AI_Vagary.cpp */; };
|
||||
81225AD60912C42F005D34B9 /* Anim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A4F0912C42F005D34B9 /* Anim.cpp */; };
|
||||
81225AD70912C42F005D34B9 /* Anim.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A500912C42F005D34B9 /* Anim.h */; };
|
||||
81225AD80912C42F005D34B9 /* Anim_Blend.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A510912C42F005D34B9 /* Anim_Blend.cpp */; };
|
||||
81225AD90912C42F005D34B9 /* Anim_Import.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A520912C42F005D34B9 /* Anim_Import.cpp */; };
|
||||
81225ADA0912C42F005D34B9 /* Anim_Testmodel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A530912C42F005D34B9 /* Anim_Testmodel.cpp */; };
|
||||
81225ADB0912C42F005D34B9 /* Anim_Testmodel.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A540912C42F005D34B9 /* Anim_Testmodel.h */; };
|
||||
81225ADC0912C42F005D34B9 /* BrittleFracture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A550912C42F005D34B9 /* BrittleFracture.cpp */; };
|
||||
81225ADD0912C42F005D34B9 /* BrittleFracture.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A560912C42F005D34B9 /* BrittleFracture.h */; };
|
||||
81225ADE0912C42F005D34B9 /* Camera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A570912C42F005D34B9 /* Camera.cpp */; };
|
||||
81225ADF0912C42F005D34B9 /* Camera.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A580912C42F005D34B9 /* Camera.h */; };
|
||||
81225AE00912C42F005D34B9 /* Entity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A590912C42F005D34B9 /* Entity.cpp */; };
|
||||
81225AE10912C42F005D34B9 /* Entity.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A5A0912C42F005D34B9 /* Entity.h */; };
|
||||
81225AE20912C42F005D34B9 /* Fx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A5B0912C42F005D34B9 /* Fx.cpp */; };
|
||||
81225AE30912C42F005D34B9 /* Fx.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A5C0912C42F005D34B9 /* Fx.h */; };
|
||||
81225AE40912C42F005D34B9 /* Game.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A5E0912C42F005D34B9 /* Game.h */; };
|
||||
81225AE50912C42F005D34B9 /* Game_local.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A5F0912C42F005D34B9 /* Game_local.cpp */; };
|
||||
81225AE60912C42F005D34B9 /* Game_local.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A600912C42F005D34B9 /* Game_local.h */; };
|
||||
81225AE70912C42F005D34B9 /* Game_network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A610912C42F005D34B9 /* Game_network.cpp */; };
|
||||
81225AE80912C42F005D34B9 /* GameEdit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A620912C42F005D34B9 /* GameEdit.cpp */; };
|
||||
81225AE90912C42F005D34B9 /* GameEdit.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A630912C42F005D34B9 /* GameEdit.h */; };
|
||||
81225AEA0912C42F005D34B9 /* Class.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A650912C42F005D34B9 /* Class.cpp */; };
|
||||
81225AEB0912C42F005D34B9 /* Class.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A660912C42F005D34B9 /* Class.h */; };
|
||||
81225AEC0912C42F005D34B9 /* DebugGraph.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A670912C42F005D34B9 /* DebugGraph.cpp */; };
|
||||
81225AED0912C42F005D34B9 /* DebugGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A680912C42F005D34B9 /* DebugGraph.h */; };
|
||||
81225AEE0912C42F005D34B9 /* Event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A690912C42F005D34B9 /* Event.cpp */; };
|
||||
81225AEF0912C42F005D34B9 /* Event.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A6A0912C42F005D34B9 /* Event.h */; };
|
||||
81225AF00912C42F005D34B9 /* NoGameTypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A6B0912C42F005D34B9 /* NoGameTypeInfo.h */; };
|
||||
81225AF10912C42F005D34B9 /* SaveGame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A6C0912C42F005D34B9 /* SaveGame.cpp */; };
|
||||
81225AF20912C42F005D34B9 /* SaveGame.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A6D0912C42F005D34B9 /* SaveGame.h */; };
|
||||
81225AF30912C42F005D34B9 /* SysCmds.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A6E0912C42F005D34B9 /* SysCmds.cpp */; };
|
||||
81225AF40912C42F005D34B9 /* SysCmds.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A6F0912C42F005D34B9 /* SysCmds.h */; };
|
||||
81225AF50912C42F005D34B9 /* SysCvar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A700912C42F005D34B9 /* SysCvar.cpp */; };
|
||||
81225AF60912C42F005D34B9 /* SysCvar.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A710912C42F005D34B9 /* SysCvar.h */; };
|
||||
81225AF70912C42F005D34B9 /* TypeInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A720912C42F005D34B9 /* TypeInfo.cpp */; };
|
||||
81225AF80912C42F005D34B9 /* TypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A730912C42F005D34B9 /* TypeInfo.h */; };
|
||||
81225AF90912C42F005D34B9 /* IK.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A740912C42F005D34B9 /* IK.cpp */; };
|
||||
81225AFA0912C42F005D34B9 /* IK.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A750912C42F005D34B9 /* IK.h */; };
|
||||
81225AFB0912C42F005D34B9 /* Item.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A760912C42F005D34B9 /* Item.cpp */; };
|
||||
81225AFC0912C42F005D34B9 /* Item.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A770912C42F005D34B9 /* Item.h */; };
|
||||
81225AFD0912C42F005D34B9 /* Light.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A780912C42F005D34B9 /* Light.cpp */; };
|
||||
81225AFE0912C42F005D34B9 /* Light.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A790912C42F005D34B9 /* Light.h */; };
|
||||
81225AFF0912C42F005D34B9 /* Misc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A7A0912C42F005D34B9 /* Misc.cpp */; };
|
||||
81225B000912C42F005D34B9 /* Misc.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A7B0912C42F005D34B9 /* Misc.h */; };
|
||||
81225B010912C42F005D34B9 /* Moveable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A7C0912C42F005D34B9 /* Moveable.cpp */; };
|
||||
81225B020912C42F005D34B9 /* Moveable.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A7D0912C42F005D34B9 /* Moveable.h */; };
|
||||
81225B030912C42F005D34B9 /* Mover.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A7E0912C42F005D34B9 /* Mover.cpp */; };
|
||||
81225B040912C42F005D34B9 /* Mover.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A7F0912C42F005D34B9 /* Mover.h */; };
|
||||
81225B050912C42F005D34B9 /* MultiplayerGame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A800912C42F005D34B9 /* MultiplayerGame.cpp */; };
|
||||
81225B060912C42F005D34B9 /* MultiplayerGame.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A810912C42F005D34B9 /* MultiplayerGame.h */; };
|
||||
81225B070912C42F005D34B9 /* Clip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A830912C42F005D34B9 /* Clip.cpp */; };
|
||||
81225B080912C42F005D34B9 /* Clip.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A840912C42F005D34B9 /* Clip.h */; };
|
||||
81225B090912C42F005D34B9 /* Force.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A850912C42F005D34B9 /* Force.cpp */; };
|
||||
81225B0A0912C42F005D34B9 /* Force.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A860912C42F005D34B9 /* Force.h */; };
|
||||
81225B0B0912C42F005D34B9 /* Force_Constant.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A870912C42F005D34B9 /* Force_Constant.cpp */; };
|
||||
81225B0C0912C42F005D34B9 /* Force_Constant.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A880912C42F005D34B9 /* Force_Constant.h */; };
|
||||
81225B0D0912C42F005D34B9 /* Force_Drag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A890912C42F005D34B9 /* Force_Drag.cpp */; };
|
||||
81225B0E0912C42F005D34B9 /* Force_Drag.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A8A0912C42F005D34B9 /* Force_Drag.h */; };
|
||||
81225B0F0912C42F005D34B9 /* Force_Field.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A8B0912C42F005D34B9 /* Force_Field.cpp */; };
|
||||
81225B100912C42F005D34B9 /* Force_Field.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A8C0912C42F005D34B9 /* Force_Field.h */; };
|
||||
81225B110912C42F005D34B9 /* Force_Spring.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A8D0912C42F005D34B9 /* Force_Spring.cpp */; };
|
||||
81225B120912C42F005D34B9 /* Force_Spring.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A8E0912C42F005D34B9 /* Force_Spring.h */; };
|
||||
81225B130912C42F005D34B9 /* Physics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A8F0912C42F005D34B9 /* Physics.cpp */; };
|
||||
81225B140912C42F005D34B9 /* Physics.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A900912C42F005D34B9 /* Physics.h */; };
|
||||
81225B150912C42F005D34B9 /* Physics_Actor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A910912C42F005D34B9 /* Physics_Actor.cpp */; };
|
||||
81225B160912C42F005D34B9 /* Physics_Actor.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A920912C42F005D34B9 /* Physics_Actor.h */; };
|
||||
81225B170912C42F005D34B9 /* Physics_AF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A930912C42F005D34B9 /* Physics_AF.cpp */; };
|
||||
81225B180912C42F005D34B9 /* Physics_AF.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A940912C42F005D34B9 /* Physics_AF.h */; };
|
||||
81225B190912C42F005D34B9 /* Physics_Base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A950912C42F005D34B9 /* Physics_Base.cpp */; };
|
||||
81225B1A0912C42F005D34B9 /* Physics_Base.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A960912C42F005D34B9 /* Physics_Base.h */; };
|
||||
81225B1B0912C42F005D34B9 /* Physics_Monster.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A970912C42F005D34B9 /* Physics_Monster.cpp */; };
|
||||
81225B1C0912C42F005D34B9 /* Physics_Monster.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A980912C42F005D34B9 /* Physics_Monster.h */; };
|
||||
81225B1D0912C42F005D34B9 /* Physics_Parametric.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A990912C42F005D34B9 /* Physics_Parametric.cpp */; };
|
||||
81225B1E0912C42F005D34B9 /* Physics_Parametric.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A9A0912C42F005D34B9 /* Physics_Parametric.h */; };
|
||||
81225B1F0912C42F005D34B9 /* Physics_Player.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A9B0912C42F005D34B9 /* Physics_Player.cpp */; };
|
||||
81225B200912C42F005D34B9 /* Physics_Player.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A9C0912C42F005D34B9 /* Physics_Player.h */; };
|
||||
81225B210912C42F005D34B9 /* Physics_RigidBody.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A9D0912C42F005D34B9 /* Physics_RigidBody.cpp */; };
|
||||
81225B220912C42F005D34B9 /* Physics_RigidBody.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225A9E0912C42F005D34B9 /* Physics_RigidBody.h */; };
|
||||
81225B230912C42F005D34B9 /* Physics_Static.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225A9F0912C42F005D34B9 /* Physics_Static.cpp */; };
|
||||
81225B240912C42F005D34B9 /* Physics_Static.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AA00912C42F005D34B9 /* Physics_Static.h */; };
|
||||
81225B250912C42F005D34B9 /* Physics_StaticMulti.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AA10912C42F005D34B9 /* Physics_StaticMulti.cpp */; };
|
||||
81225B260912C42F005D34B9 /* Physics_StaticMulti.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AA20912C42F005D34B9 /* Physics_StaticMulti.h */; };
|
||||
81225B270912C42F005D34B9 /* Push.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AA30912C42F005D34B9 /* Push.cpp */; };
|
||||
81225B280912C42F005D34B9 /* Push.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AA40912C42F005D34B9 /* Push.h */; };
|
||||
81225B290912C42F005D34B9 /* Player.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AA50912C42F005D34B9 /* Player.cpp */; };
|
||||
81225B2A0912C42F005D34B9 /* Player.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AA60912C42F005D34B9 /* Player.h */; };
|
||||
81225B2B0912C42F005D34B9 /* PlayerView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AA70912C42F005D34B9 /* PlayerView.cpp */; };
|
||||
81225B2C0912C42F005D34B9 /* PlayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AA80912C42F005D34B9 /* PlayerView.h */; };
|
||||
81225B2D0912C42F005D34B9 /* Projectile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AA90912C42F005D34B9 /* Projectile.cpp */; };
|
||||
81225B2E0912C42F005D34B9 /* Projectile.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AAA0912C42F005D34B9 /* Projectile.h */; };
|
||||
81225B2F0912C42F005D34B9 /* Pvs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AAB0912C42F005D34B9 /* Pvs.cpp */; };
|
||||
81225B300912C42F005D34B9 /* Pvs.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AAC0912C42F005D34B9 /* Pvs.h */; };
|
||||
81225B310912C42F005D34B9 /* Script_Compiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AAE0912C42F005D34B9 /* Script_Compiler.cpp */; };
|
||||
81225B320912C42F005D34B9 /* Script_Compiler.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AAF0912C42F005D34B9 /* Script_Compiler.h */; };
|
||||
81225B330912C42F005D34B9 /* Script_Interpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AB00912C42F005D34B9 /* Script_Interpreter.cpp */; };
|
||||
81225B340912C42F005D34B9 /* Script_Interpreter.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AB10912C42F005D34B9 /* Script_Interpreter.h */; };
|
||||
81225B350912C42F005D34B9 /* Script_Program.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AB20912C42F005D34B9 /* Script_Program.cpp */; };
|
||||
81225B360912C42F005D34B9 /* Script_Program.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AB30912C42F005D34B9 /* Script_Program.h */; };
|
||||
81225B370912C42F005D34B9 /* Script_Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AB40912C42F005D34B9 /* Script_Thread.cpp */; };
|
||||
81225B380912C42F005D34B9 /* Script_Thread.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AB50912C42F005D34B9 /* Script_Thread.h */; };
|
||||
81225B390912C42F005D34B9 /* SecurityCamera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AB60912C42F005D34B9 /* SecurityCamera.cpp */; };
|
||||
81225B3A0912C42F005D34B9 /* SecurityCamera.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AB70912C42F005D34B9 /* SecurityCamera.h */; };
|
||||
81225B3B0912C42F005D34B9 /* SmokeParticles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AB80912C42F005D34B9 /* SmokeParticles.cpp */; };
|
||||
81225B3C0912C42F005D34B9 /* SmokeParticles.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AB90912C42F005D34B9 /* SmokeParticles.h */; };
|
||||
81225B3D0912C42F005D34B9 /* Sound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225ABA0912C42F005D34B9 /* Sound.cpp */; };
|
||||
81225B3E0912C42F005D34B9 /* Sound.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225ABB0912C42F005D34B9 /* Sound.h */; };
|
||||
81225B3F0912C42F005D34B9 /* Target.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225ABC0912C42F005D34B9 /* Target.cpp */; };
|
||||
81225B400912C42F005D34B9 /* Target.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225ABD0912C42F005D34B9 /* Target.h */; };
|
||||
81225B410912C42F005D34B9 /* Trigger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225ABE0912C42F005D34B9 /* Trigger.cpp */; };
|
||||
81225B420912C42F005D34B9 /* Trigger.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225ABF0912C42F005D34B9 /* Trigger.h */; };
|
||||
81225B430912C42F005D34B9 /* Weapon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AC00912C42F005D34B9 /* Weapon.cpp */; };
|
||||
81225B440912C42F005D34B9 /* Weapon.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AC10912C42F005D34B9 /* Weapon.h */; };
|
||||
81225B450912C42F005D34B9 /* WorldSpawn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81225AC20912C42F005D34B9 /* WorldSpawn.cpp */; };
|
||||
81225B460912C42F005D34B9 /* WorldSpawn.h in Headers */ = {isa = PBXBuildFile; fileRef = 81225AC30912C42F005D34B9 /* WorldSpawn.h */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
81225A200912C3A4005D34B9 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 81225A1B0912C3A4005D34B9 /* idlib.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = D2AAC046055464E500DB518D;
|
||||
remoteInfo = idlib_pic;
|
||||
};
|
||||
81225A220912C3A4005D34B9 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 81225A1B0912C3A4005D34B9 /* idlib.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 81C858490912AD370095BC33;
|
||||
remoteInfo = idlib_nopic;
|
||||
};
|
||||
81225A380912C3C8005D34B9 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 81225A1B0912C3A4005D34B9 /* idlib.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = D2AAC045055464E500DB518D;
|
||||
remoteInfo = idlib_pic;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
81225A1B0912C3A4005D34B9 /* idlib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = idlib.xcodeproj; sourceTree = "<group>"; };
|
||||
81225A3B0912C42F005D34B9 /* PlayerIcon.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = PlayerIcon.cpp; path = ../../game/PlayerIcon.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A3C0912C42F005D34B9 /* Actor.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Actor.cpp; path = ../../game/Actor.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A3D0912C42F005D34B9 /* Actor.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Actor.h; path = ../../game/Actor.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A3E0912C42F005D34B9 /* AF.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = AF.cpp; path = ../../game/AF.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A3F0912C42F005D34B9 /* AF.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AF.h; path = ../../game/AF.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A400912C42F005D34B9 /* AFEntity.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = AFEntity.cpp; path = ../../game/AFEntity.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A410912C42F005D34B9 /* AFEntity.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AFEntity.h; path = ../../game/AFEntity.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A430912C42F005D34B9 /* AAS.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AAS.cpp; sourceTree = "<group>"; };
|
||||
81225A440912C42F005D34B9 /* AAS.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AAS.h; sourceTree = "<group>"; };
|
||||
81225A450912C42F005D34B9 /* AAS_debug.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AAS_debug.cpp; sourceTree = "<group>"; };
|
||||
81225A460912C42F005D34B9 /* AAS_local.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AAS_local.h; sourceTree = "<group>"; };
|
||||
81225A470912C42F005D34B9 /* AAS_pathing.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AAS_pathing.cpp; sourceTree = "<group>"; };
|
||||
81225A480912C42F005D34B9 /* AAS_routing.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AAS_routing.cpp; sourceTree = "<group>"; };
|
||||
81225A490912C42F005D34B9 /* AI.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AI.cpp; sourceTree = "<group>"; };
|
||||
81225A4A0912C42F005D34B9 /* AI.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AI.h; sourceTree = "<group>"; };
|
||||
81225A4B0912C42F005D34B9 /* AI_events.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AI_events.cpp; sourceTree = "<group>"; };
|
||||
81225A4C0912C42F005D34B9 /* AI_pathing.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AI_pathing.cpp; sourceTree = "<group>"; };
|
||||
81225A4D0912C42F005D34B9 /* AI_Vagary.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AI_Vagary.cpp; sourceTree = "<group>"; };
|
||||
81225A4F0912C42F005D34B9 /* Anim.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Anim.cpp; sourceTree = "<group>"; };
|
||||
81225A500912C42F005D34B9 /* Anim.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Anim.h; sourceTree = "<group>"; };
|
||||
81225A510912C42F005D34B9 /* Anim_Blend.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Anim_Blend.cpp; sourceTree = "<group>"; };
|
||||
81225A520912C42F005D34B9 /* Anim_Import.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Anim_Import.cpp; sourceTree = "<group>"; };
|
||||
81225A530912C42F005D34B9 /* Anim_Testmodel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Anim_Testmodel.cpp; sourceTree = "<group>"; };
|
||||
81225A540912C42F005D34B9 /* Anim_Testmodel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Anim_Testmodel.h; sourceTree = "<group>"; };
|
||||
81225A550912C42F005D34B9 /* BrittleFracture.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = BrittleFracture.cpp; path = ../../game/BrittleFracture.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A560912C42F005D34B9 /* BrittleFracture.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = BrittleFracture.h; path = ../../game/BrittleFracture.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A570912C42F005D34B9 /* Camera.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Camera.cpp; path = ../../game/Camera.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A580912C42F005D34B9 /* Camera.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Camera.h; path = ../../game/Camera.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A590912C42F005D34B9 /* Entity.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Entity.cpp; path = ../../game/Entity.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A5A0912C42F005D34B9 /* Entity.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Entity.h; path = ../../game/Entity.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A5B0912C42F005D34B9 /* Fx.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Fx.cpp; path = ../../game/Fx.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A5C0912C42F005D34B9 /* Fx.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Fx.h; path = ../../game/Fx.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A5D0912C42F005D34B9 /* Game.def */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = Game.def; path = ../../game/Game.def; sourceTree = SOURCE_ROOT; };
|
||||
81225A5E0912C42F005D34B9 /* Game.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Game.h; path = ../../game/Game.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A5F0912C42F005D34B9 /* Game_local.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Game_local.cpp; path = ../../game/Game_local.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A600912C42F005D34B9 /* Game_local.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Game_local.h; path = ../../game/Game_local.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A610912C42F005D34B9 /* Game_network.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Game_network.cpp; path = ../../game/Game_network.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A620912C42F005D34B9 /* GameEdit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = GameEdit.cpp; path = ../../game/GameEdit.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A630912C42F005D34B9 /* GameEdit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GameEdit.h; path = ../../game/GameEdit.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A650912C42F005D34B9 /* Class.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Class.cpp; sourceTree = "<group>"; };
|
||||
81225A660912C42F005D34B9 /* Class.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Class.h; sourceTree = "<group>"; };
|
||||
81225A670912C42F005D34B9 /* DebugGraph.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DebugGraph.cpp; sourceTree = "<group>"; };
|
||||
81225A680912C42F005D34B9 /* DebugGraph.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DebugGraph.h; sourceTree = "<group>"; };
|
||||
81225A690912C42F005D34B9 /* Event.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Event.cpp; sourceTree = "<group>"; };
|
||||
81225A6A0912C42F005D34B9 /* Event.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Event.h; sourceTree = "<group>"; };
|
||||
81225A6B0912C42F005D34B9 /* NoGameTypeInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = NoGameTypeInfo.h; sourceTree = "<group>"; };
|
||||
81225A6C0912C42F005D34B9 /* SaveGame.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SaveGame.cpp; sourceTree = "<group>"; };
|
||||
81225A6D0912C42F005D34B9 /* SaveGame.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SaveGame.h; sourceTree = "<group>"; };
|
||||
81225A6E0912C42F005D34B9 /* SysCmds.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SysCmds.cpp; sourceTree = "<group>"; };
|
||||
81225A6F0912C42F005D34B9 /* SysCmds.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SysCmds.h; sourceTree = "<group>"; };
|
||||
81225A700912C42F005D34B9 /* SysCvar.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SysCvar.cpp; sourceTree = "<group>"; };
|
||||
81225A710912C42F005D34B9 /* SysCvar.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SysCvar.h; sourceTree = "<group>"; };
|
||||
81225A720912C42F005D34B9 /* TypeInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TypeInfo.cpp; sourceTree = "<group>"; };
|
||||
81225A730912C42F005D34B9 /* TypeInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TypeInfo.h; sourceTree = "<group>"; };
|
||||
81225A740912C42F005D34B9 /* IK.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = IK.cpp; path = ../../game/IK.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A750912C42F005D34B9 /* IK.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = IK.h; path = ../../game/IK.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A760912C42F005D34B9 /* Item.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Item.cpp; path = ../../game/Item.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A770912C42F005D34B9 /* Item.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Item.h; path = ../../game/Item.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A780912C42F005D34B9 /* Light.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Light.cpp; path = ../../game/Light.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A790912C42F005D34B9 /* Light.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Light.h; path = ../../game/Light.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A7A0912C42F005D34B9 /* Misc.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Misc.cpp; path = ../../game/Misc.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A7B0912C42F005D34B9 /* Misc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Misc.h; path = ../../game/Misc.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A7C0912C42F005D34B9 /* Moveable.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Moveable.cpp; path = ../../game/Moveable.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A7D0912C42F005D34B9 /* Moveable.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Moveable.h; path = ../../game/Moveable.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A7E0912C42F005D34B9 /* Mover.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Mover.cpp; path = ../../game/Mover.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A7F0912C42F005D34B9 /* Mover.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Mover.h; path = ../../game/Mover.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A800912C42F005D34B9 /* MultiplayerGame.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = MultiplayerGame.cpp; path = ../../game/MultiplayerGame.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225A810912C42F005D34B9 /* MultiplayerGame.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = MultiplayerGame.h; path = ../../game/MultiplayerGame.h; sourceTree = SOURCE_ROOT; };
|
||||
81225A830912C42F005D34B9 /* Clip.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Clip.cpp; sourceTree = "<group>"; };
|
||||
81225A840912C42F005D34B9 /* Clip.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Clip.h; sourceTree = "<group>"; };
|
||||
81225A850912C42F005D34B9 /* Force.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Force.cpp; sourceTree = "<group>"; };
|
||||
81225A860912C42F005D34B9 /* Force.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Force.h; sourceTree = "<group>"; };
|
||||
81225A870912C42F005D34B9 /* Force_Constant.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Force_Constant.cpp; sourceTree = "<group>"; };
|
||||
81225A880912C42F005D34B9 /* Force_Constant.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Force_Constant.h; sourceTree = "<group>"; };
|
||||
81225A890912C42F005D34B9 /* Force_Drag.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Force_Drag.cpp; sourceTree = "<group>"; };
|
||||
81225A8A0912C42F005D34B9 /* Force_Drag.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Force_Drag.h; sourceTree = "<group>"; };
|
||||
81225A8B0912C42F005D34B9 /* Force_Field.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Force_Field.cpp; sourceTree = "<group>"; };
|
||||
81225A8C0912C42F005D34B9 /* Force_Field.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Force_Field.h; sourceTree = "<group>"; };
|
||||
81225A8D0912C42F005D34B9 /* Force_Spring.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Force_Spring.cpp; sourceTree = "<group>"; };
|
||||
81225A8E0912C42F005D34B9 /* Force_Spring.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Force_Spring.h; sourceTree = "<group>"; };
|
||||
81225A8F0912C42F005D34B9 /* Physics.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics.cpp; sourceTree = "<group>"; };
|
||||
81225A900912C42F005D34B9 /* Physics.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics.h; sourceTree = "<group>"; };
|
||||
81225A910912C42F005D34B9 /* Physics_Actor.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_Actor.cpp; sourceTree = "<group>"; };
|
||||
81225A920912C42F005D34B9 /* Physics_Actor.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_Actor.h; sourceTree = "<group>"; };
|
||||
81225A930912C42F005D34B9 /* Physics_AF.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_AF.cpp; sourceTree = "<group>"; };
|
||||
81225A940912C42F005D34B9 /* Physics_AF.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_AF.h; sourceTree = "<group>"; };
|
||||
81225A950912C42F005D34B9 /* Physics_Base.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_Base.cpp; sourceTree = "<group>"; };
|
||||
81225A960912C42F005D34B9 /* Physics_Base.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_Base.h; sourceTree = "<group>"; };
|
||||
81225A970912C42F005D34B9 /* Physics_Monster.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_Monster.cpp; sourceTree = "<group>"; };
|
||||
81225A980912C42F005D34B9 /* Physics_Monster.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_Monster.h; sourceTree = "<group>"; };
|
||||
81225A990912C42F005D34B9 /* Physics_Parametric.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_Parametric.cpp; sourceTree = "<group>"; };
|
||||
81225A9A0912C42F005D34B9 /* Physics_Parametric.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_Parametric.h; sourceTree = "<group>"; };
|
||||
81225A9B0912C42F005D34B9 /* Physics_Player.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_Player.cpp; sourceTree = "<group>"; };
|
||||
81225A9C0912C42F005D34B9 /* Physics_Player.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_Player.h; sourceTree = "<group>"; };
|
||||
81225A9D0912C42F005D34B9 /* Physics_RigidBody.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_RigidBody.cpp; sourceTree = "<group>"; };
|
||||
81225A9E0912C42F005D34B9 /* Physics_RigidBody.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_RigidBody.h; sourceTree = "<group>"; };
|
||||
81225A9F0912C42F005D34B9 /* Physics_Static.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_Static.cpp; sourceTree = "<group>"; };
|
||||
81225AA00912C42F005D34B9 /* Physics_Static.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_Static.h; sourceTree = "<group>"; };
|
||||
81225AA10912C42F005D34B9 /* Physics_StaticMulti.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Physics_StaticMulti.cpp; sourceTree = "<group>"; };
|
||||
81225AA20912C42F005D34B9 /* Physics_StaticMulti.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Physics_StaticMulti.h; sourceTree = "<group>"; };
|
||||
81225AA30912C42F005D34B9 /* Push.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Push.cpp; sourceTree = "<group>"; };
|
||||
81225AA40912C42F005D34B9 /* Push.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Push.h; sourceTree = "<group>"; };
|
||||
81225AA50912C42F005D34B9 /* Player.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Player.cpp; path = ../../game/Player.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225AA60912C42F005D34B9 /* Player.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Player.h; path = ../../game/Player.h; sourceTree = SOURCE_ROOT; };
|
||||
81225AA70912C42F005D34B9 /* PlayerView.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = PlayerView.cpp; path = ../../game/PlayerView.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225AA80912C42F005D34B9 /* PlayerView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PlayerView.h; path = ../../game/PlayerView.h; sourceTree = SOURCE_ROOT; };
|
||||
81225AA90912C42F005D34B9 /* Projectile.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Projectile.cpp; path = ../../game/Projectile.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225AAA0912C42F005D34B9 /* Projectile.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Projectile.h; path = ../../game/Projectile.h; sourceTree = SOURCE_ROOT; };
|
||||
81225AAB0912C42F005D34B9 /* Pvs.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Pvs.cpp; path = ../../game/Pvs.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225AAC0912C42F005D34B9 /* Pvs.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Pvs.h; path = ../../game/Pvs.h; sourceTree = SOURCE_ROOT; };
|
||||
81225AAE0912C42F005D34B9 /* Script_Compiler.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Script_Compiler.cpp; sourceTree = "<group>"; };
|
||||
81225AAF0912C42F005D34B9 /* Script_Compiler.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Script_Compiler.h; sourceTree = "<group>"; };
|
||||
81225AB00912C42F005D34B9 /* Script_Interpreter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Script_Interpreter.cpp; sourceTree = "<group>"; };
|
||||
81225AB10912C42F005D34B9 /* Script_Interpreter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Script_Interpreter.h; sourceTree = "<group>"; };
|
||||
81225AB20912C42F005D34B9 /* Script_Program.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Script_Program.cpp; sourceTree = "<group>"; };
|
||||
81225AB30912C42F005D34B9 /* Script_Program.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Script_Program.h; sourceTree = "<group>"; };
|
||||
81225AB40912C42F005D34B9 /* Script_Thread.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Script_Thread.cpp; sourceTree = "<group>"; };
|
||||
81225AB50912C42F005D34B9 /* Script_Thread.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Script_Thread.h; sourceTree = "<group>"; };
|
||||
81225AB60912C42F005D34B9 /* SecurityCamera.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SecurityCamera.cpp; path = ../../game/SecurityCamera.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225AB70912C42F005D34B9 /* SecurityCamera.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SecurityCamera.h; path = ../../game/SecurityCamera.h; sourceTree = SOURCE_ROOT; };
|
||||
81225AB80912C42F005D34B9 /* SmokeParticles.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SmokeParticles.cpp; path = ../../game/SmokeParticles.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225AB90912C42F005D34B9 /* SmokeParticles.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SmokeParticles.h; path = ../../game/SmokeParticles.h; sourceTree = SOURCE_ROOT; };
|
||||
81225ABA0912C42F005D34B9 /* Sound.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Sound.cpp; path = ../../game/Sound.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225ABB0912C42F005D34B9 /* Sound.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Sound.h; path = ../../game/Sound.h; sourceTree = SOURCE_ROOT; };
|
||||
81225ABC0912C42F005D34B9 /* Target.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Target.cpp; path = ../../game/Target.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225ABD0912C42F005D34B9 /* Target.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Target.h; path = ../../game/Target.h; sourceTree = SOURCE_ROOT; };
|
||||
81225ABE0912C42F005D34B9 /* Trigger.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Trigger.cpp; path = ../../game/Trigger.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225ABF0912C42F005D34B9 /* Trigger.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Trigger.h; path = ../../game/Trigger.h; sourceTree = SOURCE_ROOT; };
|
||||
81225AC00912C42F005D34B9 /* Weapon.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Weapon.cpp; path = ../../game/Weapon.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225AC10912C42F005D34B9 /* Weapon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Weapon.h; path = ../../game/Weapon.h; sourceTree = SOURCE_ROOT; };
|
||||
81225AC20912C42F005D34B9 /* WorldSpawn.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = WorldSpawn.cpp; path = ../../game/WorldSpawn.cpp; sourceTree = SOURCE_ROOT; };
|
||||
81225AC30912C42F005D34B9 /* WorldSpawn.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = WorldSpawn.h; path = ../../game/WorldSpawn.h; sourceTree = SOURCE_ROOT; };
|
||||
D2AAC0630554660B00DB518D /* game.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = game.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
D289988505E68E00004EDB86 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
81225A3A0912C3DB005D34B9 /* libidlib_pic.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
08FB7794FE84155DC02AAC07 /* game */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
08FB7795FE84155DC02AAC07 /* Source */,
|
||||
1AB674ADFE9D54B511CA2CBB /* Products */,
|
||||
81225A1B0912C3A4005D34B9 /* idlib.xcodeproj */,
|
||||
);
|
||||
name = game;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
08FB7795FE84155DC02AAC07 /* Source */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
81225A3B0912C42F005D34B9 /* PlayerIcon.cpp */,
|
||||
81225A3C0912C42F005D34B9 /* Actor.cpp */,
|
||||
81225A3D0912C42F005D34B9 /* Actor.h */,
|
||||
81225A3E0912C42F005D34B9 /* AF.cpp */,
|
||||
81225A3F0912C42F005D34B9 /* AF.h */,
|
||||
81225A400912C42F005D34B9 /* AFEntity.cpp */,
|
||||
81225A410912C42F005D34B9 /* AFEntity.h */,
|
||||
81225A420912C42F005D34B9 /* ai */,
|
||||
81225A4E0912C42F005D34B9 /* anim */,
|
||||
81225A550912C42F005D34B9 /* BrittleFracture.cpp */,
|
||||
81225A560912C42F005D34B9 /* BrittleFracture.h */,
|
||||
81225A570912C42F005D34B9 /* Camera.cpp */,
|
||||
81225A580912C42F005D34B9 /* Camera.h */,
|
||||
81225A590912C42F005D34B9 /* Entity.cpp */,
|
||||
81225A5A0912C42F005D34B9 /* Entity.h */,
|
||||
81225A5B0912C42F005D34B9 /* Fx.cpp */,
|
||||
81225A5C0912C42F005D34B9 /* Fx.h */,
|
||||
81225A5D0912C42F005D34B9 /* Game.def */,
|
||||
81225A5E0912C42F005D34B9 /* Game.h */,
|
||||
81225A5F0912C42F005D34B9 /* Game_local.cpp */,
|
||||
81225A600912C42F005D34B9 /* Game_local.h */,
|
||||
81225A610912C42F005D34B9 /* Game_network.cpp */,
|
||||
81225A620912C42F005D34B9 /* GameEdit.cpp */,
|
||||
81225A630912C42F005D34B9 /* GameEdit.h */,
|
||||
81225A640912C42F005D34B9 /* gamesys */,
|
||||
81225A740912C42F005D34B9 /* IK.cpp */,
|
||||
81225A750912C42F005D34B9 /* IK.h */,
|
||||
81225A760912C42F005D34B9 /* Item.cpp */,
|
||||
81225A770912C42F005D34B9 /* Item.h */,
|
||||
81225A780912C42F005D34B9 /* Light.cpp */,
|
||||
81225A790912C42F005D34B9 /* Light.h */,
|
||||
81225A7A0912C42F005D34B9 /* Misc.cpp */,
|
||||
81225A7B0912C42F005D34B9 /* Misc.h */,
|
||||
81225A7C0912C42F005D34B9 /* Moveable.cpp */,
|
||||
81225A7D0912C42F005D34B9 /* Moveable.h */,
|
||||
81225A7E0912C42F005D34B9 /* Mover.cpp */,
|
||||
81225A7F0912C42F005D34B9 /* Mover.h */,
|
||||
81225A800912C42F005D34B9 /* MultiplayerGame.cpp */,
|
||||
81225A810912C42F005D34B9 /* MultiplayerGame.h */,
|
||||
81225A820912C42F005D34B9 /* physics */,
|
||||
81225AA50912C42F005D34B9 /* Player.cpp */,
|
||||
81225AA60912C42F005D34B9 /* Player.h */,
|
||||
81225AA70912C42F005D34B9 /* PlayerView.cpp */,
|
||||
81225AA80912C42F005D34B9 /* PlayerView.h */,
|
||||
81225AA90912C42F005D34B9 /* Projectile.cpp */,
|
||||
81225AAA0912C42F005D34B9 /* Projectile.h */,
|
||||
81225AAB0912C42F005D34B9 /* Pvs.cpp */,
|
||||
81225AAC0912C42F005D34B9 /* Pvs.h */,
|
||||
81225AAD0912C42F005D34B9 /* script */,
|
||||
81225AB60912C42F005D34B9 /* SecurityCamera.cpp */,
|
||||
81225AB70912C42F005D34B9 /* SecurityCamera.h */,
|
||||
81225AB80912C42F005D34B9 /* SmokeParticles.cpp */,
|
||||
81225AB90912C42F005D34B9 /* SmokeParticles.h */,
|
||||
81225ABA0912C42F005D34B9 /* Sound.cpp */,
|
||||
81225ABB0912C42F005D34B9 /* Sound.h */,
|
||||
81225ABC0912C42F005D34B9 /* Target.cpp */,
|
||||
81225ABD0912C42F005D34B9 /* Target.h */,
|
||||
81225ABE0912C42F005D34B9 /* Trigger.cpp */,
|
||||
81225ABF0912C42F005D34B9 /* Trigger.h */,
|
||||
81225AC00912C42F005D34B9 /* Weapon.cpp */,
|
||||
81225AC10912C42F005D34B9 /* Weapon.h */,
|
||||
81225AC20912C42F005D34B9 /* WorldSpawn.cpp */,
|
||||
81225AC30912C42F005D34B9 /* WorldSpawn.h */,
|
||||
);
|
||||
name = Source;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1AB674ADFE9D54B511CA2CBB /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D2AAC0630554660B00DB518D /* game.dylib */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
81225A1C0912C3A4005D34B9 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
81225A210912C3A4005D34B9 /* libidlib_pic.a */,
|
||||
81225A230912C3A4005D34B9 /* libidlib_nopic.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
81225A420912C42F005D34B9 /* ai */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
81225A430912C42F005D34B9 /* AAS.cpp */,
|
||||
81225A440912C42F005D34B9 /* AAS.h */,
|
||||
81225A450912C42F005D34B9 /* AAS_debug.cpp */,
|
||||
81225A460912C42F005D34B9 /* AAS_local.h */,
|
||||
81225A470912C42F005D34B9 /* AAS_pathing.cpp */,
|
||||
81225A480912C42F005D34B9 /* AAS_routing.cpp */,
|
||||
81225A490912C42F005D34B9 /* AI.cpp */,
|
||||
81225A4A0912C42F005D34B9 /* AI.h */,
|
||||
81225A4B0912C42F005D34B9 /* AI_events.cpp */,
|
||||
81225A4C0912C42F005D34B9 /* AI_pathing.cpp */,
|
||||
81225A4D0912C42F005D34B9 /* AI_Vagary.cpp */,
|
||||
);
|
||||
name = ai;
|
||||
path = ../../game/ai;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
81225A4E0912C42F005D34B9 /* anim */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
81225A4F0912C42F005D34B9 /* Anim.cpp */,
|
||||
81225A500912C42F005D34B9 /* Anim.h */,
|
||||
81225A510912C42F005D34B9 /* Anim_Blend.cpp */,
|
||||
81225A520912C42F005D34B9 /* Anim_Import.cpp */,
|
||||
81225A530912C42F005D34B9 /* Anim_Testmodel.cpp */,
|
||||
81225A540912C42F005D34B9 /* Anim_Testmodel.h */,
|
||||
);
|
||||
name = anim;
|
||||
path = ../../game/anim;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
81225A640912C42F005D34B9 /* gamesys */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
81225A650912C42F005D34B9 /* Class.cpp */,
|
||||
81225A660912C42F005D34B9 /* Class.h */,
|
||||
81225A670912C42F005D34B9 /* DebugGraph.cpp */,
|
||||
81225A680912C42F005D34B9 /* DebugGraph.h */,
|
||||
81225A690912C42F005D34B9 /* Event.cpp */,
|
||||
81225A6A0912C42F005D34B9 /* Event.h */,
|
||||
81225A6B0912C42F005D34B9 /* NoGameTypeInfo.h */,
|
||||
81225A6C0912C42F005D34B9 /* SaveGame.cpp */,
|
||||
81225A6D0912C42F005D34B9 /* SaveGame.h */,
|
||||
81225A6E0912C42F005D34B9 /* SysCmds.cpp */,
|
||||
81225A6F0912C42F005D34B9 /* SysCmds.h */,
|
||||
81225A700912C42F005D34B9 /* SysCvar.cpp */,
|
||||
81225A710912C42F005D34B9 /* SysCvar.h */,
|
||||
81225A720912C42F005D34B9 /* TypeInfo.cpp */,
|
||||
81225A730912C42F005D34B9 /* TypeInfo.h */,
|
||||
);
|
||||
name = gamesys;
|
||||
path = ../../game/gamesys;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
81225A820912C42F005D34B9 /* physics */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
81225A830912C42F005D34B9 /* Clip.cpp */,
|
||||
81225A840912C42F005D34B9 /* Clip.h */,
|
||||
81225A850912C42F005D34B9 /* Force.cpp */,
|
||||
81225A860912C42F005D34B9 /* Force.h */,
|
||||
81225A870912C42F005D34B9 /* Force_Constant.cpp */,
|
||||
81225A880912C42F005D34B9 /* Force_Constant.h */,
|
||||
81225A890912C42F005D34B9 /* Force_Drag.cpp */,
|
||||
81225A8A0912C42F005D34B9 /* Force_Drag.h */,
|
||||
81225A8B0912C42F005D34B9 /* Force_Field.cpp */,
|
||||
81225A8C0912C42F005D34B9 /* Force_Field.h */,
|
||||
81225A8D0912C42F005D34B9 /* Force_Spring.cpp */,
|
||||
81225A8E0912C42F005D34B9 /* Force_Spring.h */,
|
||||
81225A8F0912C42F005D34B9 /* Physics.cpp */,
|
||||
81225A900912C42F005D34B9 /* Physics.h */,
|
||||
81225A910912C42F005D34B9 /* Physics_Actor.cpp */,
|
||||
81225A920912C42F005D34B9 /* Physics_Actor.h */,
|
||||
81225A930912C42F005D34B9 /* Physics_AF.cpp */,
|
||||
81225A940912C42F005D34B9 /* Physics_AF.h */,
|
||||
81225A950912C42F005D34B9 /* Physics_Base.cpp */,
|
||||
81225A960912C42F005D34B9 /* Physics_Base.h */,
|
||||
81225A970912C42F005D34B9 /* Physics_Monster.cpp */,
|
||||
81225A980912C42F005D34B9 /* Physics_Monster.h */,
|
||||
81225A990912C42F005D34B9 /* Physics_Parametric.cpp */,
|
||||
81225A9A0912C42F005D34B9 /* Physics_Parametric.h */,
|
||||
81225A9B0912C42F005D34B9 /* Physics_Player.cpp */,
|
||||
81225A9C0912C42F005D34B9 /* Physics_Player.h */,
|
||||
81225A9D0912C42F005D34B9 /* Physics_RigidBody.cpp */,
|
||||
81225A9E0912C42F005D34B9 /* Physics_RigidBody.h */,
|
||||
81225A9F0912C42F005D34B9 /* Physics_Static.cpp */,
|
||||
81225AA00912C42F005D34B9 /* Physics_Static.h */,
|
||||
81225AA10912C42F005D34B9 /* Physics_StaticMulti.cpp */,
|
||||
81225AA20912C42F005D34B9 /* Physics_StaticMulti.h */,
|
||||
81225AA30912C42F005D34B9 /* Push.cpp */,
|
||||
81225AA40912C42F005D34B9 /* Push.h */,
|
||||
);
|
||||
name = physics;
|
||||
path = ../../game/physics;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
81225AAD0912C42F005D34B9 /* script */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
81225AAE0912C42F005D34B9 /* Script_Compiler.cpp */,
|
||||
81225AAF0912C42F005D34B9 /* Script_Compiler.h */,
|
||||
81225AB00912C42F005D34B9 /* Script_Interpreter.cpp */,
|
||||
81225AB10912C42F005D34B9 /* Script_Interpreter.h */,
|
||||
81225AB20912C42F005D34B9 /* Script_Program.cpp */,
|
||||
81225AB30912C42F005D34B9 /* Script_Program.h */,
|
||||
81225AB40912C42F005D34B9 /* Script_Thread.cpp */,
|
||||
81225AB50912C42F005D34B9 /* Script_Thread.h */,
|
||||
);
|
||||
name = script;
|
||||
path = ../../game/script;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
D2AAC0600554660B00DB518D /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
81225AC60912C42F005D34B9 /* Actor.h in Headers */,
|
||||
81225AC80912C42F005D34B9 /* AF.h in Headers */,
|
||||
81225ACA0912C42F005D34B9 /* AFEntity.h in Headers */,
|
||||
81225ACC0912C42F005D34B9 /* AAS.h in Headers */,
|
||||
81225ACE0912C42F005D34B9 /* AAS_local.h in Headers */,
|
||||
81225AD20912C42F005D34B9 /* AI.h in Headers */,
|
||||
81225AD70912C42F005D34B9 /* Anim.h in Headers */,
|
||||
81225ADB0912C42F005D34B9 /* Anim_Testmodel.h in Headers */,
|
||||
81225ADD0912C42F005D34B9 /* BrittleFracture.h in Headers */,
|
||||
81225ADF0912C42F005D34B9 /* Camera.h in Headers */,
|
||||
81225AE10912C42F005D34B9 /* Entity.h in Headers */,
|
||||
81225AE30912C42F005D34B9 /* Fx.h in Headers */,
|
||||
81225AE40912C42F005D34B9 /* Game.h in Headers */,
|
||||
81225AE60912C42F005D34B9 /* Game_local.h in Headers */,
|
||||
81225AE90912C42F005D34B9 /* GameEdit.h in Headers */,
|
||||
81225AEB0912C42F005D34B9 /* Class.h in Headers */,
|
||||
81225AED0912C42F005D34B9 /* DebugGraph.h in Headers */,
|
||||
81225AEF0912C42F005D34B9 /* Event.h in Headers */,
|
||||
81225AF00912C42F005D34B9 /* NoGameTypeInfo.h in Headers */,
|
||||
81225AF20912C42F005D34B9 /* SaveGame.h in Headers */,
|
||||
81225AF40912C42F005D34B9 /* SysCmds.h in Headers */,
|
||||
81225AF60912C42F005D34B9 /* SysCvar.h in Headers */,
|
||||
81225AF80912C42F005D34B9 /* TypeInfo.h in Headers */,
|
||||
81225AFA0912C42F005D34B9 /* IK.h in Headers */,
|
||||
81225AFC0912C42F005D34B9 /* Item.h in Headers */,
|
||||
81225AFE0912C42F005D34B9 /* Light.h in Headers */,
|
||||
81225B000912C42F005D34B9 /* Misc.h in Headers */,
|
||||
81225B020912C42F005D34B9 /* Moveable.h in Headers */,
|
||||
81225B040912C42F005D34B9 /* Mover.h in Headers */,
|
||||
81225B060912C42F005D34B9 /* MultiplayerGame.h in Headers */,
|
||||
81225B080912C42F005D34B9 /* Clip.h in Headers */,
|
||||
81225B0A0912C42F005D34B9 /* Force.h in Headers */,
|
||||
81225B0C0912C42F005D34B9 /* Force_Constant.h in Headers */,
|
||||
81225B0E0912C42F005D34B9 /* Force_Drag.h in Headers */,
|
||||
81225B100912C42F005D34B9 /* Force_Field.h in Headers */,
|
||||
81225B120912C42F005D34B9 /* Force_Spring.h in Headers */,
|
||||
81225B140912C42F005D34B9 /* Physics.h in Headers */,
|
||||
81225B160912C42F005D34B9 /* Physics_Actor.h in Headers */,
|
||||
81225B180912C42F005D34B9 /* Physics_AF.h in Headers */,
|
||||
81225B1A0912C42F005D34B9 /* Physics_Base.h in Headers */,
|
||||
81225B1C0912C42F005D34B9 /* Physics_Monster.h in Headers */,
|
||||
81225B1E0912C42F005D34B9 /* Physics_Parametric.h in Headers */,
|
||||
81225B200912C42F005D34B9 /* Physics_Player.h in Headers */,
|
||||
81225B220912C42F005D34B9 /* Physics_RigidBody.h in Headers */,
|
||||
81225B240912C42F005D34B9 /* Physics_Static.h in Headers */,
|
||||
81225B260912C42F005D34B9 /* Physics_StaticMulti.h in Headers */,
|
||||
81225B280912C42F005D34B9 /* Push.h in Headers */,
|
||||
81225B2A0912C42F005D34B9 /* Player.h in Headers */,
|
||||
81225B2C0912C42F005D34B9 /* PlayerView.h in Headers */,
|
||||
81225B2E0912C42F005D34B9 /* Projectile.h in Headers */,
|
||||
81225B300912C42F005D34B9 /* Pvs.h in Headers */,
|
||||
81225B320912C42F005D34B9 /* Script_Compiler.h in Headers */,
|
||||
81225B340912C42F005D34B9 /* Script_Interpreter.h in Headers */,
|
||||
81225B360912C42F005D34B9 /* Script_Program.h in Headers */,
|
||||
81225B380912C42F005D34B9 /* Script_Thread.h in Headers */,
|
||||
81225B3A0912C42F005D34B9 /* SecurityCamera.h in Headers */,
|
||||
81225B3C0912C42F005D34B9 /* SmokeParticles.h in Headers */,
|
||||
81225B3E0912C42F005D34B9 /* Sound.h in Headers */,
|
||||
81225B400912C42F005D34B9 /* Target.h in Headers */,
|
||||
81225B420912C42F005D34B9 /* Trigger.h in Headers */,
|
||||
81225B440912C42F005D34B9 /* Weapon.h in Headers */,
|
||||
81225B460912C42F005D34B9 /* WorldSpawn.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
D2AAC0620554660B00DB518D /* game */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 81225A240912C3A4005D34B9 /* Build configuration list for PBXNativeTarget "game" */;
|
||||
buildPhases = (
|
||||
D2AAC0600554660B00DB518D /* Headers */,
|
||||
D2AAC0610554660B00DB518D /* Sources */,
|
||||
D289988505E68E00004EDB86 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
81225A390912C3C8005D34B9 /* PBXTargetDependency */,
|
||||
);
|
||||
name = game;
|
||||
productName = game;
|
||||
productReference = D2AAC0630554660B00DB518D /* game.dylib */;
|
||||
productType = "com.apple.product-type.library.dynamic";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
BuildIndependentTargetsInParallel = YES;
|
||||
ORGANIZATIONNAME = "id Software LLC";
|
||||
};
|
||||
buildConfigurationList = 81225A280912C3A4005D34B9 /* Build configuration list for PBXProject "game" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 1;
|
||||
knownRegions = (
|
||||
English,
|
||||
Japanese,
|
||||
French,
|
||||
German,
|
||||
);
|
||||
mainGroup = 08FB7794FE84155DC02AAC07 /* game */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 81225A1C0912C3A4005D34B9 /* Products */;
|
||||
ProjectRef = 81225A1B0912C3A4005D34B9 /* idlib.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
D2AAC0620554660B00DB518D /* game */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
81225A210912C3A4005D34B9 /* libidlib_pic.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = libidlib_pic.a;
|
||||
remoteRef = 81225A200912C3A4005D34B9 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
81225A230912C3A4005D34B9 /* libidlib_nopic.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = libidlib_nopic.a;
|
||||
remoteRef = 81225A220912C3A4005D34B9 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
D2AAC0610554660B00DB518D /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
81225AC40912C42F005D34B9 /* PlayerIcon.cpp in Sources */,
|
||||
81225AC50912C42F005D34B9 /* Actor.cpp in Sources */,
|
||||
81225AC70912C42F005D34B9 /* AF.cpp in Sources */,
|
||||
81225AC90912C42F005D34B9 /* AFEntity.cpp in Sources */,
|
||||
81225ACB0912C42F005D34B9 /* AAS.cpp in Sources */,
|
||||
81225ACD0912C42F005D34B9 /* AAS_debug.cpp in Sources */,
|
||||
81225ACF0912C42F005D34B9 /* AAS_pathing.cpp in Sources */,
|
||||
81225AD00912C42F005D34B9 /* AAS_routing.cpp in Sources */,
|
||||
81225AD10912C42F005D34B9 /* AI.cpp in Sources */,
|
||||
81225AD30912C42F005D34B9 /* AI_events.cpp in Sources */,
|
||||
81225AD40912C42F005D34B9 /* AI_pathing.cpp in Sources */,
|
||||
81225AD50912C42F005D34B9 /* AI_Vagary.cpp in Sources */,
|
||||
81225AD60912C42F005D34B9 /* Anim.cpp in Sources */,
|
||||
81225AD80912C42F005D34B9 /* Anim_Blend.cpp in Sources */,
|
||||
81225AD90912C42F005D34B9 /* Anim_Import.cpp in Sources */,
|
||||
81225ADA0912C42F005D34B9 /* Anim_Testmodel.cpp in Sources */,
|
||||
81225ADC0912C42F005D34B9 /* BrittleFracture.cpp in Sources */,
|
||||
81225ADE0912C42F005D34B9 /* Camera.cpp in Sources */,
|
||||
81225AE00912C42F005D34B9 /* Entity.cpp in Sources */,
|
||||
81225AE20912C42F005D34B9 /* Fx.cpp in Sources */,
|
||||
81225AE50912C42F005D34B9 /* Game_local.cpp in Sources */,
|
||||
81225AE70912C42F005D34B9 /* Game_network.cpp in Sources */,
|
||||
81225AE80912C42F005D34B9 /* GameEdit.cpp in Sources */,
|
||||
81225AEA0912C42F005D34B9 /* Class.cpp in Sources */,
|
||||
81225AEC0912C42F005D34B9 /* DebugGraph.cpp in Sources */,
|
||||
81225AEE0912C42F005D34B9 /* Event.cpp in Sources */,
|
||||
81225AF10912C42F005D34B9 /* SaveGame.cpp in Sources */,
|
||||
81225AF30912C42F005D34B9 /* SysCmds.cpp in Sources */,
|
||||
81225AF50912C42F005D34B9 /* SysCvar.cpp in Sources */,
|
||||
81225AF70912C42F005D34B9 /* TypeInfo.cpp in Sources */,
|
||||
81225AF90912C42F005D34B9 /* IK.cpp in Sources */,
|
||||
81225AFB0912C42F005D34B9 /* Item.cpp in Sources */,
|
||||
81225AFD0912C42F005D34B9 /* Light.cpp in Sources */,
|
||||
81225AFF0912C42F005D34B9 /* Misc.cpp in Sources */,
|
||||
81225B010912C42F005D34B9 /* Moveable.cpp in Sources */,
|
||||
81225B030912C42F005D34B9 /* Mover.cpp in Sources */,
|
||||
81225B050912C42F005D34B9 /* MultiplayerGame.cpp in Sources */,
|
||||
81225B070912C42F005D34B9 /* Clip.cpp in Sources */,
|
||||
81225B090912C42F005D34B9 /* Force.cpp in Sources */,
|
||||
81225B0B0912C42F005D34B9 /* Force_Constant.cpp in Sources */,
|
||||
81225B0D0912C42F005D34B9 /* Force_Drag.cpp in Sources */,
|
||||
81225B0F0912C42F005D34B9 /* Force_Field.cpp in Sources */,
|
||||
81225B110912C42F005D34B9 /* Force_Spring.cpp in Sources */,
|
||||
81225B130912C42F005D34B9 /* Physics.cpp in Sources */,
|
||||
81225B150912C42F005D34B9 /* Physics_Actor.cpp in Sources */,
|
||||
81225B170912C42F005D34B9 /* Physics_AF.cpp in Sources */,
|
||||
81225B190912C42F005D34B9 /* Physics_Base.cpp in Sources */,
|
||||
81225B1B0912C42F005D34B9 /* Physics_Monster.cpp in Sources */,
|
||||
81225B1D0912C42F005D34B9 /* Physics_Parametric.cpp in Sources */,
|
||||
81225B1F0912C42F005D34B9 /* Physics_Player.cpp in Sources */,
|
||||
81225B210912C42F005D34B9 /* Physics_RigidBody.cpp in Sources */,
|
||||
81225B230912C42F005D34B9 /* Physics_Static.cpp in Sources */,
|
||||
81225B250912C42F005D34B9 /* Physics_StaticMulti.cpp in Sources */,
|
||||
81225B270912C42F005D34B9 /* Push.cpp in Sources */,
|
||||
81225B290912C42F005D34B9 /* Player.cpp in Sources */,
|
||||
81225B2B0912C42F005D34B9 /* PlayerView.cpp in Sources */,
|
||||
81225B2D0912C42F005D34B9 /* Projectile.cpp in Sources */,
|
||||
81225B2F0912C42F005D34B9 /* Pvs.cpp in Sources */,
|
||||
81225B310912C42F005D34B9 /* Script_Compiler.cpp in Sources */,
|
||||
81225B330912C42F005D34B9 /* Script_Interpreter.cpp in Sources */,
|
||||
81225B350912C42F005D34B9 /* Script_Program.cpp in Sources */,
|
||||
81225B370912C42F005D34B9 /* Script_Thread.cpp in Sources */,
|
||||
81225B390912C42F005D34B9 /* SecurityCamera.cpp in Sources */,
|
||||
81225B3B0912C42F005D34B9 /* SmokeParticles.cpp in Sources */,
|
||||
81225B3D0912C42F005D34B9 /* Sound.cpp in Sources */,
|
||||
81225B3F0912C42F005D34B9 /* Target.cpp in Sources */,
|
||||
81225B410912C42F005D34B9 /* Trigger.cpp in Sources */,
|
||||
81225B430912C42F005D34B9 /* Weapon.cpp in Sources */,
|
||||
81225B450912C42F005D34B9 /* WorldSpawn.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
81225A390912C3C8005D34B9 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = idlib_pic;
|
||||
targetProxy = 81225A380912C3C8005D34B9 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
81225A250912C3A4005D34B9 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_ONE_BYTE_BOOL = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(MAIN_CPP_DEFINES)",
|
||||
MACOS_X,
|
||||
GAME_DLL,
|
||||
__WITH_PB__,
|
||||
);
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
LIBRARY_STYLE = DYNAMIC;
|
||||
MACH_O_TYPE = mh_dylib;
|
||||
MAIN_CPP_DEFINES = _DEBUG;
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-fpermissive",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = game;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
81225A260912C3A4005D34B9 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = (
|
||||
ppc,
|
||||
i386,
|
||||
);
|
||||
COPY_PHASE_STRIP = YES;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_ONE_BYTE_BOOL = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(MAIN_CPP_DEFINES)",
|
||||
MACOS_X,
|
||||
GAME_DLL,
|
||||
__WITH_PB__,
|
||||
);
|
||||
LIBRARY_STYLE = DYNAMIC;
|
||||
MACH_O_TYPE = mh_dylib;
|
||||
OTHER_CFLAGS = (
|
||||
"-finline",
|
||||
"-finline-limit=1000",
|
||||
"-fomit-frame-pointer",
|
||||
"-fno-common",
|
||||
);
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-fpermissive",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = game;
|
||||
SYMROOT = build;
|
||||
ZERO_LINK = NO;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
81225A290912C3A4005D34B9 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
GCC_MODEL_TUNING = "";
|
||||
GCC_ONE_BYTE_BOOL = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 1;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
_DEBUG,
|
||||
MACOS_X,
|
||||
GAME_DLL,
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.5;
|
||||
SDKROOT = macosx10.5;
|
||||
VALID_ARCHS = i386;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
81225A2A0912C3A4005D34B9 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
GCC_MODEL_TUNING = "";
|
||||
GCC_ONE_BYTE_BOOL = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
MACOS_X,
|
||||
GAME_DLL,
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.5;
|
||||
OTHER_CFLAGS = (
|
||||
"-finline",
|
||||
"-finline-limit=1000",
|
||||
);
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-fpermissive",
|
||||
"-fomit-frame-pointer",
|
||||
"-fno-common",
|
||||
);
|
||||
SDKROOT = macosx10.5;
|
||||
VALID_ARCHS = i386;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
81225A240912C3A4005D34B9 /* Build configuration list for PBXNativeTarget "game" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
81225A250912C3A4005D34B9 /* Debug */,
|
||||
81225A260912C3A4005D34B9 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Debug;
|
||||
};
|
||||
81225A280912C3A4005D34B9 /* Build configuration list for PBXProject "game" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
81225A290912C3A4005D34B9 /* Debug */,
|
||||
81225A2A0912C3A4005D34B9 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Debug;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
File diff suppressed because it is too large
Load diff
|
@ -1,527 +0,0 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
8125B8820912BA6000492E1F /* ogg.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B83F0912BA6000492E1F /* ogg.h */; };
|
||||
8125B8830912BA6000492E1F /* os_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8400912BA6000492E1F /* os_types.h */; };
|
||||
8125B8840912BA6000492E1F /* framing.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B8430912BA6000492E1F /* framing.c */; };
|
||||
8125B8850912BA6000492E1F /* bitwise.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B8440912BA6000492E1F /* bitwise.c */; };
|
||||
8125B8860912BA6000492E1F /* floor_all.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8470912BA6000492E1F /* floor_all.h */; };
|
||||
8125B8870912BA6000492E1F /* psych_11.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8480912BA6000492E1F /* psych_11.h */; };
|
||||
8125B8880912BA6000492E1F /* psych_16.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8490912BA6000492E1F /* psych_16.h */; };
|
||||
8125B8890912BA6000492E1F /* psych_44.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B84A0912BA6000492E1F /* psych_44.h */; };
|
||||
8125B88A0912BA6000492E1F /* psych_8.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B84B0912BA6000492E1F /* psych_8.h */; };
|
||||
8125B88B0912BA6000492E1F /* residue_16.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B84C0912BA6000492E1F /* residue_16.h */; };
|
||||
8125B88C0912BA6000492E1F /* residue_44.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B84D0912BA6000492E1F /* residue_44.h */; };
|
||||
8125B88D0912BA6000492E1F /* residue_44u.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B84E0912BA6000492E1F /* residue_44u.h */; };
|
||||
8125B88E0912BA6000492E1F /* residue_8.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B84F0912BA6000492E1F /* residue_8.h */; };
|
||||
8125B88F0912BA6000492E1F /* setup_11.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8500912BA6000492E1F /* setup_11.h */; };
|
||||
8125B8900912BA6000492E1F /* setup_16.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8510912BA6000492E1F /* setup_16.h */; };
|
||||
8125B8910912BA6000492E1F /* setup_22.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8520912BA6000492E1F /* setup_22.h */; };
|
||||
8125B8920912BA6000492E1F /* setup_32.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8530912BA6000492E1F /* setup_32.h */; };
|
||||
8125B8930912BA6000492E1F /* setup_44.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8540912BA6000492E1F /* setup_44.h */; };
|
||||
8125B8940912BA6000492E1F /* setup_44u.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8550912BA6000492E1F /* setup_44u.h */; };
|
||||
8125B8950912BA6000492E1F /* setup_8.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8560912BA6000492E1F /* setup_8.h */; };
|
||||
8125B8960912BA6000492E1F /* setup_X.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8570912BA6000492E1F /* setup_X.h */; };
|
||||
8125B8970912BA6000492E1F /* analysis.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B8580912BA6000492E1F /* analysis.c */; };
|
||||
8125B8980912BA6000492E1F /* backends.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8590912BA6000492E1F /* backends.h */; };
|
||||
8125B8990912BA6000492E1F /* bitrate.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B85A0912BA6000492E1F /* bitrate.c */; };
|
||||
8125B89A0912BA6000492E1F /* bitrate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B85B0912BA6000492E1F /* bitrate.h */; };
|
||||
8125B89B0912BA6000492E1F /* block.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B85C0912BA6000492E1F /* block.c */; };
|
||||
8125B89C0912BA6000492E1F /* codebook.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B85D0912BA6000492E1F /* codebook.c */; };
|
||||
8125B89D0912BA6000492E1F /* codebook.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B85E0912BA6000492E1F /* codebook.h */; };
|
||||
8125B89E0912BA6000492E1F /* codec_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B85F0912BA6000492E1F /* codec_internal.h */; };
|
||||
8125B89F0912BA6000492E1F /* envelope.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B8600912BA6000492E1F /* envelope.c */; };
|
||||
8125B8A00912BA6000492E1F /* envelope.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8610912BA6000492E1F /* envelope.h */; };
|
||||
8125B8A10912BA6000492E1F /* floor0.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B8620912BA6000492E1F /* floor0.c */; };
|
||||
8125B8A20912BA6000492E1F /* floor1.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B8630912BA6000492E1F /* floor1.c */; };
|
||||
8125B8A30912BA6000492E1F /* highlevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8640912BA6000492E1F /* highlevel.h */; };
|
||||
8125B8A40912BA6000492E1F /* info.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B8650912BA6000492E1F /* info.c */; };
|
||||
8125B8A50912BA6000492E1F /* lookup.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B8660912BA6000492E1F /* lookup.c */; };
|
||||
8125B8A60912BA6000492E1F /* lookup.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8670912BA6000492E1F /* lookup.h */; };
|
||||
8125B8A70912BA6000492E1F /* lookup_data.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8680912BA6000492E1F /* lookup_data.h */; };
|
||||
8125B8A80912BA6000492E1F /* lpc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B86A0912BA6000492E1F /* lpc.c */; };
|
||||
8125B8A90912BA6000492E1F /* lpc.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B86B0912BA6000492E1F /* lpc.h */; };
|
||||
8125B8AA0912BA6000492E1F /* lsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B86C0912BA6000492E1F /* lsp.c */; };
|
||||
8125B8AB0912BA6000492E1F /* lsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B86D0912BA6000492E1F /* lsp.h */; };
|
||||
8125B8AC0912BA6000492E1F /* mapping0.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B86E0912BA6000492E1F /* mapping0.c */; };
|
||||
8125B8AD0912BA6000492E1F /* masking.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B86F0912BA6000492E1F /* masking.h */; };
|
||||
8125B8AE0912BA6000492E1F /* mdct.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B8700912BA6000492E1F /* mdct.c */; };
|
||||
8125B8AF0912BA6000492E1F /* mdct.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8710912BA6000492E1F /* mdct.h */; };
|
||||
8125B8B00912BA6000492E1F /* misc.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8720912BA6000492E1F /* misc.h */; };
|
||||
8125B8B10912BA6000492E1F /* os.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8730912BA6000492E1F /* os.h */; };
|
||||
8125B8B20912BA6000492E1F /* psy.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B8740912BA6000492E1F /* psy.c */; };
|
||||
8125B8B30912BA6000492E1F /* psy.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8750912BA6000492E1F /* psy.h */; };
|
||||
8125B8B40912BA6000492E1F /* registry.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B8760912BA6000492E1F /* registry.c */; };
|
||||
8125B8B50912BA6000492E1F /* registry.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8770912BA6000492E1F /* registry.h */; };
|
||||
8125B8B60912BA6000492E1F /* res0.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B8780912BA6000492E1F /* res0.c */; };
|
||||
8125B8B70912BA6000492E1F /* scales.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8790912BA6000492E1F /* scales.h */; };
|
||||
8125B8B80912BA6000492E1F /* sharedbook.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B87A0912BA6000492E1F /* sharedbook.c */; };
|
||||
8125B8B90912BA6000492E1F /* smallft.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B87B0912BA6000492E1F /* smallft.c */; };
|
||||
8125B8BA0912BA6000492E1F /* smallft.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B87C0912BA6000492E1F /* smallft.h */; };
|
||||
8125B8BB0912BA6000492E1F /* synthesis.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B87D0912BA6000492E1F /* synthesis.c */; };
|
||||
8125B8BC0912BA6000492E1F /* vorbisenc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B87E0912BA6000492E1F /* vorbisenc.c */; };
|
||||
8125B8BD0912BA6000492E1F /* vorbisfile.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B87F0912BA6000492E1F /* vorbisfile.c */; };
|
||||
8125B8BE0912BA6000492E1F /* window.h in Headers */ = {isa = PBXBuildFile; fileRef = 8125B8800912BA6000492E1F /* window.h */; };
|
||||
8125B8BF0912BA6000492E1F /* windowvb.c in Sources */ = {isa = PBXBuildFile; fileRef = 8125B8810912BA6000492E1F /* windowvb.c */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
8125B83C0912BA6000492E1F /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = AUTHORS; sourceTree = "<group>"; };
|
||||
8125B83D0912BA6000492E1F /* config_types.h.in */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = config_types.h.in; sourceTree = "<group>"; };
|
||||
8125B83E0912BA6000492E1F /* COPYING */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = COPYING; sourceTree = "<group>"; };
|
||||
8125B83F0912BA6000492E1F /* ogg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ogg.h; sourceTree = "<group>"; };
|
||||
8125B8400912BA6000492E1F /* os_types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = os_types.h; sourceTree = "<group>"; };
|
||||
8125B8410912BA6000492E1F /* README */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
|
||||
8125B8430912BA6000492E1F /* framing.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = framing.c; sourceTree = "<group>"; };
|
||||
8125B8440912BA6000492E1F /* bitwise.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = bitwise.c; sourceTree = "<group>"; };
|
||||
8125B8470912BA6000492E1F /* floor_all.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = floor_all.h; sourceTree = "<group>"; };
|
||||
8125B8480912BA6000492E1F /* psych_11.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = psych_11.h; sourceTree = "<group>"; };
|
||||
8125B8490912BA6000492E1F /* psych_16.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = psych_16.h; sourceTree = "<group>"; };
|
||||
8125B84A0912BA6000492E1F /* psych_44.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = psych_44.h; sourceTree = "<group>"; };
|
||||
8125B84B0912BA6000492E1F /* psych_8.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = psych_8.h; sourceTree = "<group>"; };
|
||||
8125B84C0912BA6000492E1F /* residue_16.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = residue_16.h; sourceTree = "<group>"; };
|
||||
8125B84D0912BA6000492E1F /* residue_44.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = residue_44.h; sourceTree = "<group>"; };
|
||||
8125B84E0912BA6000492E1F /* residue_44u.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = residue_44u.h; sourceTree = "<group>"; };
|
||||
8125B84F0912BA6000492E1F /* residue_8.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = residue_8.h; sourceTree = "<group>"; };
|
||||
8125B8500912BA6000492E1F /* setup_11.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = setup_11.h; sourceTree = "<group>"; };
|
||||
8125B8510912BA6000492E1F /* setup_16.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = setup_16.h; sourceTree = "<group>"; };
|
||||
8125B8520912BA6000492E1F /* setup_22.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = setup_22.h; sourceTree = "<group>"; };
|
||||
8125B8530912BA6000492E1F /* setup_32.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = setup_32.h; sourceTree = "<group>"; };
|
||||
8125B8540912BA6000492E1F /* setup_44.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = setup_44.h; sourceTree = "<group>"; };
|
||||
8125B8550912BA6000492E1F /* setup_44u.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = setup_44u.h; sourceTree = "<group>"; };
|
||||
8125B8560912BA6000492E1F /* setup_8.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = setup_8.h; sourceTree = "<group>"; };
|
||||
8125B8570912BA6000492E1F /* setup_X.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = setup_X.h; sourceTree = "<group>"; };
|
||||
8125B8580912BA6000492E1F /* analysis.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = analysis.c; sourceTree = "<group>"; };
|
||||
8125B8590912BA6000492E1F /* backends.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = backends.h; sourceTree = "<group>"; };
|
||||
8125B85A0912BA6000492E1F /* bitrate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = bitrate.c; sourceTree = "<group>"; };
|
||||
8125B85B0912BA6000492E1F /* bitrate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = bitrate.h; sourceTree = "<group>"; };
|
||||
8125B85C0912BA6000492E1F /* block.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = block.c; sourceTree = "<group>"; };
|
||||
8125B85D0912BA6000492E1F /* codebook.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = codebook.c; sourceTree = "<group>"; };
|
||||
8125B85E0912BA6000492E1F /* codebook.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = codebook.h; sourceTree = "<group>"; };
|
||||
8125B85F0912BA6000492E1F /* codec_internal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = codec_internal.h; sourceTree = "<group>"; };
|
||||
8125B8600912BA6000492E1F /* envelope.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = envelope.c; sourceTree = "<group>"; };
|
||||
8125B8610912BA6000492E1F /* envelope.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = envelope.h; sourceTree = "<group>"; };
|
||||
8125B8620912BA6000492E1F /* floor0.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = floor0.c; sourceTree = "<group>"; };
|
||||
8125B8630912BA6000492E1F /* floor1.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = floor1.c; sourceTree = "<group>"; };
|
||||
8125B8640912BA6000492E1F /* highlevel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = highlevel.h; sourceTree = "<group>"; };
|
||||
8125B8650912BA6000492E1F /* info.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = info.c; sourceTree = "<group>"; };
|
||||
8125B8660912BA6000492E1F /* lookup.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = lookup.c; sourceTree = "<group>"; };
|
||||
8125B8670912BA6000492E1F /* lookup.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = lookup.h; sourceTree = "<group>"; };
|
||||
8125B8680912BA6000492E1F /* lookup_data.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = lookup_data.h; sourceTree = "<group>"; };
|
||||
8125B8690912BA6000492E1F /* lookups.pl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.perl; path = lookups.pl; sourceTree = "<group>"; };
|
||||
8125B86A0912BA6000492E1F /* lpc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = lpc.c; sourceTree = "<group>"; };
|
||||
8125B86B0912BA6000492E1F /* lpc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = lpc.h; sourceTree = "<group>"; };
|
||||
8125B86C0912BA6000492E1F /* lsp.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = lsp.c; sourceTree = "<group>"; };
|
||||
8125B86D0912BA6000492E1F /* lsp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = lsp.h; sourceTree = "<group>"; };
|
||||
8125B86E0912BA6000492E1F /* mapping0.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mapping0.c; sourceTree = "<group>"; };
|
||||
8125B86F0912BA6000492E1F /* masking.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = masking.h; sourceTree = "<group>"; };
|
||||
8125B8700912BA6000492E1F /* mdct.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mdct.c; sourceTree = "<group>"; };
|
||||
8125B8710912BA6000492E1F /* mdct.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = mdct.h; sourceTree = "<group>"; };
|
||||
8125B8720912BA6000492E1F /* misc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = misc.h; sourceTree = "<group>"; };
|
||||
8125B8730912BA6000492E1F /* os.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = os.h; sourceTree = "<group>"; };
|
||||
8125B8740912BA6000492E1F /* psy.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = psy.c; sourceTree = "<group>"; };
|
||||
8125B8750912BA6000492E1F /* psy.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = psy.h; sourceTree = "<group>"; };
|
||||
8125B8760912BA6000492E1F /* registry.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = registry.c; sourceTree = "<group>"; };
|
||||
8125B8770912BA6000492E1F /* registry.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = registry.h; sourceTree = "<group>"; };
|
||||
8125B8780912BA6000492E1F /* res0.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = res0.c; sourceTree = "<group>"; };
|
||||
8125B8790912BA6000492E1F /* scales.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = scales.h; sourceTree = "<group>"; };
|
||||
8125B87A0912BA6000492E1F /* sharedbook.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sharedbook.c; sourceTree = "<group>"; };
|
||||
8125B87B0912BA6000492E1F /* smallft.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = smallft.c; sourceTree = "<group>"; };
|
||||
8125B87C0912BA6000492E1F /* smallft.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = smallft.h; sourceTree = "<group>"; };
|
||||
8125B87D0912BA6000492E1F /* synthesis.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = synthesis.c; sourceTree = "<group>"; };
|
||||
8125B87E0912BA6000492E1F /* vorbisenc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = vorbisenc.c; sourceTree = "<group>"; };
|
||||
8125B87F0912BA6000492E1F /* vorbisfile.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = vorbisfile.c; sourceTree = "<group>"; };
|
||||
8125B8800912BA6000492E1F /* window.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = window.h; sourceTree = "<group>"; };
|
||||
8125B8810912BA6000492E1F /* windowvb.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = windowvb.c; sourceTree = "<group>"; };
|
||||
D2AAC046055464E500DB518D /* liboggVorbis_nopic.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liboggVorbis_nopic.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
D289987405E68DCB004EDB86 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
08FB7794FE84155DC02AAC07 /* oggVorbis */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
08FB7795FE84155DC02AAC07 /* Source */,
|
||||
1AB674ADFE9D54B511CA2CBB /* Products */,
|
||||
);
|
||||
name = oggVorbis;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
08FB7795FE84155DC02AAC07 /* Source */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8125B83B0912BA6000492E1F /* ogg */,
|
||||
8125B8420912BA6000492E1F /* oggsrc */,
|
||||
8125B8450912BA6000492E1F /* vorbissrc */,
|
||||
);
|
||||
name = Source;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1AB674ADFE9D54B511CA2CBB /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D2AAC046055464E500DB518D /* liboggVorbis_nopic.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
8125B83B0912BA6000492E1F /* ogg */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8125B83C0912BA6000492E1F /* AUTHORS */,
|
||||
8125B83D0912BA6000492E1F /* config_types.h.in */,
|
||||
8125B83E0912BA6000492E1F /* COPYING */,
|
||||
8125B83F0912BA6000492E1F /* ogg.h */,
|
||||
8125B8400912BA6000492E1F /* os_types.h */,
|
||||
8125B8410912BA6000492E1F /* README */,
|
||||
);
|
||||
name = ogg;
|
||||
path = ../../sound/OggVorbis/ogg;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
8125B8420912BA6000492E1F /* oggsrc */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8125B8430912BA6000492E1F /* framing.c */,
|
||||
8125B8440912BA6000492E1F /* bitwise.c */,
|
||||
);
|
||||
name = oggsrc;
|
||||
path = ../../sound/OggVorbis/oggsrc;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
8125B8450912BA6000492E1F /* vorbissrc */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8125B8460912BA6000492E1F /* modes */,
|
||||
8125B8580912BA6000492E1F /* analysis.c */,
|
||||
8125B8590912BA6000492E1F /* backends.h */,
|
||||
8125B85A0912BA6000492E1F /* bitrate.c */,
|
||||
8125B85B0912BA6000492E1F /* bitrate.h */,
|
||||
8125B85C0912BA6000492E1F /* block.c */,
|
||||
8125B85D0912BA6000492E1F /* codebook.c */,
|
||||
8125B85E0912BA6000492E1F /* codebook.h */,
|
||||
8125B85F0912BA6000492E1F /* codec_internal.h */,
|
||||
8125B8600912BA6000492E1F /* envelope.c */,
|
||||
8125B8610912BA6000492E1F /* envelope.h */,
|
||||
8125B8620912BA6000492E1F /* floor0.c */,
|
||||
8125B8630912BA6000492E1F /* floor1.c */,
|
||||
8125B8640912BA6000492E1F /* highlevel.h */,
|
||||
8125B8650912BA6000492E1F /* info.c */,
|
||||
8125B8660912BA6000492E1F /* lookup.c */,
|
||||
8125B8670912BA6000492E1F /* lookup.h */,
|
||||
8125B8680912BA6000492E1F /* lookup_data.h */,
|
||||
8125B8690912BA6000492E1F /* lookups.pl */,
|
||||
8125B86A0912BA6000492E1F /* lpc.c */,
|
||||
8125B86B0912BA6000492E1F /* lpc.h */,
|
||||
8125B86C0912BA6000492E1F /* lsp.c */,
|
||||
8125B86D0912BA6000492E1F /* lsp.h */,
|
||||
8125B86E0912BA6000492E1F /* mapping0.c */,
|
||||
8125B86F0912BA6000492E1F /* masking.h */,
|
||||
8125B8700912BA6000492E1F /* mdct.c */,
|
||||
8125B8710912BA6000492E1F /* mdct.h */,
|
||||
8125B8720912BA6000492E1F /* misc.h */,
|
||||
8125B8730912BA6000492E1F /* os.h */,
|
||||
8125B8740912BA6000492E1F /* psy.c */,
|
||||
8125B8750912BA6000492E1F /* psy.h */,
|
||||
8125B8760912BA6000492E1F /* registry.c */,
|
||||
8125B8770912BA6000492E1F /* registry.h */,
|
||||
8125B8780912BA6000492E1F /* res0.c */,
|
||||
8125B8790912BA6000492E1F /* scales.h */,
|
||||
8125B87A0912BA6000492E1F /* sharedbook.c */,
|
||||
8125B87B0912BA6000492E1F /* smallft.c */,
|
||||
8125B87C0912BA6000492E1F /* smallft.h */,
|
||||
8125B87D0912BA6000492E1F /* synthesis.c */,
|
||||
8125B87E0912BA6000492E1F /* vorbisenc.c */,
|
||||
8125B87F0912BA6000492E1F /* vorbisfile.c */,
|
||||
8125B8800912BA6000492E1F /* window.h */,
|
||||
8125B8810912BA6000492E1F /* windowvb.c */,
|
||||
);
|
||||
name = vorbissrc;
|
||||
path = ../../sound/OggVorbis/vorbissrc;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
8125B8460912BA6000492E1F /* modes */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8125B8470912BA6000492E1F /* floor_all.h */,
|
||||
8125B8480912BA6000492E1F /* psych_11.h */,
|
||||
8125B8490912BA6000492E1F /* psych_16.h */,
|
||||
8125B84A0912BA6000492E1F /* psych_44.h */,
|
||||
8125B84B0912BA6000492E1F /* psych_8.h */,
|
||||
8125B84C0912BA6000492E1F /* residue_16.h */,
|
||||
8125B84D0912BA6000492E1F /* residue_44.h */,
|
||||
8125B84E0912BA6000492E1F /* residue_44u.h */,
|
||||
8125B84F0912BA6000492E1F /* residue_8.h */,
|
||||
8125B8500912BA6000492E1F /* setup_11.h */,
|
||||
8125B8510912BA6000492E1F /* setup_16.h */,
|
||||
8125B8520912BA6000492E1F /* setup_22.h */,
|
||||
8125B8530912BA6000492E1F /* setup_32.h */,
|
||||
8125B8540912BA6000492E1F /* setup_44.h */,
|
||||
8125B8550912BA6000492E1F /* setup_44u.h */,
|
||||
8125B8560912BA6000492E1F /* setup_8.h */,
|
||||
8125B8570912BA6000492E1F /* setup_X.h */,
|
||||
);
|
||||
path = modes;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
D2AAC043055464E500DB518D /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
8125B8820912BA6000492E1F /* ogg.h in Headers */,
|
||||
8125B8830912BA6000492E1F /* os_types.h in Headers */,
|
||||
8125B8860912BA6000492E1F /* floor_all.h in Headers */,
|
||||
8125B8870912BA6000492E1F /* psych_11.h in Headers */,
|
||||
8125B8880912BA6000492E1F /* psych_16.h in Headers */,
|
||||
8125B8890912BA6000492E1F /* psych_44.h in Headers */,
|
||||
8125B88A0912BA6000492E1F /* psych_8.h in Headers */,
|
||||
8125B88B0912BA6000492E1F /* residue_16.h in Headers */,
|
||||
8125B88C0912BA6000492E1F /* residue_44.h in Headers */,
|
||||
8125B88D0912BA6000492E1F /* residue_44u.h in Headers */,
|
||||
8125B88E0912BA6000492E1F /* residue_8.h in Headers */,
|
||||
8125B88F0912BA6000492E1F /* setup_11.h in Headers */,
|
||||
8125B8900912BA6000492E1F /* setup_16.h in Headers */,
|
||||
8125B8910912BA6000492E1F /* setup_22.h in Headers */,
|
||||
8125B8920912BA6000492E1F /* setup_32.h in Headers */,
|
||||
8125B8930912BA6000492E1F /* setup_44.h in Headers */,
|
||||
8125B8940912BA6000492E1F /* setup_44u.h in Headers */,
|
||||
8125B8950912BA6000492E1F /* setup_8.h in Headers */,
|
||||
8125B8960912BA6000492E1F /* setup_X.h in Headers */,
|
||||
8125B8980912BA6000492E1F /* backends.h in Headers */,
|
||||
8125B89A0912BA6000492E1F /* bitrate.h in Headers */,
|
||||
8125B89D0912BA6000492E1F /* codebook.h in Headers */,
|
||||
8125B89E0912BA6000492E1F /* codec_internal.h in Headers */,
|
||||
8125B8A00912BA6000492E1F /* envelope.h in Headers */,
|
||||
8125B8A30912BA6000492E1F /* highlevel.h in Headers */,
|
||||
8125B8A60912BA6000492E1F /* lookup.h in Headers */,
|
||||
8125B8A70912BA6000492E1F /* lookup_data.h in Headers */,
|
||||
8125B8A90912BA6000492E1F /* lpc.h in Headers */,
|
||||
8125B8AB0912BA6000492E1F /* lsp.h in Headers */,
|
||||
8125B8AD0912BA6000492E1F /* masking.h in Headers */,
|
||||
8125B8AF0912BA6000492E1F /* mdct.h in Headers */,
|
||||
8125B8B00912BA6000492E1F /* misc.h in Headers */,
|
||||
8125B8B10912BA6000492E1F /* os.h in Headers */,
|
||||
8125B8B30912BA6000492E1F /* psy.h in Headers */,
|
||||
8125B8B50912BA6000492E1F /* registry.h in Headers */,
|
||||
8125B8B70912BA6000492E1F /* scales.h in Headers */,
|
||||
8125B8BA0912BA6000492E1F /* smallft.h in Headers */,
|
||||
8125B8BE0912BA6000492E1F /* window.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
D2AAC045055464E500DB518D /* oggVorbis_nopic */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 8125B8310912BA3100492E1F /* Build configuration list for PBXNativeTarget "oggVorbis_nopic" */;
|
||||
buildPhases = (
|
||||
D2AAC043055464E500DB518D /* Headers */,
|
||||
D2AAC044055464E500DB518D /* Sources */,
|
||||
D289987405E68DCB004EDB86 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = oggVorbis_nopic;
|
||||
productName = oggVorbis;
|
||||
productReference = D2AAC046055464E500DB518D /* liboggVorbis_nopic.a */;
|
||||
productType = "com.apple.product-type.library.static";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
BuildIndependentTargetsInParallel = YES;
|
||||
ORGANIZATIONNAME = "id Software LLC";
|
||||
};
|
||||
buildConfigurationList = 8125B8350912BA3100492E1F /* Build configuration list for PBXProject "oggVorbis" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 1;
|
||||
knownRegions = (
|
||||
English,
|
||||
Japanese,
|
||||
French,
|
||||
German,
|
||||
);
|
||||
mainGroup = 08FB7794FE84155DC02AAC07 /* oggVorbis */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
D2AAC045055464E500DB518D /* oggVorbis_nopic */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
D2AAC044055464E500DB518D /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
8125B8840912BA6000492E1F /* framing.c in Sources */,
|
||||
8125B8850912BA6000492E1F /* bitwise.c in Sources */,
|
||||
8125B8970912BA6000492E1F /* analysis.c in Sources */,
|
||||
8125B8990912BA6000492E1F /* bitrate.c in Sources */,
|
||||
8125B89B0912BA6000492E1F /* block.c in Sources */,
|
||||
8125B89C0912BA6000492E1F /* codebook.c in Sources */,
|
||||
8125B89F0912BA6000492E1F /* envelope.c in Sources */,
|
||||
8125B8A10912BA6000492E1F /* floor0.c in Sources */,
|
||||
8125B8A20912BA6000492E1F /* floor1.c in Sources */,
|
||||
8125B8A40912BA6000492E1F /* info.c in Sources */,
|
||||
8125B8A50912BA6000492E1F /* lookup.c in Sources */,
|
||||
8125B8A80912BA6000492E1F /* lpc.c in Sources */,
|
||||
8125B8AA0912BA6000492E1F /* lsp.c in Sources */,
|
||||
8125B8AC0912BA6000492E1F /* mapping0.c in Sources */,
|
||||
8125B8AE0912BA6000492E1F /* mdct.c in Sources */,
|
||||
8125B8B20912BA6000492E1F /* psy.c in Sources */,
|
||||
8125B8B40912BA6000492E1F /* registry.c in Sources */,
|
||||
8125B8B60912BA6000492E1F /* res0.c in Sources */,
|
||||
8125B8B80912BA6000492E1F /* sharedbook.c in Sources */,
|
||||
8125B8B90912BA6000492E1F /* smallft.c in Sources */,
|
||||
8125B8BB0912BA6000492E1F /* synthesis.c in Sources */,
|
||||
8125B8BC0912BA6000492E1F /* vorbisenc.c in Sources */,
|
||||
8125B8BD0912BA6000492E1F /* vorbisfile.c in Sources */,
|
||||
8125B8BF0912BA6000492E1F /* windowvb.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
8125B8320912BA3100492E1F /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_ONE_BYTE_BOOL = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
LIBRARY_STYLE = STATIC;
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = oggVorbis_nopic;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
8125B8330912BA3100492E1F /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = (
|
||||
ppc,
|
||||
i386,
|
||||
);
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_DYNAMIC_NO_PIC = YES;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_ONE_BYTE_BOOL = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
LIBRARY_STYLE = STATIC;
|
||||
OTHER_CFLAGS = (
|
||||
"-finline",
|
||||
"-finline-limit=1000",
|
||||
"-fomit-frame-pointer",
|
||||
"-fno-common",
|
||||
);
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-fpermissive",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = oggVorbis_nopic;
|
||||
SYMROOT = build;
|
||||
ZERO_LINK = NO;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
8125B8360912BA3100492E1F /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
GCC_DYNAMIC_NO_PIC = YES;
|
||||
GCC_MODEL_TUNING = "";
|
||||
GCC_ONE_BYTE_BOOL = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 1;
|
||||
HEADER_SEARCH_PATHS = ../../sound/OggVorbis/vorbissrc/;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.5;
|
||||
SDKROOT = macosx10.5;
|
||||
VALID_ARCHS = i386;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
8125B8370912BA3100492E1F /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
GCC_DYNAMIC_NO_PIC = YES;
|
||||
GCC_MODEL_TUNING = "";
|
||||
GCC_ONE_BYTE_BOOL = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
HEADER_SEARCH_PATHS = ../../sound/OggVorbis/vorbissrc/;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.5;
|
||||
OTHER_CFLAGS = (
|
||||
"-finline",
|
||||
"-finline-limit=1000",
|
||||
);
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-fpermissive",
|
||||
"-fomit-frame-pointer",
|
||||
"-fno-common",
|
||||
);
|
||||
SDKROOT = macosx10.5;
|
||||
VALID_ARCHS = i386;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
8125B8310912BA3100492E1F /* Build configuration list for PBXNativeTarget "oggVorbis_nopic" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
8125B8320912BA3100492E1F /* Debug */,
|
||||
8125B8330912BA3100492E1F /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Debug;
|
||||
};
|
||||
8125B8350912BA3100492E1F /* Build configuration list for PBXProject "oggVorbis" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
8125B8360912BA3100492E1F /* Debug */,
|
||||
8125B8370912BA3100492E1F /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Debug;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
|
@ -1,192 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug with inlines and memory log|Win32">
|
||||
<Configuration>Debug with inlines and memory log</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug with inlines|Win32">
|
||||
<Configuration>Debug with inlines</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Dedicated Debug with inlines|Win32">
|
||||
<Configuration>Dedicated Debug with inlines</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Dedicated Debug|Win32">
|
||||
<Configuration>Dedicated Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Dedicated Release|Win32">
|
||||
<Configuration>Dedicated Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectName>TypeInfo</ProjectName>
|
||||
<ProjectGuid>{6EA6406F-3E65-47D9-8246-D6660A81606F}</ProjectGuid>
|
||||
<RootNamespace>TypeInfo</RootNamespace>
|
||||
<SccProjectName>
|
||||
</SccProjectName>
|
||||
<SccLocalPath>
|
||||
</SccLocalPath>
|
||||
<SccProvider>
|
||||
</SccProvider>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_TypeInfo.props" />
|
||||
<Import Project="_Dedicated.props" />
|
||||
<Import Project="_Release.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_TypeInfo.props" />
|
||||
<Import Project="_Dedicated.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
<Import Project="_WithInlines.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_TypeInfo.props" />
|
||||
<Import Project="_Dedicated.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_TypeInfo.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
<Import Project="_WithInlines.props" />
|
||||
<Import Project="_WithMemoryLog.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_TypeInfo.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
<Import Project="_WithInlines.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_TypeInfo.props" />
|
||||
<Import Project="_Release.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="_Common.props" />
|
||||
<Import Project="_TypeInfo.props" />
|
||||
<Import Project="_Debug.props" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">
|
||||
<Link>
|
||||
<AdditionalDependencies>nafxcwd.lib;libcmtd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<IgnoreSpecificDefaultLibraries>nafxcwd.lib;libcmtd.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="TypeInfo\main.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="TypeInfo\TypeInfoGen.cpp" />
|
||||
<ClCompile Include="framework\CmdSystem.cpp" />
|
||||
<ClCompile Include="framework\CVarSystem.cpp" />
|
||||
<ClCompile Include="framework\File.cpp" />
|
||||
<ClCompile Include="framework\FileSystem.cpp" />
|
||||
<ClCompile Include="framework\Unzip.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="TypeInfo\TypeInfoGen.h" />
|
||||
<ClInclude Include="framework\CmdSystem.h" />
|
||||
<ClInclude Include="framework\CVarSystem.h" />
|
||||
<ClInclude Include="framework\File.h" />
|
||||
<ClInclude Include="framework\FileSystem.h" />
|
||||
<ClInclude Include="framework\Licensee.h" />
|
||||
<ClInclude Include="framework\Unzip.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="idlib.vcxproj">
|
||||
<Project>{49bec5c6-b964-417a-851e-808886b57400}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
|
@ -1,57 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="TypeInfo">
|
||||
<UniqueIdentifier>{2ba46bfc-0458-4729-89bf-a9ca1bbc49cb}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Framework">
|
||||
<UniqueIdentifier>{40a69fce-c497-466a-ad0d-cc5a4293aab0}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="TypeInfo\main.cpp">
|
||||
<Filter>TypeInfo</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="TypeInfo\TypeInfoGen.cpp">
|
||||
<Filter>TypeInfo</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="framework\CmdSystem.cpp">
|
||||
<Filter>Framework</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="framework\CVarSystem.cpp">
|
||||
<Filter>Framework</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="framework\File.cpp">
|
||||
<Filter>Framework</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="framework\FileSystem.cpp">
|
||||
<Filter>Framework</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="framework\Unzip.cpp">
|
||||
<Filter>Framework</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="TypeInfo\TypeInfoGen.h">
|
||||
<Filter>TypeInfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="framework\CmdSystem.h">
|
||||
<Filter>Framework</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="framework\CVarSystem.h">
|
||||
<Filter>Framework</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="framework\File.h">
|
||||
<Filter>Framework</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="framework\FileSystem.h">
|
||||
<Filter>Framework</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="framework\Licensee.h">
|
||||
<Filter>Framework</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="framework\Unzip.h">
|
||||
<Filter>Framework</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in a new issue