diff options
Diffstat (limited to 'builds/msvc/properties/Precompiled.props')
-rw-r--r-- | builds/msvc/properties/Precompiled.props | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/builds/msvc/properties/Precompiled.props b/builds/msvc/properties/Precompiled.props new file mode 100644 index 0000000..0909cba --- /dev/null +++ b/builds/msvc/properties/Precompiled.props @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> + <_PropertySheetDisplayName>Precompiled Headers</_PropertySheetDisplayName> + </PropertyGroup> + <ItemDefinitionGroup> + <ClCompile> + <PrecompiledHeader>Use</PrecompiledHeader> + <PrecompiledHeaderFile>precompiled.hpp</PrecompiledHeaderFile> + <ForcedIncludeFiles>precompiled.hpp</ForcedIncludeFiles> + </ClCompile> + </ItemDefinitionGroup> +</Project>
\ No newline at end of file |