Skip to content

Instantly share code, notes, and snippets.

@shuxiao9058
Created August 24, 2014 06:06
Show Gist options
  • Save shuxiao9058/a67d513a039513bdc752 to your computer and use it in GitHub Desktop.
Save shuxiao9058/a67d513a039513bdc752 to your computer and use it in GitHub Desktop.
Microsoft.Cpp.Win32.user,路径:C:\Users\jiya\AppData\Local\Microsoft\MSBuild\v4.0
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ExecutablePath>C:\Program Files (x86)\OpenCV\vc10\bin;$(ExecutablePath)</ExecutablePath>
<IncludePath>C:\Program Files (x86)\OpenCV\include;$(IncludePath)</IncludePath>
<ReferencePath>$(ReferencePath)</ReferencePath>
<LibraryPath>C:\Program Files (x86)\OpenCV\vc10\lib;$(LibraryPath)</LibraryPath>
<SourcePath>$(SourcePath)</SourcePath>
<ExcludePath>$(ExcludePath)</ExcludePath>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<ItemDefinitionGroup />
<ItemGroup />
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment