-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRD.TMDB.sln
50 lines (50 loc) · 2.68 KB
/
RD.TMDB.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
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RD.TMDB.Core", "RD.TMDB.Core\RD.TMDB.Core.csproj", "{E043AB92-8278-4B31-A3A1-AE854C9FA4E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RD.TMDB.Domain", "RD.TMDB.Domain\RD.TMDB.Domain.csproj", "{3232BF5B-5891-4863-BB2C-DC4C97AF08DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A90B01E1-189B-4FBC-B83D-092E5661E84D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\cd.yml = .github\workflows\cd.yml
.github\workflows\ci.yml = .github\workflows\ci.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{4329A667-A1E0-4C16-8A00-9B587763CD26}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RD.TMDB.Core.UnitTests", "RD.TMDB.Core.UnitTests\RD.TMDB.Core.UnitTests.csproj", "{B0349C2A-75B7-49ED-885C-4B2BEBE5DD89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E043AB92-8278-4B31-A3A1-AE854C9FA4E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E043AB92-8278-4B31-A3A1-AE854C9FA4E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E043AB92-8278-4B31-A3A1-AE854C9FA4E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E043AB92-8278-4B31-A3A1-AE854C9FA4E7}.Release|Any CPU.Build.0 = Release|Any CPU
{3232BF5B-5891-4863-BB2C-DC4C97AF08DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3232BF5B-5891-4863-BB2C-DC4C97AF08DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3232BF5B-5891-4863-BB2C-DC4C97AF08DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3232BF5B-5891-4863-BB2C-DC4C97AF08DF}.Release|Any CPU.Build.0 = Release|Any CPU
{B0349C2A-75B7-49ED-885C-4B2BEBE5DD89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0349C2A-75B7-49ED-885C-4B2BEBE5DD89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0349C2A-75B7-49ED-885C-4B2BEBE5DD89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0349C2A-75B7-49ED-885C-4B2BEBE5DD89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B0349C2A-75B7-49ED-885C-4B2BEBE5DD89} = {4329A667-A1E0-4C16-8A00-9B587763CD26}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9138DC67-3E36-451B-82B4-D6235D963D50}
EndGlobalSection
EndGlobal