|
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="Develop|Win32">
|
9 | 13 | <Configuration>Develop</Configuration>
|
10 | 14 | <Platform>Win32</Platform>
|
11 | 15 | </ProjectConfiguration>
|
| 16 | + <ProjectConfiguration Include="Develop|x64"> |
| 17 | + <Configuration>Develop</Configuration> |
| 18 | + <Platform>x64</Platform> |
| 19 | + </ProjectConfiguration> |
12 | 20 | <ProjectConfiguration Include="Release|Win32">
|
13 | 21 | <Configuration>Release</Configuration>
|
14 | 22 | <Platform>Win32</Platform>
|
15 | 23 | </ProjectConfiguration>
|
| 24 | + <ProjectConfiguration Include="Release|x64"> |
| 25 | + <Configuration>Release</Configuration> |
| 26 | + <Platform>x64</Platform> |
| 27 | + </ProjectConfiguration> |
16 | 28 | </ItemGroup>
|
17 | 29 | <PropertyGroup Label="Globals">
|
18 | 30 | <VCProjectVersion>16.0</VCProjectVersion>
|
|
27 | 39 | <PlatformToolset>v143</PlatformToolset>
|
28 | 40 | <CharacterSet>Unicode</CharacterSet>
|
29 | 41 | </PropertyGroup>
|
| 42 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 43 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 44 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 45 | + <PlatformToolset>v143</PlatformToolset> |
| 46 | + <CharacterSet>Unicode</CharacterSet> |
| 47 | + </PropertyGroup> |
30 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
31 | 49 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
32 | 50 | <UseDebugLibraries>false</UseDebugLibraries>
|
33 | 51 | <PlatformToolset>v143</PlatformToolset>
|
34 | 52 | <CharacterSet>Unicode</CharacterSet>
|
35 | 53 | </PropertyGroup>
|
| 54 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 55 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 56 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 57 | + <PlatformToolset>v143</PlatformToolset> |
| 58 | + <CharacterSet>Unicode</CharacterSet> |
| 59 | + </PropertyGroup> |
36 | 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'" Label="Configuration">
|
37 | 61 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
38 | 62 | <UseDebugLibraries>false</UseDebugLibraries>
|
39 | 63 | <PlatformToolset>v143</PlatformToolset>
|
40 | 64 | <CharacterSet>Unicode</CharacterSet>
|
41 | 65 | </PropertyGroup>
|
| 66 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Develop|x64'" Label="Configuration"> |
| 67 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 68 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 69 | + <PlatformToolset>v143</PlatformToolset> |
| 70 | + <CharacterSet>Unicode</CharacterSet> |
| 71 | + </PropertyGroup> |
42 | 72 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
43 | 73 | <ImportGroup Label="ExtensionSettings">
|
44 | 74 | </ImportGroup>
|
|
47 | 77 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
48 | 78 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
49 | 79 | </ImportGroup>
|
| 80 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 81 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 82 | + </ImportGroup> |
50 | 83 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
51 | 84 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
52 | 85 | </ImportGroup>
|
| 86 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 87 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 88 | + </ImportGroup> |
53 | 89 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'" Label="PropertySheets">
|
54 | 90 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
55 | 91 | </ImportGroup>
|
| 92 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Develop|x64'" Label="PropertySheets"> |
| 93 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 94 | + </ImportGroup> |
56 | 95 | <PropertyGroup Label="UserMacros" />
|
57 | 96 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
58 | 97 | <IgnoreImportLibrary>true</IgnoreImportLibrary>
|
59 | 98 | <LinkIncremental>true</LinkIncremental>
|
60 | 99 | <TargetName>BrowserProxy</TargetName>
|
61 | 100 | <OutDir>$(SolutionDir)BrowserProxy\$(Configuration)\</OutDir>
|
62 | 101 | </PropertyGroup>
|
| 102 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 103 | + <IgnoreImportLibrary>true</IgnoreImportLibrary> |
| 104 | + <LinkIncremental>true</LinkIncremental> |
| 105 | + <TargetName>BrowserProxy</TargetName> |
| 106 | + </PropertyGroup> |
63 | 107 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
64 | 108 | <IgnoreImportLibrary>true</IgnoreImportLibrary>
|
65 | 109 | <LinkIncremental>false</LinkIncremental>
|
66 | 110 | <TargetName>BrowserProxy</TargetName>
|
67 |
| - <OutDir>$(SolutionDir)BrowserProxy\$(Configuration)\</OutDir> |
| 111 | + <OutDir>$(SolutionDir)BrowserProxy\$(Configuration)\$(Platform)\</OutDir> |
| 112 | + <IntDir>$(Configuration)\$(Platform)\</IntDir> |
| 113 | + </PropertyGroup> |
| 114 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 115 | + <IgnoreImportLibrary>true</IgnoreImportLibrary> |
| 116 | + <LinkIncremental>false</LinkIncremental> |
| 117 | + <TargetName>BrowserProxy</TargetName> |
| 118 | + <OutDir>$(SolutionDir)BrowserProxy\$(Configuration)\$(Platform)\</OutDir> |
| 119 | + <IntDir>$(Configuration)\$(Platform)\</IntDir> |
68 | 120 | </PropertyGroup>
|
69 | 121 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'">
|
70 | 122 | <IgnoreImportLibrary>true</IgnoreImportLibrary>
|
71 | 123 | <LinkIncremental>false</LinkIncremental>
|
72 | 124 | <TargetName>BrowserProxy</TargetName>
|
73 | 125 | <OutDir>$(SolutionDir)BrowserProxy\$(Configuration)\</OutDir>
|
74 | 126 | </PropertyGroup>
|
| 127 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Develop|x64'"> |
| 128 | + <IgnoreImportLibrary>true</IgnoreImportLibrary> |
| 129 | + <LinkIncremental>false</LinkIncremental> |
| 130 | + <TargetName>BrowserProxy</TargetName> |
| 131 | + </PropertyGroup> |
75 | 132 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
76 | 133 | <ClCompile>
|
77 | 134 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
106 | 163 | <AdditionalDependencies>version.lib;wininet.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
107 | 164 | </Link>
|
108 | 165 | </ItemDefinitionGroup>
|
| 166 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 167 | + <ClCompile> |
| 168 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 169 | + <WarningLevel>Level3</WarningLevel> |
| 170 | + <Optimization>Disabled</Optimization> |
| 171 | + <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;THERE_LOGGING;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 172 | + <PrecompiledHeaderFile> |
| 173 | + </PrecompiledHeaderFile> |
| 174 | + <SDLCheck>true</SDLCheck> |
| 175 | + </ClCompile> |
| 176 | + <Midl> |
| 177 | + <MkTypLibCompatible>false</MkTypLibCompatible> |
| 178 | + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 179 | + <HeaderFileName>BrowserProxy_i.h</HeaderFileName> |
| 180 | + <InterfaceIdentifierFileName>BrowserProxy_i.c</InterfaceIdentifierFileName> |
| 181 | + <ProxyFileName>BrowserProxy_p.c</ProxyFileName> |
| 182 | + <GenerateStublessProxies>true</GenerateStublessProxies> |
| 183 | + <TypeLibraryName>$(IntDir)BrowserProxy.tlb</TypeLibraryName> |
| 184 | + <DllDataFileName> |
| 185 | + </DllDataFileName> |
| 186 | + </Midl> |
| 187 | + <ResourceCompile> |
| 188 | + <Culture>0x0409</Culture> |
| 189 | + <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 190 | + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 191 | + </ResourceCompile> |
| 192 | + <Link> |
| 193 | + <SubSystem>Windows</SubSystem> |
| 194 | + <ModuleDefinitionFile>.\BrowserProxy.def</ModuleDefinitionFile> |
| 195 | + <AdditionalDependencies>version.lib;wininet.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 196 | + </Link> |
| 197 | + </ItemDefinitionGroup> |
109 | 198 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
110 | 199 | <ClCompile>
|
111 | 200 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
142 | 231 | <AdditionalDependencies>version.lib;wininet.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
143 | 232 | </Link>
|
144 | 233 | </ItemDefinitionGroup>
|
| 234 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 235 | + <ClCompile> |
| 236 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 237 | + <WarningLevel>Level3</WarningLevel> |
| 238 | + <Optimization>MaxSpeed</Optimization> |
| 239 | + <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 240 | + <PrecompiledHeaderFile> |
| 241 | + </PrecompiledHeaderFile> |
| 242 | + <SDLCheck>true</SDLCheck> |
| 243 | + </ClCompile> |
| 244 | + <Midl> |
| 245 | + <MkTypLibCompatible>false</MkTypLibCompatible> |
| 246 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 247 | + <HeaderFileName>BrowserProxy_i.h</HeaderFileName> |
| 248 | + <InterfaceIdentifierFileName>BrowserProxy_i.c</InterfaceIdentifierFileName> |
| 249 | + <ProxyFileName>BrowserProxy_p.c</ProxyFileName> |
| 250 | + <GenerateStublessProxies>true</GenerateStublessProxies> |
| 251 | + <TypeLibraryName>$(IntDir)BrowserProxy.tlb</TypeLibraryName> |
| 252 | + <DllDataFileName> |
| 253 | + </DllDataFileName> |
| 254 | + </Midl> |
| 255 | + <ResourceCompile> |
| 256 | + <Culture>0x0409</Culture> |
| 257 | + <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 258 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 259 | + </ResourceCompile> |
| 260 | + <Link> |
| 261 | + <SubSystem>Windows</SubSystem> |
| 262 | + <ModuleDefinitionFile>.\BrowserProxy.def</ModuleDefinitionFile> |
| 263 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 264 | + <OptimizeReferences>true</OptimizeReferences> |
| 265 | + <AdditionalDependencies>version.lib;wininet.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 266 | + </Link> |
| 267 | + </ItemDefinitionGroup> |
145 | 268 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'">
|
146 | 269 | <ClCompile>
|
147 | 270 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
179 | 302 | <AdditionalDependencies>version.lib;wininet.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
180 | 303 | </Link>
|
181 | 304 | </ItemDefinitionGroup>
|
| 305 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Develop|x64'"> |
| 306 | + <ClCompile> |
| 307 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 308 | + <WarningLevel>Level3</WarningLevel> |
| 309 | + <Optimization>MaxSpeed</Optimization> |
| 310 | + <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;THERE_LOGGING;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 311 | + <PrecompiledHeaderFile> |
| 312 | + </PrecompiledHeaderFile> |
| 313 | + <SDLCheck>true</SDLCheck> |
| 314 | + </ClCompile> |
| 315 | + <Midl> |
| 316 | + <MkTypLibCompatible>false</MkTypLibCompatible> |
| 317 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 318 | + <HeaderFileName>BrowserProxy_i.h</HeaderFileName> |
| 319 | + <InterfaceIdentifierFileName>BrowserProxy_i.c</InterfaceIdentifierFileName> |
| 320 | + <ProxyFileName>BrowserProxy_p.c</ProxyFileName> |
| 321 | + <GenerateStublessProxies>true</GenerateStublessProxies> |
| 322 | + <TypeLibraryName>$(IntDir)BrowserProxy.tlb</TypeLibraryName> |
| 323 | + <DllDataFileName> |
| 324 | + </DllDataFileName> |
| 325 | + </Midl> |
| 326 | + <ResourceCompile> |
| 327 | + <Culture>0x0409</Culture> |
| 328 | + <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 329 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 330 | + </ResourceCompile> |
| 331 | + <Link> |
| 332 | + <SubSystem>Windows</SubSystem> |
| 333 | + <ModuleDefinitionFile>.\BrowserProxy.def</ModuleDefinitionFile> |
| 334 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 335 | + <OptimizeReferences>true</OptimizeReferences> |
| 336 | + <AdditionalDependencies>version.lib;wininet.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 337 | + </Link> |
| 338 | + </ItemDefinitionGroup> |
182 | 339 | <ItemGroup>
|
183 | 340 | <ClInclude Include="platform.h" />
|
184 | 341 | <ClInclude Include="resource.h" />
|
|
191 | 348 | <ClCompile Include="BrowserProxy.cpp" />
|
192 | 349 | <ClCompile Include="BrowserProxy_i.c">
|
193 | 350 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
|
| 351 | + <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged> |
194 | 352 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
|
| 353 | + <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged> |
195 | 354 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'">false</CompileAsManaged>
|
| 355 | + <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">false</CompileAsManaged> |
196 | 356 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
197 | 357 | </PrecompiledHeader>
|
| 358 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 359 | + </PrecompiledHeader> |
198 | 360 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
199 | 361 | </PrecompiledHeader>
|
| 362 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 363 | + </PrecompiledHeader> |
200 | 364 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'">
|
201 | 365 | </PrecompiledHeader>
|
| 366 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Develop|x64'"> |
| 367 | + </PrecompiledHeader> |
202 | 368 | </ClCompile>
|
203 | 369 | <ClCompile Include="SettingsRequestHandler.cpp" />
|
204 | 370 | <ClCompile Include="VoiceTrainerProxy.cpp" />
|
|
0 commit comments