-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAtapp-CSharp.sln
48 lines (48 loc) · 2.87 KB
/
Atapp-CSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Atapp-CSharp", "Atapp-CSharp\Atapp-CSharp.csproj", "{2D0F8D45-5CA8-4601-A809-14E5ABED664B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AtappSimpleTest", "AtappSimpleTest\AtappSimpleTest.csproj", "{8D45237D-707E-43DF-8730-E5EFB6C2190B}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AtappDotNetCoreTest", "AtappDotNetCoreTest\AtappDotNetCoreTest.xproj", "{43B8B80C-ADB0-49C6-89A2-A34098F47B4C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D0F8D45-5CA8-4601-A809-14E5ABED664B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D0F8D45-5CA8-4601-A809-14E5ABED664B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D0F8D45-5CA8-4601-A809-14E5ABED664B}.Debug|x64.ActiveCfg = Debug|Any CPU
{2D0F8D45-5CA8-4601-A809-14E5ABED664B}.Debug|x64.Build.0 = Debug|Any CPU
{2D0F8D45-5CA8-4601-A809-14E5ABED664B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D0F8D45-5CA8-4601-A809-14E5ABED664B}.Release|Any CPU.Build.0 = Release|Any CPU
{2D0F8D45-5CA8-4601-A809-14E5ABED664B}.Release|x64.ActiveCfg = Release|x64
{2D0F8D45-5CA8-4601-A809-14E5ABED664B}.Release|x64.Build.0 = Release|x64
{8D45237D-707E-43DF-8730-E5EFB6C2190B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D45237D-707E-43DF-8730-E5EFB6C2190B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D45237D-707E-43DF-8730-E5EFB6C2190B}.Debug|x64.ActiveCfg = Debug|x64
{8D45237D-707E-43DF-8730-E5EFB6C2190B}.Debug|x64.Build.0 = Debug|x64
{8D45237D-707E-43DF-8730-E5EFB6C2190B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D45237D-707E-43DF-8730-E5EFB6C2190B}.Release|Any CPU.Build.0 = Release|Any CPU
{8D45237D-707E-43DF-8730-E5EFB6C2190B}.Release|x64.ActiveCfg = Release|x64
{8D45237D-707E-43DF-8730-E5EFB6C2190B}.Release|x64.Build.0 = Release|x64
{43B8B80C-ADB0-49C6-89A2-A34098F47B4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43B8B80C-ADB0-49C6-89A2-A34098F47B4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43B8B80C-ADB0-49C6-89A2-A34098F47B4C}.Debug|x64.ActiveCfg = Debug|Any CPU
{43B8B80C-ADB0-49C6-89A2-A34098F47B4C}.Debug|x64.Build.0 = Debug|Any CPU
{43B8B80C-ADB0-49C6-89A2-A34098F47B4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43B8B80C-ADB0-49C6-89A2-A34098F47B4C}.Release|Any CPU.Build.0 = Release|Any CPU
{43B8B80C-ADB0-49C6-89A2-A34098F47B4C}.Release|x64.ActiveCfg = Release|Any CPU
{43B8B80C-ADB0-49C6-89A2-A34098F47B4C}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal