mirror of https://github.com/c-ares/c-ares.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
688 B
19 lines
688 B
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup Label="UserMacros"> |
|
<GTestDir>../../gtest</GTestDir> |
|
</PropertyGroup> |
|
<PropertyGroup> |
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
|
</PropertyGroup> |
|
<ItemDefinitionGroup> |
|
<ClCompile> |
|
<AdditionalIncludeDirectories>$(GTestDir)/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
</ClCompile> |
|
</ItemDefinitionGroup> |
|
<ItemGroup> |
|
<BuildMacro Include="GTestDir"> |
|
<Value>$(GTestDir)</Value> |
|
</BuildMacro> |
|
</ItemGroup> |
|
</Project>
|
|
|