Skip to content

Commit 4e3f2f3

Browse files
committed
Changing the line endings to crlf
1 parent 2976cb4 commit 4e3f2f3

File tree

167 files changed

+31490
-31490
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+31490
-31490
lines changed

.gitignore

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
.vs
2-
*.zip
3-
.vscode
4-
*.nupkg
5-
templates.json
6-
bin
7-
8-
obj
9-
Publish
10-
11-
*.user
12-
*.suo
13-
*.cscfg
14-
*.Cache
15-
16-
/packages
17-
tools
18-
/node_modules
1+
.vs
2+
*.zip
3+
.vscode
4+
*.nupkg
5+
templates.json
6+
bin
7+
8+
obj
9+
Publish
10+
11+
*.user
12+
*.suo
13+
*.cscfg
14+
*.Cache
15+
16+
/packages
17+
tools
18+
/node_modules
1919
/.output

Functions.Templates.sln

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26430.6
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Functions.Templates", "Functions.Templates\Functions.Templates.csproj", "{0EC16A67-C60A-4950-A533-07D8783C88B0}"
7-
EndProject
8-
Global
9-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10-
Debug|Any CPU = Debug|Any CPU
11-
Release|Any CPU = Release|Any CPU
12-
EndGlobalSection
13-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{0EC16A67-C60A-4950-A533-07D8783C88B0}.Debug|Any CPU.ActiveCfg = Release|Any CPU
15-
{0EC16A67-C60A-4950-A533-07D8783C88B0}.Debug|Any CPU.Build.0 = Release|Any CPU
16-
{0EC16A67-C60A-4950-A533-07D8783C88B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{0EC16A67-C60A-4950-A533-07D8783C88B0}.Release|Any CPU.Build.0 = Release|Any CPU
18-
EndGlobalSection
19-
GlobalSection(SolutionProperties) = preSolution
20-
HideSolutionNode = FALSE
21-
EndGlobalSection
22-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26430.6
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Functions.Templates", "Functions.Templates\Functions.Templates.csproj", "{0EC16A67-C60A-4950-A533-07D8783C88B0}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{0EC16A67-C60A-4950-A533-07D8783C88B0}.Debug|Any CPU.ActiveCfg = Release|Any CPU
15+
{0EC16A67-C60A-4950-A533-07D8783C88B0}.Debug|Any CPU.Build.0 = Release|Any CPU
16+
{0EC16A67-C60A-4950-A533-07D8783C88B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{0EC16A67-C60A-4950-A533-07D8783C88B0}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
{
2-
"author": "Microsoft",
3-
"classifications": [
4-
"Azure Function"
5-
],
6-
"name": "FunctionsTemplates",
7-
"identity": "Azure.Functions.Templates.Portal",
8-
"groupIdentity": "Azure.Functions.Templates",
9-
"shortName": "functions",
10-
"tags": {
11-
"language": "C#",
12-
"type": "item"
13-
},
14-
"symbols": {
15-
"vsTemplates": {
16-
"type": "parameter",
17-
"datatype": "bool",
18-
"defaultValue": "false",
19-
"description": "Are the templates for Portal?"
20-
},
21-
"portalTemplates": {
22-
"type": "parameter",
23-
"datatype": "bool",
24-
"defaultValue": "true",
25-
"description": "Are the templates for Visual Studio?"
26-
}
27-
}
1+
{
2+
"author": "Microsoft",
3+
"classifications": [
4+
"Azure Function"
5+
],
6+
"name": "FunctionsTemplates",
7+
"identity": "Azure.Functions.Templates.Portal",
8+
"groupIdentity": "Azure.Functions.Templates",
9+
"shortName": "functions",
10+
"tags": {
11+
"language": "C#",
12+
"type": "item"
13+
},
14+
"symbols": {
15+
"vsTemplates": {
16+
"type": "parameter",
17+
"datatype": "bool",
18+
"defaultValue": "false",
19+
"description": "Are the templates for Portal?"
20+
},
21+
"portalTemplates": {
22+
"type": "parameter",
23+
"datatype": "bool",
24+
"defaultValue": "true",
25+
"description": "Are the templates for Visual Studio?"
26+
}
27+
}
2828
}

0 commit comments

Comments
 (0)