4d19f13a60
- ricompilazione a 64bit con Enable Enhanced Instruction Set = Not Set - piccola modifica per limitare controllo compilazione prototipi puntatori a funzione.
557 lines
36 KiB
XML
557 lines
36 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>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectGuid>{0a45738f-dfed-421d-85e5-e720334ae2c6}</ProjectGuid>
|
|
<RootNamespace>Lib3MF</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v141_xp</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v141_xp</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>ClangCL</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>ClangCL</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</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" />
|
|
</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" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<IntDir>$(Configuration)32\lib3mf.dir</IntDir>
|
|
<TargetName>lib3mfD32</TargetName>
|
|
<OutDir>$(SolutionDir)$(Configuration)32\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<IntDir>$(Configuration)32\lib3mf.dir</IntDir>
|
|
<TargetName>lib3mfR32</TargetName>
|
|
<OutDir>$(SolutionDir)$(Configuration)32\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<IntDir>$(Configuration)64\lib3mf.dir\</IntDir>
|
|
<TargetName>lib3mfD64</TargetName>
|
|
<OutDir>$(SolutionDir)\$(Configuration)64\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<IntDir>$(Configuration)64\lib3mf.dir</IntDir>
|
|
<TargetName>lib3mfR64</TargetName>
|
|
<OutDir>$(SolutionDir)\$(Configuration)64\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>__LIB3MF_EXPORTS ; NOMINMAX ; WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>false</ConformanceMode>
|
|
<AdditionalIncludeDirectories>/EgtDev/Lib3MF/Include;/EgtDev/Lib3MF/Include/API;/EgtDev/Lib3MF/Include/Libraries/zlib;/EgtDev/Lib3MF/Include/Libraries/libzip</AdditionalIncludeDirectories>
|
|
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>_DEB32; _USING_V110_SDK71_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
<PostBuildEvent>
|
|
<Command>copy $(TargetDir)$(TargetName).pdb \EgtDev\Extern\lib3mf\Lib\
|
|
copy $(TargetDir)$(TargetName).lib \EgtDev\Extern\lib3mf\Lib\
|
|
copy $(TargetPath) \EgtProg\DllD32</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>__LIB3MF_EXPORTS; NOMINMAX ; WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>false</ConformanceMode>
|
|
<AdditionalIncludeDirectories>/EgtDev/Lib3MF/Include;/EgtDev/Lib3MF/Include/API;/EgtDev/Lib3MF/Include/Libraries/zlib;/EgtDev/Lib3MF/Include/Libraries/libzip</AdditionalIncludeDirectories>
|
|
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>NDEB32; _USING_V110_SDK71_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
<PostBuildEvent>
|
|
<Command>copy $(TargetDir)$(TargetName).lib \EgtDev\Extern\lib3mf\Lib\
|
|
copy $(TargetPath) \EgtProg\Dll32</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>__LIB3MF_EXPORTS; NOMINMAX; _DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>/EgtDev/Lib3MF/Include;/EgtDev/Lib3MF/Include/API;/EgtDev/Lib3MF/Include/Libraries/zlib;/EgtDev/Lib3MF/Include/Libraries/libzip</AdditionalIncludeDirectories>
|
|
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>_DEB64; _UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
<PostBuildEvent>
|
|
<Command>copy $(TargetDir)$(TargetName).pdb \EgtDev\Extern\lib3mf\Lib\
|
|
copy $(TargetDir)$(TargetName).lib \EgtDev\Extern\lib3mf\Lib\
|
|
copy $(TargetPath) \EgtProg\DllD64</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>__LIB3MF_EXPORTS; NOMINMAX; NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>/EgtDev/Lib3MF/Include;/EgtDev/Lib3MF/Include/API;/EgtDev/Lib3MF/Include/Libraries/zlib;/EgtDev/Lib3MF/Include/Libraries/libzip</AdditionalIncludeDirectories>
|
|
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
|
<TreatWarningAsError>false</TreatWarningAsError>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>NDEB64; _UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
<PostBuildEvent>
|
|
<Command>copy $(TargetDir)$(TargetName).lib \EgtDev\Extern\lib3mf\Lib\
|
|
copy $(TargetPath) \EgtProg\Dll64</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Source\API\lib3mf.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_accessright.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_attachment.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_base.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_basematerialgroup.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_basematerialgroupiterator.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_beamlattice.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_beamset.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_builditem.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_builditemiterator.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_colorgroup.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_colorgroupiterator.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_component.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_componentsobject.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_componentsobjectiterator.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_compositematerials.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_compositematerialsiterator.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_consumer.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_contentencryptionparams.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_keystore.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_meshobject.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_meshobjectiterator.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_metadata.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_metadatagroup.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_model.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_multipropertygroup.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_multipropertygroupiterator.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_object.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_objectiterator.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_packagepart.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_reader.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_resource.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_resourcedata.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_resourcedatagroup.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_resourceiterator.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_slice.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_slicestack.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_slicestackiterator.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_texture2d.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_texture2dgroup.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_texture2dgroupiterator.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_texture2diterator.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_utils.cpp" />
|
|
<ClCompile Include="Source\API\lib3mf_writer.cpp" />
|
|
<ClCompile Include="Source\Common\3MF_ProgressMonitor.cpp" />
|
|
<ClCompile Include="Source\Common\Math\NMR_Matrix.cpp" />
|
|
<ClCompile Include="Source\Common\Math\NMR_PairMatchingTree.cpp" />
|
|
<ClCompile Include="Source\Common\Math\NMR_Vector.cpp" />
|
|
<ClCompile Include="Source\Common\Math\NMR_VectorTree.cpp" />
|
|
<ClCompile Include="Source\Common\MeshExport\NMR_MeshExportEdgeMap.cpp" />
|
|
<ClCompile Include="Source\Common\MeshExport\NMR_MeshExporter.cpp" />
|
|
<ClCompile Include="Source\Common\MeshExport\NMR_MeshExporter_STL.cpp" />
|
|
<ClCompile Include="Source\Common\MeshImport\NMR_MeshImporter.cpp" />
|
|
<ClCompile Include="Source\Common\MeshImport\NMR_MeshImporter_STL.cpp" />
|
|
<ClCompile Include="Source\Common\MeshInformation\NMR_MeshInformation.cpp" />
|
|
<ClCompile Include="Source\Common\MeshInformation\NMR_MeshInformationContainer.cpp" />
|
|
<ClCompile Include="Source\Common\MeshInformation\NMR_MeshInformationFactory.cpp" />
|
|
<ClCompile Include="Source\Common\MeshInformation\NMR_MeshInformationHandler.cpp" />
|
|
<ClCompile Include="Source\Common\MeshInformation\NMR_MeshInformation_Properties.cpp" />
|
|
<ClCompile Include="Source\Common\Mesh\NMR_BeamLattice.cpp" />
|
|
<ClCompile Include="Source\Common\Mesh\NMR_Mesh.cpp" />
|
|
<ClCompile Include="Source\Common\Mesh\NMR_MeshBuilder.cpp" />
|
|
<ClCompile Include="Source\Common\NMR_Exception.cpp" />
|
|
<ClCompile Include="Source\Common\NMR_Exception_Windows.cpp" />
|
|
<ClCompile Include="Source\Common\NMR_ModelWarnings.cpp" />
|
|
<ClCompile Include="Source\Common\NMR_SecureContext.cpp" />
|
|
<ClCompile Include="Source\Common\NMR_StringUtils.cpp" />
|
|
<ClCompile Include="Source\Common\NMR_UUID.cpp" />
|
|
<ClCompile Include="Source\Common\OPC\NMR_OpcPackageContentTypesReader.cpp" />
|
|
<ClCompile Include="Source\Common\OPC\NMR_OpcPackagePart.cpp" />
|
|
<ClCompile Include="Source\Common\OPC\NMR_OpcPackageReader.cpp" />
|
|
<ClCompile Include="Source\Common\OPC\NMR_OpcPackageRelationship.cpp" />
|
|
<ClCompile Include="Source\Common\OPC\NMR_OpcPackageRelationshipReader.cpp" />
|
|
<ClCompile Include="Source\Common\OPC\NMR_OpcPackageWriter.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_EncryptionHeader.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_ExportStream.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_ExportStream_Callback.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_ExportStream_Compressed.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_ExportStream_Dummy.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_ExportStream_Encrypted.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_ExportStream_Memory.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_ExportStream_Native.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_ExportStream_ZIP.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_ImportStream_Callback.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_ImportStream_Compressed.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_ImportStream_Encrypted.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_ImportStream_Memory.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_ImportStream_Native.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_ImportStream_Shared_Memory.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_ImportStream_Unique_Memory.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_ImportStream_ZIP.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_Platform.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_PortableZIPWriter.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_PortableZIPWriterEntry.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_Time.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_XmlReader.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_XmlReader_Native.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_XmlWriter.cpp" />
|
|
<ClCompile Include="Source\Common\Platform\NMR_XmlWriter_Native.cpp" />
|
|
<ClCompile Include="Source\lib3mf_interfaceexception.cpp" />
|
|
<ClCompile Include="Source\lib3mf_interfacejournal.cpp" />
|
|
<ClCompile Include="Source\lib3mf_interfacewrapper.cpp" />
|
|
<ClCompile Include="Source\Libraries\cpp-base64\base64.cpp" />
|
|
<ClCompile Include="Source\Libraries\libzip\Win\zip_source_file_win32.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\Win\zip_source_file_win32_named.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\Win\zip_source_file_win32_utf16.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\Win\zip_source_file_win32_utf8.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_add.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_add_dir.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_add_entry.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_algorithm_deflate.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_buffer.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_close.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_delete.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_dirent.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_dir_add.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_discard.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_entry.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_error.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_error_clear.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_error_get.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_error_get_sys_type.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_error_strerror.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_error_to_str.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_err_str.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_extra_field.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_extra_field_api.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_fclose.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_fdopen.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_file_add.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_file_error_clear.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_file_error_get.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_file_get_comment.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_file_get_external_attributes.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_file_get_offset.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_file_rename.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_file_replace.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_file_set_comment.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_file_set_encryption.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_file_set_external_attributes.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_file_set_mtime.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_file_strerror.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_fopen.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_fopen_encrypted.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_fopen_index.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_fopen_index_encrypted.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_fread.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_fseek.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_ftell.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_get_archive_comment.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_get_archive_flag.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_get_encryption_implementation.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_get_file_comment.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_get_name.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_get_num_entries.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_get_num_files.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_hash.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_io_util.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_libzip_version.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_memdup.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_name_locate.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_new.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_open.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_pkware.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_progress.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_rename.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_replace.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_set_archive_comment.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_set_archive_flag.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_set_default_password.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_set_file_comment.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_set_file_compression.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_set_name.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_accept_empty.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_begin_write.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_begin_write_cloning.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_buffer.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_call.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_close.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_commit_write.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_compress.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_crc.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_error.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_file_common.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_file_stdio.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_free.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_function.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_get_file_attributes.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_is_deleted.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_layered.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_open.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_pkware_decode.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_pkware_encode.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_read.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_remove.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_rollback_write.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_seek.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_seek_write.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_stat.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_supports.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_tell.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_tell_write.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_window.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_write.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_zip.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_source_zip_new.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_stat.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_stat_index.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_stat_init.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_strerror.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_string.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_unchange.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_unchange_all.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_unchange_archive.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_unchange_data.c" />
|
|
<ClCompile Include="Source\Libraries\libzip\zip_utf-8.c" />
|
|
<ClCompile Include="Source\Libraries\zlib\adler32.c" />
|
|
<ClCompile Include="Source\Libraries\zlib\compress.c" />
|
|
<ClCompile Include="Source\Libraries\zlib\crc32.c" />
|
|
<ClCompile Include="Source\Libraries\zlib\deflate.c" />
|
|
<ClCompile Include="Source\Libraries\zlib\infback.c" />
|
|
<ClCompile Include="Source\Libraries\zlib\inffast.c" />
|
|
<ClCompile Include="Source\Libraries\zlib\inflate.c" />
|
|
<ClCompile Include="Source\Libraries\zlib\inftrees.c" />
|
|
<ClCompile Include="Source\Libraries\zlib\trees.c" />
|
|
<ClCompile Include="Source\Libraries\zlib\uncompr.c" />
|
|
<ClCompile Include="Source\Libraries\zlib\zutil.c" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_KeyStore.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_KeyStoreAccessRight.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_KeyStoreCEKParams.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_KeyStoreConsumer.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_KeyStoreFactory.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_KeyStoreResourceData.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_KeyStoreResourceDataGroup.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_Model.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelAttachment.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelBaseMaterial.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelBaseMaterials.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelBuildItem.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelColorGroup.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelComponent.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelComponentsObject.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelCompositeMaterials.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelContext.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelMeshBeamLatticeAttributes.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelMeshObject.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelMetaData.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelMetaDataGroup.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelMultiPropertyGroup.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelObject.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelResource.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelSlice.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelSliceStack.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelTexture2D.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_ModelTexture2DGroup.cpp" />
|
|
<ClCompile Include="Source\Model\Classes\NMR_PackageResourceID.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\BeamLattice1702\NMR_ModelReaderNode_BeamLattice1702_Ball.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\BeamLattice1702\NMR_ModelReaderNode_BeamLattice1702_BallRef.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\BeamLattice1702\NMR_ModelReaderNode_BeamLattice1702_Balls.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\BeamLattice1702\NMR_ModelReaderNode_BeamLattice1702_Beam.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\BeamLattice1702\NMR_ModelReaderNode_BeamLattice1702_BeamLattice.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\BeamLattice1702\NMR_ModelReaderNode_BeamLattice1702_Beams.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\BeamLattice1702\NMR_ModelReaderNode_BeamLattice1702_BeamSet.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\BeamLattice1702\NMR_ModelReaderNode_BeamLattice1702_BeamSets.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\BeamLattice1702\NMR_ModelReaderNode_BeamLattice1702_Ref.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\NMR_KeyStoreOpcPackageReader.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\NMR_ModelReader.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\NMR_ModelReaderNode.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\NMR_ModelReaderNode_KeyStoreBase.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\NMR_ModelReaderNode_ModelBase.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\NMR_ModelReaderNode_StringValue.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\NMR_ModelReader_3MF.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\NMR_ModelReader_3MF_Native.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\NMR_ModelReader_ColorMapping.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\NMR_ModelReader_InstructionElement.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\NMR_ModelReader_STL.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\NMR_ModelReader_TexCoordMapping.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\SecureContent101\NMR_ModelReaderNode_KeyStore.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\SecureContent101\NMR_ModelReaderNode_KeyStoreAccessRight.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\SecureContent101\NMR_ModelReaderNode_KeyStoreCEKParams.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\SecureContent101\NMR_ModelReaderNode_KeyStoreCipherValue.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\SecureContent101\NMR_ModelReaderNode_KeyStoreConsumer.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\SecureContent101\NMR_ModelReaderNode_KeyStoreKEKParams.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\SecureContent101\NMR_ModelReaderNode_KeyStoreResourceData.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\SecureContent101\NMR_ModelReaderNode_KeyStoreResourceDataGroup.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\Slice1507\NMR_ModelReader_Slice1507_Polygon.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\Slice1507\NMR_ModelReader_Slice1507_Segment.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\Slice1507\NMR_ModelReader_Slice1507_Slice.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\Slice1507\NMR_ModelReader_Slice1507_SliceRef.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\Slice1507\NMR_ModelReader_Slice1507_SliceRefModel.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\Slice1507\NMR_ModelReader_Slice1507_SliceRefResources.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\Slice1507\NMR_ModelReader_Slice1507_SliceStack.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\Slice1507\NMR_ModelReader_Slice1507_Vertex.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\Slice1507\NMR_ModelReader_Slice1507_Vertices.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v093\NMR_ModelReaderNode093_Build.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v093\NMR_ModelReaderNode093_BuildItem.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v093\NMR_ModelReaderNode093_Color.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v093\NMR_ModelReaderNode093_Component.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v093\NMR_ModelReaderNode093_Components.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v093\NMR_ModelReaderNode093_Material.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v093\NMR_ModelReaderNode093_Mesh.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v093\NMR_ModelReaderNode093_Object.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v093\NMR_ModelReaderNode093_Resources.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v093\NMR_ModelReaderNode093_Texture.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v093\NMR_ModelReaderNode093_TextureVertex.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v093\NMR_ModelReaderNode093_TextureVertices.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v093\NMR_ModelReaderNode093_Triangle.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v093\NMR_ModelReaderNode093_Triangles.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v093\NMR_ModelReaderNode093_Vertex.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v093\NMR_ModelReaderNode093_Vertices.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_BaseMaterial.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_BaseMaterials.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Build.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_BuildItem.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Color.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Colors.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Component.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Components.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Composite.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_CompositeMaterials.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Mesh.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_MetaData.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_MetaDataGroup.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Multi.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_MultiProperties.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Object.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Resources.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Tex2Coord.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Tex2DGroup.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Texture2D.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Triangle.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Triangles.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Vertex.cpp" />
|
|
<ClCompile Include="Source\Model\Reader\v100\NMR_ModelReaderNode100_Vertices.cpp" />
|
|
<ClCompile Include="Source\Model\Writer\NMR_KeyStoreOpcPackageWriter.cpp" />
|
|
<ClCompile Include="Source\Model\Writer\NMR_ModelWriter.cpp" />
|
|
<ClCompile Include="Source\Model\Writer\NMR_ModelWriterNode.cpp" />
|
|
<ClCompile Include="Source\Model\Writer\NMR_ModelWriterNode_KeyStoreBase.cpp" />
|
|
<ClCompile Include="Source\Model\Writer\NMR_ModelWriterNode_ModelBase.cpp" />
|
|
<ClCompile Include="Source\Model\Writer\NMR_ModelWriter_3MF.cpp" />
|
|
<ClCompile Include="Source\Model\Writer\NMR_ModelWriter_3MF_Native.cpp" />
|
|
<ClCompile Include="Source\Model\Writer\NMR_ModelWriter_ColorMapping.cpp" />
|
|
<ClCompile Include="Source\Model\Writer\NMR_ModelWriter_STL.cpp" />
|
|
<ClCompile Include="Source\Model\Writer\NMR_ModelWriter_TexCoordMapping.cpp" />
|
|
<ClCompile Include="Source\Model\Writer\NMR_ModelWriter_TexCoordMappingContainer.cpp" />
|
|
<ClCompile Include="Source\Model\Writer\SecureContent101\NMR_ModelWriterNode_KeyStore.cpp" />
|
|
<ClCompile Include="Source\Model\Writer\v100\NMR_ModelWriterNode100_Mesh.cpp" />
|
|
<ClCompile Include="Source\Model\Writer\v100\NMR_ModelWriterNode100_Model.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="Include\lib3mf_abi.hpp" />
|
|
<ClInclude Include="Include\lib3mf_interfaceexception.hpp" />
|
|
<ClInclude Include="Include\lib3mf_interfacejournal.hpp" />
|
|
<ClInclude Include="Include\lib3mf_interfaces.hpp" />
|
|
<ClInclude Include="Include\lib3mf_types.hpp" />
|
|
<ClInclude Include="Include\NMR_Spec_Version.h" />
|
|
<ClInclude Include="resource2.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="Resource.rc" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |