-
Notifications
You must be signed in to change notification settings - Fork 0
/
DarkHumanizr.sln
49 lines (49 loc) · 2.64 KB
/
DarkHumanizr.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.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4AE7F9D4-4D00-4735-B52B-4B598394643F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DarkHumanizrCore", "src\DarkHumanizrCore\DarkHumanizrCore.csproj", "{57EBBACD-D17C-4404-9EA2-5058B8E47BD5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DarkHumanizrCli", "src\DarkHumanizrCli\DarkHumanizrCli.csproj", "{44246C54-1CF2-4842-91DF-759EA2C5E1A0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7CBF3F28-7F7F-4BCE-85EE-029F4E7116C8}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{C5079453-8224-40B6-84BA-29E360154CBE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{AA5CF3B2-E45A-40DA-B355-ABAD05F46C55}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57EBBACD-D17C-4404-9EA2-5058B8E47BD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57EBBACD-D17C-4404-9EA2-5058B8E47BD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57EBBACD-D17C-4404-9EA2-5058B8E47BD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57EBBACD-D17C-4404-9EA2-5058B8E47BD5}.Release|Any CPU.Build.0 = Release|Any CPU
{44246C54-1CF2-4842-91DF-759EA2C5E1A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44246C54-1CF2-4842-91DF-759EA2C5E1A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44246C54-1CF2-4842-91DF-759EA2C5E1A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44246C54-1CF2-4842-91DF-759EA2C5E1A0}.Release|Any CPU.Build.0 = Release|Any CPU
{C5079453-8224-40B6-84BA-29E360154CBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5079453-8224-40B6-84BA-29E360154CBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{57EBBACD-D17C-4404-9EA2-5058B8E47BD5} = {4AE7F9D4-4D00-4735-B52B-4B598394643F}
{44246C54-1CF2-4842-91DF-759EA2C5E1A0} = {4AE7F9D4-4D00-4735-B52B-4B598394643F}
{C5079453-8224-40B6-84BA-29E360154CBE} = {AA5CF3B2-E45A-40DA-B355-ABAD05F46C55}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B436CA05-B484-42D3-9AD6-23897908DC4D}
EndGlobalSection
EndGlobal