blob: 215a9788b19fa94fd0a1e0e00fdd97c6bc9c4f4c [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>
32 </PropertyGroup>
David Herman127af492014-10-15 09:03:35 -070033 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
34 <ConfigurationType>Application</ConfigurationType>
35 <CharacterSet>MultiByte</CharacterSet>
36 <WholeProgramOptimization>true</WholeProgramOptimization>
37 </PropertyGroup>
David Herman4a7b8932014-10-10 10:55:47 -070038 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
39 <ConfigurationType>Application</ConfigurationType>
40 <CharacterSet>MultiByte</CharacterSet>
41 </PropertyGroup>
David Herman127af492014-10-15 09:03:35 -070042 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
43 <ConfigurationType>Application</ConfigurationType>
44 <CharacterSet>MultiByte</CharacterSet>
45 </PropertyGroup>
David Herman4a7b8932014-10-10 10:55:47 -070046 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
47 <ImportGroup Label="ExtensionSettings">
48 </ImportGroup>
49 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
50 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51 </ImportGroup>
David Herman127af492014-10-15 09:03:35 -070052 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54 </ImportGroup>
David Herman4a7b8932014-10-10 10:55:47 -070055 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
56 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57 </ImportGroup>
David Herman127af492014-10-15 09:03:35 -070058 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60 </ImportGroup>
David Herman4a7b8932014-10-10 10:55:47 -070061 <PropertyGroup Label="UserMacros" />
62 <PropertyGroup>
63 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
64 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</OutDir>
David Herman127af492014-10-15 09:03:35 -070065 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</OutDir>
David Herman4a7b8932014-10-10 10:55:47 -070066 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</IntDir>
David Herman127af492014-10-15 09:03:35 -070067 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</IntDir>
David Herman4a7b8932014-10-10 10:55:47 -070068 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
David Herman127af492014-10-15 09:03:35 -070069 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
David Herman4a7b8932014-10-10 10:55:47 -070070 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</OutDir>
David Herman127af492014-10-15 09:03:35 -070071 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</OutDir>
David Herman4a7b8932014-10-10 10:55:47 -070072 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</IntDir>
David Herman127af492014-10-15 09:03:35 -070073 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</IntDir>
David Herman4a7b8932014-10-10 10:55:47 -070074 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
David Herman127af492014-10-15 09:03:35 -070075 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
76 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)64</TargetName>
77 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)64</TargetName>
David Herman4a7b8932014-10-10 10:55:47 -070078 </PropertyGroup>
79 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
80 <ClCompile>
81 <Optimization>Disabled</Optimization>
82 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
83 <MinimalRebuild>true</MinimalRebuild>
84 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
85 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
86 <PrecompiledHeader>
87 </PrecompiledHeader>
88 <WarningLevel>Level3</WarningLevel>
89 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
90 </ClCompile>
91 <Link>
92 <GenerateDebugInformation>true</GenerateDebugInformation>
93 <SubSystem>Console</SubSystem>
94 <TargetMachine>MachineX86</TargetMachine>
95 </Link>
96 </ItemDefinitionGroup>
David Herman127af492014-10-15 09:03:35 -070097 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
98 <ClCompile>
99 <Optimization>Disabled</Optimization>
100 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
101 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
102 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
103 <PrecompiledHeader>
104 </PrecompiledHeader>
105 <WarningLevel>Level3</WarningLevel>
106 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
107 </ClCompile>
108 <Link>
109 <GenerateDebugInformation>true</GenerateDebugInformation>
110 <SubSystem>Console</SubSystem>
111 </Link>
112 </ItemDefinitionGroup>
David Herman4a7b8932014-10-10 10:55:47 -0700113 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
114 <ClCompile>
115 <Optimization>MaxSpeed</Optimization>
116 <IntrinsicFunctions>true</IntrinsicFunctions>
117 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
119 <FunctionLevelLinking>true</FunctionLevelLinking>
120 <PrecompiledHeader>
121 </PrecompiledHeader>
122 <WarningLevel>Level3</WarningLevel>
123 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
124 </ClCompile>
125 <Link>
126 <GenerateDebugInformation>true</GenerateDebugInformation>
127 <SubSystem>Console</SubSystem>
128 <OptimizeReferences>true</OptimizeReferences>
129 <EnableCOMDATFolding>true</EnableCOMDATFolding>
130 <TargetMachine>MachineX86</TargetMachine>
131 </Link>
132 </ItemDefinitionGroup>
David Herman127af492014-10-15 09:03:35 -0700133 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
134 <ClCompile>
135 <Optimization>MaxSpeed</Optimization>
136 <IntrinsicFunctions>true</IntrinsicFunctions>
137 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
139 <FunctionLevelLinking>true</FunctionLevelLinking>
140 <PrecompiledHeader>
141 </PrecompiledHeader>
142 <WarningLevel>Level3</WarningLevel>
143 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
144 </ClCompile>
145 <Link>
146 <GenerateDebugInformation>true</GenerateDebugInformation>
147 <SubSystem>Console</SubSystem>
148 <OptimizeReferences>true</OptimizeReferences>
149 <EnableCOMDATFolding>true</EnableCOMDATFolding>
150 </Link>
151 </ItemDefinitionGroup>
David Herman4a7b8932014-10-10 10:55:47 -0700152 <ItemGroup>
153 <ClCompile Include="src\source\find_java_exe.cpp" />
154 <ClCompile Include="src\source\find_java_lib.cpp" />
155 <ClCompile Include="src\source\utils.cpp" />
156 </ItemGroup>
157 <ItemGroup>
158 <ClInclude Include="src\source\find_java.h" />
159 <ClInclude Include="src\source\utils.h" />
160 </ItemGroup>
161 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
162 <ImportGroup Label="ExtensionTargets">
163 </ImportGroup>
164</Project>