@@ -11,18 +11,20 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{DD5BD056-4
11
11
EndProject
12
12
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{458155D3-BCBC-481D-B37A-40D2ED10F0A4}"
13
13
Project Section (SolutionItems ) = preProject
14
- .editorconfig = .editorconfig
15
- .gitignore = .gitignore
16
- build .sh = build .sh
17
- .github \workflows \build .yml = .github \workflows \build .yml
18
14
Directory .Build .props = Directory .Build .props
19
- dotnet -tools .json = dotnet -tools .json
20
- LICENSE .txt = LICENSE .txt
21
- LICENSE _AGPL .txt = LICENSE _AGPL .txt
22
- LICENSE _BITWARDEN .txt = LICENSE _BITWARDEN .txt
23
- NuGet .Config = NuGet .Config
15
+ global .json = global .json
16
+ .gitignore = .gitignore
24
17
README .md = README .md
18
+ .editorconfig = .editorconfig
19
+ TRADEMARK _GUIDELINES .md = TRADEMARK _GUIDELINES .md
25
20
SECURITY .md = SECURITY .md
21
+ NuGet .Config = NuGet .Config
22
+ LICENSE _FAQ .md = LICENSE _FAQ .md
23
+ LICENSE _BITWARDEN .txt = LICENSE _BITWARDEN .txt
24
+ LICENSE _AGPL .txt = LICENSE _AGPL .txt
25
+ LICENSE .txt = LICENSE .txt
26
+ CONTRIBUTING .md = CONTRIBUTING .md
27
+ .dockerignore = .dockerignore
26
28
EndProject Section
27
29
EndProject
28
30
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Core" , "src\Core\Core.csproj" , "{3973D21B-A692-4B60-9B70-3631C057423A}"
0 commit comments