diff options
author | George Hazan <george.hazan@gmail.com> | 2013-07-29 14:09:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-07-29 14:09:21 +0000 |
commit | c23dc541407d41665fa3bfdda2977f6b31694c68 (patch) | |
tree | 8fb2693bea3b0762f5b1bfd5a9924665c6e0966e /plugins/AVS/avs_11.vcxproj | |
parent | b648ec6c38c0a2b8ea50ecdb167f41557e2e2584 (diff) |
- resource cleanup removed from ME_SYSTEM_OKTOEXIT;
- old unused files removed;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@5524 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/avs_11.vcxproj')
-rw-r--r-- | plugins/AVS/avs_11.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/AVS/avs_11.vcxproj b/plugins/AVS/avs_11.vcxproj index afd336fb42..9d4563fec1 100644 --- a/plugins/AVS/avs_11.vcxproj +++ b/plugins/AVS/avs_11.vcxproj @@ -214,7 +214,6 @@ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
- <ClCompile Include="src\mir_thread.cpp" />
<ClCompile Include="src\options.cpp" />
<ClCompile Include="src\poll.cpp" />
<ClCompile Include="src\main.cpp" />
@@ -223,7 +222,6 @@ <ClInclude Include="src\acc.h" />
<ClInclude Include="src\commonheaders.h" />
<ClInclude Include="src\image_utils.h" />
- <ClInclude Include="src\mir_thread.h" />
<ClInclude Include="src\poll.h" />
<ClInclude Include="src\version.h" />
</ItemGroup>
|