|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
| 4 | + <ProjectConfiguration Include="Release|x64"> |
| 5 | + <Configuration>Release</Configuration> |
| 6 | + <Platform>x64</Platform> |
| 7 | + </ProjectConfiguration> |
4 | 8 | <ProjectConfiguration Include="Release|Win32">
|
5 | 9 | <Configuration>Release</Configuration>
|
6 | 10 | <Platform>Win32</Platform>
|
7 | 11 | </ProjectConfiguration>
|
| 12 | + <ProjectConfiguration Include="Debug|x64"> |
| 13 | + <Configuration>Debug</Configuration> |
| 14 | + <Platform>x64</Platform> |
| 15 | + </ProjectConfiguration> |
8 | 16 | <ProjectConfiguration Include="Debug|Win32">
|
9 | 17 | <Configuration>Debug</Configuration>
|
10 | 18 | <Platform>Win32</Platform>
|
|
17 | 25 | <RootNamespace>guetzli</RootNamespace>
|
18 | 26 | </PropertyGroup>
|
19 | 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 28 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 29 | + <ConfigurationType>Application</ConfigurationType> |
| 30 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 31 | + <CharacterSet>Unicode</CharacterSet> |
| 32 | + <PlatformToolset>v140</PlatformToolset> |
| 33 | + </PropertyGroup> |
20 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
21 | 35 | <ConfigurationType>Application</ConfigurationType>
|
22 | 36 | <UseDebugLibraries>false</UseDebugLibraries>
|
23 | 37 | <CharacterSet>Unicode</CharacterSet>
|
24 | 38 | <PlatformToolset>v140</PlatformToolset>
|
25 | 39 | </PropertyGroup>
|
| 40 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 41 | + <ConfigurationType>Application</ConfigurationType> |
| 42 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 43 | + <CharacterSet>Unicode</CharacterSet> |
| 44 | + <PlatformToolset>v140</PlatformToolset> |
| 45 | + </PropertyGroup> |
26 | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
27 | 47 | <ConfigurationType>Application</ConfigurationType>
|
28 | 48 | <UseDebugLibraries>true</UseDebugLibraries>
|
|
32 | 52 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
33 | 53 | <ImportGroup Label="ExtensionSettings">
|
34 | 54 | </ImportGroup>
|
| 55 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 56 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 57 | + </ImportGroup> |
35 | 58 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
36 | 59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
37 | 60 | </ImportGroup>
|
| 61 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 62 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 63 | + </ImportGroup> |
38 | 64 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
39 | 65 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
40 | 66 | </ImportGroup>
|
41 | 67 | <PropertyGroup Label="UserMacros" />
|
| 68 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 69 | + <LinkIncremental>false</LinkIncremental> |
| 70 | + <OutDir>bin\x86_64\Release\</OutDir> |
| 71 | + <IntDir>obj\x86_64\Release\</IntDir> |
| 72 | + <TargetName>guetzli</TargetName> |
| 73 | + <TargetExt>.exe</TargetExt> |
| 74 | + </PropertyGroup> |
42 | 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
43 | 76 | <LinkIncremental>false</LinkIncremental>
|
44 |
| - <OutDir>bin\Release\</OutDir> |
45 |
| - <IntDir>obj\Release\</IntDir> |
| 77 | + <OutDir>bin\x86\Release\</OutDir> |
| 78 | + <IntDir>obj\x86\Release\</IntDir> |
| 79 | + <TargetName>guetzli</TargetName> |
| 80 | + <TargetExt>.exe</TargetExt> |
| 81 | + </PropertyGroup> |
| 82 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 83 | + <LinkIncremental>true</LinkIncremental> |
| 84 | + <OutDir>bin\x86_64\Debug\</OutDir> |
| 85 | + <IntDir>obj\x86_64\Debug\</IntDir> |
46 | 86 | <TargetName>guetzli</TargetName>
|
47 | 87 | <TargetExt>.exe</TargetExt>
|
48 | 88 | </PropertyGroup>
|
49 | 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
50 | 90 | <LinkIncremental>true</LinkIncremental>
|
51 |
| - <OutDir>bin\Debug\</OutDir> |
52 |
| - <IntDir>obj\Debug\</IntDir> |
| 91 | + <OutDir>bin\x86\Debug\</OutDir> |
| 92 | + <IntDir>obj\x86\Debug\</IntDir> |
53 | 93 | <TargetName>guetzli</TargetName>
|
54 | 94 | <TargetExt>.exe</TargetExt>
|
55 | 95 | </PropertyGroup>
|
| 96 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 97 | + <ClCompile> |
| 98 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 99 | + <WarningLevel>Level3</WarningLevel> |
| 100 | + <PreprocessorDefinitions>GFLAGS_NAMESPACE=google;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 101 | + <AdditionalIncludeDirectories>.;third_party\butteraugli;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 102 | + <Optimization>Full</Optimization> |
| 103 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 104 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 105 | + <MinimalRebuild>false</MinimalRebuild> |
| 106 | + <StringPooling>true</StringPooling> |
| 107 | + </ClCompile> |
| 108 | + <Link> |
| 109 | + <SubSystem>Console</SubSystem> |
| 110 | + <GenerateDebugInformation>false</GenerateDebugInformation> |
| 111 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 112 | + <OptimizeReferences>true</OptimizeReferences> |
| 113 | + <AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 114 | + <EntryPointSymbol>mainCRTStartup</EntryPointSymbol> |
| 115 | + </Link> |
| 116 | + </ItemDefinitionGroup> |
56 | 117 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
57 | 118 | <ClCompile>
|
58 | 119 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
74 | 135 | <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
|
75 | 136 | </Link>
|
76 | 137 | </ItemDefinitionGroup>
|
| 138 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 139 | + <ClCompile> |
| 140 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 141 | + <WarningLevel>Level3</WarningLevel> |
| 142 | + <PreprocessorDefinitions>GFLAGS_NAMESPACE=google;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 143 | + <AdditionalIncludeDirectories>.;third_party\butteraugli;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 144 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 145 | + <Optimization>Disabled</Optimization> |
| 146 | + </ClCompile> |
| 147 | + <Link> |
| 148 | + <SubSystem>Console</SubSystem> |
| 149 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 150 | + <AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 151 | + <EntryPointSymbol>mainCRTStartup</EntryPointSymbol> |
| 152 | + </Link> |
| 153 | + </ItemDefinitionGroup> |
77 | 154 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
78 | 155 | <ClCompile>
|
79 | 156 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
0 commit comments