|
5 | 5 | <Configuration>Debug</Configuration> |
6 | 6 | <Platform>Win32</Platform> |
7 | 7 | </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Debug|x64"> |
| 9 | + <Configuration>Debug</Configuration> |
| 10 | + <Platform>x64</Platform> |
| 11 | + </ProjectConfiguration> |
8 | 12 | <ProjectConfiguration Include="Release|Win32"> |
9 | 13 | <Configuration>Release</Configuration> |
10 | 14 | <Platform>Win32</Platform> |
11 | 15 | </ProjectConfiguration> |
| 16 | + <ProjectConfiguration Include="Release|x64"> |
| 17 | + <Configuration>Release</Configuration> |
| 18 | + <Platform>x64</Platform> |
| 19 | + </ProjectConfiguration> |
12 | 20 | </ItemGroup> |
13 | 21 | <PropertyGroup Label="Globals"> |
14 | 22 | <ProjectGuid>{A6546042-77AD-46B0-B4B4-63641E29810E}</ProjectGuid> |
|
22 | 30 | <UseOfMfc>false</UseOfMfc> |
23 | 31 | <CharacterSet>Unicode</CharacterSet> |
24 | 32 | </PropertyGroup> |
| 33 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 34 | + <ConfigurationType>Application</ConfigurationType> |
| 35 | + <PlatformToolset>v120</PlatformToolset> |
| 36 | + <UseOfMfc>false</UseOfMfc> |
| 37 | + <CharacterSet>Unicode</CharacterSet> |
| 38 | + </PropertyGroup> |
25 | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
26 | 40 | <ConfigurationType>Application</ConfigurationType> |
27 | 41 | <PlatformToolset>v120</PlatformToolset> |
28 | 42 | <UseOfMfc>false</UseOfMfc> |
29 | 43 | <CharacterSet>Unicode</CharacterSet> |
30 | 44 | </PropertyGroup> |
| 45 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 46 | + <ConfigurationType>Application</ConfigurationType> |
| 47 | + <PlatformToolset>v120</PlatformToolset> |
| 48 | + <UseOfMfc>false</UseOfMfc> |
| 49 | + <CharacterSet>Unicode</CharacterSet> |
| 50 | + </PropertyGroup> |
31 | 51 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
32 | 52 | <ImportGroup Label="ExtensionSettings"> |
33 | 53 | </ImportGroup> |
34 | 54 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
35 | 55 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
36 | 56 | </ImportGroup> |
| 57 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 58 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 59 | + </ImportGroup> |
37 | 60 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
38 | 61 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
39 | 62 | </ImportGroup> |
| 63 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 64 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 65 | + </ImportGroup> |
40 | 66 | <PropertyGroup Label="UserMacros" /> |
41 | 67 | <PropertyGroup> |
42 | 68 | <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion> |
43 | 69 | </PropertyGroup> |
44 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
45 | | - <OutDir>.\Release\</OutDir> |
46 | | - <IntDir>.\Release\</IntDir> |
47 | | - </PropertyGroup> |
48 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
49 | | - <OutDir>.\Debug\</OutDir> |
50 | | - <IntDir>.\Debug\</IntDir> |
51 | | - </PropertyGroup> |
| 70 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
| 71 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
| 72 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
| 73 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
52 | 74 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
53 | 75 | <ClCompile> |
54 | 76 | <Optimization>MaxSpeed</Optimization> |
55 | | - <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
56 | 77 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
57 | 78 | <StringPooling>true</StringPooling> |
58 | 79 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
59 | 80 | <FunctionLevelLinking>true</FunctionLevelLinking> |
60 | 81 | <PrecompiledHeader>Use</PrecompiledHeader> |
61 | 82 | <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> |
62 | | - <PrecompiledHeaderOutputFile>.\Release/recaps.pch</PrecompiledHeaderOutputFile> |
63 | | - <AssemblerListingLocation>.\Release/</AssemblerListingLocation> |
64 | | - <ObjectFileName>.\Release/</ObjectFileName> |
65 | | - <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName> |
66 | 83 | <WarningLevel>Level4</WarningLevel> |
67 | 84 | <SuppressStartupBanner>true</SuppressStartupBanner> |
68 | 85 | </ClCompile> |
69 | 86 | <Link> |
70 | 87 | <AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
71 | | - <OutputFile>.\Release/recaps.exe</OutputFile> |
72 | 88 | <SuppressStartupBanner>true</SuppressStartupBanner> |
73 | | - <ProgramDatabaseFile>.\Release/recaps.pdb</ProgramDatabaseFile> |
74 | 89 | <SubSystem>Windows</SubSystem> |
75 | 90 | <TargetMachine>MachineX86</TargetMachine> |
76 | 91 | </Link> |
|
79 | 94 | <MkTypLibCompatible>true</MkTypLibCompatible> |
80 | 95 | <SuppressStartupBanner>true</SuppressStartupBanner> |
81 | 96 | <TargetEnvironment>Win32</TargetEnvironment> |
82 | | - <TypeLibraryName>.\Release/recaps.tlb</TypeLibraryName> |
| 97 | + <TypeLibraryName>$(IntDir)/recaps.tlb</TypeLibraryName> |
83 | 98 | <HeaderFileName /> |
84 | 99 | </Midl> |
85 | 100 | <ResourceCompile> |
86 | 101 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
87 | | - <Culture>0x040d</Culture> |
| 102 | + </ResourceCompile> |
| 103 | + </ItemDefinitionGroup> |
| 104 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 105 | + <ClCompile> |
| 106 | + <Optimization>MaxSpeed</Optimization> |
| 107 | + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 108 | + <StringPooling>true</StringPooling> |
| 109 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 110 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 111 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 112 | + <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> |
| 113 | + <WarningLevel>Level4</WarningLevel> |
| 114 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 115 | + </ClCompile> |
| 116 | + <Link> |
| 117 | + <AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 118 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 119 | + <SubSystem>Windows</SubSystem> |
| 120 | + </Link> |
| 121 | + <Midl> |
| 122 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 123 | + <MkTypLibCompatible>true</MkTypLibCompatible> |
| 124 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 125 | + <TypeLibraryName>$(IntDir)/recaps.tlb</TypeLibraryName> |
| 126 | + <HeaderFileName> |
| 127 | + </HeaderFileName> |
| 128 | + </Midl> |
| 129 | + <ResourceCompile> |
| 130 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
88 | 131 | </ResourceCompile> |
89 | 132 | </ItemDefinitionGroup> |
90 | 133 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
95 | 138 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
96 | 139 | <PrecompiledHeader>Use</PrecompiledHeader> |
97 | 140 | <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> |
98 | | - <PrecompiledHeaderOutputFile>.\Debug/recaps.pch</PrecompiledHeaderOutputFile> |
99 | | - <AssemblerListingLocation>.\Debug/</AssemblerListingLocation> |
100 | | - <ObjectFileName>.\Debug/</ObjectFileName> |
101 | | - <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName> |
102 | 141 | <WarningLevel>Level4</WarningLevel> |
103 | 142 | <SuppressStartupBanner>true</SuppressStartupBanner> |
104 | 143 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
105 | 144 | </ClCompile> |
106 | 145 | <Link> |
107 | 146 | <AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
108 | | - <OutputFile>.\Debug/recaps.exe</OutputFile> |
109 | 147 | <SuppressStartupBanner>true</SuppressStartupBanner> |
110 | 148 | <GenerateDebugInformation>true</GenerateDebugInformation> |
111 | | - <ProgramDatabaseFile>.\Debug/recaps.pdb</ProgramDatabaseFile> |
112 | 149 | <SubSystem>Windows</SubSystem> |
113 | 150 | <TargetMachine>MachineX86</TargetMachine> |
| 151 | + <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> |
114 | 152 | </Link> |
115 | 153 | <Midl> |
116 | 154 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
117 | 155 | <MkTypLibCompatible>true</MkTypLibCompatible> |
118 | 156 | <SuppressStartupBanner>true</SuppressStartupBanner> |
119 | 157 | <TargetEnvironment>Win32</TargetEnvironment> |
120 | | - <TypeLibraryName>.\Debug/recaps.tlb</TypeLibraryName> |
| 158 | + <TypeLibraryName>$(IntDir)/recaps.tlb</TypeLibraryName> |
121 | 159 | <HeaderFileName /> |
122 | 160 | </Midl> |
123 | 161 | <ResourceCompile> |
124 | 162 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
125 | | - <Culture>0x040d</Culture> |
| 163 | + </ResourceCompile> |
| 164 | + </ItemDefinitionGroup> |
| 165 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 166 | + <ClCompile> |
| 167 | + <Optimization>Disabled</Optimization> |
| 168 | + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 169 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 170 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 171 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 172 | + <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> |
| 173 | + <WarningLevel>Level4</WarningLevel> |
| 174 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 175 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 176 | + </ClCompile> |
| 177 | + <Link> |
| 178 | + <AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 179 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 180 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 181 | + <SubSystem>Windows</SubSystem> |
| 182 | + </Link> |
| 183 | + <Midl> |
| 184 | + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 185 | + <MkTypLibCompatible>true</MkTypLibCompatible> |
| 186 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 187 | + <TypeLibraryName>$(IntDir)/recaps.tlb</TypeLibraryName> |
| 188 | + <HeaderFileName> |
| 189 | + </HeaderFileName> |
| 190 | + </Midl> |
| 191 | + <ResourceCompile> |
| 192 | + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
126 | 193 | </ResourceCompile> |
127 | 194 | </ItemDefinitionGroup> |
128 | 195 | <ItemGroup> |
129 | 196 | <ClCompile Include="fixlayouts.cpp" /> |
130 | | - <ClCompile Include="recaps.cpp"> |
131 | | - <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization> |
132 | | - <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> |
133 | | - <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization> |
134 | | - </ClCompile> |
| 197 | + <ClCompile Include="recaps.cpp" /> |
135 | 198 | <ClCompile Include="StdAfx.cpp"> |
136 | | - <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization> |
137 | | - <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> |
138 | 199 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
139 | | - <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization> |
| 200 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
140 | 201 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
| 202 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
141 | 203 | </ClCompile> |
142 | 204 | <ClCompile Include="trayicon.cpp" /> |
143 | 205 | <ClCompile Include="utils.cpp" /> |
|
0 commit comments