diff options
Diffstat (limited to 'protocols/Tox/proto_tox')
-rw-r--r-- | protocols/Tox/proto_tox/Proto_Tox.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/Tox/proto_tox/Proto_Tox.vcxproj b/protocols/Tox/proto_tox/Proto_Tox.vcxproj index 6d0059c70f..e9a6ae84c0 100644 --- a/protocols/Tox/proto_tox/Proto_Tox.vcxproj +++ b/protocols/Tox/proto_tox/Proto_Tox.vcxproj @@ -25,4 +25,9 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\..\build\vc.common\icons.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ </ItemGroup>
</Project>
\ No newline at end of file |