-
Notifications
You must be signed in to change notification settings - Fork 0
/
AcuWebSiteManager.sln
41 lines (41 loc) · 1.94 KB
/
AcuWebSiteManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App", "App\App.csproj", "{2DB110A0-E683-4681-B66D-6EA7A0159FBB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lib", "Lib\Lib.csproj", "{D49C1CFA-3101-4BDE-B2A9-990626E6AD16}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{373CBC3A-025B-46BD-AC93-2C29FAAF0879}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
INSTALLATION-GUIDE.md = INSTALLATION-GUIDE.md
Nugets\local.config = Nugets\local.config
Nugets\nuget.config = Nugets\nuget.config
README.md = README.md
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DB110A0-E683-4681-B66D-6EA7A0159FBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DB110A0-E683-4681-B66D-6EA7A0159FBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DB110A0-E683-4681-B66D-6EA7A0159FBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DB110A0-E683-4681-B66D-6EA7A0159FBB}.Release|Any CPU.Build.0 = Release|Any CPU
{D49C1CFA-3101-4BDE-B2A9-990626E6AD16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D49C1CFA-3101-4BDE-B2A9-990626E6AD16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D49C1CFA-3101-4BDE-B2A9-990626E6AD16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D49C1CFA-3101-4BDE-B2A9-990626E6AD16}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C830B5B4-6552-41D5-8250-855A6C6C612B}
EndGlobalSection
EndGlobal