| 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>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 Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame^] | 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| 34 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 35 | <CharacterSet>MultiByte</CharacterSet>
|
| 36 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 37 | </PropertyGroup>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 39 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 40 | <CharacterSet>MultiByte</CharacterSet>
|
| 41 | </PropertyGroup>
|
| David Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame^] | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| 43 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 44 | <CharacterSet>MultiByte</CharacterSet>
|
| 45 | </PropertyGroup>
|
| David Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 46 | <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 Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame^] | 52 | <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 Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 55 | <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 Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame^] | 58 | <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 Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 61 | <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 Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame^] | 65 | <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] | 66 | <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^] | 67 | <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] | 68 | <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^] | 69 | <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] | 70 | <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^] | 71 | <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] | 72 | </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 Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame^] | 86 | <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 Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 98 | <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 Herman | 127af49 | 2014-10-15 09:03:35 -0700 | [diff] [blame^] | 111 | <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 Herman | 4a7b893 | 2014-10-10 10:55:47 -0700 | [diff] [blame] | 124 | <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> |