diff options
Diffstat (limited to 'vcpkg/ports/chakracore/no-warning-as-error.props')
| -rw-r--r-- | vcpkg/ports/chakracore/no-warning-as-error.props | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/chakracore/no-warning-as-error.props b/vcpkg/ports/chakracore/no-warning-as-error.props new file mode 100644 index 0000000..6020ed1 --- /dev/null +++ b/vcpkg/ports/chakracore/no-warning-as-error.props @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemDefinitionGroup> + <ClCompile> + <TreatWarningAsError>false</TreatWarningAsError> + </ClCompile> + </ItemDefinitionGroup> +</Project> |