-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPlexGifMaker.sln
43 lines (43 loc) · 2.33 KB
/
PlexGifMaker.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.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlexGifMaker", "PlexGifMaker\PlexGifMaker.csproj", "{D47F8B89-8853-402D-B442-B3C2C867E8C5}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{291FD71B-227A-400A-9357-D2D09CF2D84E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlexGifMaker.Tests", "PlexGifMaker.Tests\PlexGifMaker.Tests.csproj", "{1DAE6377-44E5-4954-899C-8E83201CD8E5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5C0D6BC9-3637-4D52-840A-D1533E69416D}"
ProjectSection(SolutionItems) = preProject
actions\workflows\dotnet-ci.yml = actions\workflows\dotnet-ci.yml
ngrok.yml = ngrok.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D47F8B89-8853-402D-B442-B3C2C867E8C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D47F8B89-8853-402D-B442-B3C2C867E8C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D47F8B89-8853-402D-B442-B3C2C867E8C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D47F8B89-8853-402D-B442-B3C2C867E8C5}.Release|Any CPU.Build.0 = Release|Any CPU
{291FD71B-227A-400A-9357-D2D09CF2D84E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{291FD71B-227A-400A-9357-D2D09CF2D84E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{291FD71B-227A-400A-9357-D2D09CF2D84E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{291FD71B-227A-400A-9357-D2D09CF2D84E}.Release|Any CPU.Build.0 = Release|Any CPU
{1DAE6377-44E5-4954-899C-8E83201CD8E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DAE6377-44E5-4954-899C-8E83201CD8E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DAE6377-44E5-4954-899C-8E83201CD8E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DAE6377-44E5-4954-899C-8E83201CD8E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46C2B0B5-B103-49A3-B825-0DADF258F525}
EndGlobalSection
EndGlobal