diff options
author | George Hazan <ghazan@miranda.im> | 2019-06-27 18:32:10 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-06-27 18:32:10 +0300 |
commit | 810ed4dea67b54a18f6ec3f5273d2f8efe08708c (patch) | |
tree | 024fbca72d922a4360b88bd810aac7a520fe9c0e /build | |
parent | ec8594c9a64818ae4e45c4d4c98710dbe1bac03d (diff) |
no. this fix prevents Project Options from being opened in some cases :-(
Diffstat (limited to 'build')
-rw-r--r-- | build/vc.common/common.filters | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/build/vc.common/common.filters b/build/vc.common/common.filters index 4fde6e6ba7..db5ca7471c 100644 --- a/build/vc.common/common.filters +++ b/build/vc.common/common.filters @@ -14,25 +14,4 @@ <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
</Filter>
</ItemGroup>
- <ItemGroup>
- <ClCompile Include="src\stdafx.cxx">
- <Filter>Source Files</Filter>
- </ClCompile>
- <ClCompile Include="src\*.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="src\*.h">
- <Filter>Header Files</Filter>
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ResourceCompile Include="res\*.rc">
- <Filter>Resource Files</Filter>
- </ResourceCompile>
- <ResourceCompile Include="res\*.ico">
- <Filter>Resource Files</Filter>
- </ResourceCompile>
- </ItemGroup>
</Project>
\ No newline at end of file |