diff options
| author | George Hazan <george.hazan@gmail.com> | 2015-01-03 19:12:56 +0000 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2015-01-03 19:12:56 +0000 |
| commit | 04240b70a17a7bf414f6d9eb7ac7ee8d1ff10117 (patch) | |
| tree | b52856127d54655838a76eb6f3e0b05492c30780 /plugins/OpenSSL/OpenSSL_10.vcxproj.filters | |
| parent | 2202f1f076129f1cc4ffb11bcb27a204ecd4efdd (diff) | |
OpenSSL - initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@11751 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/OpenSSL/OpenSSL_10.vcxproj.filters')
| -rw-r--r-- | plugins/OpenSSL/OpenSSL_10.vcxproj.filters | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/plugins/OpenSSL/OpenSSL_10.vcxproj.filters b/plugins/OpenSSL/OpenSSL_10.vcxproj.filters new file mode 100644 index 0000000000..64e7b52f1d --- /dev/null +++ b/plugins/OpenSSL/OpenSSL_10.vcxproj.filters @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Source Files">
+ <UniqueIdentifier>{5c074c9e-6c66-4233-bbd3-a50170fccf47}</UniqueIdentifier>
+ <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions>
+ </Filter>
+ <Filter Include="Header Files">
+ <UniqueIdentifier>{e30af2c4-42d4-4342-8eb9-2dbca157c6bb}</UniqueIdentifier>
+ <Extensions>h;hpp;hxx;hm;inl</Extensions>
+ </Filter>
+ <Filter Include="Resource Files">
+ <UniqueIdentifier>{9208a050-ffae-47fa-bc98-4ca4f79d37d7}</UniqueIdentifier>
+ <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="src\commonheaders.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="src\main.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="src\ssl_openssl.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\commonheaders.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ <ClInclude Include="src\version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\version.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ </ItemGroup>
+</Project>
\ No newline at end of file |
