-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathImdbNet.sln
More file actions
31 lines (31 loc) · 1.56 KB
/
Copy pathImdbNet.sln
File metadata and controls
31 lines (31 loc) · 1.56 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImdbNet.Core", "ImdbNet.Core\ImdbNet.Core.csproj", "{C67AD85E-3CD8-4C9E-84BE-6B0FE0A72B39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImdbNet.Tests", "ImdbNet.Tests\ImdbNet.Tests.csproj", "{11CAB6FC-11AF-4507-B51D-9DC562793806}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C67AD85E-3CD8-4C9E-84BE-6B0FE0A72B39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C67AD85E-3CD8-4C9E-84BE-6B0FE0A72B39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C67AD85E-3CD8-4C9E-84BE-6B0FE0A72B39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C67AD85E-3CD8-4C9E-84BE-6B0FE0A72B39}.Release|Any CPU.Build.0 = Release|Any CPU
{11CAB6FC-11AF-4507-B51D-9DC562793806}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11CAB6FC-11AF-4507-B51D-9DC562793806}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11CAB6FC-11AF-4507-B51D-9DC562793806}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11CAB6FC-11AF-4507-B51D-9DC562793806}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1EBEF5E8-583E-48F8-91C5-E849753646B5}
EndGlobalSection
EndGlobal