| 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>
|
| 8 | <ProjectConfiguration Include="Release|Win32">
|
| 9 | <Configuration>Release</Configuration>
|
| 10 | <Platform>Win32</Platform>
|
| 11 | </ProjectConfiguration>
|
| 12 | </ItemGroup>
|
| 13 | <PropertyGroup Label="Globals">
|
| 14 | <ProjectName>FindJavaLib</ProjectName>
|
| 15 | <ProjectGuid>{D194C98B-3FA4-4DAB-908A-16C03C15EC35}</ProjectGuid>
|
| 16 | <RootNamespace>FindJavaLib</RootNamespace>
|
| 17 | <Keyword>Win32Proj</Keyword>
|
| 18 | </PropertyGroup>
|
| 19 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 20 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 21 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 22 | <CharacterSet>MultiByte</CharacterSet>
|
| 23 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 24 | </PropertyGroup>
|
| 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 26 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 27 | <CharacterSet>MultiByte</CharacterSet>
|
| 28 | </PropertyGroup>
|
| 29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 30 | <ImportGroup Label="ExtensionSettings">
|
| 31 | </ImportGroup>
|
| 32 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
| 33 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 34 | </ImportGroup>
|
| 35 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
| 36 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 37 | </ImportGroup>
|
| 38 | <PropertyGroup Label="UserMacros" />
|
| 39 | <PropertyGroup>
|
| 40 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
| 41 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</OutDir>
|
| 42 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</IntDir>
|
| 43 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</OutDir>
|
| 44 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\</IntDir>
|
| 45 | </PropertyGroup>
|
| 46 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 47 | <ClCompile>
|
| 48 | <Optimization>Disabled</Optimization>
|
| 49 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 50 | <MinimalRebuild>true</MinimalRebuild>
|
| 51 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| 52 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
| 53 | <PrecompiledHeader>
|
| 54 | </PrecompiledHeader>
|
| 55 | <WarningLevel>Level3</WarningLevel>
|
| 56 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
| 57 | </ClCompile>
|
| 58 | </ItemDefinitionGroup>
|
| 59 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 60 | <ClCompile>
|
| 61 | <Optimization>MaxSpeed</Optimization>
|
| 62 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 63 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 64 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
| 65 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 66 | <PrecompiledHeader>
|
| 67 | </PrecompiledHeader>
|
| 68 | <WarningLevel>Level3</WarningLevel>
|
| 69 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| 70 | </ClCompile>
|
| 71 | </ItemDefinitionGroup>
|
| 72 | <ItemGroup>
|
| 73 | <ClCompile Include="src\source\find_java_lib.cpp" />
|
| 74 | <ClCompile Include="src\source\utils.cpp" />
|
| 75 | </ItemGroup>
|
| 76 | <ItemGroup>
|
| 77 | <ClInclude Include="src\source\find_java.h" />
|
| 78 | <ClInclude Include="src\source\utils.h" />
|
| 79 | </ItemGroup>
|
| 80 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 81 | <ImportGroup Label="ExtensionTargets">
|
| 82 | </ImportGroup>
|
| 83 | </Project> |