|
31 | 31 | <SccProjectName />
|
32 | 32 | <SccLocalPath />
|
33 | 33 | <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)' == '15'">10.0.17763.0</WindowsTargetPlatformVersion>
|
34 |
| - <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)' >= '16'">$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion> |
| 34 | + <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)' >= '16'">$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion> |
35 | 35 | </PropertyGroup>
|
36 | 36 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
37 | 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
420 | 420 | <None Include="revision.txt" />
|
421 | 421 | </ItemGroup>
|
422 | 422 | <ItemGroup>
|
| 423 | + <ClInclude Include="..\..\Externals\sevenzip\CPP\7zip\Common\CreateCoder.h" /> |
| 424 | + <ClInclude Include="..\..\Externals\sevenzip\CPP\7zip\Common\FilterCoder.h" /> |
423 | 425 | <ClInclude Include="..\..\Externals\sevenzip\CPP\7zip\UI\Common\SortUtils.h" />
|
| 426 | + <ClInclude Include="..\..\Externals\sevenzip\CPP\Windows\Clipboard.h" /> |
| 427 | + <ClInclude Include="..\..\Externals\sevenzip\CPP\Windows\MemoryGlobal.h" /> |
424 | 428 | <ClInclude Include="Merge7z.h" />
|
425 | 429 | <ClInclude Include="Merge7zCommon.h" />
|
426 | 430 | <ClInclude Include="StdAfx.h" />
|
|
484 | 488 | <ClInclude Include="..\..\Externals\sevenzip\C\Threads.h" />
|
485 | 489 | </ItemGroup>
|
486 | 490 | <ItemGroup>
|
| 491 | + <ClCompile Include="..\..\Externals\sevenzip\CPP\7zip\Common\CreateCoder.cpp" /> |
| 492 | + <ClCompile Include="..\..\Externals\sevenzip\CPP\7zip\Common\FilterCoder.cpp" /> |
487 | 493 | <ClCompile Include="..\..\Externals\sevenzip\CPP\7zip\UI\Common\SortUtils.cpp" />
|
| 494 | + <ClCompile Include="..\..\Externals\sevenzip\CPP\Windows\Clipboard.cpp" /> |
| 495 | + <ClCompile Include="..\..\Externals\sevenzip\CPP\Windows\MemoryGlobal.cpp" /> |
488 | 496 | <ClCompile Include="..\..\Externals\sevenzip\C\7zCrcOpt.c">
|
489 | 497 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
490 | 498 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
|
0 commit comments