-
Notifications
You must be signed in to change notification settings - Fork 19
/
ImmichFrame.sln
30 lines (30 loc) · 1.59 KB
/
ImmichFrame.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImmichFrame.Core", "ImmichFrame.Core\ImmichFrame.Core.csproj", "{0C93BDBB-C505-4A71-84BC-51471D64FBFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImmichFrame.WebApi", "ImmichFrame.WebApi\ImmichFrame.WebApi.csproj", "{4E550CF5-E5D1-4D1F-8438-A55C5C7AC93F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C93BDBB-C505-4A71-84BC-51471D64FBFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C93BDBB-C505-4A71-84BC-51471D64FBFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C93BDBB-C505-4A71-84BC-51471D64FBFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C93BDBB-C505-4A71-84BC-51471D64FBFE}.Release|Any CPU.Build.0 = Release|Any CPU
{4E550CF5-E5D1-4D1F-8438-A55C5C7AC93F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E550CF5-E5D1-4D1F-8438-A55C5C7AC93F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E550CF5-E5D1-4D1F-8438-A55C5C7AC93F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E550CF5-E5D1-4D1F-8438-A55C5C7AC93F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {89235F91-F405-49C1-98DF-AF535D4997A7}
EndGlobalSection
EndGlobal