-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathAppTestStudio.sln
More file actions
40 lines (40 loc) · 2.14 KB
/
Copy pathAppTestStudio.sln
File metadata and controls
40 lines (40 loc) · 2.14 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35514.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppTestStudio", "AppTestStudio\AppTestStudio.csproj", "{54A2B194-436F-4914-BD38-3DECF6C9735C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppTestStudioControls", "AppTestStudioControls\AppTestStudioControls.csproj", "{F07E222C-DDF2-44E8-8B7B-F717C3ADAA39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppTestStudioUnitTest", "AppTestStudioUnitTest\AppTestStudioUnitTest.csproj", "{8BDC0806-F1B5-4997-B08C-B158D1764323}"
ProjectSection(ProjectDependencies) = postProject
{F07E222C-DDF2-44E8-8B7B-F717C3ADAA39} = {F07E222C-DDF2-44E8-8B7B-F717C3ADAA39}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54A2B194-436F-4914-BD38-3DECF6C9735C}.Debug|x64.ActiveCfg = Debug|x64
{54A2B194-436F-4914-BD38-3DECF6C9735C}.Debug|x64.Build.0 = Debug|x64
{54A2B194-436F-4914-BD38-3DECF6C9735C}.Release|x64.ActiveCfg = Release|Any CPU
{54A2B194-436F-4914-BD38-3DECF6C9735C}.Release|x64.Build.0 = Release|Any CPU
{F07E222C-DDF2-44E8-8B7B-F717C3ADAA39}.Debug|x64.ActiveCfg = Debug|x64
{F07E222C-DDF2-44E8-8B7B-F717C3ADAA39}.Debug|x64.Build.0 = Debug|x64
{F07E222C-DDF2-44E8-8B7B-F717C3ADAA39}.Release|x64.ActiveCfg = Release|x64
{F07E222C-DDF2-44E8-8B7B-F717C3ADAA39}.Release|x64.Build.0 = Release|x64
{8BDC0806-F1B5-4997-B08C-B158D1764323}.Debug|x64.ActiveCfg = Debug|x64
{8BDC0806-F1B5-4997-B08C-B158D1764323}.Debug|x64.Build.0 = Debug|x64
{8BDC0806-F1B5-4997-B08C-B158D1764323}.Release|x64.ActiveCfg = Release|x64
{8BDC0806-F1B5-4997-B08C-B158D1764323}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2ABB0933-5B4D-41B5-8237-F839E0265A72}
EndGlobalSection
EndGlobal