-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHKReflect.sln
50 lines (50 loc) · 2.63 KB
/
HKReflect.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HKReflect", "HKReflect\HKReflect.csproj", "{DC99C270-BA35-44AC-97F7-E9B208BE6E9A}"
ProjectSection(ProjectDependencies) = postProject
{3C9F005B-834F-403C-98A3-B883E49E9950} = {3C9F005B-834F-403C-98A3-B883E49E9950}
{DBA51C63-4450-4559-9E06-7115CAC73DBA} = {DBA51C63-4450-4559-9E06-7115CAC73DBA}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReflectGen", "ReflectGen\ReflectGen.csproj", "{3C9F005B-834F-403C-98A3-B883E49E9950}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HKReflect.Fody", "HKReflect.Fody\HKReflect.Fody.csproj", "{DBA51C63-4450-4559-9E06-7115CAC73DBA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{88063E07-0A2E-421F-803B-DBC5043C9192}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
HKReflect.Common.props = HKReflect.Common.props
LICENSE = LICENSE
package.json = package.json
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC99C270-BA35-44AC-97F7-E9B208BE6E9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC99C270-BA35-44AC-97F7-E9B208BE6E9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC99C270-BA35-44AC-97F7-E9B208BE6E9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC99C270-BA35-44AC-97F7-E9B208BE6E9A}.Release|Any CPU.Build.0 = Release|Any CPU
{3C9F005B-834F-403C-98A3-B883E49E9950}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C9F005B-834F-403C-98A3-B883E49E9950}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C9F005B-834F-403C-98A3-B883E49E9950}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C9F005B-834F-403C-98A3-B883E49E9950}.Release|Any CPU.Build.0 = Release|Any CPU
{DBA51C63-4450-4559-9E06-7115CAC73DBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBA51C63-4450-4559-9E06-7115CAC73DBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBA51C63-4450-4559-9E06-7115CAC73DBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBA51C63-4450-4559-9E06-7115CAC73DBA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C8FFDB17-3EAE-40C9-B2F7-1A5EC2F99F35}
EndGlobalSection
EndGlobal