Skip to content

Commit

Permalink
Remove Single Packaging Project support for MileXamlBlankAppNetFramew…
Browse files Browse the repository at this point in the history
…ork because we want to remove the Windows App SDK dependency and it's conflict with the new Windows Application Packaging project debugging support.
  • Loading branch information
MouriNaruto committed Feb 18, 2024
1 parent 540a409 commit 4ab602d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 91 deletions.
23 changes: 0 additions & 23 deletions MileXamlBlankAppNetFramework/MileXamlBlankAppNetFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
<LangVersion>latest</LangVersion>
<ApplicationManifest>App.manifest</ApplicationManifest>
<UseWindowsForms>true</UseWindowsForms>
<!--<EnableMsixTooling>true</EnableMsixTooling>-->
<!--<WindowsPackageType>MSIX</WindowsPackageType>-->

<DefaultXamlRuntime>UAP</DefaultXamlRuntime>
<MileXamlEnableIntelliSenseForDotNet>false</MileXamlEnableIntelliSenseForDotNet>
</PropertyGroup>
Expand All @@ -32,24 +29,4 @@
<PackageReference Include="Mile.Xaml" Version="2.1.661" />
</ItemGroup>

<!--<PropertyGroup Condition="'$(EnableMsixTooling)' == 'true'">
<WindowsAppSDKFrameworkPackageReference>false</WindowsAppSDKFrameworkPackageReference>
<CustomBeforeMicrosoftCommonTargets>
$(CustomBeforeMicrosoftCommonTargets);
$(PkgMicrosoft_WindowsAppSDK)\build\Microsoft.Build.Msix.props
</CustomBeforeMicrosoftCommonTargets>
<CustomAfterMicrosoftCommonTargets>
$(CustomAfterMicrosoftCommonTargets);
$(PkgMicrosoft_WindowsAppSDK)\build\Microsoft.Build.Msix.targets
</CustomAfterMicrosoftCommonTargets>
</PropertyGroup>
<ItemGroup Condition="'$(EnableMsixTooling)' == 'true'">
<ProjectCapability Include="Msix" />
<AvailableItemName Include="AppxManifest;PRIResource" />
<AppxManifest Include="Package.appxmanifest" SubType="Designer" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="$([System.Version]::Parse('$(TargetPlatformVersion)').ToString(3)).*" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.3.*" IncludeAssets="none" ExcludeAssets="all" PrivateAssets="all" GeneratePathProperty="true" />
</ItemGroup>-->

</Project>
56 changes: 0 additions & 56 deletions MileXamlBlankAppNetFramework/Package.appxmanifest

This file was deleted.

12 changes: 0 additions & 12 deletions MileXamlBlankAppNetFramework/Properties/LaunchSettings.json

This file was deleted.

0 comments on commit 4ab602d

Please sign in to comment.