Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dn-FamiTracker.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<Keyword>MFCProj</Keyword>
<TargetPlatformVersion>8.1</TargetPlatformVersion>
<ProjectName>Dn-FamiTracker</ProjectName>
<WindowsTargetPlatformVersion>10.0.20348.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
Expand Down
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ To edit and/or build the source, you may use Visual Studio 2022, or alternativel
- CMake
- The latest MSVC build tools
- may be installed by VS Installer or by other sources
- Windows 10 SDK version 2104 (10.0.20348.0)
- may be installed by VS Installer or by other sources
- Windows 11 SDK (10.0.26100.0)
- may be installed through VS Installer or by other sources
- These dependencies can be installed through the Visual Studio Installer:
- C++ MFC for latest v143 build tools (x86 & x64)
- C++ ATL for latest v143 build tools (x86 & x64)
Expand Down