diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-27 10:33:37 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-27 10:33:37 +0000 |
commit | 9291fbdf04bc65fe05611d1a60e586feb86402cc (patch) | |
tree | 82ead844915fa258ea9d65706f20d4699c0a3882 /plugins/AutoShutdown/shutdown_10.vcxproj | |
parent | e320322cbd54511940679b315ec68c37164975fc (diff) |
not needed code removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11654 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoShutdown/shutdown_10.vcxproj')
-rw-r--r-- | plugins/AutoShutdown/shutdown_10.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/AutoShutdown/shutdown_10.vcxproj b/plugins/AutoShutdown/shutdown_10.vcxproj index 03c80f4b87..6f5b364687 100644 --- a/plugins/AutoShutdown/shutdown_10.vcxproj +++ b/plugins/AutoShutdown/shutdown_10.vcxproj @@ -192,6 +192,9 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClCompile Include="..\Utils\mir_fonts.cpp">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
<ClCompile Include="src\cpuusage.cpp" />
<ClCompile Include="src\frame.cpp" />
<ClCompile Include="src\stdafx.cpp">
|