Skip to content

Commit 0e9a3cc

Browse files
committed
Calc: Step 5: Add a reference to the DrawingIslandCsProjection project
1 parent 65fe2ee commit 0e9a3cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Samples/Islands/DrawingIsland/CalculatorDemo/CalculatorDemo.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<!-- WinAppSDK requires at least the 17763 build of windows, so we need to set that here.
44
You can set this in the Visual Studio project properties UI too. -->
5-
<TargetFramework>net9.0-windows10.0.17763.0</TargetFramework>
5+
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
66
<UseWpf>true</UseWpf>
77
<EnableDefaultItems>false</EnableDefaultItems>
88
<Platforms>x64;ARM64;x86</Platforms>
@@ -127,8 +127,12 @@
127127
<None Include="App.config" />
128128
</ItemGroup>
129129
<ItemGroup>
130+
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.7" />
130131
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240428000" />
131132
</ItemGroup>
133+
<ItemGroup>
134+
<ProjectReference Include="..\DrawingIslandCsProjection\DrawingIslandCsProjection.csproj" />
135+
</ItemGroup>
132136
<ItemGroup>
133137
<Resource Include="appicon.ico" />
134138
</ItemGroup>

0 commit comments

Comments
 (0)