-
Notifications
You must be signed in to change notification settings - Fork 61
/
.gitignore
109 lines (100 loc) · 4.92 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# build folders
build
build*
cmake-build*
# build folders
reference_guide
# macOS files
.DS_Store
# Windows files
Thumbs.db
# CLion files
.idea
# Visual Studio files
.vs
# Visual Studio Code files
.vscode
# Qt user config make files
CMakeLists.txt.user
*.pro.user
# Visual Studio user config cmake files
CMakeSettings.json
# Autogenerated files
examples/xtd.cmake.examples/application_properties/application_startup/properties/startup.cpp
examples/xtd.cmake.examples/project_commands/resources_command/properties/resources.h
examples/xtd.cmake.examples/project_commands/settings_command/properties/settings.h
examples/xtd.cmake.examples/target_properties/target_startup/properties/startup.cpp
examples/xtd.drawing.examples/images/image_ani/properties/resources.h
examples/xtd.drawing.examples/images/image_bmp/properties/resources.h
examples/xtd.drawing.examples/images/image_cur/properties/resources.h
examples/xtd.drawing.examples/images/image_emf/properties/resources.h
examples/xtd.drawing.examples/images/image_gif/properties/resources.h
examples/xtd.drawing.examples/images/image_icns/properties/resources.h
examples/xtd.drawing.examples/images/image_ico/properties/resources.h
examples/xtd.drawing.examples/images/image_iif/properties/resources.h
examples/xtd.drawing.examples/images/image_jpeg/properties/resources.h
examples/xtd.drawing.examples/images/image_pcx/properties/resources.h
examples/xtd.drawing.examples/images/image_png/properties/resources.h
examples/xtd.drawing.examples/images/image_pnm/properties/resources.h
examples/xtd.drawing.examples/images/image_tga/properties/resources.h
examples/xtd.drawing.examples/images/image_tiff/properties/resources.h
examples/xtd.drawing.examples/images/image_wmf/properties/resources.h
examples/xtd.drawing.examples/images/image_xpm/properties/resources.h
examples/xtd.forms.examples/applications/application_with_cmake_assembly_info/properties/assembly_info.cpp
examples/xtd.forms.examples/common_controls/picture_box/properties/resources.h
examples/xtd.forms.examples/components/settings_example/properties/settings.h
examples/xtd.forms.examples/controls/picture_box/properties/resources.h
examples/xtd.forms.examples/drawing/image_converter/properties/resources.h
examples/xtd.forms.examples/games/game_of_life/properties/startup.cpp
examples/xtd.forms.examples/games/minesweeper/properties/startup.cpp
examples/xtd.forms.examples/games/minesweeper/properties/settings.h
examples/xtd.forms.examples/games/minesweeper/properties/resources.h
examples/xtd.forms.examples/others/about_dialog_from_executing_assembly_informations/properties/assembly_info.cpp
examples/xtd.forms.examples/others/form_background_image2/properties/resources.h
examples/xtd.forms.examples/others/stopwatch_form/properties/resources.h
scripts/install/test_wxwidgets/wxwidgets.lck
src/xtd/include/xtd/xtd.h
src/xtd/include/xtd/export.h
src/xtd/references.cmake
src/xtd.core.native.unix/include/xtd/core_native_export.h
src/xtd.core.native.win32/include/xtd/core_native_export.h
src/xtd.core/include/xtd/core_export.h
src/xtd.core/properties/assembly_info.cpp
src/xtd.drawing.native.cocoa/include/xtd/drawing_native_export.h
src/xtd.drawing.native.fltk/include/xtd/drawing_native_export.h
src/xtd.drawing.native.gtk3/include/xtd/drawing_native_export.h
src/xtd.drawing.native.gtk4/include/xtd/drawing_native_export.h
src/xtd.drawing.native.qt5/include/xtd/drawing_native_export.h
src/xtd.drawing.native.win32/include/xtd/drawing_native_export.h
src/xtd.drawing.native.wxwidgets/include/xtd/drawing_native_export.h
src/xtd.drawing.native.wxwidgets/properties/assembly_info.cpp
src/xtd.drawing.native/properties/assembly_info.cpp
src/xtd.drawing/include/xtd/drawing_export.h
src/xtd.drawing/properties/assembly_info.cpp
src/xtd.forms.native.coocoa/include/xtd/forms_native_export.h
src/xtd.forms.native.fltk/include/xtd/forms_native_export.h
src/xtd.forms.native.gtk3/include/xtd/forms_native_export.h
src/xtd.forms.native.gtk4/include/xtd/forms_native_export.h
src/xtd.forms.native.qtt5/include/xtd/forms_native_export.h
src/xtd.forms.native.win32/include/xtd/forms_native_export.h
src/xtd.forms.native.wxwidgets/include/xtd/forms_native_export.h
src/xtd.forms.native.wxwidgets/properties/assembly_info.cpp
src/xtd.forms.native/properties/assembly_info.cpp
src/xtd.forms/include/xtd/forms_export.h
src/xtd.forms/properties/assembly_info.cpp
src/xtd.tunit/include/xtd/tunit_export.h
src/xtd.tunit/properties/assembly_info.cpp
tools/guidgen/properties/assembly_info.cpp
tools/guidgen-gui/properties/assembly_info.cpp
tools/guidgen-gui/properties/startup.cpp
tools/keycodes/properties/assembly_info.cpp
tools/keycodes/properties/resources.h
tools/keycodes/properties/settings.h
tools/keycodes/properties/startup.cpp
tools/set_path/properties/assembly_info.cpp
tools/sleepfor/properties/assembly_info.cpp
tools/xtdc/properties/assembly_info.cpp
tools/xtdc/properties/resources.h
tools/xtdc-gui/properties/assembly_info.cpp
tools/xtdc-gui/properties/startup.cpp
tools/xtdc-gui/properties/settings.h