amplitude.vcxproj (5754B)
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 <ProjectConfiguration Include="Retail|Win32"> 13 <Configuration>Retail</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 </ItemGroup> 17 <ItemGroup> 18 <ClCompile Include="amplitude.cpp" /> 19 </ItemGroup> 20 <PropertyGroup Label="Globals"> 21 <ProjectGuid>{57DBA8C7-2BBF-44CA-8189-600F90DC29DD}</ProjectGuid> 22 <Keyword>Win32Proj</Keyword> 23 <RootNamespace>amplitude</RootNamespace> 24 <SccProjectName> 25 </SccProjectName> 26 <SccAuxPath> 27 </SccAuxPath> 28 <SccLocalPath> 29 </SccLocalPath> 30 <SccProvider> 31 </SccProvider> 32 </PropertyGroup> 33 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 35 <ConfigurationType>Application</ConfigurationType> 36 <UseDebugLibraries>true</UseDebugLibraries> 37 <CharacterSet>Unicode</CharacterSet> 38 </PropertyGroup> 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 40 <ConfigurationType>Application</ConfigurationType> 41 <UseDebugLibraries>false</UseDebugLibraries> 42 <WholeProgramOptimization>true</WholeProgramOptimization> 43 <CharacterSet>Unicode</CharacterSet> 44 </PropertyGroup> 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Retail|Win32'" Label="Configuration"> 46 <ConfigurationType>Application</ConfigurationType> 47 <UseDebugLibraries>false</UseDebugLibraries> 48 <WholeProgramOptimization>true</WholeProgramOptimization> 49 <CharacterSet>Unicode</CharacterSet> 50 </PropertyGroup> 51 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 52 <ImportGroup Label="ExtensionSettings"> 53 </ImportGroup> 54 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 55 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 56 </ImportGroup> 57 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 59 </ImportGroup> 60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Retail|Win32'" Label="PropertySheets"> 61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 62 </ImportGroup> 63 <PropertyGroup Label="UserMacros" /> 64 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 65 <LinkIncremental>true</LinkIncremental> 66 <OutDir>$(Configuration)\</OutDir> 67 </PropertyGroup> 68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 69 <LinkIncremental>false</LinkIncremental> 70 <OutDir>$(Configuration)\</OutDir> 71 </PropertyGroup> 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Retail|Win32'"> 73 <LinkIncremental>false</LinkIncremental> 74 <OutDir>$(Configuration)\</OutDir> 75 </PropertyGroup> 76 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 77 <ClCompile> 78 <PrecompiledHeader> 79 </PrecompiledHeader> 80 <WarningLevel>Level3</WarningLevel> 81 <Optimization>Disabled</Optimization> 82 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 83 </ClCompile> 84 <Link> 85 <SubSystem>Console</SubSystem> 86 <GenerateDebugInformation>true</GenerateDebugInformation> 87 </Link> 88 </ItemDefinitionGroup> 89 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 90 <ClCompile> 91 <WarningLevel>Level3</WarningLevel> 92 <PrecompiledHeader> 93 </PrecompiledHeader> 94 <Optimization>MaxSpeed</Optimization> 95 <FunctionLevelLinking>true</FunctionLevelLinking> 96 <IntrinsicFunctions>true</IntrinsicFunctions> 97 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 98 </ClCompile> 99 <Link> 100 <SubSystem>Console</SubSystem> 101 <GenerateDebugInformation>true</GenerateDebugInformation> 102 <EnableCOMDATFolding>true</EnableCOMDATFolding> 103 <OptimizeReferences>true</OptimizeReferences> 104 </Link> 105 </ItemDefinitionGroup> 106 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Retail|Win32'"> 107 <ClCompile> 108 <WarningLevel>Level3</WarningLevel> 109 <PrecompiledHeader> 110 </PrecompiledHeader> 111 <Optimization>MaxSpeed</Optimization> 112 <FunctionLevelLinking>true</FunctionLevelLinking> 113 <IntrinsicFunctions>true</IntrinsicFunctions> 114 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 115 </ClCompile> 116 <Link> 117 <SubSystem>Console</SubSystem> 118 <GenerateDebugInformation>true</GenerateDebugInformation> 119 <EnableCOMDATFolding>true</EnableCOMDATFolding> 120 <OptimizeReferences>true</OptimizeReferences> 121 </Link> 122 </ItemDefinitionGroup> 123 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 124 <ImportGroup Label="ExtensionTargets"> 125 </ImportGroup> 126 </Project>