227 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			227 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project DefaultTargets="Build" 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">
 | 
						|
    <VCProjectVersion>16.0</VCProjectVersion>
 | 
						|
    <Keyword>Win32Proj</Keyword>
 | 
						|
    <ProjectGuid>{38703ab6-bc5d-4062-bc5b-1bf195333b16}</ProjectGuid>
 | 
						|
    <RootNamespace>GPVirtoolsStatic</RootNamespace>
 | 
						|
    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <UseDebugLibraries>true</UseDebugLibraries>
 | 
						|
    <PlatformToolset>v142</PlatformToolset>
 | 
						|
    <CharacterSet>MultiByte</CharacterSet>
 | 
						|
    <UseOfMfc>Dynamic</UseOfMfc>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <UseDebugLibraries>false</UseDebugLibraries>
 | 
						|
    <PlatformToolset>v142</PlatformToolset>
 | 
						|
    <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
						|
    <CharacterSet>MultiByte</CharacterSet>
 | 
						|
    <UseOfMfc>Dynamic</UseOfMfc>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
						|
  <ImportGroup Label="ExtensionSettings">
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Label="Shared">
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
    <Import Project="Virtools.props" />
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
    <Import Project="Virtools.props" />
 | 
						|
  </ImportGroup>
 | 
						|
  <PropertyGroup Label="UserMacros" />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
						|
    <LinkIncremental>true</LinkIncremental>
 | 
						|
    <OutDir>$(SolutionDir)out\$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
 | 
						|
    <IntDir>$(SolutionDir)temp\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
						|
    <LinkIncremental>false</LinkIncremental>
 | 
						|
    <OutDir>$(SolutionDir)out\$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
 | 
						|
    <IntDir>$(SolutionDir)temp\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
						|
    <ClCompile>
 | 
						|
      <WarningLevel>Level3</WarningLevel>
 | 
						|
      <SDLCheck>true</SDLCheck>
 | 
						|
      <PreprocessorDefinitions>BML_EXPORT=;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <ConformanceMode>false</ConformanceMode>
 | 
						|
      <LanguageStandard>stdcpp17</LanguageStandard>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <SubSystem>Console</SubSystem>
 | 
						|
      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
						|
    </Link>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
						|
    <ClCompile>
 | 
						|
      <WarningLevel>Level3</WarningLevel>
 | 
						|
      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
						|
      <IntrinsicFunctions>true</IntrinsicFunctions>
 | 
						|
      <SDLCheck>true</SDLCheck>
 | 
						|
      <PreprocessorDefinitions>BML_EXPORT=;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <ConformanceMode>false</ConformanceMode>
 | 
						|
      <LanguageStandard>stdcpp17</LanguageStandard>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <SubSystem>Console</SubSystem>
 | 
						|
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
						|
      <OptimizeReferences>true</OptimizeReferences>
 | 
						|
      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
						|
    </Link>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CK2dCurve.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CK2dCurvePoint.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CK2dEntity.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CK3dEntity.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKAll.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKAttributeManager.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKBaseManager.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKBehavior.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKBehaviorIO.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKBehaviorManager.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKBehaviorPrototype.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKBeObject.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKBitmapData.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKCamera.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKCollisionManager.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKContext.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKDataArray.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKDef.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKdefines2.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKDependencies.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKEnums.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKError.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKGlobals.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKGroup.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKInputManager.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKLevel.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKLight.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKMaterial.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKMesh.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKMessage.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKMessageManager.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKObject.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKObjectArray.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKObjectDeclaration.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKParameter.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKParameterIn.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKParameterManager.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKParameterOperation.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKPathManager.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKPluginManager.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKRenderContext.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKRenderManager.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKRenderObject.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKScene.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKSceneObject.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKSound.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKSoundManager.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKSprite.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKSprite3D.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKSpriteText.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKStateObject.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKTexture.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKTimeManager.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\CKTypes.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\Vx2dVector.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\VxAllocator.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\VxColor.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\VxFrustum.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\VxMath.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\VxMathDefines.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\VxMatrix.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\VxMutex.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\VxPlane.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\VxQuaternion.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\VxRay.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\VxRect.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\VxSphere.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\VxVector.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\XArray.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\XBitArray.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\XClassArray.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\XHashFun.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\XHashTable.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\XObjectArray.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\XSArray.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\XSHashTable.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\XSmartPtr.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\XString.h" />
 | 
						|
    <ClInclude Include="$(BML_REPOSITORY)\virtools\XUtil.h" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CK2dCurve.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CK2dCurvePoint.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CK2dEntity.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CK3dEntity.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKAttributeManager.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKBaseManager.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKBehavior.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKBehaviorIO.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKBehaviorManager.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKBehaviorPrototype.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKBeObject.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKBitmapData.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKCamera.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKCollisionManager.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKContext.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKDataArray.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKGlobals.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKGroup.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKInputManager.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKLevel.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKLight.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKMaterial.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKMesh.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKMessage.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKMessageManager.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKObject.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKObjectArray.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKObjectDeclaration.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKParameter.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKParameterIn.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKParameterManager.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKParameterOperation.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKPathManager.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKPluginManager.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKRenderContext.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKRenderManager.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKRenderObject.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKScene.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKSceneObject.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKSound.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKSoundManager.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKSprite.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKSprite3D.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKSpriteText.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKStateObject.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKTexture.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\CKTimeManager.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\VxMath.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\VxMatrix.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\VxQuaternion.cpp" />
 | 
						|
    <ClCompile Include="$(BML_REPOSITORY)\virtools\XString.cpp" />
 | 
						|
  </ItemGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
						|
  <ImportGroup Label="ExtensionTargets">
 | 
						|
  </ImportGroup>
 | 
						|
</Project> |