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="Debug|x64">
9      <Configuration>Debug</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release|Win32">
13      <Configuration>Release</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|x64">
17      <Configuration>Release</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
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>
32    <UseOfMfc>Static</UseOfMfc>
33  </PropertyGroup>
34  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
35    <ConfigurationType>Application</ConfigurationType>
36    <CharacterSet>MultiByte</CharacterSet>
37    <WholeProgramOptimization>true</WholeProgramOptimization>
38    <UseOfMfc>Static</UseOfMfc>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
41    <ConfigurationType>Application</ConfigurationType>
42    <CharacterSet>MultiByte</CharacterSet>
43    <UseOfMfc>Static</UseOfMfc>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
46    <ConfigurationType>Application</ConfigurationType>
47    <CharacterSet>MultiByte</CharacterSet>
48    <UseOfMfc>Static</UseOfMfc>
49  </PropertyGroup>
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>
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>
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>
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>
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>
69    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</OutDir>
70    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</IntDir>
71    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</IntDir>
72    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
73    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
74    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</OutDir>
75    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</OutDir>
76    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</IntDir>
77    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</IntDir>
78    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
79    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
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>
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>
91      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
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>
101      <AdditionalDependencies>user32.lib;advapi32.lib;shell32.lib</AdditionalDependencies>
102    </Link>
103  </ItemDefinitionGroup>
104  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
105    <ClCompile>
106      <Optimization>Disabled</Optimization>
107      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
108      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
109      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
110      <PrecompiledHeader>
111      </PrecompiledHeader>
112      <WarningLevel>Level3</WarningLevel>
113      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
114    </ClCompile>
115    <Link>
116      <GenerateDebugInformation>true</GenerateDebugInformation>
117      <SubSystem>Console</SubSystem>
118      <AdditionalDependencies>user32.lib;advapi32.lib;shell32.lib</AdditionalDependencies>
119    </Link>
120  </ItemDefinitionGroup>
121  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
122    <ClCompile>
123      <Optimization>MaxSpeed</Optimization>
124      <IntrinsicFunctions>true</IntrinsicFunctions>
125      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
126      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
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>
139      <AdditionalDependencies>user32.lib;advapi32.lib;shell32.lib</AdditionalDependencies>
140    </Link>
141  </ItemDefinitionGroup>
142  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
143    <ClCompile>
144      <Optimization>MaxSpeed</Optimization>
145      <IntrinsicFunctions>true</IntrinsicFunctions>
146      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
147      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
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>
159      <AdditionalDependencies>user32.lib;advapi32.lib;shell32.lib</AdditionalDependencies>
160    </Link>
161  </ItemDefinitionGroup>
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>