Skip to content

Commit 94a968e

Browse files
committed
[AppInfra] Add .editorconfig
1 parent 003cae8 commit 94a968e

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

AppInfraDemo/.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[*.cs]
2+
3+
# DV2002: Unmapped types
4+
dotnet_diagnostic.DV2002.severity = silent

AppInfraDemo/DemoApplication.sln

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27703.2042
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.2.32630.192
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{02E0C5E1-5F9D-482A-AF46-7097C48A2C98}"
77
EndProject
@@ -71,6 +71,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".App_Data", ".App_Data", "{
7171
EndProject
7272
Project("{F088123C-0E9E-452A-89E6-6BA2F21D5CAC}") = "DependencyValidation", "Infrastructure\DependencyValidation\DependencyValidation.modelproj", "{9D8284B2-4F4E-40F7-B194-3F16F4E1E51B}"
7373
EndProject
74+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4A532F73-79FC-431C-B849-02EAF64507E2}"
75+
ProjectSection(SolutionItems) = preProject
76+
.editorconfig = .editorconfig
77+
EndProjectSection
78+
EndProject
7479
Global
7580
GlobalSection(SolutionConfigurationPlatforms) = preSolution
7681
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)