-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNetCore-Bugs.sln
39 lines (39 loc) · 2.03 KB
/
NetCore-Bugs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28306.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestUtilities", "TestUtilities", "{23844E2E-3BF8-49F6-826F-59548AD179A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUtilities", "TestUtilities\TestUtilities.csproj", "{3F9114C8-9C9B-48DE-AB89-9B1477A36B77}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{0EC09961-96BC-4A30-8E06-76A916F80B2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IDataObject_Bug", "Tests\IDataObject_Bug.csproj", "{AC584F19-9453-4898-96D4-ABD739B83B07}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F9114C8-9C9B-48DE-AB89-9B1477A36B77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F9114C8-9C9B-48DE-AB89-9B1477A36B77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F9114C8-9C9B-48DE-AB89-9B1477A36B77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F9114C8-9C9B-48DE-AB89-9B1477A36B77}.Release|Any CPU.Build.0 = Release|Any CPU
{AC584F19-9453-4898-96D4-ABD739B83B07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC584F19-9453-4898-96D4-ABD739B83B07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC584F19-9453-4898-96D4-ABD739B83B07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC584F19-9453-4898-96D4-ABD739B83B07}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3F9114C8-9C9B-48DE-AB89-9B1477A36B77} = {23844E2E-3BF8-49F6-826F-59548AD179A9}
{AC584F19-9453-4898-96D4-ABD739B83B07} = {0EC09961-96BC-4A30-8E06-76A916F80B2C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1CA339B-C5C7-4DF4-BCCB-34C7992F566C}
EndGlobalSection
EndGlobal