-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMicrosoft.Data.Services.Toolkit.sln
41 lines (41 loc) · 2.4 KB
/
Microsoft.Data.Services.Toolkit.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F99CE715-4417-4C66-A10F-FC811377AE2E}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
Microsoft.Data.Services.Toolkit.vsmdi = Microsoft.Data.Services.Toolkit.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Data.Services.Toolkit", "Microsoft.Data.Services.Toolkit\Microsoft.Data.Services.Toolkit.csproj", "{E38FE120-4439-4A23-B6F6-88CB0BE4E493}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Data.Services.Toolkit.Tests", "Microsoft.Data.Services.Toolkit.Tests\Microsoft.Data.Services.Toolkit.Tests.csproj", "{725C6E1E-7845-45E3-B618-244D6CEDC585}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Microsoft.Data.Services.Toolkit.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Staging|Any CPU = Staging|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E38FE120-4439-4A23-B6F6-88CB0BE4E493}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E38FE120-4439-4A23-B6F6-88CB0BE4E493}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E38FE120-4439-4A23-B6F6-88CB0BE4E493}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E38FE120-4439-4A23-B6F6-88CB0BE4E493}.Release|Any CPU.Build.0 = Release|Any CPU
{E38FE120-4439-4A23-B6F6-88CB0BE4E493}.Staging|Any CPU.ActiveCfg = Staging|Any CPU
{E38FE120-4439-4A23-B6F6-88CB0BE4E493}.Staging|Any CPU.Build.0 = Staging|Any CPU
{725C6E1E-7845-45E3-B618-244D6CEDC585}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{725C6E1E-7845-45E3-B618-244D6CEDC585}.Debug|Any CPU.Build.0 = Debug|Any CPU
{725C6E1E-7845-45E3-B618-244D6CEDC585}.Release|Any CPU.ActiveCfg = Release|Any CPU
{725C6E1E-7845-45E3-B618-244D6CEDC585}.Release|Any CPU.Build.0 = Release|Any CPU
{725C6E1E-7845-45E3-B618-244D6CEDC585}.Staging|Any CPU.ActiveCfg = Release|Any CPU
{725C6E1E-7845-45E3-B618-244D6CEDC585}.Staging|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal