diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-14 17:08:26 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-14 17:08:26 +0300 |
commit | a4431cdb8e722be57f4a34736fbb866433309e92 (patch) | |
tree | b26ac567164ff55f22911605078f9e0d50a98151 /plugins/MirOTR/ekhtml | |
parent | d65c5b1a12841c62376e6481c87ffb6b4e3e6bd8 (diff) |
also we need filters for VS2019 projects
Diffstat (limited to 'plugins/MirOTR/ekhtml')
-rw-r--r-- | plugins/MirOTR/ekhtml/ekhtml_16.vcxproj.filters | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/plugins/MirOTR/ekhtml/ekhtml_16.vcxproj.filters b/plugins/MirOTR/ekhtml/ekhtml_16.vcxproj.filters new file mode 100644 index 0000000000..5b83cbc0c7 --- /dev/null +++ b/plugins/MirOTR/ekhtml/ekhtml_16.vcxproj.filters @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="Quelldateien"> + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> + <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> + </Filter> + <Filter Include="Headerdateien"> + <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> + <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions> + </Filter> + </ItemGroup> + <ItemGroup> + <ClCompile Include="src\ekhtml.c"> + <Filter>Quelldateien</Filter> + </ClCompile> + <ClCompile Include="src\ekhtml_comment.c"> + <Filter>Quelldateien</Filter> + </ClCompile> + <ClCompile Include="src\ekhtml_data.c"> + <Filter>Quelldateien</Filter> + </ClCompile> + <ClCompile Include="src\ekhtml_endtag.c"> + <Filter>Quelldateien</Filter> + </ClCompile> + <ClCompile Include="src\ekhtml_mktables.c"> + <Filter>Quelldateien</Filter> + </ClCompile> + <ClCompile Include="src\ekhtml_special.c"> + <Filter>Quelldateien</Filter> + </ClCompile> + <ClCompile Include="src\ekhtml_starttag.c"> + <Filter>Quelldateien</Filter> + </ClCompile> + <ClCompile Include="src\ekhtml_util.c"> + <Filter>Quelldateien</Filter> + </ClCompile> + <ClCompile Include="src\hash.c"> + <Filter>Quelldateien</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="include\ekhtml.h"> + <Filter>Headerdateien</Filter> + </ClInclude> + <ClInclude Include="include\ekhtml_config.h"> + <Filter>Headerdateien</Filter> + </ClInclude> + <ClInclude Include="include\ekhtml_private.h"> + <Filter>Headerdateien</Filter> + </ClInclude> + <ClInclude Include="include\ekhtml_tables.h"> + <Filter>Headerdateien</Filter> + </ClInclude> + <ClInclude Include="include\hash.h"> + <Filter>Headerdateien</Filter> + </ClInclude> + </ItemGroup> +</Project>
\ No newline at end of file |