﻿<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <ItemGroup>
    <None Include="com\sun\java\accessibility\internal\AccessBridge.java" />
    <None Include="com\sun\java\accessibility\internal\ProviderImpl.java" />
  </ItemGroup>
  <PropertyGroup Label="InitialProjectSettings">
    <ConfigurationType>Makefile</ConfigurationType>
    <ProjectName>AccessBridge</ProjectName>
    <SolutionDir Condition="'$(BuildingInsideVisualStudio)'!='true'">$([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)', 'JavaAccessBridge.sln'))\</SolutionDir>
  </PropertyGroup>
  <Import Project="..\PropertySheets\Globals.props" />
  <PropertyGroup Label="Globals">
    <ProjectGuid>{7C1FBD68-A9A4-4F43-A955-28BE053C9597}</ProjectGuid>
    <Keyword>MakeFileProj</Keyword>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <UseDebugLibraries>true</UseDebugLibraries>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <UseDebugLibraries>false</UseDebugLibraries>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="..\PropertySheets\yekneb.props" />
    <Import Project="..\PropertySheets\JAB.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <NMakeOutput>AccessBridge.exe</NMakeOutput>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <NMakeOutput>$(OutDir)\access-bridge.jar</NMakeOutput>
    <NMakeBuildCommandLine>nmake /nologo /f $(ProjectName).mak all JDK_HOME=&quot;$(JDK_HOME)&quot;</NMakeBuildCommandLine>
    <NMakeCleanCommandLine>nmake /nologo /f $(ProjectName).mak clean JDK_HOME=&quot;$(JDK_HOME)&quot;</NMakeCleanCommandLine>
    <NMakeReBuildCommandLine>nmake /nologo /f $(ProjectName).mak clean all JDK_HOME=&quot;$(JDK_HOME)&quot;</NMakeReBuildCommandLine>
  </PropertyGroup>
  <ItemDefinitionGroup>
  </ItemDefinitionGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>
