-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGitHubDemo.sln
36 lines (36 loc) · 1.93 KB
/
GitHubDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{597B0C74-47E0-4058-A130-31F966A48ED4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MovieApi", "src\MovieApi\MovieApi.csproj", "{F0C0F4B9-056C-4693-8F6B-499A35F509F0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{38D7A021-4D84-45D6-87C8-FF75C3ABEEC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MovieApi.Tests", "tests\MovieApi.Tests\MovieApi.Tests.csproj", "{9B920ED7-9B16-42CF-AEA3-E705EB95E05F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0C0F4B9-056C-4693-8F6B-499A35F509F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0C0F4B9-056C-4693-8F6B-499A35F509F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0C0F4B9-056C-4693-8F6B-499A35F509F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0C0F4B9-056C-4693-8F6B-499A35F509F0}.Release|Any CPU.Build.0 = Release|Any CPU
{9B920ED7-9B16-42CF-AEA3-E705EB95E05F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B920ED7-9B16-42CF-AEA3-E705EB95E05F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B920ED7-9B16-42CF-AEA3-E705EB95E05F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B920ED7-9B16-42CF-AEA3-E705EB95E05F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F0C0F4B9-056C-4693-8F6B-499A35F509F0} = {597B0C74-47E0-4058-A130-31F966A48ED4}
{9B920ED7-9B16-42CF-AEA3-E705EB95E05F} = {38D7A021-4D84-45D6-87C8-FF75C3ABEEC3}
EndGlobalSection
EndGlobal