| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | <ItemGroup Label="ProjectConfigurations">
|
| 4 | <ProjectConfiguration Include="Debug|Win32">
|
| 5 | <Configuration>Debug</Configuration>
|
| 6 | <Platform>Win32</Platform>
|
| 7 | </ProjectConfiguration>
|
| 8 | <ProjectConfiguration Include="Release|Win32">
|
| 9 | <Configuration>Release</Configuration>
|
| 10 | <Platform>Win32</Platform>
|
| 11 | </ProjectConfiguration>
|
| 12 | </ItemGroup>
|
| 13 | <PropertyGroup Label="Globals">
|
| 14 | <ProjectName>FindJavaExe</ProjectName>
|
| 15 | <ProjectGuid>{F116176E-AE3E-42E6-9249-663F49FAAFAE}</ProjectGuid>
|
| 16 | <RootNamespace>FindJavaExe</RootNamespace>
|
| 17 | <Keyword>Win32Proj</Keyword>
|
| 18 | </PropertyGroup>
|
| 19 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 20 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 21 | <ConfigurationType>Application</ConfigurationType>
|
| 22 | <CharacterSet>MultiByte</CharacterSet>
|
| 23 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 24 | </PropertyGroup>
|
| 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 26 | <ConfigurationType>Application</ConfigurationType>
|
| 27 | <CharacterSet>MultiByte</CharacterSet>
|
| 28 | </PropertyGroup>
|
| 29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 30 | <ImportGroup Label="ExtensionSettings">
|
| 31 | </ImportGroup>
|
| 32 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
| 33 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 34 | </ImportGroup>
|
| 35 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
| 36 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 37 | </ImportGroup>
|
| 38 | <PropertyGroup Label="UserMacros" />
|
| 39 | <PropertyGroup>
|
| 40 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
| 41 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</OutDir>
|
| 42 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</IntDir>
|
| 43 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
| 44 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</OutDir>
|
| 45 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</IntDir>
|
| 46 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
| 47 | </PropertyGroup>
|
| 48 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 49 | <ClCompile>
|
| 50 | <Optimization>Disabled</Optimization>
|
| 51 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 52 | <MinimalRebuild>true</MinimalRebuild>
|
| 53 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| 54 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
| 55 | <PrecompiledHeader>
|
| 56 | </PrecompiledHeader>
|
| 57 | <WarningLevel>Level3</WarningLevel>
|
| 58 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
| 59 | </ClCompile>
|
| 60 | <Link>
|
| 61 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 62 | <SubSystem>Console</SubSystem>
|
| 63 | <TargetMachine>MachineX86</TargetMachine>
|
| 64 | </Link>
|
| 65 | </ItemDefinitionGroup>
|
| 66 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 67 | <ClCompile>
|
| 68 | <Optimization>MaxSpeed</Optimization>
|
| 69 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 70 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 71 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
| 72 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 73 | <PrecompiledHeader>
|
| 74 | </PrecompiledHeader>
|
| 75 | <WarningLevel>Level3</WarningLevel>
|
| 76 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| 77 | </ClCompile>
|
| 78 | <Link>
|
| 79 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 80 | <SubSystem>Console</SubSystem>
|
| 81 | <OptimizeReferences>true</OptimizeReferences>
|
| 82 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 83 | <TargetMachine>MachineX86</TargetMachine>
|
| 84 | </Link>
|
| 85 | </ItemDefinitionGroup>
|
| 86 | <ItemGroup>
|
| 87 | <ClCompile Include="src\source\find_java_exe.cpp" />
|
| 88 | <ClCompile Include="src\source\find_java_lib.cpp" />
|
| 89 | <ClCompile Include="src\source\utils.cpp" />
|
| 90 | </ItemGroup>
|
| 91 | <ItemGroup>
|
| 92 | <ClInclude Include="src\source\find_java.h" />
|
| 93 | <ClInclude Include="src\source\utils.h" />
|
| 94 | </ItemGroup>
|
| 95 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 96 | <ImportGroup Label="ExtensionTargets">
|
| 97 | </ImportGroup>
|
| 98 | </Project> |