This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCommon.sln
94 lines (94 loc) · 6.23 KB
/
Common.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projects", "Projects", "{7F1D891C-7E7D-4941-AA86-D38242E391E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D5A6C8FB-B3C6-4CFA-A568-CBD21643BC1E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TemplateTest", "Tests\TemplateTest\TemplateTest.csproj", "{E4D44CDB-694C-4DA2-9090-03B8511E5B98}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Template", "Projects\Template\Template.csproj", "{F5064303-6512-44FA-AD31-EBF0F7953218}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Projects\Common\Common.csproj", "{8BDAEA91-21D8-456A-AE41-6A9E403421B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonTest", "Tests\CommonTest\CommonTest.csproj", "{8B8A7132-620F-4954-8E55-0E3456BD2268}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonPerformanceTest", "Tests\CommonPerformanceTest\CommonPerformanceTest.csproj", "{45F7CF27-3824-47E7-B0EE-DC4F35E0FFA0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D67D3EEC-0C08-4406-9D96-3D5B5D8614DC}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Assert", "Projects\Assert\Assert.csproj", "{D9B1FBB6-607C-4BCD-94F2-BCFD5F1FD239}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tween", "Projects\Tween\Tween.csproj", "{295F328D-9E62-4D01-9481-274C0E19B4B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Prototype|Any CPU = Prototype|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4D44CDB-694C-4DA2-9090-03B8511E5B98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4D44CDB-694C-4DA2-9090-03B8511E5B98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4D44CDB-694C-4DA2-9090-03B8511E5B98}.Prototype|Any CPU.ActiveCfg = Release|Any CPU
{E4D44CDB-694C-4DA2-9090-03B8511E5B98}.Prototype|Any CPU.Build.0 = Release|Any CPU
{E4D44CDB-694C-4DA2-9090-03B8511E5B98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4D44CDB-694C-4DA2-9090-03B8511E5B98}.Release|Any CPU.Build.0 = Release|Any CPU
{F5064303-6512-44FA-AD31-EBF0F7953218}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5064303-6512-44FA-AD31-EBF0F7953218}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5064303-6512-44FA-AD31-EBF0F7953218}.Prototype|Any CPU.ActiveCfg = Debug|Any CPU
{F5064303-6512-44FA-AD31-EBF0F7953218}.Prototype|Any CPU.Build.0 = Debug|Any CPU
{F5064303-6512-44FA-AD31-EBF0F7953218}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5064303-6512-44FA-AD31-EBF0F7953218}.Release|Any CPU.Build.0 = Release|Any CPU
{8BDAEA91-21D8-456A-AE41-6A9E403421B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BDAEA91-21D8-456A-AE41-6A9E403421B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BDAEA91-21D8-456A-AE41-6A9E403421B2}.Prototype|Any CPU.ActiveCfg = Release|Any CPU
{8BDAEA91-21D8-456A-AE41-6A9E403421B2}.Prototype|Any CPU.Build.0 = Release|Any CPU
{8BDAEA91-21D8-456A-AE41-6A9E403421B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BDAEA91-21D8-456A-AE41-6A9E403421B2}.Release|Any CPU.Build.0 = Release|Any CPU
{8B8A7132-620F-4954-8E55-0E3456BD2268}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B8A7132-620F-4954-8E55-0E3456BD2268}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B8A7132-620F-4954-8E55-0E3456BD2268}.Prototype|Any CPU.ActiveCfg = Release|Any CPU
{8B8A7132-620F-4954-8E55-0E3456BD2268}.Prototype|Any CPU.Build.0 = Release|Any CPU
{8B8A7132-620F-4954-8E55-0E3456BD2268}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B8A7132-620F-4954-8E55-0E3456BD2268}.Release|Any CPU.Build.0 = Release|Any CPU
{45F7CF27-3824-47E7-B0EE-DC4F35E0FFA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45F7CF27-3824-47E7-B0EE-DC4F35E0FFA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45F7CF27-3824-47E7-B0EE-DC4F35E0FFA0}.Prototype|Any CPU.ActiveCfg = Debug|Any CPU
{45F7CF27-3824-47E7-B0EE-DC4F35E0FFA0}.Prototype|Any CPU.Build.0 = Debug|Any CPU
{45F7CF27-3824-47E7-B0EE-DC4F35E0FFA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45F7CF27-3824-47E7-B0EE-DC4F35E0FFA0}.Release|Any CPU.Build.0 = Release|Any CPU
{D9B1FBB6-607C-4BCD-94F2-BCFD5F1FD239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9B1FBB6-607C-4BCD-94F2-BCFD5F1FD239}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9B1FBB6-607C-4BCD-94F2-BCFD5F1FD239}.Prototype|Any CPU.ActiveCfg = Debug|Any CPU
{D9B1FBB6-607C-4BCD-94F2-BCFD5F1FD239}.Prototype|Any CPU.Build.0 = Debug|Any CPU
{D9B1FBB6-607C-4BCD-94F2-BCFD5F1FD239}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9B1FBB6-607C-4BCD-94F2-BCFD5F1FD239}.Release|Any CPU.Build.0 = Release|Any CPU
{295F328D-9E62-4D01-9481-274C0E19B4B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{295F328D-9E62-4D01-9481-274C0E19B4B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{295F328D-9E62-4D01-9481-274C0E19B4B0}.Prototype|Any CPU.ActiveCfg = Debug|Any CPU
{295F328D-9E62-4D01-9481-274C0E19B4B0}.Prototype|Any CPU.Build.0 = Debug|Any CPU
{295F328D-9E62-4D01-9481-274C0E19B4B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{295F328D-9E62-4D01-9481-274C0E19B4B0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E4D44CDB-694C-4DA2-9090-03B8511E5B98} = {D5A6C8FB-B3C6-4CFA-A568-CBD21643BC1E}
{F5064303-6512-44FA-AD31-EBF0F7953218} = {7F1D891C-7E7D-4941-AA86-D38242E391E9}
{8BDAEA91-21D8-456A-AE41-6A9E403421B2} = {7F1D891C-7E7D-4941-AA86-D38242E391E9}
{8B8A7132-620F-4954-8E55-0E3456BD2268} = {D5A6C8FB-B3C6-4CFA-A568-CBD21643BC1E}
{45F7CF27-3824-47E7-B0EE-DC4F35E0FFA0} = {D5A6C8FB-B3C6-4CFA-A568-CBD21643BC1E}
{D9B1FBB6-607C-4BCD-94F2-BCFD5F1FD239} = {7F1D891C-7E7D-4941-AA86-D38242E391E9}
{295F328D-9E62-4D01-9481-274C0E19B4B0} = {7F1D891C-7E7D-4941-AA86-D38242E391E9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F843F23-9889-4798-86A6-66212FFC1750}
EndGlobalSection
EndGlobal