Skip to content

Commit 696d41a

Browse files
author
Magnus Ahlberg
committed
Changed gitattributes
1 parent a60722b commit 696d41a

File tree

2 files changed

+143
-143
lines changed

2 files changed

+143
-143
lines changed

.gitattributes

+62-63
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,62 @@
1-
###############################################################################
2-
# Set default behavior to automatically normalize line endings.
3-
###############################################################################
4-
* text=auto
5-
6-
###############################################################################
7-
# Set default behavior for command prompt diff.
8-
#
9-
# This is need for earlier builds of msysgit that does not have it on by
10-
# default for csharp files.
11-
# Note: This is only used by command line
12-
###############################################################################
13-
#*.cs diff=csharp
14-
15-
###############################################################################
16-
# Set the merge driver for project and solution files
17-
#
18-
# Merging from the command prompt will add diff markers to the files if there
19-
# are conflicts (Merging from VS is not affected by the settings below, in VS
20-
# the diff markers are never inserted). Diff markers may cause the following
21-
# file extensions to fail to load in VS. An alternative would be to treat
22-
# these files as binary and thus will always conflict and require user
23-
# intervention with every merge. To do so, just uncomment the entries below
24-
###############################################################################
25-
#*.sln merge=binary
26-
#*.csproj merge=binary
27-
#*.vbproj merge=binary
28-
#*.vcxproj merge=binary
29-
#*.vcproj merge=binary
30-
#*.dbproj merge=binary
31-
#*.fsproj merge=binary
32-
#*.lsproj merge=binary
33-
#*.wixproj merge=binary
34-
#*.modelproj merge=binary
35-
#*.sqlproj merge=binary
36-
#*.wwaproj merge=binary
37-
38-
###############################################################################
39-
# behavior for image files
40-
#
41-
# image files are treated as binary by default.
42-
###############################################################################
43-
#*.jpg binary
44-
#*.png binary
45-
#*.gif binary
46-
47-
###############################################################################
48-
# diff behavior for common document formats
49-
#
50-
# Convert binary document formats to text before diffing them. This feature
51-
# is only available from the command line. Turn it on by uncommenting the
52-
# entries below.
53-
###############################################################################
54-
#*.doc diff=astextplain
55-
#*.DOC diff=astextplain
56-
#*.docx diff=astextplain
57-
#*.DOCX diff=astextplain
58-
#*.dot diff=astextplain
59-
#*.DOT diff=astextplain
60-
#*.pdf diff=astextplain
61-
#*.PDF diff=astextplain
62-
#*.rtf diff=astextplain
63-
#*.RTF diff=astextplain
1+
###############################################################################
2+
# Set default behavior to automatically normalize line endings.
3+
###############################################################################
4+
* binary
5+
###############################################################################
6+
# Set default behavior for command prompt diff.
7+
#
8+
# This is need for earlier builds of msysgit that does not have it on by
9+
# default for csharp files.
10+
# Note: This is only used by command line
11+
###############################################################################
12+
#*.cs diff=csharp
13+
14+
###############################################################################
15+
# Set the merge driver for project and solution files
16+
#
17+
# Merging from the command prompt will add diff markers to the files if there
18+
# are conflicts (Merging from VS is not affected by the settings below, in VS
19+
# the diff markers are never inserted). Diff markers may cause the following
20+
# file extensions to fail to load in VS. An alternative would be to treat
21+
# these files as binary and thus will always conflict and require user
22+
# intervention with every merge. To do so, just uncomment the entries below
23+
###############################################################################
24+
#*.sln merge=binary
25+
#*.csproj merge=binary
26+
#*.vbproj merge=binary
27+
#*.vcxproj merge=binary
28+
#*.vcproj merge=binary
29+
#*.dbproj merge=binary
30+
#*.fsproj merge=binary
31+
#*.lsproj merge=binary
32+
#*.wixproj merge=binary
33+
#*.modelproj merge=binary
34+
#*.sqlproj merge=binary
35+
#*.wwaproj merge=binary
36+
37+
###############################################################################
38+
# behavior for image files
39+
#
40+
# image files are treated as binary by default.
41+
###############################################################################
42+
#*.jpg binary
43+
#*.png binary
44+
#*.gif binary
45+
46+
###############################################################################
47+
# diff behavior for common document formats
48+
#
49+
# Convert binary document formats to text before diffing them. This feature
50+
# is only available from the command line. Turn it on by uncommenting the
51+
# entries below.
52+
###############################################################################
53+
#*.doc diff=astextplain
54+
#*.DOC diff=astextplain
55+
#*.docx diff=astextplain
56+
#*.DOCX diff=astextplain
57+
#*.dot diff=astextplain
58+
#*.DOT diff=astextplain
59+
#*.pdf diff=astextplain
60+
#*.PDF diff=astextplain
61+
#*.rtf diff=astextplain
62+
#*.RTF diff=astextplain

