This repository has been archived by the owner on Dec 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TrinsicV2.sln
43 lines (43 loc) · 2.37 KB
/
TrinsicV2.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
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "University", "src\University\University.csproj", "{C73D60D5-7FFF-4C12-8D9B-7EDCD0A0A60B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_solutionItems", "_solutionItems", "{1997A71F-9E21-4DF5-881E-1D04483D7A7D}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompanyXHumanResources", "src\CompanyXHumanResources\CompanyXHumanResources.csproj", "{7CFCDDF0-6558-4208-810E-8153CAA31F96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrinsicV2WebWallet", "src\TrinsicV2WebWallet\TrinsicV2WebWallet.csproj", "{D9489EE3-41D4-437B-82C6-AEB04D52890B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C73D60D5-7FFF-4C12-8D9B-7EDCD0A0A60B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C73D60D5-7FFF-4C12-8D9B-7EDCD0A0A60B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C73D60D5-7FFF-4C12-8D9B-7EDCD0A0A60B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C73D60D5-7FFF-4C12-8D9B-7EDCD0A0A60B}.Release|Any CPU.Build.0 = Release|Any CPU
{7CFCDDF0-6558-4208-810E-8153CAA31F96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CFCDDF0-6558-4208-810E-8153CAA31F96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CFCDDF0-6558-4208-810E-8153CAA31F96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CFCDDF0-6558-4208-810E-8153CAA31F96}.Release|Any CPU.Build.0 = Release|Any CPU
{D9489EE3-41D4-437B-82C6-AEB04D52890B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9489EE3-41D4-437B-82C6-AEB04D52890B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9489EE3-41D4-437B-82C6-AEB04D52890B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9489EE3-41D4-437B-82C6-AEB04D52890B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C18CD92-4DF7-4EE0-854E-D0E95F6D6B66}
EndGlobalSection
EndGlobal