summaryrefslogtreecommitdiff
path: root/deps/gyp/test/msvs/props/AppName.props
blob: b688f663d588131b0a15e148b7495743ec6efc75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup Label="UserMacros">
    <AppName>Greet</AppName>
  </PropertyGroup>
  <PropertyGroup>
    <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  </PropertyGroup>
  <ItemGroup>
    <BuildMacro Include="AppName">
      <Value>$(AppName)</Value>
    </BuildMacro>
  </ItemGroup>
</Project>