-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClero.sln
51 lines (51 loc) · 2.81 KB
/
Clero.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clero", "src\Clero\Clero.csproj", "{1DF949DE-6DEB-4262-9CF3-CBD9DD3374B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clero.Cli", "src\Clero.Cli\Clero.Cli.csproj", "{32FF754F-6CDB-4990-9942-54DF1D74B401}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{22D8923C-BC6B-46AA-9E9E-BAA03F7AF457}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{A440C0F6-4D6E-41FD-B9D5-B09120B5DEA2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clero.UnitTests", "test\Clero.UnitTests\Clero.UnitTests.csproj", "{654EA9D6-B176-4CA2-B55F-C46955ADE391}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test Solution Items", "Test Solution Items", "{276F0BAA-39DA-4C90-8F9E-3D3F21093209}"
ProjectSection(SolutionItems) = preProject
test\Directory.Packages.props = test\Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1DF949DE-6DEB-4262-9CF3-CBD9DD3374B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DF949DE-6DEB-4262-9CF3-CBD9DD3374B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DF949DE-6DEB-4262-9CF3-CBD9DD3374B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DF949DE-6DEB-4262-9CF3-CBD9DD3374B0}.Release|Any CPU.Build.0 = Release|Any CPU
{32FF754F-6CDB-4990-9942-54DF1D74B401}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32FF754F-6CDB-4990-9942-54DF1D74B401}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32FF754F-6CDB-4990-9942-54DF1D74B401}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32FF754F-6CDB-4990-9942-54DF1D74B401}.Release|Any CPU.Build.0 = Release|Any CPU
{654EA9D6-B176-4CA2-B55F-C46955ADE391}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{654EA9D6-B176-4CA2-B55F-C46955ADE391}.Debug|Any CPU.Build.0 = Debug|Any CPU
{654EA9D6-B176-4CA2-B55F-C46955ADE391}.Release|Any CPU.ActiveCfg = Release|Any CPU
{654EA9D6-B176-4CA2-B55F-C46955ADE391}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{654EA9D6-B176-4CA2-B55F-C46955ADE391} = {A440C0F6-4D6E-41FD-B9D5-B09120B5DEA2}
{276F0BAA-39DA-4C90-8F9E-3D3F21093209} = {A440C0F6-4D6E-41FD-B9D5-B09120B5DEA2}
EndGlobalSection
EndGlobal