summaryrefslogtreecommitdiff
path: root/modules/xml/xml.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'modules/xml/xml.vcxproj')
-rwxr-xr-xmodules/xml/xml.vcxproj321
1 files changed, 321 insertions, 0 deletions
diff --git a/modules/xml/xml.vcxproj b/modules/xml/xml.vcxproj
new file mode 100755
index 000000000..c647cdf40
--- /dev/null
+++ b/modules/xml/xml.vcxproj
@@ -0,0 +1,321 @@
+<?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="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{EF5402DA-29FD-4F1B-B98B-D284D4E27C15}</ProjectGuid>
+ <RootNamespace>xml</RootNamespace>
+ <Keyword>Win32Proj</Keyword>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>MultiByte</CharacterSet>
+ <WholeProgramOptimization>false</WholeProgramOptimization>
+ <PlatformToolset>v110</PlatformToolset>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>MultiByte</CharacterSet>
+ <PlatformToolset>v110</PlatformToolset>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>MultiByte</CharacterSet>
+ <WholeProgramOptimization>false</WholeProgramOptimization>
+ <PlatformToolset>v110</PlatformToolset>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>MultiByte</CharacterSet>
+ <PlatformToolset>v110</PlatformToolset>
+ </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" />
+ </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" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup>
+ <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)bin\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)$(Configuration)\</IntDir>
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)bin\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)$(Configuration)\</IntDir>
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)bin\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)$(Configuration)\</IntDir>
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)bin\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)$(Configuration)\</IntDir>
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <Optimization>Disabled</Optimization>
+ <AdditionalIncludeDirectories>includes;src/c;src/cpp;../core/includes;../output_stream/includes;../string/includes;../fileio/includes;../localization/includes;../../libs/intl;../../libs/libxml2;../api_scilab/includes;../windows_tools/includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>FORDLL;_DEBUG;_WINDOWS;_USRDLL;XML_SCILAB_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
+ <WarningLevel>Level3</WarningLevel>
+ </ClCompile>
+ <PreLinkEvent>
+ <Message>Make dependencies</Message>
+ <Command>lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1&gt;NUL 2&gt;NUL
+</Command>
+ </PreLinkEvent>
+ <Link>
+ <AdditionalDependencies>core.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <OutputFile>$(SolutionDir)bin\$(ProjectName).dll</OutputFile>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <SubSystem>Windows</SubSystem>
+ <ImportLibrary>$(SolutionDir)bin\$(ProjectName).lib</ImportLibrary>
+ <TargetMachine>MachineX86</TargetMachine>
+ <CLRUnmanagedCodeCheck>true</CLRUnmanagedCodeCheck>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <Midl>
+ <TargetEnvironment>X64</TargetEnvironment>
+ </Midl>
+ <ClCompile>
+ <Optimization>Disabled</Optimization>
+ <AdditionalIncludeDirectories>includes;src/c;src/cpp;../core/includes;../output_stream/includes;../string/includes;../fileio/includes;../localization/includes;../../libs/intl;../../libs/libxml2;../api_scilab/includes;../windows_tools/includes;../windows_tools/includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>FORDLL;_DEBUG;_WINDOWS;_USRDLL;XML_SCILAB_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
+ <WarningLevel>Level3</WarningLevel>
+ </ClCompile>
+ <PreLinkEvent>
+ <Message>Make dependencies</Message>
+ <Command>lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1&gt;NUL 2&gt;NUL
+</Command>
+ </PreLinkEvent>
+ <Link>
+ <AdditionalDependencies>core.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <OutputFile>$(SolutionDir)bin\$(ProjectName).dll</OutputFile>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <SubSystem>Windows</SubSystem>
+ <ImportLibrary>$(SolutionDir)bin\$(ProjectName).lib</ImportLibrary>
+ <TargetMachine>MachineX64</TargetMachine>
+ <CLRUnmanagedCodeCheck>true</CLRUnmanagedCodeCheck>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
+ <WholeProgramOptimization>false</WholeProgramOptimization>
+ <AdditionalIncludeDirectories>includes;src/c;src/cpp;../core/includes;../output_stream/includes;../string/includes;../fileio/includes;../localization/includes;../../libs/intl;../../libs/libxml2;../api_scilab/includes;../windows_tools/includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>FORDLL;NDEBUG;_WINDOWS;_USRDLL;XML_SCILAB_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <StringPooling>true</StringPooling>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <WarningLevel>Level3</WarningLevel>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
+ </ClCompile>
+ <PreLinkEvent>
+ <Message>Make dependencies</Message>
+ <Command>lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1&gt;NUL 2&gt;NUL
+</Command>
+ </PreLinkEvent>
+ <Link>
+ <AdditionalDependencies>core.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <OutputFile>$(SolutionDir)bin\$(ProjectName).dll</OutputFile>
+ <GenerateDebugInformation>false</GenerateDebugInformation>
+ <SubSystem>Windows</SubSystem>
+ <OptimizeReferences>true</OptimizeReferences>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <ImportLibrary>$(SolutionDir)bin\$(ProjectName).lib</ImportLibrary>
+ <TargetMachine>MachineX86</TargetMachine>
+ <CLRUnmanagedCodeCheck>true</CLRUnmanagedCodeCheck>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <Midl>
+ <TargetEnvironment>X64</TargetEnvironment>
+ </Midl>
+ <ClCompile>
+ <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
+ <WholeProgramOptimization>false</WholeProgramOptimization>
+ <AdditionalIncludeDirectories>includes;src/c;src/cpp;../core/includes;../output_stream/includes;../string/includes;../fileio/includes;../localization/includes;../../libs/intl;../../libs/libxml2;../api_scilab/includes;../windows_tools/includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>FORDLL;NDEBUG;_WINDOWS;_USRDLL;XML_SCILAB_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <StringPooling>true</StringPooling>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <WarningLevel>Level3</WarningLevel>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
+ </ClCompile>
+ <PreLinkEvent>
+ <Message>Make dependencies</Message>
+ <Command>lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1&gt;NUL 2&gt;NUL
+</Command>
+ </PreLinkEvent>
+ <Link>
+ <AdditionalDependencies>core.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <OutputFile>$(SolutionDir)bin\$(ProjectName).dll</OutputFile>
+ <GenerateDebugInformation>false</GenerateDebugInformation>
+ <SubSystem>Windows</SubSystem>
+ <OptimizeReferences>true</OptimizeReferences>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <ImportLibrary>$(SolutionDir)bin\$(ProjectName).lib</ImportLibrary>
+ <TargetMachine>MachineX64</TargetMachine>
+ <CLRUnmanagedCodeCheck>true</CLRUnmanagedCodeCheck>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ResourceCompile Include="src\c\xml.rc" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="core_import.def" />
+ <None Include="locales\xml.pot" />
+ <None Include="Makefile.am" />
+ <None Include="xml.iss" />
+ <None Include="sci_gateway\xml_gateway.xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\tools\Dumpexts\Dumpexts.vcxproj">
+ <Project>{3170e4c2-1173-4264-a222-7ee8ccb3ddf7}</Project>
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+ </ProjectReference>
+ <ProjectReference Include="..\api_scilab\api_scilab.vcxproj">
+ <Project>{43c5bab1-1dca-4743-a183-77e0d42fe7d0}</Project>
+ </ProjectReference>
+ <ProjectReference Include="..\fileio\fileio.vcxproj">
+ <Project>{4fc72d4a-80ee-4b1a-8724-0201c1a35621}</Project>
+ </ProjectReference>
+ <ProjectReference Include="..\localization\src\localization.vcxproj">
+ <Project>{ecffeb0c-1eda-45ee-9a10-b18143852e17}</Project>
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+ </ProjectReference>
+ <ProjectReference Include="..\output_stream\src\c\output_stream.vcxproj">
+ <Project>{a5911cd7-f8e8-440c-a23e-4843a0636f3a}</Project>
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+ </ProjectReference>
+ <ProjectReference Include="..\string\src\c\string.vcxproj">
+ <Project>{8d45767a-9b03-4905-97f6-d2f3f79141ea}</Project>
+ </ProjectReference>
+ <ProjectReference Include="..\windows_tools\src\c\scilab_windows\scilab_windows.vcxproj">
+ <Project>{8028f371-6a94-4a26-8804-6e7f05f1d1aa}</Project>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="includes\dynlib_xml_scilab.h" />
+ <ClInclude Include="includes\gw_xml.h" />
+ <ClInclude Include="includes\xml.h" />
+ <ClInclude Include="includes\xmlObjects.h" />
+ <ClInclude Include="includes\xml_constants.h" />
+ <ClInclude Include="includes\xml_mlist.h" />
+ <ClInclude Include="src\cpp\extraction.hxx" />
+ <ClInclude Include="src\cpp\insertion.hxx" />
+ <ClInclude Include="src\cpp\SplitString.hxx" />
+ <ClInclude Include="src\cpp\VariableScope.hxx" />
+ <ClInclude Include="src\cpp\XMLAttr.hxx" />
+ <ClInclude Include="src\cpp\XMLDocument.hxx" />
+ <ClInclude Include="src\cpp\XMLElement.hxx" />
+ <ClInclude Include="src\cpp\XMLList.hxx" />
+ <ClInclude Include="src\cpp\XMLList_insertion.hxx" />
+ <ClInclude Include="src\cpp\XMLNodeList.hxx" />
+ <ClInclude Include="src\cpp\XMLNodeSet.hxx" />
+ <ClInclude Include="src\cpp\XMLNotHandledElement.hxx" />
+ <ClInclude Include="src\cpp\XMLNs.hxx" />
+ <ClInclude Include="src\cpp\XMLObject.hxx" />
+ <ClInclude Include="src\cpp\XMLRemovable.hxx" />
+ <ClInclude Include="src\cpp\XMLRhsValue.hxx" />
+ <ClInclude Include="src\cpp\XMLValidation.hxx" />
+ <ClInclude Include="src\cpp\XMLValidationDTD.hxx" />
+ <ClInclude Include="src\cpp\XMLValidationRelaxNG.hxx" />
+ <ClInclude Include="src\cpp\XMLValidationSchema.hxx" />
+ <ClInclude Include="src\cpp\XMLXPath.hxx" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="sci_gateway\cpp\sci_extraction.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_htmlDump.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_htmlRead.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_htmlReadStr.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_htmlWrite.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_insertion.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_percent_c_i_XMLAttr.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_percent_foo_i_XMLList.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_percent_s_i_XMLList.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_percent_XMLAttr_e.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_percent_XMLAttr_length.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_percent_XMLAttr_size.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_percent_XMLList_e.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_percent_XMLList_length.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_percent_XMLList_size.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_print.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlAddNs.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlAppend.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlAsNumber.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlAsText.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlDelete.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlDocument.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlDump.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlElement.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlFormat.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlGetNsByHref.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlGetNsByPrefix.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlGetOpenDocs.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlIsValidObject.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlName.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlNs.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlRead.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlReadStr.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlRemove.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlSetAttributes.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlValidate.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlValidationFile.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlWrite.cpp" />
+ <ClCompile Include="sci_gateway\cpp\sci_xmlXPath.cpp" />
+ <ClCompile Include="sci_gateway\c\gw_xml.c" />
+ <ClCompile Include="src\cpp\VariableScope.cpp" />
+ <ClCompile Include="src\cpp\XMLAttr.cpp" />
+ <ClCompile Include="src\cpp\XMLDocument.cpp" />
+ <ClCompile Include="src\cpp\XMLElement.cpp" />
+ <ClCompile Include="src\cpp\XMLList.cpp" />
+ <ClCompile Include="src\cpp\XMLNodeList.cpp" />
+ <ClCompile Include="src\cpp\XMLNodeSet.cpp" />
+ <ClCompile Include="src\cpp\XMLNotHandledElement.cpp" />
+ <ClCompile Include="src\cpp\XMLNs.cpp" />
+ <ClCompile Include="src\cpp\XMLObject.cpp" />
+ <ClCompile Include="src\cpp\XMLValidation.cpp" />
+ <ClCompile Include="src\cpp\XMLValidationDTD.cpp" />
+ <ClCompile Include="src\cpp\XMLValidationRelaxNG.cpp" />
+ <ClCompile Include="src\cpp\XMLValidationSchema.cpp" />
+ <ClCompile Include="src\cpp\XMLXPath.cpp" />
+ <ClCompile Include="src\c\DllmainXml.c" />
+ <ClCompile Include="src\c\XMLMlistsManagement.c" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project> \ No newline at end of file