@@ -8,24 +8,25 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
8
8
.editorconfig = .editorconfig
9
9
.gitattributes = .gitattributes
10
10
.gitignore = .gitignore
11
- appveyor .yml = appveyor .yml
12
11
CHANGELOG .md = CHANGELOG .md
13
12
Directory .Build .props = Directory .Build .props
13
+ Directory .Packages .props = Directory .Packages .props
14
14
LibraryManager .Settings .targets = LibraryManager .Settings .targets
15
15
README .md = README .md
16
16
version .json = version .json
17
17
EndProject Section
18
18
EndProject
19
19
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Src" , "Src" , "{A72570B1-99EF-4BDD-B629-321CD56C9F7F}"
20
20
Project Section (SolutionItems ) = preProject
21
- src \Directory .Build .targets = src \Directory .Build .targets
22
21
src \.globalconfig = src \.globalconfig
22
+ src \Directory .Build .targets = src \Directory .Build .targets
23
23
EndProject Section
24
24
EndProject
25
25
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Test" , "Test" , "{FFCD12F4-5CE2-4CC2-A2C4-EACC8F387D7A}"
26
26
EndProject
27
27
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "build" , "build" , "{E67307E3-04FF-498B-97C7-4F508299DF4D}"
28
28
Project Section (SolutionItems ) = preProject
29
+ build \CreateInsertionMetadata .proj = build \CreateInsertionMetadata .proj
29
30
build \PackageVersions .targets = build \PackageVersions .targets
30
31
EndProject Section
31
32
EndProject
@@ -34,14 +35,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Web.LibraryManage
34
35
{FF466454-426B-4AD7-8B00-D50011BE716F} = {FF466454-426B-4AD7-8B00-D50011BE716F}
35
36
EndProject Section
36
37
EndProject
38
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Microsoft.Web.LibraryManager.Vsix" , "src\LibraryManager.Vsix\Microsoft.Web.LibraryManager.Vsix.csproj" , "{EDA2179C-D952-449F-9A3D-8B3A152D6E5A}"
39
+ EndProject
37
40
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Microsoft.Web.LibraryManager.Test" , "test\LibraryManager.Test\Microsoft.Web.LibraryManager.Test.csproj" , "{08C91CC3-4057-4D76-8B9A-B6A0557B64EB}"
38
41
EndProject
39
42
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Microsoft.Web.LibraryManager.Contracts" , "src\LibraryManager.Contracts\Microsoft.Web.LibraryManager.Contracts.csproj" , "{FF466454-426B-4AD7-8B00-D50011BE716F}"
40
43
EndProject
41
44
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Microsoft.Web.LibraryManager.Mocks" , "test\LibraryManager.Mocks\Microsoft.Web.LibraryManager.Mocks.csproj" , "{18F82568-446D-4729-B65E-EB9DF21C3636}"
42
45
EndProject
43
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Microsoft.Web.LibraryManager.Vsix" , "src\LibraryManager.Vsix\Microsoft.Web.LibraryManager.Vsix.csproj" , "{EDA2179C-D952-449F-9A3D-8B3A152D6E5A}"
44
- EndProject
45
46
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Microsoft.Web.LibraryManager.Build" , "src\LibraryManager.Build\Microsoft.Web.LibraryManager.Build.csproj" , "{7536DF26-B808-4AC2-A9DA-58E408A1E05B}"
46
47
EndProject
47
48
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Microsoft.Web.LibraryManager.Build.Test" , "test\Microsoft.Web.LibraryManager.Build.Test\Microsoft.Web.LibraryManager.Build.Test.csproj" , "{E6AAC5E4-91A3-40D7-9917-B50CB16F0B34}"
0 commit comments