blob: 7ca34990f0e1cad184950d3c1a09ce3f40a37ca5 [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>FindJavaLib</ProjectName>
23 <ProjectGuid>{D194C98B-3FA4-4DAB-908A-16C03C15EC35}</ProjectGuid>
24 <RootNamespace>FindJavaLib</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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>StaticLibrary</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 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</OutDir>
David Herman127af492014-10-15 09:03:35 -070069 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</OutDir>
David Herman4a7b8932014-10-10 10:55:47 -070070 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</IntDir>
David Herman127af492014-10-15 09:03:35 -070071 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\..\out\host\windows-x64\$(Configuration)\$(ProjectName)\</IntDir>
David Herman4a7b8932014-10-10 10:55:47 -070072 </PropertyGroup>
73 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74 <ClCompile>
75 <Optimization>Disabled</Optimization>
76 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
77 <MinimalRebuild>true</MinimalRebuild>
78 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
79 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
80 <PrecompiledHeader>
81 </PrecompiledHeader>
82 <WarningLevel>Level3</WarningLevel>
83 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
84 </ClCompile>
85 </ItemDefinitionGroup>
David Herman127af492014-10-15 09:03:35 -070086 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
87 <ClCompile>
88 <Optimization>Disabled</Optimization>
89 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
91 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
92 <PrecompiledHeader>
93 </PrecompiledHeader>
94 <WarningLevel>Level3</WarningLevel>
95 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
96 </ClCompile>
97 </ItemDefinitionGroup>
David Herman4a7b8932014-10-10 10:55:47 -070098 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
99 <ClCompile>
100 <Optimization>MaxSpeed</Optimization>
101 <IntrinsicFunctions>true</IntrinsicFunctions>
102 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
104 <FunctionLevelLinking>true</FunctionLevelLinking>
105 <PrecompiledHeader>
106 </PrecompiledHeader>
107 <WarningLevel>Level3</WarningLevel>
108 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
109 </ClCompile>
110 </ItemDefinitionGroup>
David Herman127af492014-10-15 09:03:35 -0700111 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
112 <ClCompile>
113 <Optimization>MaxSpeed</Optimization>
114 <IntrinsicFunctions>true</IntrinsicFunctions>
115 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
116 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
117 <FunctionLevelLinking>true</FunctionLevelLinking>
118 <PrecompiledHeader>
119 </PrecompiledHeader>
120 <WarningLevel>Level3</WarningLevel>
121 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
122 </ClCompile>
123 </ItemDefinitionGroup>
David Herman4a7b8932014-10-10 10:55:47 -0700124 <ItemGroup>
125 <ClCompile Include="src\source\find_java_lib.cpp" />
126 <ClCompile Include="src\source\utils.cpp" />
127 </ItemGroup>
128 <ItemGroup>
129 <ClInclude Include="src\source\find_java.h" />
130 <ClInclude Include="src\source\utils.h" />
131 </ItemGroup>
132 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
133 <ImportGroup Label="ExtensionTargets">
134 </ImportGroup>
135</Project>