blob: 67ebf7120d012faf4d9f5e4ae4374776b0c8ca93 [file] [log] [blame]
David Herman4a7b8932014-10-10 10:55:47 -07001<?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 Herman127af492014-10-15 09:03:35 -07008 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
David Herman4a7b8932014-10-10 10:55:47 -070012 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
David Herman127af492014-10-15 09:03:35 -070016 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
David Herman4a7b8932014-10-10 10:55:47 -070020 </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 Hermanb5298b12014-10-23 10:32:17 -070032 <UseOfMfc>Static</UseOfMfc>
David Herman4a7b8932014-10-10 10:55:47 -070033 </PropertyGroup>
David Herman127af492014-10-15 09:03:35 -070034 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
35 <ConfigurationType>Application</ConfigurationType>
36 <CharacterSet>MultiByte</CharacterSet>
37 <WholeProgramOptimization>true</WholeProgramOptimization>
David Hermanb5298b12014-10-23 10:32:17 -070038 <UseOfMfc>Static</UseOfMfc>
David Herman127af492014-10-15 09:03:35 -070039 </PropertyGroup>
David Herman4a7b8932014-10-10 10:55:47 -070040 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
41 <ConfigurationType>Application</ConfigurationType>
42 <CharacterSet>MultiByte</CharacterSet>
David Hermanb5298b12014-10-23 10:32:17 -070043 <UseOfMfc>Static</UseOfMfc>
David Herman4a7b8932014-10-10 10:55:47 -070044 </PropertyGroup>
David Herman127af492014-10-15 09:03:35 -070045 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
46 <ConfigurationType>Application</ConfigurationType>
47 <CharacterSet>MultiByte</CharacterSet>
David Hermanb5298b12014-10-23 10:32:17 -070048 <UseOfMfc>Static</UseOfMfc>
David Herman127af492014-10-15 09:03:35 -070049 </PropertyGroup>
David Herman4a7b8932014-10-10 10:55:47 -070050 <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 Herman127af492014-10-15 09:03:35 -070056 <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 Herman4a7b8932014-10-10 10:55:47 -070059 <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 Herman127af492014-10-15 09:03:35 -070062 <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 Herman4a7b8932014-10-10 10:55:47 -070065 <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 Herman127af492014-10-15 09:03:35 -070069 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</OutDir>
David Herman4a7b8932014-10-10 10:55:47 -070070 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</IntDir>
David Herman127af492014-10-15 09:03:35 -070071 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</IntDir>
David Herman4a7b8932014-10-10 10:55:47 -070072 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
David Herman127af492014-10-15 09:03:35 -070073 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
David Herman4a7b8932014-10-10 10:55:47 -070074 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</OutDir>
David Herman127af492014-10-15 09:03:35 -070075 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</OutDir>
David Herman4a7b8932014-10-10 10:55:47 -070076 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</IntDir>
David Herman127af492014-10-15 09:03:35 -070077 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</IntDir>
David Herman4a7b8932014-10-10 10:55:47 -070078 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
David Herman127af492014-10-15 09:03:35 -070079 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
David Hermanb5298b12014-10-23 10:32:17 -070080 <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 Herman4a7b8932014-10-10 10:55:47 -070084 </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 Hermanb5298b12014-10-23 10:32:17 -070091 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
David Herman4a7b8932014-10-10 10:55:47 -070092 <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 Hermanb5298b12014-10-23 10:32:17 -0700101 <AdditionalDependencies>user32.lib;advapi32.lib;shell32.lib</AdditionalDependencies>
David Herman4a7b8932014-10-10 10:55:47 -0700102 </Link>
103 </ItemDefinitionGroup>
David Herman127af492014-10-15 09:03:35 -0700104 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
105 <ClCompile>
106 <Optimization>Disabled</Optimization>
107 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
108 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
David Hermanb5298b12014-10-23 10:32:17 -0700109 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
David Herman127af492014-10-15 09:03:35 -0700110 <PrecompiledHeader>
111 </PrecompiledHeader>
112 <WarningLevel>Level3</WarningLevel>
113 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
114 </ClCompile>
115 <Link>
116 <GenerateDebugInformation>true</GenerateDebugInformation>
117 <SubSystem>Console</SubSystem>
David Hermanb5298b12014-10-23 10:32:17 -0700118 <AdditionalDependencies>user32.lib;advapi32.lib;shell32.lib</AdditionalDependencies>
David Herman127af492014-10-15 09:03:35 -0700119 </Link>
120 </ItemDefinitionGroup>
David Herman4a7b8932014-10-10 10:55:47 -0700121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
122 <ClCompile>
123 <Optimization>MaxSpeed</Optimization>
124 <IntrinsicFunctions>true</IntrinsicFunctions>
125 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
David Hermanb5298b12014-10-23 10:32:17 -0700126 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
David Herman4a7b8932014-10-10 10:55:47 -0700127 <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 Hermanb5298b12014-10-23 10:32:17 -0700139 <AdditionalDependencies>user32.lib;advapi32.lib;shell32.lib</AdditionalDependencies>
David Herman4a7b8932014-10-10 10:55:47 -0700140 </Link>
141 </ItemDefinitionGroup>
David Herman127af492014-10-15 09:03:35 -0700142 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
143 <ClCompile>
144 <Optimization>MaxSpeed</Optimization>
145 <IntrinsicFunctions>true</IntrinsicFunctions>
146 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
David Hermanb5298b12014-10-23 10:32:17 -0700147 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
David Herman127af492014-10-15 09:03:35 -0700148 <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 Hermanb5298b12014-10-23 10:32:17 -0700159 <AdditionalDependencies>user32.lib;advapi32.lib;shell32.lib</AdditionalDependencies>
David Herman127af492014-10-15 09:03:35 -0700160 </Link>
161 </ItemDefinitionGroup>
David Herman4a7b8932014-10-10 10:55:47 -0700162 <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>