Skip to content

Commit 17fa360

Browse files
authored
Merge pull request #619 from unoplatform/SimpleCalculator.Windows
fix: Allow VS Code (with C# dev kit) to load SimpleCalculator solution
2 parents a6672cc + f3061a3 commit 17fa360

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

reference/SimpleCalc/MVU-X-CSharp/SimpleCalculator.Windows/SimpleCalculator.Windows.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
1010
<UseWinUI>true</UseWinUI>
1111
<EnableMsixTooling>true</EnableMsixTooling>
12+
<EnableWindowsTargeting>true</EnableWindowsTargeting>
1213

1314
<!-- Bundles the WinAppSDK binaries -->
1415
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>

reference/SimpleCalc/MVU-X-Xaml/SimpleCalculator.Windows/SimpleCalculator.Windows.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
1010
<UseWinUI>true</UseWinUI>
1111
<EnableMsixTooling>true</EnableMsixTooling>
12+
<EnableWindowsTargeting>true</EnableWindowsTargeting>
1213

1314
<!-- Bundles the WinAppSDK binaries -->
1415
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>

reference/SimpleCalc/MVVM-CSharp/SimpleCalculator.Windows/SimpleCalculator.Windows.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
1010
<UseWinUI>true</UseWinUI>
1111
<EnableMsixTooling>true</EnableMsixTooling>
12+
<EnableWindowsTargeting>true</EnableWindowsTargeting>
1213

1314
<!-- Bundles the WinAppSDK binaries -->
1415
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>

reference/SimpleCalc/MVVM-Xaml/SimpleCalculator.Windows/SimpleCalculator.Windows.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
1010
<UseWinUI>true</UseWinUI>
1111
<EnableMsixTooling>true</EnableMsixTooling>
12+
<EnableWindowsTargeting>true</EnableWindowsTargeting>
1213

1314
<!-- Bundles the WinAppSDK binaries -->
1415
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>

0 commit comments

Comments
 (0)