|
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>{2B345C3C-4BEA-4DA3-B754-43F9AD219D4A}</ProjectGuid> |
|
24 | 32 | <CharacterSet>Unicode</CharacterSet> |
25 | 33 | <UseOfMfc>Dynamic</UseOfMfc> |
26 | 34 | </PropertyGroup> |
| 35 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 36 | + <ConfigurationType>Application</ConfigurationType> |
| 37 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 38 | + <PlatformToolset>v141</PlatformToolset> |
| 39 | + <CharacterSet>Unicode</CharacterSet> |
| 40 | + <UseOfMfc>Dynamic</UseOfMfc> |
| 41 | + </PropertyGroup> |
27 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
28 | 43 | <ConfigurationType>Application</ConfigurationType> |
29 | 44 | <UseDebugLibraries>false</UseDebugLibraries> |
|
32 | 47 | <CharacterSet>Unicode</CharacterSet> |
33 | 48 | <UseOfMfc>Dynamic</UseOfMfc> |
34 | 49 | </PropertyGroup> |
| 50 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 51 | + <ConfigurationType>Application</ConfigurationType> |
| 52 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 53 | + <PlatformToolset>v141</PlatformToolset> |
| 54 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 55 | + <CharacterSet>Unicode</CharacterSet> |
| 56 | + <UseOfMfc>Dynamic</UseOfMfc> |
| 57 | + </PropertyGroup> |
35 | 58 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
36 | 59 | <ImportGroup Label="ExtensionSettings"> |
37 | 60 | </ImportGroup> |
38 | 61 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
39 | 62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
40 | 63 | </ImportGroup> |
| 64 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 65 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 66 | + </ImportGroup> |
41 | 67 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
42 | 68 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
43 | 69 | </ImportGroup> |
| 70 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 71 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 72 | + </ImportGroup> |
44 | 73 | <PropertyGroup Label="UserMacros" /> |
45 | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 75 | + <LinkIncremental>true</LinkIncremental> |
| 76 | + <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath> |
| 77 | + <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath> |
| 78 | + </PropertyGroup> |
| 79 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
46 | 80 | <LinkIncremental>true</LinkIncremental> |
47 | 81 | <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../../sdk/include;../sdk/include;../openLive/</IncludePath> |
48 | | - <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);../../../sdk/lib;../sdk/lib;</LibraryPath> |
| 82 | + <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(WindowsSdk_71A_LibraryPath_x64);</LibraryPath> |
49 | 83 | </PropertyGroup> |
50 | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
51 | 85 | <LinkIncremental>false</LinkIncremental> |
52 | 86 | <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(WindowsSdk_71A_IncludePath);../../../sdk/include;../sdk/include;../openLive/</IncludePath> |
53 | 87 | <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(WindowsSdk_71A_LibraryPath_x86);../../../sdk/lib;../sdk/lib;</LibraryPath> |
54 | 88 | </PropertyGroup> |
| 89 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 90 | + <LinkIncremental>false</LinkIncremental> |
| 91 | + <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(WindowsSdk_71A_IncludePath);../../../sdk/include;../sdk/include;../openLive/</IncludePath> |
| 92 | + <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(WindowsSdk_71A_LibraryPath_x64);</LibraryPath> |
| 93 | + </PropertyGroup> |
55 | 94 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
56 | 95 | <ClCompile> |
57 | 96 | <PrecompiledHeader>Use</PrecompiledHeader> |
|
77 | 116 | <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
78 | 117 | </ResourceCompile> |
79 | 118 | </ItemDefinitionGroup> |
| 119 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 120 | + <ClCompile> |
| 121 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 122 | + <WarningLevel>Level3</WarningLevel> |
| 123 | + <Optimization>Disabled</Optimization> |
| 124 | + <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 125 | + <SDLCheck>true</SDLCheck> |
| 126 | + <AdditionalIncludeDirectories>$(SolutionDir)libs\include;$(solutionDir)ThirdParty\libYUV;$(ProjectDir);</AdditionalIncludeDirectories> |
| 127 | + </ClCompile> |
| 128 | + <Link> |
| 129 | + <SubSystem>Windows</SubSystem> |
| 130 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 131 | + <AdditionalLibraryDirectories>$(SolutionDir)libs\x86_64;$(SolutionDir)ThirdParty\libyuv\$(Configuration);</AdditionalLibraryDirectories> |
| 132 | + </Link> |
| 133 | + <Midl> |
| 134 | + <MkTypLibCompatible>false</MkTypLibCompatible> |
| 135 | + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 136 | + </Midl> |
| 137 | + <ResourceCompile> |
| 138 | + <Culture>0x0409</Culture> |
| 139 | + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 140 | + <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 141 | + </ResourceCompile> |
| 142 | + </ItemDefinitionGroup> |
80 | 143 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
81 | 144 | <ClCompile> |
82 | 145 | <WarningLevel>Level3</WarningLevel> |
|
106 | 169 | <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
107 | 170 | </ResourceCompile> |
108 | 171 | </ItemDefinitionGroup> |
| 172 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 173 | + <ClCompile> |
| 174 | + <WarningLevel>Level3</WarningLevel> |
| 175 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 176 | + <Optimization>MaxSpeed</Optimization> |
| 177 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 178 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 179 | + <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 180 | + <SDLCheck>true</SDLCheck> |
| 181 | + <AdditionalIncludeDirectories>$(SolutionDir)libs\include;$(solutionDir)ThirdParty\libYUV;$(ProjectDir);</AdditionalIncludeDirectories> |
| 182 | + </ClCompile> |
| 183 | + <Link> |
| 184 | + <SubSystem>Windows</SubSystem> |
| 185 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 186 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 187 | + <OptimizeReferences>true</OptimizeReferences> |
| 188 | + <AdditionalLibraryDirectories>$(SolutionDir)libs\x86_64;$(SolutionDir)ThirdParty\libyuv\$(Configuration);$(SolutionDir)</AdditionalLibraryDirectories> |
| 189 | + </Link> |
| 190 | + <Midl> |
| 191 | + <MkTypLibCompatible>false</MkTypLibCompatible> |
| 192 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 193 | + </Midl> |
| 194 | + <ResourceCompile> |
| 195 | + <Culture>0x0409</Culture> |
| 196 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 197 | + <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 198 | + </ResourceCompile> |
| 199 | + </ItemDefinitionGroup> |
109 | 200 | <ItemGroup> |
110 | 201 | <Text Include="ReadMe.txt" /> |
111 | 202 | </ItemGroup> |
|
123 | 214 | <ClCompile Include="ProcessScreenShareDlg.cpp" /> |
124 | 215 | <ClCompile Include="stdafx.cpp"> |
125 | 216 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
| 217 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
126 | 218 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
| 219 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
127 | 220 | </ClCompile> |
128 | 221 | </ItemGroup> |
129 | 222 | <ItemGroup> |
|
0 commit comments