14 lines
380 B
XML
14 lines
380 B
XML
<Solution>
|
|
<Configurations>
|
|
<Platform Name="ARM64" />
|
|
<Platform Name="x64" />
|
|
<Platform Name="x86" />
|
|
</Configurations>
|
|
<Project Path="winui-learning/winui-learning.csproj">
|
|
<Platform Solution="*|ARM64" Project="ARM64" />
|
|
<Platform Solution="*|x64" Project="x64" />
|
|
<Platform Solution="*|x86" Project="x86" />
|
|
<Deploy />
|
|
</Project>
|
|
</Solution>
|