-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAutoFramework.sln
More file actions
43 lines (43 loc) · 2.06 KB
/
AutoFramework.sln
File metadata and controls
43 lines (43 loc) · 2.06 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoFramework", "AutoFramework\AutoFramework.csproj", "{F13FF17E-4294-4546-8D0D-F28B9858C3F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFramework", "TestFramework\TestFramework.csproj", "{3D4DB8A5-1E2A-4251-B3EC-FC2FB3E41C98}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F13FF17E-4294-4546-8D0D-F28B9858C3F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F13FF17E-4294-4546-8D0D-F28B9858C3F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F13FF17E-4294-4546-8D0D-F28B9858C3F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F13FF17E-4294-4546-8D0D-F28B9858C3F0}.Release|Any CPU.Build.0 = Release|Any CPU
{3D4DB8A5-1E2A-4251-B3EC-FC2FB3E41C98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D4DB8A5-1E2A-4251-B3EC-FC2FB3E41C98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D4DB8A5-1E2A-4251-B3EC-FC2FB3E41C98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D4DB8A5-1E2A-4251-B3EC-FC2FB3E41C98}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {69302B44-F4CF-4C22-BEEC-4D44FFB3119D}
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://devdeepparida.visualstudio.com/
SccLocalPath0 = .
SccProjectUniqueName1 = AutoFramework\\AutoFramework.csproj
SccProjectName1 = AutoFramework
SccLocalPath1 = AutoFramework
SccProjectUniqueName2 = TestFramework\\TestFramework.csproj
SccProjectName2 = TestFramework
SccLocalPath2 = TestFramework
EndGlobalSection
EndGlobal