azure-functions-vs-build-sdk/FunctionsSdk.sln

37 строки
2.0 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{14D6456E-2F9D-4483-A378-03701A6EB12D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9B6D0171-3FFD-4892-B407-B633CA4E6712}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.NET.Sdk.Functions", "src\Microsoft.NET.Sdk.Functions\Microsoft.NET.Sdk.Functions.csproj", "{D1A5EEB2-A8D0-4E7A-8FBF-CFC5D2C23B96}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.NET.Sdk.Functions.Test", "test\Microsoft.NET.Sdk.Functions.Test\Microsoft.NET.Sdk.Functions.Test.csproj", "{9D59910B-B90E-4BBE-BD26-C2CBF85D37E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1A5EEB2-A8D0-4E7A-8FBF-CFC5D2C23B96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1A5EEB2-A8D0-4E7A-8FBF-CFC5D2C23B96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1A5EEB2-A8D0-4E7A-8FBF-CFC5D2C23B96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1A5EEB2-A8D0-4E7A-8FBF-CFC5D2C23B96}.Release|Any CPU.Build.0 = Release|Any CPU
{9D59910B-B90E-4BBE-BD26-C2CBF85D37E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D59910B-B90E-4BBE-BD26-C2CBF85D37E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D59910B-B90E-4BBE-BD26-C2CBF85D37E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D59910B-B90E-4BBE-BD26-C2CBF85D37E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D1A5EEB2-A8D0-4E7A-8FBF-CFC5D2C23B96} = {14D6456E-2F9D-4483-A378-03701A6EB12D}
{9D59910B-B90E-4BBE-BD26-C2CBF85D37E1} = {9B6D0171-3FFD-4892-B407-B633CA4E6712}
EndGlobalSection
EndGlobal