-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathExamples.sln
More file actions
51 lines (51 loc) · 3 KB
/
Examples.sln
File metadata and controls
51 lines (51 loc) · 3 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.35430.204
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserCode", "..\UserCode\UserCode.csproj", "{03E39C4B-5B4C-4FD2-A79D-AC86704AF3DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExternalClassLibrary", "..\ExternalClassLibrary\ExternalClassLibrary.csproj", "{B77A43A4-BF8D-44E1-B3E8-8F6DD365DEAB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RealExample", "RealExample", "{BEFC8EDE-A568-4AC3-B3EA-B68427103370}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Payment", "..\Payment\Payment.csproj", "{E7F0B3A7-6105-43CB-B4E1-3733111D4EB8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ReportingSystem", "ReportingSystem", "{7F5E5CAF-808E-4B01-9020-FFFB3E91E830}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reporting", "Reporting\Reporting.csproj", "{E3DE53A2-4252-4A90-91B8-2F4881F0169A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03E39C4B-5B4C-4FD2-A79D-AC86704AF3DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03E39C4B-5B4C-4FD2-A79D-AC86704AF3DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03E39C4B-5B4C-4FD2-A79D-AC86704AF3DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03E39C4B-5B4C-4FD2-A79D-AC86704AF3DC}.Release|Any CPU.Build.0 = Release|Any CPU
{B77A43A4-BF8D-44E1-B3E8-8F6DD365DEAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B77A43A4-BF8D-44E1-B3E8-8F6DD365DEAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B77A43A4-BF8D-44E1-B3E8-8F6DD365DEAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B77A43A4-BF8D-44E1-B3E8-8F6DD365DEAB}.Release|Any CPU.Build.0 = Release|Any CPU
{E7F0B3A7-6105-43CB-B4E1-3733111D4EB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7F0B3A7-6105-43CB-B4E1-3733111D4EB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7F0B3A7-6105-43CB-B4E1-3733111D4EB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7F0B3A7-6105-43CB-B4E1-3733111D4EB8}.Release|Any CPU.Build.0 = Release|Any CPU
{E3DE53A2-4252-4A90-91B8-2F4881F0169A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3DE53A2-4252-4A90-91B8-2F4881F0169A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3DE53A2-4252-4A90-91B8-2F4881F0169A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3DE53A2-4252-4A90-91B8-2F4881F0169A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E7F0B3A7-6105-43CB-B4E1-3733111D4EB8} = {BEFC8EDE-A568-4AC3-B3EA-B68427103370}
{E3DE53A2-4252-4A90-91B8-2F4881F0169A} = {7F5E5CAF-808E-4B01-9020-FFFB3E91E830}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {22B9C537-2B7B-4D6D-B152-E2C4BA31F193}
EndGlobalSection
EndGlobal