-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcmstar.RapidReflection.sln
More file actions
52 lines (52 loc) · 3.01 KB
/
cmstar.RapidReflection.sln
File metadata and controls
52 lines (52 loc) · 3.01 KB
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
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cmstar.RapidReflection.Tests", "src\cmstar.RapidReflection.Tests\cmstar.RapidReflection.Tests.csproj", "{A6C8AFC5-89A3-47CF-A118-3700A2D07511}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cmstar.RapidReflection", "src\cmstar.RapidReflection\cmstar.RapidReflection.csproj", "{ADB9D442-4747-48AD-BFC6-ABCCD398B33C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{A2CAC404-1D6C-4804-96AC-AFCD0A09057C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6C8AFC5-89A3-47CF-A118-3700A2D07511}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6C8AFC5-89A3-47CF-A118-3700A2D07511}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6C8AFC5-89A3-47CF-A118-3700A2D07511}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A6C8AFC5-89A3-47CF-A118-3700A2D07511}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A6C8AFC5-89A3-47CF-A118-3700A2D07511}.Debug|x86.ActiveCfg = Debug|Any CPU
{A6C8AFC5-89A3-47CF-A118-3700A2D07511}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6C8AFC5-89A3-47CF-A118-3700A2D07511}.Release|Any CPU.Build.0 = Release|Any CPU
{A6C8AFC5-89A3-47CF-A118-3700A2D07511}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{A6C8AFC5-89A3-47CF-A118-3700A2D07511}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A6C8AFC5-89A3-47CF-A118-3700A2D07511}.Release|x86.ActiveCfg = Release|Any CPU
{ADB9D442-4747-48AD-BFC6-ABCCD398B33C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADB9D442-4747-48AD-BFC6-ABCCD398B33C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADB9D442-4747-48AD-BFC6-ABCCD398B33C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{ADB9D442-4747-48AD-BFC6-ABCCD398B33C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{ADB9D442-4747-48AD-BFC6-ABCCD398B33C}.Debug|x86.ActiveCfg = Debug|Any CPU
{ADB9D442-4747-48AD-BFC6-ABCCD398B33C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADB9D442-4747-48AD-BFC6-ABCCD398B33C}.Release|Any CPU.Build.0 = Release|Any CPU
{ADB9D442-4747-48AD-BFC6-ABCCD398B33C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{ADB9D442-4747-48AD-BFC6-ABCCD398B33C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{ADB9D442-4747-48AD-BFC6-ABCCD398B33C}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {95A430A0-5C31-4220-9681-F728CA8ACC38}
EndGlobalSection
EndGlobal