-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConstant.sln
49 lines (49 loc) · 2.87 KB
/
Constant.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 16
VisualStudioVersion = 16.0.32002.261
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Constant", "Constant\Constant.csproj", "{267C2C4F-030D-4283-AA9C-1B96E00F8BC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Constant.Tests.Unit", "Constant.Tests.Unit\Constant.Tests.Unit.csproj", "{550EA9DC-B83A-470A-AAF1-CE7FCE61752E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{21E59702-62C4-494E-81CF-FB9417F71851}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CodeMaid.config = CodeMaid.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Constant.JsonConverter", "Constant.JsonConverter\Constant.JsonConverter.csproj", "{82342D99-387C-48A3-85A9-064BDA99E559}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Constant.JsonConverter.Tests.Unit", "Constant.JsonConverter.Tests.Unit\Constant.JsonConverter.Tests.Unit.csproj", "{E8A28DD4-478F-477A-9D17-6BDB491BF73B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{267C2C4F-030D-4283-AA9C-1B96E00F8BC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{267C2C4F-030D-4283-AA9C-1B96E00F8BC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{267C2C4F-030D-4283-AA9C-1B96E00F8BC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{267C2C4F-030D-4283-AA9C-1B96E00F8BC5}.Release|Any CPU.Build.0 = Release|Any CPU
{550EA9DC-B83A-470A-AAF1-CE7FCE61752E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{550EA9DC-B83A-470A-AAF1-CE7FCE61752E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{550EA9DC-B83A-470A-AAF1-CE7FCE61752E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{550EA9DC-B83A-470A-AAF1-CE7FCE61752E}.Release|Any CPU.Build.0 = Release|Any CPU
{82342D99-387C-48A3-85A9-064BDA99E559}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82342D99-387C-48A3-85A9-064BDA99E559}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82342D99-387C-48A3-85A9-064BDA99E559}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82342D99-387C-48A3-85A9-064BDA99E559}.Release|Any CPU.Build.0 = Release|Any CPU
{E8A28DD4-478F-477A-9D17-6BDB491BF73B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8A28DD4-478F-477A-9D17-6BDB491BF73B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8A28DD4-478F-477A-9D17-6BDB491BF73B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8A28DD4-478F-477A-9D17-6BDB491BF73B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {78FEE597-71BA-4874-AA64-3433FCAC6AE7}
EndGlobalSection
EndGlobal