forked from microsoft/commercial-marketplace-client-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.Marketplace.sln
51 lines (51 loc) · 2.9 KB
/
Microsoft.Marketplace.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{99CA6AAF-0F44-43CA-AD94-E02AAA6BBCF4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{481A46CA-F6C0-4580-9DDA-684C421D465E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Marketplace.Tests", "tests\Microsoft.Marketplace.Tests\Microsoft.Marketplace.Tests.csproj", "{EABC6306-053C-4B32-B90F-6F8B77ED5F8D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B9F7429D-47B3-4CFF-A14F-D6272F08E7AA}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Marketplace", "src\Microsoft.Marketplace.csproj", "{5E6B12AF-5AA4-4ECD-8EB7-82E9F692BA9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Core.TestFramework", "tests\Azure.Core.TestFramework\src\Azure.Core.TestFramework.csproj", "{F42E16A3-7B4A-4E22-9154-40B988B9848D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EABC6306-053C-4B32-B90F-6F8B77ED5F8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EABC6306-053C-4B32-B90F-6F8B77ED5F8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EABC6306-053C-4B32-B90F-6F8B77ED5F8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EABC6306-053C-4B32-B90F-6F8B77ED5F8D}.Release|Any CPU.Build.0 = Release|Any CPU
{5E6B12AF-5AA4-4ECD-8EB7-82E9F692BA9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E6B12AF-5AA4-4ECD-8EB7-82E9F692BA9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E6B12AF-5AA4-4ECD-8EB7-82E9F692BA9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E6B12AF-5AA4-4ECD-8EB7-82E9F692BA9C}.Release|Any CPU.Build.0 = Release|Any CPU
{F42E16A3-7B4A-4E22-9154-40B988B9848D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F42E16A3-7B4A-4E22-9154-40B988B9848D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F42E16A3-7B4A-4E22-9154-40B988B9848D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F42E16A3-7B4A-4E22-9154-40B988B9848D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EABC6306-053C-4B32-B90F-6F8B77ED5F8D} = {99CA6AAF-0F44-43CA-AD94-E02AAA6BBCF4}
{5E6B12AF-5AA4-4ECD-8EB7-82E9F692BA9C} = {481A46CA-F6C0-4580-9DDA-684C421D465E}
{F42E16A3-7B4A-4E22-9154-40B988B9848D} = {99CA6AAF-0F44-43CA-AD94-E02AAA6BBCF4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A40602C4-D62A-4759-AB32-1DD847B6A35B}
EndGlobalSection
EndGlobal