|
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>{7BED3DC2-9B7C-446A-997F-9AD4560B1709}</ProjectGuid> |
|
22 | 30 | <UseDebugLibraries>true</UseDebugLibraries> |
23 | 31 | <CharacterSet>MultiByte</CharacterSet> |
24 | 32 | </PropertyGroup> |
| 33 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 34 | + <ConfigurationType>Application</ConfigurationType> |
| 35 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 36 | + <CharacterSet>MultiByte</CharacterSet> |
| 37 | + </PropertyGroup> |
25 | 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
26 | 39 | <ConfigurationType>Application</ConfigurationType> |
27 | 40 | <UseDebugLibraries>false</UseDebugLibraries> |
28 | 41 | <WholeProgramOptimization>true</WholeProgramOptimization> |
29 | 42 | <CharacterSet>MultiByte</CharacterSet> |
30 | 43 | </PropertyGroup> |
| 44 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 45 | + <ConfigurationType>Application</ConfigurationType> |
| 46 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 47 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 48 | + <CharacterSet>MultiByte</CharacterSet> |
| 49 | + </PropertyGroup> |
31 | 50 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
32 | 51 | <ImportGroup Label="ExtensionSettings"> |
33 | 52 | </ImportGroup> |
34 | 53 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
35 | 54 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
36 | 55 | </ImportGroup> |
| 56 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 57 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 58 | + </ImportGroup> |
37 | 59 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
38 | 60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
39 | 61 | </ImportGroup> |
| 62 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 63 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 64 | + </ImportGroup> |
40 | 65 | <PropertyGroup Label="UserMacros" /> |
41 | 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
42 | 67 | <LinkIncremental>true</LinkIncremental> |
43 | 68 | <OutDir>$(SolutionDir)..\..\bin\msvc$(VisualStudioVersion)\$(Configuration)\</OutDir> |
44 | 69 | <IntDir>$(Configuration)\msvc$(VisualStudioVersion)\</IntDir> |
45 | 70 | </PropertyGroup> |
| 71 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 72 | + <LinkIncremental>true</LinkIncremental> |
| 73 | + </PropertyGroup> |
46 | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
47 | 75 | <LinkIncremental>false</LinkIncremental> |
48 | 76 | <OutDir>$(SolutionDir)..\..\bin\msvc$(VisualStudioVersion)\$(Configuration)\</OutDir> |
49 | 77 | <IntDir>$(Configuration)\msvc$(VisualStudioVersion)\</IntDir> |
50 | 78 | </PropertyGroup> |
| 79 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 80 | + <LinkIncremental>false</LinkIncremental> |
| 81 | + </PropertyGroup> |
51 | 82 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
52 | 83 | <ClCompile> |
53 | 84 | <PrecompiledHeader> |
|
64 | 95 | <StackReserveSize>4096000</StackReserveSize> |
65 | 96 | </Link> |
66 | 97 | </ItemDefinitionGroup> |
| 98 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 99 | + <ClCompile> |
| 100 | + <PrecompiledHeader> |
| 101 | + </PrecompiledHeader> |
| 102 | + <WarningLevel>Level3</WarningLevel> |
| 103 | + <Optimization>Disabled</Optimization> |
| 104 | + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 105 | + <AdditionalIncludeDirectories>..\..\..\src\dgindex</AdditionalIncludeDirectories> |
| 106 | + </ClCompile> |
| 107 | + <Link> |
| 108 | + <SubSystem>Windows</SubSystem> |
| 109 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 110 | + <AdditionalDependencies>shlwapi.lib;winmm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 111 | + <StackReserveSize>4096000</StackReserveSize> |
| 112 | + </Link> |
| 113 | + </ItemDefinitionGroup> |
67 | 114 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
68 | 115 | <ClCompile> |
69 | 116 | <WarningLevel>Level3</WarningLevel> |
|
85 | 132 | <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> |
86 | 133 | </Link> |
87 | 134 | </ItemDefinitionGroup> |
| 135 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 136 | + <ClCompile> |
| 137 | + <WarningLevel>Level3</WarningLevel> |
| 138 | + <PrecompiledHeader> |
| 139 | + </PrecompiledHeader> |
| 140 | + <Optimization>MaxSpeed</Optimization> |
| 141 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 142 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 143 | + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 144 | + <AdditionalIncludeDirectories>..\..\..\src\dgindex</AdditionalIncludeDirectories> |
| 145 | + </ClCompile> |
| 146 | + <Link> |
| 147 | + <SubSystem>Windows</SubSystem> |
| 148 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 149 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 150 | + <OptimizeReferences>true</OptimizeReferences> |
| 151 | + <AdditionalDependencies>shlwapi.lib;winmm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 152 | + <StackReserveSize>4096000</StackReserveSize> |
| 153 | + <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> |
| 154 | + </Link> |
| 155 | + </ItemDefinitionGroup> |
88 | 156 | <ItemGroup> |
89 | 157 | <ClCompile Include="..\..\..\src\dgindex\d2vparse.cpp" /> |
90 | 158 | <ClCompile Include="..\..\..\src\dgindex\getbit.cpp" /> |
|
133 | 201 | <None Include="..\..\..\src\dgindex\movie.ico" /> |
134 | 202 | <CustomBuild Include="..\..\..\src\dgindex\idctmmx.asm"> |
135 | 203 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml /c /coff /Cx /nologo /Fo $(IntDir)%(Filename).obj %(FullPath) |
| 204 | +</Command> |
| 205 | + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml /c /coff /Cx /nologo /Fo $(IntDir)%(Filename).obj %(FullPath) |
136 | 206 | </Command> |
137 | 207 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs> |
| 208 | + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs> |
138 | 209 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml /c /coff /Cx /nologo /Fo $(IntDir)%(Filename).obj %(FullPath) |
| 210 | +</Command> |
| 211 | + <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml /c /coff /Cx /nologo /Fo $(IntDir)%(Filename).obj %(FullPath) |
139 | 212 | </Command> |
140 | 213 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs> |
| 214 | + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs> |
141 | 215 | </CustomBuild> |
142 | 216 | <CustomBuild Include="..\..\..\src\dgindex\simple_idct_mmx.asm"> |
143 | 217 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nasm -f win32 -DPREFIX -DWIN32 -o $(IntDir)%(Filename).obj %(FullPath) |
| 218 | +</Command> |
| 219 | + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">nasm -f win32 -DPREFIX -DWIN32 -o $(IntDir)%(Filename).obj %(FullPath) |
144 | 220 | </Command> |
145 | 221 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs> |
| 222 | + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs> |
146 | 223 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">nasm -f win32 -DPREFIX -DWIN32 -o $(IntDir)%(Filename).obj %(FullPath) |
| 224 | +</Command> |
| 225 | + <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">nasm -f win32 -DPREFIX -DWIN32 -o $(IntDir)%(Filename).obj %(FullPath) |
147 | 226 | </Command> |
148 | 227 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs> |
| 228 | + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs> |
149 | 229 | </CustomBuild> |
150 | 230 | <CustomBuild Include="..\..\..\src\dgindex\skl_dct_sse.asm"> |
151 | 231 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%40copy /Y ..\..\..\src\dgdecode\skl_nasm.h .\ >NUL |
152 | 232 | nasm -f win32 -DPREFIX -DWIN32 -o $(IntDir)%(Filename).obj %(FullPath) |
153 | 233 | %40del /Q .\*.h |
| 234 | +</Command> |
| 235 | + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%40copy /Y ..\..\..\src\dgdecode\skl_nasm.h .\ >NUL |
| 236 | +nasm -f win32 -DPREFIX -DWIN32 -o $(IntDir)%(Filename).obj %(FullPath) |
| 237 | +%40del /Q .\*.h |
154 | 238 | </Command> |
155 | 239 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs> |
| 240 | + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs> |
156 | 241 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%40copy /Y ..\..\..\src\dgdecode\skl_nasm.h .\ >NUL |
157 | 242 | nasm -f win32 -DPREFIX -DWIN32 -o $(IntDir)%(Filename).obj %(FullPath) |
158 | 243 | %40del /Q .\*.h |
| 244 | +</Command> |
| 245 | + <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%40copy /Y ..\..\..\src\dgdecode\skl_nasm.h .\ >NUL |
| 246 | +nasm -f win32 -DPREFIX -DWIN32 -o $(IntDir)%(Filename).obj %(FullPath) |
| 247 | +%40del /Q .\*.h |
159 | 248 | </Command> |
160 | 249 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs> |
| 250 | + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs> |
161 | 251 | </CustomBuild> |
162 | 252 | </ItemGroup> |
163 | 253 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
0 commit comments