port from perforce

This commit is contained in:
2026-04-18 22:31:51 +02:00
commit 8d0ab5b7cc
8409 changed files with 3972376 additions and 0 deletions

687
aiwaz/Aiwaz/Aiwaz.vcproj Normal file
View File

@@ -0,0 +1,687 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Name="Aiwaz"
ProjectGUID="{19BD7EE4-4F92-4695-A59F-8A96618FD709}"
RootNamespace="Aiwaz"
TargetFrameworkVersion="196613"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(SolutionDir)obj\$(ConfigurationName)\$(ProjectName)"
ConfigurationType="2"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="Interfaces"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
StructMemberAlignment="1"
EnableEnhancedInstructionSet="2"
UsePrecompiledHeader="2"
WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="dxgi.lib d3d10.lib d3dx10d.lib shlwapi.lib"
OutputFile="$(OutDir)\$(ProjectName).dll"
LinkIncremental="2"
AdditionalLibraryDirectories="&quot;$(SolutionDir)lib\$(ConfigurationName)&quot;;&quot;$(ProjectDir)&quot;"
GenerateDebugInformation="true"
SubSystem="1"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
UseFAT32Workaround="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(SolutionDir)obj\$(ConfigurationName)\$(ProjectName)"
ConfigurationType="2"
CharacterSet="2"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="Interfaces"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
RuntimeLibrary="0"
StructMemberAlignment="1"
EnableFunctionLevelLinking="true"
EnableEnhancedInstructionSet="2"
UsePrecompiledHeader="2"
WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="dxgi.lib d3d10.lib d3dx10.lib shlwapi.lib"
LinkIncremental="2"
AdditionalLibraryDirectories="&quot;$(SolutionDir)lib\$(ConfigurationName)&quot;;&quot;$(ProjectDir)&quot;"
GenerateDebugInformation="true"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=".\Aiwaz.cpp"
>
</File>
<File
RelativePath=".\AnimationManager\AnimationManager.cpp"
>
</File>
<File
RelativePath=".\Resources\Camera\BaseCamera.cpp"
>
</File>
<File
RelativePath=".\Resources\ShaderParameterCollection\BasisParameterCollection.cpp"
>
</File>
<File
RelativePath=".\Resources\Bone\Bone.cpp"
>
</File>
<File
RelativePath=".\Resources\Bone\BoneController.cpp"
>
</File>
<File
RelativePath=".\FileSystem\CFileLoader\CFileLoader.cpp"
>
</File>
<File
RelativePath=".\Commands\CommandBuffer.cpp"
>
</File>
<File
RelativePath=".\Commands\CommandUserBase.cpp"
>
</File>
<File
RelativePath=".\CommonObjectFactory\CommonObjectFactory.cpp"
>
</File>
<File
RelativePath=".\DeviceEnumerator\DeviceEnumerator.cpp"
>
</File>
<File
RelativePath=".\DeviceEnumerator\DeviceVisitor\DeviceVisitorBase.cpp"
>
</File>
<File
RelativePath=".\DeviceEnumerator\DisplayAdapter.cpp"
>
</File>
<File
RelativePath=".\DeviceEnumerator\DisplayMode.cpp"
>
</File>
<File
RelativePath=".\Engine\Engine.cpp"
>
</File>
<File
RelativePath=".\FileSystem\File.cpp"
>
</File>
<File
RelativePath=".\FileSystem\FileSystem.cpp"
>
</File>
<File
RelativePath=".\Resources\GeometryBuffer\GeometryBuffer.cpp"
>
</File>
<File
RelativePath=".\Resources\Shader\InternalShader.cpp"
>
</File>
<File
RelativePath=".\Resources\Camera\OrthographicCamera.cpp"
>
</File>
<File
RelativePath=".\DeviceEnumerator\OutputDevice.cpp"
>
</File>
<File
RelativePath=".\Resources\Camera\PerspectiveCamera.cpp"
>
</File>
<File
RelativePath=".\CommonObjectFactory\PingPongBuffer\PingPongBuffer.cpp"
>
</File>
<File
RelativePath=".\Resources\RenderCommandNode\RenderCommandNode.cpp"
>
</File>
<File
RelativePath=".\Resources\RenderTarget\RenderTargetBase.cpp"
>
</File>
<File
RelativePath=".\Resources\RenderTarget\RenderTargetTexture\RenderTargetTexture.cpp"
>
</File>
<File
RelativePath=".\ResourceFactory\ResourceFactory.cpp"
>
</File>
<File
RelativePath=".\Resources\Shader\Shader.cpp"
>
</File>
<File
RelativePath=".\Resources\ShaderParameterCollection\ShaderParameterCollection.cpp"
>
</File>
<File
RelativePath=".\stdafx.cpp"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\Resources\RenderTarget\SwapChain\SwapChain.cpp"
>
</File>
<File
RelativePath=".\Resources\Texture\Texture.cpp"
>
</File>
<File
RelativePath=".\Timeline\Timeline.cpp"
>
</File>
<File
RelativePath=".\Resources\Transformation\Transformation.cpp"
>
</File>
<File
RelativePath=".\Resources\TransformationAnimation\TransformationAnimation.cpp"
>
</File>
<File
RelativePath=".\FileSystem\unzip.cpp"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\Window\Window.cpp"
>
</File>
<File
RelativePath=".\DeviceEnumerator\DeviceVisitor\XmlDeviceVisitor.cpp"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath=".\Aiwaz.h"
>
</File>
<File
RelativePath=".\AnimationManager\AnimationManager.h"
>
</File>
<File
RelativePath=".\Resources\Camera\BaseCamera.h"
>
</File>
<File
RelativePath=".\Resources\ShaderParameterCollection\Types\BaseType.h"
>
</File>
<File
RelativePath=".\Common\BaseTypes.h"
>
</File>
<File
RelativePath=".\Resources\ShaderParameterCollection\BasisParameterCollection.h"
>
</File>
<File
RelativePath=".\Resources\Bone\Bone.h"
>
</File>
<File
RelativePath=".\Resources\Bone\BoneController.h"
>
</File>
<File
RelativePath=".\Resources\ShaderParameterCollection\Types\Boolean.h"
>
</File>
<File
RelativePath=".\FileSystem\CFileLoader\CFileLoader.h"
>
</File>
<File
RelativePath=".\Commands\CommandBuffer.h"
>
</File>
<File
RelativePath=".\Commands\CommandUserBase.h"
>
</File>
<File
RelativePath=".\CommonObjectFactory\CommonObjectFactory.h"
>
</File>
<File
RelativePath=".\Common\ConsoleColor.h"
>
</File>
<File
RelativePath=".\DeviceEnumerator\DeviceEnumerator.h"
>
</File>
<File
RelativePath=".\DeviceEnumerator\DeviceVisitor\DeviceVisitorBase.h"
>
</File>
<File
RelativePath=".\DeviceEnumerator\DisplayAdapter.h"
>
</File>
<File
RelativePath=".\DeviceEnumerator\DisplayMode.h"
>
</File>
<File
RelativePath=".\Engine\Engine.h"
>
</File>
<File
RelativePath=".\FileSystem\File.h"
>
</File>
<File
RelativePath=".\FileSystem\FileSystem.h"
>
</File>
<File
RelativePath=".\Resources\ShaderParameterCollection\Types\Float.h"
>
</File>
<File
RelativePath=".\Resources\GeometryBuffer\GeometryBuffer.h"
>
</File>
<File
RelativePath=".\Interfaces\IAnimationManager.h"
>
</File>
<File
RelativePath=".\Interfaces\IBone.h"
>
</File>
<File
RelativePath=".\Interfaces\ICamera.h"
>
</File>
<File
RelativePath=".\Interfaces\ICommandUser.h"
>
</File>
<File
RelativePath=".\Interfaces\ICommonObjectFactory.h"
>
</File>
<File
RelativePath=".\Interfaces\IDeviceEnumerator.h"
>
</File>
<File
RelativePath=".\Interfaces\IEngine.h"
>
</File>
<File
RelativePath=".\Interfaces\IFileSystem.h"
>
</File>
<File
RelativePath=".\Interfaces\IGeometryBuffer.h"
>
</File>
<File
RelativePath=".\Resources\ShaderParameterCollection\Types\Integer.h"
>
</File>
<File
RelativePath=".\Resources\Shader\InternalShader.h"
>
</File>
<File
RelativePath=".\Interfaces\IPingPongBuffer.h"
>
</File>
<File
RelativePath=".\Interfaces\IRenderCommandNode.h"
>
</File>
<File
RelativePath=".\Interfaces\IRenderTargetBase.h"
>
</File>
<File
RelativePath=".\Interfaces\IRenderTargetTexture.h"
>
</File>
<File
RelativePath=".\Interfaces\IResourceFactory.h"
>
</File>
<File
RelativePath=".\Interfaces\IShader.h"
>
</File>
<File
RelativePath=".\Interfaces\IShaderParameterCollection.h"
>
</File>
<File
RelativePath=".\Interfaces\ISwapChain.h"
>
</File>
<File
RelativePath=".\Interfaces\ISwapChainResource.h"
>
</File>
<File
RelativePath=".\Interfaces\ITexture.h"
>
</File>
<File
RelativePath=".\Interfaces\ITimeLine.h"
>
</File>
<File
RelativePath=".\Interfaces\ITransformation.h"
>
</File>
<File
RelativePath=".\Interfaces\ITransformationAnimation.h"
>
</File>
<File
RelativePath=".\Interfaces\IUpdatable.h"
>
</File>
<File
RelativePath=".\Interfaces\IWindow.h"
>
</File>
<File
RelativePath=".\Resources\ShaderParameterCollection\Types\Matrix.h"
>
</File>
<File
RelativePath=".\Resources\Camera\OrthographicCamera.h"
>
</File>
<File
RelativePath=".\DeviceEnumerator\OutputDevice.h"
>
</File>
<File
RelativePath=".\Resources\Camera\PerspectiveCamera.h"
>
</File>
<File
RelativePath=".\Resources\RenderCommandNode\RenderCommandNode.h"
>
</File>
<File
RelativePath=".\Resources\RenderTarget\RenderTargetBase.h"
>
</File>
<File
RelativePath=".\Resources\RenderTarget\RenderTargetTexture\RenderTargetTexture.h"
>
</File>
<File
RelativePath=".\Interfaces\Resource.h"
>
</File>
<File
RelativePath=".\ResourceFactory\ResourceFactory.h"
>
</File>
<File
RelativePath=".\Resources\Shader\Shader.h"
>
</File>
<File
RelativePath=".\Resources\ShaderParameterCollection\ShaderParameterCollection.h"
>
</File>
<File
RelativePath=".\stdafx.h"
>
</File>
<File
RelativePath=".\Common\StringHelper.h"
>
</File>
<File
RelativePath=".\Resources\RenderTarget\SwapChain\SwapChain.h"
>
</File>
<File
RelativePath=".\targetver.h"
>
</File>
<File
RelativePath=".\Resources\Texture\Texture.h"
>
</File>
<File
RelativePath=".\Resources\ShaderParameterCollection\Types\Texture.h"
>
</File>
<File
RelativePath=".\Timeline\Timeline.h"
>
</File>
<File
RelativePath=".\Resources\Transformation\Transformation.h"
>
</File>
<File
RelativePath=".\Resources\TransformationAnimation\TransformationAnimation.h"
>
</File>
<File
RelativePath=".\Resources\ShaderParameterCollection\Types\Types.h"
>
</File>
<File
RelativePath=".\FileSystem\unzip.h"
>
</File>
<File
RelativePath=".\Window\Window.h"
>
</File>
<File
RelativePath=".\DeviceEnumerator\DeviceVisitor\XmlDeviceVisitor.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
<File
RelativePath=".\FileSystem\7za.exe"
>
</File>
<File
RelativePath=".\CommonObjectFactory\PingPongBuffer\PingPongBuffer.h"
>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>