-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSc.FormsCustomScripts.sln
More file actions
56 lines (56 loc) · 3.02 KB
/
Sc.FormsCustomScripts.sln
File metadata and controls
56 lines (56 loc) · 3.02 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
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Foundation", "Foundation", "{FAAE10BE-4935-4C18-9CBE-810F2E06590F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project", "Project", "{2D83ABC7-C766-47DC-9F6F-DFB24AB76158}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{26198AB9-C724-4DC1-9B07-F1BCA0CA5188}"
ProjectSection(SolutionItems) = preProject
nuget.config = nuget.config
publishsettings.targets = publishsettings.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FormsCustomScripts", "FormsCustomScripts", "{4BB10CAF-21AB-4428-A359-F57537FE4C17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sc.FormsCustomScripts", "src\Foundation\FormsCustomScripts\code\Sc.FormsCustomScripts.csproj", "{09480CFF-18FD-43AA-937B-07072924384E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Serialization", "Serialization", "{29661AE0-B56A-4794-A2B4-5309541B86CC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{687BFDB6-E356-49A3-97A0-30FC425F64C0}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serialization", "src\Foundation\Serialization\code\Serialization.csproj", "{007CD5DC-0030-460D-91A3-3DDEA9AB472F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{09480CFF-18FD-43AA-937B-07072924384E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09480CFF-18FD-43AA-937B-07072924384E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09480CFF-18FD-43AA-937B-07072924384E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09480CFF-18FD-43AA-937B-07072924384E}.Release|Any CPU.Build.0 = Release|Any CPU
{007CD5DC-0030-460D-91A3-3DDEA9AB472F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{007CD5DC-0030-460D-91A3-3DDEA9AB472F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{007CD5DC-0030-460D-91A3-3DDEA9AB472F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{007CD5DC-0030-460D-91A3-3DDEA9AB472F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4BB10CAF-21AB-4428-A359-F57537FE4C17} = {FAAE10BE-4935-4C18-9CBE-810F2E06590F}
{09480CFF-18FD-43AA-937B-07072924384E} = {4BB10CAF-21AB-4428-A359-F57537FE4C17}
{29661AE0-B56A-4794-A2B4-5309541B86CC} = {FAAE10BE-4935-4C18-9CBE-810F2E06590F}
{007CD5DC-0030-460D-91A3-3DDEA9AB472F} = {29661AE0-B56A-4794-A2B4-5309541B86CC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A66A094-6B60-4021-8C8C-5E013F834BFD}
EndGlobalSection
EndGlobal