Skip to content

Instantly share code, notes, and snippets.

@UnaNancyOwen
Created January 8, 2016 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UnaNancyOwen/78c8ecf57fd8bb5bdd8e to your computer and use it in GitHub Desktop.
Save UnaNancyOwen/78c8ecf57fd8bb5bdd8e to your computer and use it in GitHub Desktop.
Property Sheet for OpenMP
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets"/>
<!-- All Configurations|All Platforms -->
<ItemDefinitionGroup>
<ClCompile>
<OpenMPSupport>true</OpenMPSupport>
</ClCompile>
</ItemDefinitionGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment