-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathObjPropsDynamicSetter.sln
39 lines (39 loc) · 2.11 KB
/
ObjPropsDynamicSetter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObjPropsDynamicSetter", "src\ObjPropsDynamicSetter\ObjPropsDynamicSetter.csproj", "{58512837-BB22-481F-B01F-22DDDA43CEAB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{B9DB420E-8489-4EBC-95F4-30FB00A9D613}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObjPropsDynamicSetter.Test.Unit", "test\ObjPropsDynamicSetter.Test.Unit\ObjPropsDynamicSetter.Test.Unit.csproj", "{C204A625-7615-4A79-B636-C654809748CE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C4511136-4C44-4EB2-B767-62E595BB2546}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58512837-BB22-481F-B01F-22DDDA43CEAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58512837-BB22-481F-B01F-22DDDA43CEAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58512837-BB22-481F-B01F-22DDDA43CEAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58512837-BB22-481F-B01F-22DDDA43CEAB}.Release|Any CPU.Build.0 = Release|Any CPU
{C204A625-7615-4A79-B636-C654809748CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C204A625-7615-4A79-B636-C654809748CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C204A625-7615-4A79-B636-C654809748CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C204A625-7615-4A79-B636-C654809748CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{58512837-BB22-481F-B01F-22DDDA43CEAB} = {C4511136-4C44-4EB2-B767-62E595BB2546}
{C204A625-7615-4A79-B636-C654809748CE} = {B9DB420E-8489-4EBC-95F4-30FB00A9D613}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6EBB8722-CB5F-479A-B556-6DBECECBC008}
EndGlobalSection
EndGlobal