summaryrefslogtreecommitdiff
path: root/build/vs/pjproject-vs14-win32-common-defaults.props
blob: 549ff614001fc4b3d3a7adf7c1375e31b0f5a772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="PropertySheets">    
  </ImportGroup>
  <PropertyGroup Label="UserMacros">
    <TargetCPU>i386</TargetCPU>
  </PropertyGroup>
  <PropertyGroup>
    <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <Link>
      <SubSystem>Console</SubSystem>
      <TargetMachine>MachineX86</TargetMachine>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <BuildMacro Include="TargetCPU">
      <Value>$(TargetCPU)</Value>
    </BuildMacro>
  </ItemGroup>
</Project>