TabBlazor.sln

+81-80
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,81 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.0.31710.8
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{BC1B6966-CBEF-4107-A708-0C6DC37D606D}"
7-
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tabler.Docs.Server", "docs\Tabler.Docs.Server\Tabler.Docs.Server.csproj", "{AB9C8A88-E800-4A1E-917D-B15E5D7241C8}"
9-
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tabler.Docs", "docs\Tabler.Docs\Tabler.Docs.csproj", "{ABA6934F-8630-4C75-A4A9-B8504B9AA629}"
11-
EndProject
12-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tabler.Docs.Wasm", "docs\Tabler.Docs.Wasm\Tabler.Docs.Wasm.csproj", "{201D070B-83BD-4FE4-8BEF-FC50ACE97114}"
13-
EndProject
14-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TabBlazor", "src\TabBlazor\TabBlazor.csproj", "{12670973-FFE5-4B66-A898-1689AA02BF77}"
15-
EndProject
16-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IconGenerator", "Icons\IconGenerator\IconGenerator.csproj", "{4132F8E3-B0F0-40B3-BEA2-87FCBB8EAC8E}"
17-
EndProject
18-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Icons", "Icons", "{512C1DEA-9A7A-4881-B38D-2BE3E5DA7926}"
19-
EndProject
20-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TabBlazor.Tests", "TabBlazor.Tests\TabBlazor.Tests.csproj", "{DD4D7CA5-DF81-4D84-BBB6-EFF0B273A66B}"
21-
EndProject
22-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{7052ECDB-B494-4D43-971C-B422EDA78F27}"
23-
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TabBlazor.QuickTable.EntityFramework", "src\TabBlazor.QuickTable.EntityFramework\TabBlazor.QuickTable.EntityFramework.csproj", "{0AF8928D-CF36-464F-89A5-C3757426AFBE}"
25-
EndProject
26-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{AE73F67B-14A5-48A7-9654-FF8A7755169A}"
27-
ProjectSection(SolutionItems) = preProject
28-
.github\workflows\ci.yml = .github\workflows\ci.yml
29-
.github\workflows\release.yml = .github\workflows\release.yml
30-
EndProjectSection
31-
EndProject
32-
Global
33-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
34-
Debug|Any CPU = Debug|Any CPU
35-
Release|Any CPU = Release|Any CPU
36-
EndGlobalSection
37-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
38-
{AB9C8A88-E800-4A1E-917D-B15E5D7241C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39-
{AB9C8A88-E800-4A1E-917D-B15E5D7241C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
40-
{AB9C8A88-E800-4A1E-917D-B15E5D7241C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
41-
{AB9C8A88-E800-4A1E-917D-B15E5D7241C8}.Release|Any CPU.Build.0 = Release|Any CPU
42-
{ABA6934F-8630-4C75-A4A9-B8504B9AA629}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
43-
{ABA6934F-8630-4C75-A4A9-B8504B9AA629}.Debug|Any CPU.Build.0 = Debug|Any CPU
44-
{ABA6934F-8630-4C75-A4A9-B8504B9AA629}.Release|Any CPU.ActiveCfg = Release|Any CPU
45-
{ABA6934F-8630-4C75-A4A9-B8504B9AA629}.Release|Any CPU.Build.0 = Release|Any CPU
46-
{201D070B-83BD-4FE4-8BEF-FC50ACE97114}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
47-
{201D070B-83BD-4FE4-8BEF-FC50ACE97114}.Debug|Any CPU.Build.0 = Debug|Any CPU
48-
{201D070B-83BD-4FE4-8BEF-FC50ACE97114}.Release|Any CPU.ActiveCfg = Release|Any CPU
49-
{201D070B-83BD-4FE4-8BEF-FC50ACE97114}.Release|Any CPU.Build.0 = Release|Any CPU
50-
{12670973-FFE5-4B66-A898-1689AA02BF77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
51-
{12670973-FFE5-4B66-A898-1689AA02BF77}.Debug|Any CPU.Build.0 = Debug|Any CPU
52-
{12670973-FFE5-4B66-A898-1689AA02BF77}.Release|Any CPU.ActiveCfg = Release|Any CPU
53-
{12670973-FFE5-4B66-A898-1689AA02BF77}.Release|Any CPU.Build.0 = Release|Any CPU
54-
{4132F8E3-B0F0-40B3-BEA2-87FCBB8EAC8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
55-
{4132F8E3-B0F0-40B3-BEA2-87FCBB8EAC8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
56-
{4132F8E3-B0F0-40B3-BEA2-87FCBB8EAC8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
57-
{4132F8E3-B0F0-40B3-BEA2-87FCBB8EAC8E}.Release|Any CPU.Build.0 = Release|Any CPU
58-
{DD4D7CA5-DF81-4D84-BBB6-EFF0B273A66B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
59-
{DD4D7CA5-DF81-4D84-BBB6-EFF0B273A66B}.Debug|Any CPU.Build.0 = Debug|Any CPU
60-
{DD4D7CA5-DF81-4D84-BBB6-EFF0B273A66B}.Release|Any CPU.ActiveCfg = Release|Any CPU
61-
{DD4D7CA5-DF81-4D84-BBB6-EFF0B273A66B}.Release|Any CPU.Build.0 = Release|Any CPU
62-
{0AF8928D-CF36-464F-89A5-C3757426AFBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
63-
{0AF8928D-CF36-464F-89A5-C3757426AFBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
64-
{0AF8928D-CF36-464F-89A5-C3757426AFBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
65-
{0AF8928D-CF36-464F-89A5-C3757426AFBE}.Release|Any CPU.Build.0 = Release|Any CPU
66-
EndGlobalSection
67-
GlobalSection(SolutionProperties) = preSolution
68-
HideSolutionNode = FALSE
69-
EndGlobalSection
70-
GlobalSection(NestedProjects) = preSolution
71-
{AB9C8A88-E800-4A1E-917D-B15E5D7241C8} = {BC1B6966-CBEF-4107-A708-0C6DC37D606D}
72-
{ABA6934F-8630-4C75-A4A9-B8504B9AA629} = {BC1B6966-CBEF-4107-A708-0C6DC37D606D}
73-
{201D070B-83BD-4FE4-8BEF-FC50ACE97114} = {BC1B6966-CBEF-4107-A708-0C6DC37D606D}
74-
{4132F8E3-B0F0-40B3-BEA2-87FCBB8EAC8E} = {512C1DEA-9A7A-4881-B38D-2BE3E5DA7926}
75-
{DD4D7CA5-DF81-4D84-BBB6-EFF0B273A66B} = {7052ECDB-B494-4D43-971C-B422EDA78F27}
76-
EndGlobalSection
77-
GlobalSection(ExtensibilityGlobals) = postSolution
78-
SolutionGuid = {FE9B41A8-AEAC-4181-A5C5-0CCA8C2A53BB}
79-
EndGlobalSection
80-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31710.8
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{BC1B6966-CBEF-4107-A708-0C6DC37D606D}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tabler.Docs.Server", "docs\Tabler.Docs.Server\Tabler.Docs.Server.csproj", "{AB9C8A88-E800-4A1E-917D-B15E5D7241C8}"
9+
EndProject
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tabler.Docs", "docs\Tabler.Docs\Tabler.Docs.csproj", "{ABA6934F-8630-4C75-A4A9-B8504B9AA629}"
11+
EndProject
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tabler.Docs.Wasm", "docs\Tabler.Docs.Wasm\Tabler.Docs.Wasm.csproj", "{201D070B-83BD-4FE4-8BEF-FC50ACE97114}"
13+
EndProject
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TabBlazor", "src\TabBlazor\TabBlazor.csproj", "{12670973-FFE5-4B66-A898-1689AA02BF77}"
15+
EndProject
16+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IconGenerator", "Icons\IconGenerator\IconGenerator.csproj", "{4132F8E3-B0F0-40B3-BEA2-87FCBB8EAC8E}"
17+
EndProject
18+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Icons", "Icons", "{512C1DEA-9A7A-4881-B38D-2BE3E5DA7926}"
19+
EndProject
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TabBlazor.Tests", "TabBlazor.Tests\TabBlazor.Tests.csproj", "{DD4D7CA5-DF81-4D84-BBB6-EFF0B273A66B}"
21+
EndProject
22+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{7052ECDB-B494-4D43-971C-B422EDA78F27}"
23+
EndProject
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TabBlazor.QuickTable.EntityFramework", "src\TabBlazor.QuickTable.EntityFramework\TabBlazor.QuickTable.EntityFramework.csproj", "{0AF8928D-CF36-464F-89A5-C3757426AFBE}"
25+
EndProject
26+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{AE73F67B-14A5-48A7-9654-FF8A7755169A}"
27+
ProjectSection(SolutionItems) = preProject
28+
.github\workflows\ci.yml = .github\workflows\ci.yml
29+
.github\workflows\release.yml = .github\workflows\release.yml
30+
.gitattributes = .gitattributes
31+
EndProjectSection
32+
EndProject
33+
Global
34+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
35+
Debug|Any CPU = Debug|Any CPU
36+
Release|Any CPU = Release|Any CPU
37+
EndGlobalSection
38+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
39+
{AB9C8A88-E800-4A1E-917D-B15E5D7241C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
40+
{AB9C8A88-E800-4A1E-917D-B15E5D7241C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
41+
{AB9C8A88-E800-4A1E-917D-B15E5D7241C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
42+
{AB9C8A88-E800-4A1E-917D-B15E5D7241C8}.Release|Any CPU.Build.0 = Release|Any CPU
43+
{ABA6934F-8630-4C75-A4A9-B8504B9AA629}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
44+
{ABA6934F-8630-4C75-A4A9-B8504B9AA629}.Debug|Any CPU.Build.0 = Debug|Any CPU
45+
{ABA6934F-8630-4C75-A4A9-B8504B9AA629}.Release|Any CPU.ActiveCfg = Release|Any CPU
46+
{ABA6934F-8630-4C75-A4A9-B8504B9AA629}.Release|Any CPU.Build.0 = Release|Any CPU
47+
{201D070B-83BD-4FE4-8BEF-FC50ACE97114}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
48+
{201D070B-83BD-4FE4-8BEF-FC50ACE97114}.Debug|Any CPU.Build.0 = Debug|Any CPU
49+
{201D070B-83BD-4FE4-8BEF-FC50ACE97114}.Release|Any CPU.ActiveCfg = Release|Any CPU
50+
{201D070B-83BD-4FE4-8BEF-FC50ACE97114}.Release|Any CPU.Build.0 = Release|Any CPU
51+
{12670973-FFE5-4B66-A898-1689AA02BF77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
52+
{12670973-FFE5-4B66-A898-1689AA02BF77}.Debug|Any CPU.Build.0 = Debug|Any CPU
53+
{12670973-FFE5-4B66-A898-1689AA02BF77}.Release|Any CPU.ActiveCfg = Release|Any CPU
54+
{12670973-FFE5-4B66-A898-1689AA02BF77}.Release|Any CPU.Build.0 = Release|Any CPU
55+
{4132F8E3-B0F0-40B3-BEA2-87FCBB8EAC8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56+
{4132F8E3-B0F0-40B3-BEA2-87FCBB8EAC8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
57+
{4132F8E3-B0F0-40B3-BEA2-87FCBB8EAC8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
58+
{4132F8E3-B0F0-40B3-BEA2-87FCBB8EAC8E}.Release|Any CPU.Build.0 = Release|Any CPU
59+
{DD4D7CA5-DF81-4D84-BBB6-EFF0B273A66B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
60+
{DD4D7CA5-DF81-4D84-BBB6-EFF0B273A66B}.Debug|Any CPU.Build.0 = Debug|Any CPU
61+
{DD4D7CA5-DF81-4D84-BBB6-EFF0B273A66B}.Release|Any CPU.ActiveCfg = Release|Any CPU
62+
{DD4D7CA5-DF81-4D84-BBB6-EFF0B273A66B}.Release|Any CPU.Build.0 = Release|Any CPU
63+
{0AF8928D-CF36-464F-89A5-C3757426AFBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
64+
{0AF8928D-CF36-464F-89A5-C3757426AFBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
65+
{0AF8928D-CF36-464F-89A5-C3757426AFBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
66+
{0AF8928D-CF36-464F-89A5-C3757426AFBE}.Release|Any CPU.Build.0 = Release|Any CPU
67+
EndGlobalSection
68+
GlobalSection(SolutionProperties) = preSolution
69+
HideSolutionNode = FALSE
70+
EndGlobalSection
71+
GlobalSection(NestedProjects) = preSolution
72+
{AB9C8A88-E800-4A1E-917D-B15E5D7241C8} = {BC1B6966-CBEF-4107-A708-0C6DC37D606D}
73+
{ABA6934F-8630-4C75-A4A9-B8504B9AA629} = {BC1B6966-CBEF-4107-A708-0C6DC37D606D}
74+
{201D070B-83BD-4FE4-8BEF-FC50ACE97114} = {BC1B6966-CBEF-4107-A708-0C6DC37D606D}
75+
{4132F8E3-B0F0-40B3-BEA2-87FCBB8EAC8E} = {512C1DEA-9A7A-4881-B38D-2BE3E5DA7926}
76+
{DD4D7CA5-DF81-4D84-BBB6-EFF0B273A66B} = {7052ECDB-B494-4D43-971C-B422EDA78F27}
77+
EndGlobalSection
78+
GlobalSection(ExtensibilityGlobals) = postSolution
79+
SolutionGuid = {FE9B41A8-AEAC-4181-A5C5-0CCA8C2A53BB}
80+
EndGlobalSection
81+
EndGlobal

0 commit comments

Comments
 (0)