diff options
Diffstat (limited to 'plugins/ClientChangeNotify/ClientChangeNotify.vcxproj')
-rw-r--r-- | plugins/ClientChangeNotify/ClientChangeNotify.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj index 65f974c0c0..5c6ce58b0f 100644 --- a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj +++ b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj @@ -176,13 +176,14 @@ </ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="src\ClientChangeNotify.cpp">
+ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\CommonLibs\CString.cpp" />
<ClCompile Include="src\OptDlg.cpp" />
<ClCompile Include="..\CommonLibs\Options.cpp" />
<ClCompile Include="..\CommonLibs\pcre.cpp" />
+ <ClCompile Include="src\ClientChangeNotify.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\Common.h" />
|