Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retire the C++ UWP API #270

Merged
merged 3 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .github/workflows/native-build.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ build/
bld/
[Bb]in/
[Oo]bj/
out/

# Visual Studio 2015 cache/options directory
.vs/
Expand Down
4 changes: 0 additions & 4 deletions CodeQL.yml

This file was deleted.

12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# XAML Behaviors

XAML Behaviors is an easy-to-use means of adding common and reusable interactivity to your Windows UWP applications with minimal code. It is available for both native and managed applications. Use of XAML Behaviors is governed by the MIT License
XAML Behaviors is an easy-to-use means of adding common and reusable interactivity to your Windows UWP applications with minimal code. It is available for managed applications only. Use of XAML Behaviors is governed by the MIT License

## Build Status

| Platform | Status |
| -------- | ------ |
| Managed | ![Build Managed](https://github.com/microsoft/XamlBehaviors/workflows/Build%20Managed/badge.svg) |
| Native | ![Build Native](https://github.com/microsoft/XamlBehaviors/workflows/Build%20Native/badge.svg) |

## Getting Started

### Where to get it

- NuGet package for [Native](https://www.nuget.org/packages/Microsoft.Xaml.Behaviors.Uwp.Native/) and [Managed](https://www.nuget.org/packages/Microsoft.Xaml.Behaviors.Uwp.Managed/)
- NuGet package for [Managed](https://www.nuget.org/packages/Microsoft.Xaml.Behaviors.Uwp.Managed/)
- [Source Code](https://github.com/Microsoft/XamlBehaviors)

### Resources
Expand Down Expand Up @@ -75,10 +74,3 @@ For WinUI:

- Run `msbuild /t:Pack src\BehaviorsSDKManaged\Microsoft.Xaml.Interactivity.WinUI\Microsoft.Xaml.Interactivity.WinUI.csproj`
- *(Optional)* Add `/p:TimestampPackage=true` to include the timestamp in the NuGet package version

#### Build and Create Native XAML Behaviors NuGet

- Open the "BehaviorsSDKNative.sln" solution in Visual Studio
- [Batch Build](https://msdn.microsoft.com/en-us/library/169az28z(v=vs.90).aspx) for x86, x64, and ARM in Release
- Run `msbuild /t:Pack src/BehaviorsSDKNative/Microsoft.Xaml.Interactions.Design/Microsoft.Xaml.Interactions.Design.csproj`
- *(Optional)* Add `/p:TimestampPackage=true` to include the timestamp in the NuGet package version
16 changes: 0 additions & 16 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ variables:
value: ${{ parameters.OfficialRelease }}
- name: Codeql.Enabled
value: true
- name: Codeql.Cadence
value: 24
- name: Codeql.Language
value: csharp,powershell,cpp
- name: Codeql.ExcludePathPatterns
value: 'src/BehaviorsSDKNative'
- name: SignType
Expand Down Expand Up @@ -116,18 +112,6 @@ extends:
solution: src\BehaviorsSDKManaged\Microsoft.Xaml.Interactivity.WinUI\Microsoft.Xaml.Interactivity.WinUI.csproj
msbuildArgs: /t:Pack /p:SignType=$(SignType) /p:TimestampPackage=$(TimestampPackage) /p:PackageOutputPath="$(Build.SourcesDirectory)out"
configuration: Release
- task: NuGetCommand@2
displayName: Restore BehaviorsSDKNative.sln
inputs:
solution: src\BehaviorsSDKNative\BehaviorsSDKNative.sln
selectOrConfig: config
- task: VSBuild@1
displayName: Build BehaviorsSDKNative.sln
inputs:
solution: src\BehaviorsSDKNative\BehaviorsSDKNative.sln
platform: Any CPU
configuration: Release
clean: true
- task: CopyFiles@2
displayName: 'Copy Symbols to: $(Pipeline.Workspace)\Symbols'
inputs:
Expand Down
51 changes: 0 additions & 51 deletions samples/Cpp/XAMLBehaviorsSampleCpp.sln

This file was deleted.

16 changes: 0 additions & 16 deletions samples/Cpp/XAMLBehaviorsSampleCpp/App.xaml

This file was deleted.

120 changes: 0 additions & 120 deletions samples/Cpp/XAMLBehaviorsSampleCpp/App.xaml.cpp

This file was deleted.

27 changes: 0 additions & 27 deletions samples/Cpp/XAMLBehaviorsSampleCpp/App.xaml.h

This file was deleted.

Binary file removed samples/Cpp/XAMLBehaviorsSampleCpp/Assets/Cheer.mp3
Binary file not shown.
Binary file removed samples/Cpp/XAMLBehaviorsSampleCpp/Assets/Ding.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 0 additions & 14 deletions samples/Cpp/XAMLBehaviorsSampleCpp/ContentDialogPopUp.cpp

This file was deleted.

16 changes: 0 additions & 16 deletions samples/Cpp/XAMLBehaviorsSampleCpp/ContentDialogPopUp.h

This file was deleted.

16 changes: 0 additions & 16 deletions samples/Cpp/XAMLBehaviorsSampleCpp/ContentDialogSample.xaml

This file was deleted.

Loading
Loading