File tree 2 files changed +93
-19
lines changed
DirectN.InteropBuilder.Cli
2 files changed +93
-19
lines changed Original file line number Diff line number Diff line change
1
+ # All file types:
2
+ # - Treat as text
3
+ # - Normalize to LF line endings
4
+ * text =auto eol =lf
5
+
6
+ # Explicit settings for well known types
7
+ * .appxmanifest text eol =lf
8
+ * .bat text eol =lf
9
+ * .cmd text eol =lf
10
+ * .config text eol =lf
11
+ * .c text eol =lf
12
+ * .cpp text eol =lf
13
+ * .cs text eol =lf
14
+ * .csproj text eol =lf
15
+ * .fs text eol =lf
16
+ * .fsproj text eol =lf
17
+ * .h text eol =lf
18
+ * .hlsl text eol =lf
19
+ * .hxx text eol =lf
20
+ * .idl text eol =lf
21
+ * .json text eol =lf
22
+ * .manifest text eol =lf
23
+ * .md text eol =lf
24
+ * .msbuildproj text eol =lf
25
+ * .projitems text eol =lf
26
+ * .props text eol =lf
27
+ * .ps1 text eol =lf
28
+ * .rc text eol =lf
29
+ * .resx text eol =lf
30
+ * .rgs text eol =lf
31
+ * .sh text eol =lf
32
+ * .shprroj text eol =lf
33
+ * .sln text eol =lf
34
+ * .slnf text eol =lf
35
+ * .targets text eol =lf
36
+ * .txt text eol =lf
37
+ * .vbproj text eol =lf
38
+ * .vcxproj text eol =lf
39
+ * .xaml text eol =lf
40
+ * .yml text eol =lf
41
+
42
+ # T4 files need CRLF to be processed correctly. When using LF, the T4
43
+ # generator will produce unwanted newlines in the output files. The
44
+ # same fix for this is also present in the .editorconfig file.
45
+ * .tt text eol =crlf
46
+ * .ttinclude text eol =crlf
47
+
48
+ # Images
49
+ * .png binary
50
+ * .jpg binary
51
+ * .jpeg binary
52
+ * .gif binary
53
+ * .heic binary
54
+ * .heif binary
55
+ * .bmp binary
56
+ * .ico binary
57
+ * .cur binary
58
+
59
+ # Keys
60
+ * .snk binary
61
+ * .pfx binary
62
+ * .cer binary
63
+
64
+ # Executables
65
+ * .dll binary
66
+ * .exe binary
67
+
68
+ # Others
69
+ * .docx binary
70
+ * .xlsx binary
71
+ * .pptx binary
72
+ * .zip binary
73
+ * .7z binary
74
+ * .pdf binary
Original file line number Diff line number Diff line change 1
- //------------------------------------------------------------------------------
2
- // <auto-generated>
3
- // This code was generated by a tool.
4
- //
5
- // Changes to this file may cause incorrect behavior and will be lost if
6
- // the code is regenerated.
7
- // </auto-generated>
8
- //------------------------------------------------------------------------------
9
-
10
- // Generated by the MSBuild CreateWin32MetadataFile target.
11
-
12
- namespace DirectN . InteropBuilder . Cli
13
- {
14
- public static class Win32Metadata
15
- {
16
- public const string WinMdPath = @"E:\packages\nuget\microsoft.windows.sdk.win32metadata\61.0.15-preview" ;
17
- public const string SolutionDir = @"E:\smo\GitHub\DirectNAot\" ;
18
- }
19
- }
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by a tool.
4
+ //
5
+ // Changes to this file may cause incorrect behavior and will be lost if
6
+ // the code is regenerated.
7
+ // </auto-generated>
8
+ //------------------------------------------------------------------------------
9
+
10
+ // Generated by the MSBuild CreateWin32MetadataFile target.
11
+
12
+ namespace DirectN . InteropBuilder . Cli
13
+ {
14
+ public static class Win32Metadata
15
+ {
16
+ public const string WinMdPath = @"E:\packages\nuget\microsoft.windows.sdk.win32metadata\61.0.15-preview" ;
17
+ public const string SolutionDir = @"E:\smo\GitHub\DirectNAot\" ;
18
+ }
19
+ }
You can’t perform that action at this time.
0 commit comments