-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cliy.Template.sln
49 lines (49 loc) · 2.9 KB
/
Cliy.Template.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 Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cliy.Template", "src\Cliy.Template.csproj", "{02459E97-8C91-4618-8D00-A20369F7CB48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cliy.Template.Tests", "test\Cliy.Template.Tests.csproj", "{6E87808E-D36D-4246-9316-D494ABFB6224}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Template", "Template", "{22A79340-62C7-4EA4-BE30-CB90BEF758FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cliy", "template\src\Cliy\Cliy.csproj", "{CFFB44D5-0F49-4C63-AC5C-5ED7C2FC0822}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cliy.Tests", "template\test\Cliy.Tests\Cliy.Tests.csproj", "{278AA5C5-59AE-4876-88BC-B7E555F7BD3D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02459E97-8C91-4618-8D00-A20369F7CB48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02459E97-8C91-4618-8D00-A20369F7CB48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02459E97-8C91-4618-8D00-A20369F7CB48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02459E97-8C91-4618-8D00-A20369F7CB48}.Release|Any CPU.Build.0 = Release|Any CPU
{6E87808E-D36D-4246-9316-D494ABFB6224}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E87808E-D36D-4246-9316-D494ABFB6224}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E87808E-D36D-4246-9316-D494ABFB6224}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E87808E-D36D-4246-9316-D494ABFB6224}.Release|Any CPU.Build.0 = Release|Any CPU
{CFFB44D5-0F49-4C63-AC5C-5ED7C2FC0822}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFFB44D5-0F49-4C63-AC5C-5ED7C2FC0822}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFFB44D5-0F49-4C63-AC5C-5ED7C2FC0822}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFFB44D5-0F49-4C63-AC5C-5ED7C2FC0822}.Release|Any CPU.Build.0 = Release|Any CPU
{278AA5C5-59AE-4876-88BC-B7E555F7BD3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{278AA5C5-59AE-4876-88BC-B7E555F7BD3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{278AA5C5-59AE-4876-88BC-B7E555F7BD3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{278AA5C5-59AE-4876-88BC-B7E555F7BD3D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CFFB44D5-0F49-4C63-AC5C-5ED7C2FC0822} = {22A79340-62C7-4EA4-BE30-CB90BEF758FA}
{278AA5C5-59AE-4876-88BC-B7E555F7BD3D} = {22A79340-62C7-4EA4-BE30-CB90BEF758FA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {606726EB-3808-424C-BDEA-A656835B02B1}
EndGlobalSection
EndGlobal