| 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>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 8 | <ProjectConfiguration Include="Debug|x64">
|
| 9 | <Configuration>Debug</Configuration>
|
| 10 | <Platform>x64</Platform>
|
| 11 | </ProjectConfiguration>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 12 | <ProjectConfiguration Include="Release|Win32">
|
| 13 | <Configuration>Release</Configuration>
|
| 14 | <Platform>Win32</Platform>
|
| 15 | </ProjectConfiguration>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 16 | <ProjectConfiguration Include="Release|x64">
|
| 17 | <Configuration>Release</Configuration>
|
| 18 | <Platform>x64</Platform>
|
| 19 | </ProjectConfiguration>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 20 | </ItemGroup>
|
| 21 | <PropertyGroup Label="Globals">
|
| 22 | <ProjectName>FindJavaExe</ProjectName>
|
| 23 | <ProjectGuid>{F116176E-AE3E-42E6-9249-663F49FAAFAE}</ProjectGuid>
|
| 24 | <RootNamespace>FindJavaExe</RootNamespace>
|
| 25 | <Keyword>Win32Proj</Keyword>
|
| 26 | </PropertyGroup>
|
| 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 29 | <ConfigurationType>Application</ConfigurationType>
|
| 30 | <CharacterSet>MultiByte</CharacterSet>
|
| 31 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| David Herman | b5298b1 | 2014-10-23 10:32:17 -0700 | [diff] [blame] | 32 | <UseOfMfc>Static</UseOfMfc>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 33 | </PropertyGroup>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| 35 | <ConfigurationType>Application</ConfigurationType>
|
| 36 | <CharacterSet>MultiByte</CharacterSet>
|
| 37 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| David Herman | b5298b1 | 2014-10-23 10:32:17 -0700 | [diff] [blame] | 38 | <UseOfMfc>Static</UseOfMfc>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 39 | </PropertyGroup>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 41 | <ConfigurationType>Application</ConfigurationType>
|
| 42 | <CharacterSet>MultiByte</CharacterSet>
|
| David Herman | b5298b1 | 2014-10-23 10:32:17 -0700 | [diff] [blame] | 43 | <UseOfMfc>Static</UseOfMfc>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 44 | </PropertyGroup>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| 46 | <ConfigurationType>Application</ConfigurationType>
|
| 47 | <CharacterSet>MultiByte</CharacterSet>
|
| David Herman | b5298b1 | 2014-10-23 10:32:17 -0700 | [diff] [blame] | 48 | <UseOfMfc>Static</UseOfMfc>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 49 | </PropertyGroup>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 50 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 51 | <ImportGroup Label="ExtensionSettings">
|
| 52 | </ImportGroup>
|
| 53 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
| 54 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 55 | </ImportGroup>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 56 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
| 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 58 | </ImportGroup>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 59 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
| 60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 61 | </ImportGroup>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 62 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
| 63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 64 | </ImportGroup>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 65 | <PropertyGroup Label="UserMacros" />
|
| 66 | <PropertyGroup>
|
| 67 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
| 68 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</OutDir>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 69 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</OutDir>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 70 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</IntDir>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 71 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</IntDir>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 72 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 73 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 74 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</OutDir>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 75 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</OutDir>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 76 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</IntDir>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 77 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</IntDir>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 78 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 79 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
| David Herman | b5298b1 | 2014-10-23 10:32:17 -0700 | [diff] [blame] | 80 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">find_java64</TargetName>
|
| 81 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">find_java64</TargetName>
|
| 82 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)32</TargetName>
|
| 83 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">find_java32</TargetName>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 84 | </PropertyGroup>
|
| 85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 86 | <ClCompile>
|
| 87 | <Optimization>Disabled</Optimization>
|
| 88 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 89 | <MinimalRebuild>true</MinimalRebuild>
|
| 90 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| David Herman | b5298b1 | 2014-10-23 10:32:17 -0700 | [diff] [blame] | 91 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 92 | <PrecompiledHeader>
|
| 93 | </PrecompiledHeader>
|
| 94 | <WarningLevel>Level3</WarningLevel>
|
| 95 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
| 96 | </ClCompile>
|
| 97 | <Link>
|
| 98 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 99 | <SubSystem>Console</SubSystem>
|
| 100 | <TargetMachine>MachineX86</TargetMachine>
|
| David Herman | b5298b1 | 2014-10-23 10:32:17 -0700 | [diff] [blame] | 101 | <AdditionalDependencies>user32.lib;advapi32.lib;shell32.lib</AdditionalDependencies>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 102 | </Link>
|
| 103 | </ItemDefinitionGroup>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 104 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 105 | <ClCompile>
|
| 106 | <Optimization>Disabled</Optimization>
|
| 107 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 108 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| David Herman | b5298b1 | 2014-10-23 10:32:17 -0700 | [diff] [blame] | 109 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 110 | <PrecompiledHeader>
|
| 111 | </PrecompiledHeader>
|
| 112 | <WarningLevel>Level3</WarningLevel>
|
| 113 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| 114 | </ClCompile>
|
| 115 | <Link>
|
| 116 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 117 | <SubSystem>Console</SubSystem>
|
| David Herman | b5298b1 | 2014-10-23 10:32:17 -0700 | [diff] [blame] | 118 | <AdditionalDependencies>user32.lib;advapi32.lib;shell32.lib</AdditionalDependencies>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 119 | </Link>
|
| 120 | </ItemDefinitionGroup>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 121 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 122 | <ClCompile>
|
| 123 | <Optimization>MaxSpeed</Optimization>
|
| 124 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 125 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| David Herman | b5298b1 | 2014-10-23 10:32:17 -0700 | [diff] [blame] | 126 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 127 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 128 | <PrecompiledHeader>
|
| 129 | </PrecompiledHeader>
|
| 130 | <WarningLevel>Level3</WarningLevel>
|
| 131 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| 132 | </ClCompile>
|
| 133 | <Link>
|
| 134 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 135 | <SubSystem>Console</SubSystem>
|
| 136 | <OptimizeReferences>true</OptimizeReferences>
|
| 137 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 138 | <TargetMachine>MachineX86</TargetMachine>
|
| David Herman | b5298b1 | 2014-10-23 10:32:17 -0700 | [diff] [blame] | 139 | <AdditionalDependencies>user32.lib;advapi32.lib;shell32.lib</AdditionalDependencies>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 140 | </Link>
|
| 141 | </ItemDefinitionGroup>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 142 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 143 | <ClCompile>
|
| 144 | <Optimization>MaxSpeed</Optimization>
|
| 145 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 146 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| David Herman | b5298b1 | 2014-10-23 10:32:17 -0700 | [diff] [blame] | 147 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 148 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 149 | <PrecompiledHeader>
|
| 150 | </PrecompiledHeader>
|
| 151 | <WarningLevel>Level3</WarningLevel>
|
| 152 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| 153 | </ClCompile>
|
| 154 | <Link>
|
| 155 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 156 | <SubSystem>Console</SubSystem>
|
| 157 | <OptimizeReferences>true</OptimizeReferences>
|
| 158 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| David Herman | b5298b1 | 2014-10-23 10:32:17 -0700 | [diff] [blame] | 159 | <AdditionalDependencies>user32.lib;advapi32.lib;shell32.lib</AdditionalDependencies>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame] | 160 | </Link>
|
| 161 | </ItemDefinitionGroup>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 162 | <ItemGroup>
|
| 163 | <ClCompile Include="src\source\find_java_exe.cpp" />
|
| 164 | <ClCompile Include="src\source\find_java_lib.cpp" />
|
| 165 | <ClCompile Include="src\source\utils.cpp" />
|
| 166 | </ItemGroup>
|
| 167 | <ItemGroup>
|
| 168 | <ClInclude Include="src\source\find_java.h" />
|
| 169 | <ClInclude Include="src\source\utils.h" />
|
| 170 | </ItemGroup>
|
| 171 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 172 | <ImportGroup Label="ExtensionTargets">
|
| 173 | </ImportGroup>
|
| 174 | </Project> |