-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDynamically.sln
More file actions
54 lines (54 loc) · 3.06 KB
/
Copy pathDynamically.sln
File metadata and controls
54 lines (54 loc) · 3.06 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
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33103.201
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dynamically", "src\Dynamically\Dynamically.csproj", "{52F0D5E9-C235-403F-8B1A-F8935F679E21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "src\Tests\Tests.csproj", "{C207B8DD-6DF3-4336-A7DE-BDB330EFA17D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{0F32186A-0C06-4C7A-A222-6EAB635EDB64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Library1", "src\Samples\Library1\Library1.csproj", "{2A3BA55E-F9BE-4A5E-B51D-F505FC2F96E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Library2", "src\Samples\Library2\Library2.csproj", "{99D77369-4CC3-44D4-8512-353BB7562C55}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{25DB7E0F-2F7C-4FE1-ADE6-2A2463000E6D}"
ProjectSection(SolutionItems) = preProject
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
{52F0D5E9-C235-403F-8B1A-F8935F679E21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52F0D5E9-C235-403F-8B1A-F8935F679E21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52F0D5E9-C235-403F-8B1A-F8935F679E21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52F0D5E9-C235-403F-8B1A-F8935F679E21}.Release|Any CPU.Build.0 = Release|Any CPU
{C207B8DD-6DF3-4336-A7DE-BDB330EFA17D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C207B8DD-6DF3-4336-A7DE-BDB330EFA17D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C207B8DD-6DF3-4336-A7DE-BDB330EFA17D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C207B8DD-6DF3-4336-A7DE-BDB330EFA17D}.Release|Any CPU.Build.0 = Release|Any CPU
{2A3BA55E-F9BE-4A5E-B51D-F505FC2F96E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A3BA55E-F9BE-4A5E-B51D-F505FC2F96E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A3BA55E-F9BE-4A5E-B51D-F505FC2F96E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A3BA55E-F9BE-4A5E-B51D-F505FC2F96E8}.Release|Any CPU.Build.0 = Release|Any CPU
{99D77369-4CC3-44D4-8512-353BB7562C55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99D77369-4CC3-44D4-8512-353BB7562C55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99D77369-4CC3-44D4-8512-353BB7562C55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99D77369-4CC3-44D4-8512-353BB7562C55}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2A3BA55E-F9BE-4A5E-B51D-F505FC2F96E8} = {0F32186A-0C06-4C7A-A222-6EAB635EDB64}
{99D77369-4CC3-44D4-8512-353BB7562C55} = {0F32186A-0C06-4C7A-A222-6EAB635EDB64}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6513E5F-B521-4E4B-B353-066978817904}
EndGlobalSection
EndGlobal