-
Notifications
You must be signed in to change notification settings - Fork 2
/
AtnaApi.sln
49 lines (49 loc) · 2.65 KB
/
AtnaApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AtnaApi", "AtnaApi\AtnaApi.csproj", "{0CF933E5-AF6C-46DF-AB10-68C79C800AF9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AtnaApi.Test", "AtnaApi.Test\AtnaApi.Test.csproj", "{2DD93B58-C78A-456C-AC43-9821C1F51978}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D2C4F453-61E1-4A9C-883F-8F338F9B8145}"
ProjectSection(SolutionItems) = preProject
AtnaApi.vsmdi = AtnaApi.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{D1513EE9-957D-48A4-B40B-EC9556147151}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AtnaApi.Samples", "AtnaApi.Samples\AtnaApi.Samples.csproj", "{4A930B3F-A973-4934-AAE7-22BC0940A1B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CF933E5-AF6C-46DF-AB10-68C79C800AF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CF933E5-AF6C-46DF-AB10-68C79C800AF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CF933E5-AF6C-46DF-AB10-68C79C800AF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CF933E5-AF6C-46DF-AB10-68C79C800AF9}.Release|Any CPU.Build.0 = Release|Any CPU
{2DD93B58-C78A-456C-AC43-9821C1F51978}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DD93B58-C78A-456C-AC43-9821C1F51978}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DD93B58-C78A-456C-AC43-9821C1F51978}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DD93B58-C78A-456C-AC43-9821C1F51978}.Release|Any CPU.Build.0 = Release|Any CPU
{4A930B3F-A973-4934-AAE7-22BC0940A1B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A930B3F-A973-4934-AAE7-22BC0940A1B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A930B3F-A973-4934-AAE7-22BC0940A1B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A930B3F-A973-4934-AAE7-22BC0940A1B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4A930B3F-A973-4934-AAE7-22BC0940A1B4} = {D1513EE9-957D-48A4-B40B-EC9556147151}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = AtnaApi.vsmdi
EndGlobalSection
EndGlobal