-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNTUTWin.sln
60 lines (60 loc) · 3.38 KB
/
NTUTWin.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
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NTUTWin", "NTUTWin", "{5D615E92-5B8A-4F06-A7BC-C9E681AF8FAD}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "NTUTWin.Shared", "NTUTWin\NTUTWin.Shared\NTUTWin.Shared.shproj", "{4083C7A9-0F97-4531-86BF-0684F2F9B388}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NTUTWin.Windows", "NTUTWin\NTUTWin.Windows\NTUTWin.Windows.csproj", "{5BE52BBC-28FE-43F5-92DB-C76E021B2680}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
NTUTWin\NTUTWin.Shared\NTUTWin.Shared.projitems*{5be52bbc-28fe-43f5-92db-c76e021b2680}*SharedItemsImports = 4
NTUTWin\NTUTWin.Shared\NTUTWin.Shared.projitems*{4083c7a9-0f97-4531-86bf-0684f2f9b388}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Debug|Any CPU.ActiveCfg = Debug|x86
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Debug|Any CPU.Build.0 = Debug|x86
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Debug|Any CPU.Deploy.0 = Debug|x86
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Debug|ARM.ActiveCfg = Debug|ARM
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Debug|ARM.Build.0 = Debug|ARM
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Debug|ARM.Deploy.0 = Debug|ARM
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Debug|x64.ActiveCfg = Debug|x64
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Debug|x64.Build.0 = Debug|x64
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Debug|x64.Deploy.0 = Debug|x64
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Debug|x86.ActiveCfg = Debug|x86
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Debug|x86.Build.0 = Debug|x86
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Debug|x86.Deploy.0 = Debug|x86
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Release|Any CPU.Build.0 = Release|Any CPU
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Release|Any CPU.Deploy.0 = Release|Any CPU
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Release|ARM.ActiveCfg = Release|ARM
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Release|ARM.Build.0 = Release|ARM
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Release|ARM.Deploy.0 = Release|ARM
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Release|x64.ActiveCfg = Release|x64
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Release|x64.Build.0 = Release|x64
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Release|x64.Deploy.0 = Release|x64
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Release|x86.ActiveCfg = Release|x86
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Release|x86.Build.0 = Release|x86
{5BE52BBC-28FE-43F5-92DB-C76E021B2680}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4083C7A9-0F97-4531-86BF-0684F2F9B388} = {5D615E92-5B8A-4F06-A7BC-C9E681AF8FAD}
{5BE52BBC-28FE-43F5-92DB-C76E021B2680} = {5D615E92-5B8A-4F06-A7BC-C9E681AF8FAD}
EndGlobalSection
EndGlobal