Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ HRESULT GetDefaultPriFileForCurentModule(bool isPackaged, winrt::hstring& filePa
string_resoure_ptr pathContainter(path);
filePath = pathContainter.get();

// Fixed GitHub Issue #33: Removed CheckFile() call to restore WinAppSDK 1.7 behavior
// This allows ResourceManager to work with XAML islands even when resources.pri doesn't exist
return S_OK;
}

Expand Down