Skip to content

Commit c5485ee

Browse files
committedMar 19, 2021
Add solution dir for files in root
1 parent 944515c commit c5485ee

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 

‎UnitsNet.sln

+23
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,29 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitsNet.NumberExtensions",
2121
EndProject
2222
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitsNet.NumberExtensions.Tests", "UnitsNet.NumberExtensions.Tests\UnitsNet.NumberExtensions.Tests.csproj", "{B4996AF5-9A8B-481A-9018-EC7F5B1605FF}"
2323
EndProject
24+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Files", "_Files", "{B92B01BE-243E-4CCB-B5E5-AF469ADB1F54}"
25+
ProjectSection(SolutionItems) = preProject
26+
.editorconfig = .editorconfig
27+
.gitattributes = .gitattributes
28+
.gitignore = .gitignore
29+
appveyor.yml = appveyor.yml
30+
build.bat = build.bat
31+
build-with-wrc.bat = build-with-wrc.bat
32+
clean.bat = clean.bat
33+
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
34+
CONTRIBUTING.md = CONTRIBUTING.md
35+
Directory.Build.props = Directory.Build.props
36+
generate-code.bat = generate-code.bat
37+
init.bat = init.bat
38+
LICENSE = LICENSE
39+
nuget.config = nuget.config
40+
publish-unitsnet.bat = publish-unitsnet.bat
41+
README.md = README.md
42+
test.bat = test.bat
43+
UnitsNet.sln.DotSettings = UnitsNet.sln.DotSettings
44+
UnitsNet.snk = UnitsNet.snk
45+
EndProjectSection
46+
EndProject
2447
Global
2548
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2649
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)
Please sign in to comment.