You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The cppwinrt project references "..\shared\ConnectionSettingsPanel.xaml" "..\shared\Scenario1_Advertiser.xaml" and "..\shared\Scenario1_Connector.xaml" but those files don't exist.
To Reproduce
Steps to reproduce the behavior:
Open cppwinrt\WiFiDirect.sln
Try to compile
Expected behavior
It compiles
Additional context
Copying the .xaml files from the cs directory to a new shared directory works
The text was updated successfully, but these errors were encountered:
* IoT-GPIO: Remember event token so we can unsubscribe later #1247
* SimpleCommunication: Fix typo in parameter ordering (code worked, but names were backward) #1294
* WiFiDirect: Fix build #1319
* Delete obsolete samples templates
Which sample are you reporting a bug in?
WiFiDirect
Describe the bug
The cppwinrt project references "..\shared\ConnectionSettingsPanel.xaml" "..\shared\Scenario1_Advertiser.xaml" and "..\shared\Scenario1_Connector.xaml" but those files don't exist.
To Reproduce
Steps to reproduce the behavior:
Open cppwinrt\WiFiDirect.sln
Try to compile
Expected behavior
It compiles
Additional context
Copying the .xaml files from the cs directory to a new shared directory works
The text was updated successfully, but these errors were encountered: