Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Microsoft.Extensions.FileProviders.Physical.sln « Microsoft.Extensions.FileProviders.Physical « libraries « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1c6e0abf9d64203ad7991155d853706851765510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29827.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ref", "ref", "{40FA757C-F51D-4AA8-8C3C-C203A1B555EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E7A3F7C8-9DD2-47DD-80C7-D35F99CB6354}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{785DABFE-84C2-41F8-BC8A-6FA59830FBE5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.FileProviders.Physical", "ref\Microsoft.Extensions.FileProviders.Physical.csproj", "{70816D5C-D75E-4D71-9869-9DAB8FFB9527}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.FileProviders.Physical", "src\Microsoft.Extensions.FileProviders.Physical.csproj", "{22648DDF-2A47-4754-B024-059AC14A8937}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.FileProviders.Physical.Tests", "tests\Microsoft.Extensions.FileProviders.Physical.Tests.csproj", "{060CD42A-BFEF-4F86-BFA1-6BDF4A64F3F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestUtilities", "..\Common\tests\TestUtilities\TestUtilities.csproj", "{6BFBACB5-01F5-4767-AE92-F211C9CA71FC}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{70816D5C-D75E-4D71-9869-9DAB8FFB9527}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{70816D5C-D75E-4D71-9869-9DAB8FFB9527}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{70816D5C-D75E-4D71-9869-9DAB8FFB9527}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{70816D5C-D75E-4D71-9869-9DAB8FFB9527}.Release|Any CPU.Build.0 = Release|Any CPU
		{22648DDF-2A47-4754-B024-059AC14A8937}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{22648DDF-2A47-4754-B024-059AC14A8937}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{22648DDF-2A47-4754-B024-059AC14A8937}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{22648DDF-2A47-4754-B024-059AC14A8937}.Release|Any CPU.Build.0 = Release|Any CPU
		{060CD42A-BFEF-4F86-BFA1-6BDF4A64F3F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{060CD42A-BFEF-4F86-BFA1-6BDF4A64F3F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{060CD42A-BFEF-4F86-BFA1-6BDF4A64F3F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{060CD42A-BFEF-4F86-BFA1-6BDF4A64F3F3}.Release|Any CPU.Build.0 = Release|Any CPU
		{6BFBACB5-01F5-4767-AE92-F211C9CA71FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6BFBACB5-01F5-4767-AE92-F211C9CA71FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6BFBACB5-01F5-4767-AE92-F211C9CA71FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6BFBACB5-01F5-4767-AE92-F211C9CA71FC}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{70816D5C-D75E-4D71-9869-9DAB8FFB9527} = {40FA757C-F51D-4AA8-8C3C-C203A1B555EF}
		{22648DDF-2A47-4754-B024-059AC14A8937} = {E7A3F7C8-9DD2-47DD-80C7-D35F99CB6354}
		{060CD42A-BFEF-4F86-BFA1-6BDF4A64F3F3} = {785DABFE-84C2-41F8-BC8A-6FA59830FBE5}
		{6BFBACB5-01F5-4767-AE92-F211C9CA71FC} = {785DABFE-84C2-41F8-BC8A-6FA59830FBE5}
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		SolutionGuid = {775376C7-9426-4CD9-88C4-70726CDAA954}
	EndGlobalSection
EndGlobal