-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitignore
37 lines (36 loc) · 1.55 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/Demos/MultiPlatformWindowDemo/.vs/MultiPlatformWindowDemo/v16
/Demos/MultiPlatformWindowDemo/bin/Debug/net5.0
/Demos/MultiPlatformWindowDemo/obj
/src/bin/Debug/net5.0
/src/obj
/Demos/MultiPlatformWindowDemo/.vs/MultiPlatformWindowDemo/DesignTimeBuild
/src/NP.Avalonia.Visuals.1.0.2.nupkg
/src/NP.Avalonia.Visuals.1.0.3.nupkg
/src/bin/Release/net5.0
/src/NP.Avalonia.Visuals.1.0.4.nupkg
/Demos/MultiPlatformWindowDemo/.vs/MultiPlatformWindowDemo/v17
/Demos/MultiPlatformWindowDemo/bin/Debug
/Demos/NP.Demos.CustomWindowSample/.vs
/Demos/NP.Demos.CustomWindowSample/bin/Debug/net5.0
/Demos/NP.Demos.CustomWindowSample/obj/Debug/net5.0
/Demos/NP.Demos.CustomWindowSample/obj
/Demos/NP.Demos.CustomWindowCustomizationSample/.vs
/Demos/NP.Demos.CustomWindowCustomizationSample/bin/Debug
/Demos/NP.Demos.CustomWindowCustomizationSample/obj
/src/*.nupkg
/Demos/NP.Demos.BehaviorPrototypes/.vs/NP.Demos.BehaviorPrototypes
/Demos/NP.Demos.BehaviorPrototypes/bin/Debug
/Demos/NP.Demos.BehaviorPrototypes/obj
/Demos/MultiPlatformWindowDemo/.vs
/src/bin/Debug/net6.0
/Demos/NP.Demos.BehaviorPrototypes/.vs/ProjectEvaluation
/Demos/NP.Demos.ImplantedWindowTest/.vs
/Demos/NP.Demos.ImplantedWindowTest/bin/Debug
/Demos/NP.Demos.ImplantedWindowTest/obj
/Demos/NP.Demos.CustomWindowSample/bin/Debug/net6.0
/src/bin/Release
*.nupkg
/Demos/Demos - Shortcut.lnk